From commits-return-96481-archive-asf-public=cust-asf.ponee.io@beam.apache.org Fri Oct 5 00:56:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 33F4D180658 for ; Fri, 5 Oct 2018 00:56:03 +0200 (CEST) Received: (qmail 37495 invoked by uid 500); 4 Oct 2018 22:56:02 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 37486 invoked by uid 99); 4 Oct 2018 22:56:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2018 22:56:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E29D8C60E4 for ; Thu, 4 Oct 2018 22:56:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7126RNvc4FL6 for ; Thu, 4 Oct 2018 22:56:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D33EF5F3F2 for ; Thu, 4 Oct 2018 22:56:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5AAF1E0F4C for ; Thu, 4 Oct 2018 22:56:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1ED28246FB for ; Thu, 4 Oct 2018 22:56:00 +0000 (UTC) Date: Thu, 4 Oct 2018 22:56:00 +0000 (UTC) From: "Valentyn Tymofieiev (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (BEAM-5243) beam_Release_Gradle_NightlySnapshot InvocationError py27-cython/bin/python setup.py nosetests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BEAM-5243?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16638= 998#comment-16638998 ]=20 Valentyn Tymofieiev edited comment on BEAM-5243 at 10/4/18 10:55 PM: --------------------------------------------------------------------- [~swegner] It seems that we are hit by this flake ~once per month, most recently in ht= tps://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/197/ The symptoms are that a test suite started by `python setup.py nosetests` i= s passing but then returns a non-zero exit code "-11", which we interpret a= s failure: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Ran 1726 tests in 261.611s OK (SKIP=3D324) ERROR: InvocationError for command '/home/jenkins/jenkins-slave/workspace/b= eam_Release_Gradle_NightlySnapshot/src/sdks/python/target/.tox/py27/bin/pyt= hon setup.py nosetests' (exited with code -11) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Exit code -11 may in some cases be a segmentation fault as per Stackoverflo= w Search. This may be an issue with "nose" package, or some side-effects of some of o= ur tests. I suggest following further investigations avenues: - Try to reproduce this locally, in a virtual environment, that has nose pa= ckage and Beam SDK installed via something like `for i in `seq 100`; do py= thon setup.py nosetests || echo "Last exit code was $?"; done`. - See if the tests that we are running make a difference whether the error = appears. - See if versions of nose makes a difference.=20 - Reach out to nose maintainers. was (Author: tvalentyn): [~swegner] It seems that we are hit by this flake ~once per month, most recently in ht= tps://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/197/ The symptoms are that a test suite started by `python setup.py nosetests` i= s passing but then returns a non-zero exit code "-11", which we interpret a= s failure: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Ran 1726 tests in 261.611s OK (SKIP=3D324) ERROR: InvocationError for command '/home/jenkins/jenkins-slave/workspace/b= eam_Release_Gradle_NightlySnapshot/src/sdks/python/target/.tox/py27/bin/pyt= hon setup.py nosetests' (exited with code -11) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Exit code -11 may in some cases be a segmentation fault as per Stackoverflo= w Search. This may be an issue with "nose" package, or some side-effects of some of o= ur tests. I suggest following further investigations avenues: - Try to reproduce this locally via something like `for i in `seq 100`; d= o python setup.py nosetests || echo "Last exit code was $?"; done`. - See if the tests that we are running make a difference whether the error = appears. - See if versions of nose makes a difference.=20 - Reach out to nose maintainers. > beam_Release_Gradle_NightlySnapshot InvocationError py27-cython/bin/pytho= n setup.py nosetests > -------------------------------------------------------------------------= -------------------- > > Key: BEAM-5243 > URL: https://issues.apache.org/jira/browse/BEAM-5243 > Project: Beam > Issue Type: Bug > Components: sdk-py-core > Reporter: Andrew Pilloud > Assignee: Ahmet Altay > Priority: Major > > It isn't clear to me what exactly failed, logs are full of stack traces. > [https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/151/] > [https://builds.apache.org/job/beam_PostCommit_Python_Verify/5844/] > =C2=A0 > *01:00:38* ERROR: InvocationError for command '/home/jenkins/jenkins-sla= ve/workspace/beam_Release_Gradle_NightlySnapshot/src/sdks/python/target/.to= x/py27-cython/bin/python setup.py nosetests' (exited with code -11)*01:00:3= 8* ___________________________________ summary ____________________________= ________*01:00:38* ERROR: py27-cython: commands failed*01:00:38* -- This message was sent by Atlassian JIRA (v7.6.3#76005)