Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6896710579 for ; Fri, 17 Oct 2014 01:29:55 +0000 (UTC) Received: (qmail 97316 invoked by uid 500); 17 Oct 2014 01:29:55 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 97278 invoked by uid 500); 17 Oct 2014 01:29:55 -0000 Mailing-List: contact issues-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list issues@aurora.incubator.apache.org Received: (qmail 97269 invoked by uid 99); 17 Oct 2014 01:29:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 01:29:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Oct 2014 01:29:54 +0000 Received: (qmail 97226 invoked by uid 99); 17 Oct 2014 01:29:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 01:29:34 +0000 Date: Fri, 17 Oct 2014 01:29:33 +0000 (UTC) From: "Joe Smith (JIRA)" To: issues@aurora.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AURORA-865) IOError on aurora job status MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Joe Smith created AURORA-865: -------------------------------- Summary: IOError on aurora job status Key: AURORA-865 URL: https://issues.apache.org/jira/browse/AURORA-865 Project: Aurora Issue Type: Bug Components: Client, Reliability Reporter: Joe Smith {noformat} [jsmith@atla-bgy-37-sr2 ~]$ cat /var/lib/jenkins/.aurora/errors/None-1413508980.error-log ERROR LOG: command arguments = ['job', 'status', 'atla/jenkins/test/flask_example'] Traceback (most recent call last): File "dist/aurora2.pex/.deps/apache.aurora.clientv2-0.5.1_DEV1413507664-py2.7.egg/apache/aurora/client/cli/__init__.py", line 406, in _execute result = noun.execute(context) File "dist/aurora2.pex/.deps/apache.aurora.clientv2-0.5.1_DEV1413507664-py2.7.egg/apache/aurora/client/cli/__init__.py", line 515, in execute return self.verbs[context.options.verb].execute(context) File "dist/aurora2.pex/.deps/apache.aurora.clientv2-0.5.1_DEV1413507664-py2.7.egg/apache/aurora/client/cli/jobs.py", line 637, in execute context.print_out(result) File "dist/aurora2.pex/.deps/apache.aurora.clientv2-0.5.1_DEV1413507664-py2.7.egg/apache/aurora/client/cli/__init__.py", line 145, in print_out print("%s%s" % (indent_str, line)) IOError: [Errno 32] Broken pipe {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)