Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7DF20200D1B for ; Thu, 12 Oct 2017 20:06:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7CC2E1609E8; Thu, 12 Oct 2017 18:06:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C13F61609E4 for ; Thu, 12 Oct 2017 20:06:05 +0200 (CEST) Received: (qmail 47881 invoked by uid 500); 12 Oct 2017 18:06:05 -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 47872 invoked by uid 99); 12 Oct 2017 18:06:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2017 18:06:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2D137183291 for ; Thu, 12 Oct 2017 18:06:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id pHO0JDoa1OwS for ; Thu, 12 Oct 2017 18:06:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B363C5F39D for ; Thu, 12 Oct 2017 18:06:01 +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 E9734E0F7D for ; Thu, 12 Oct 2017 18:06: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 4FF3023F57 for ; Thu, 12 Oct 2017 18:06:00 +0000 (UTC) Date: Thu, 12 Oct 2017 18:06:00 +0000 (UTC) From: "Ahmet Altay (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-3040) Python precommit timed out after 150 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 12 Oct 2017 18:06:06 -0000 [ https://issues.apache.org/jira/browse/BEAM-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202364#comment-16202364 ] Ahmet Altay commented on BEAM-3040: ----------------------------------- The last thing in the above test log is the following: {code} test_read (apache_beam.runners.portability.universal_local_runner_test.UniversalLocalRunnerTestWithSubprocesses) ... apache_beam/coders/typecoders.py:134: UserWarning: Using fallback coder for typehint: . warnings.warn('Using fallback coder for typehint: %r.' % typehint) Exception in thread Thread-6 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner File "/usr/lib/python2.7/threading.py", line 763, in run File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/py27cython/lib/python2.7/site-packages/grpc/_channel.py", line 838, in _poll_connectivity File "/usr/lib/python2.7/threading.py", line 167, in acquire : 'NoneType' object is not callable Build timed out (after 150 minutes). Marking the build as aborted. Build was aborted {code} This might be indicative of test being stuck somewhere in that test. Similarly the timeouts from 202 and 203 also terminate with log statements from universal_local_runner_test > Python precommit timed out after 150 minutes > -------------------------------------------- > > Key: BEAM-3040 > URL: https://issues.apache.org/jira/browse/BEAM-3040 > Project: Beam > Issue Type: Bug > Components: sdk-py-core > Reporter: Kenneth Knowles > Assignee: Ahmet Altay > > https://builds.apache.org/job/beam_PreCommit_Python_MavenInstall/143/consoleFull > Within about 10 minutes it reaches this point: > {code} > ... > 2017-10-10T03:33:33.591 [INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ beam-sdks-python --- > 2017-10-10T03:33:33.702 [INFO] > 2017-10-10T03:33:33.702 [INFO] --- exec-maven-plugin:1.5.0:exec (setuptools-test) @ beam-sdks-python --- > {code} > and the final output is like this: > {code} > ... > 2017-10-10T03:33:33.702 [INFO] --- exec-maven-plugin:1.5.0:exec (setuptools-test) @ beam-sdks-python --- > docs create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/docs > GLOB sdist-make: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/setup.py > lint create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/lint > py27 create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/py27 > py27cython create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/py27cython > py27cython installdeps: nose==1.3.7, grpcio-tools==1.3.5, cython==0.25.2 > docs installdeps: nose==1.3.7, grpcio-tools==1.3.5, Sphinx==1.5.5, sphinx_rtd_theme==0.2.4 > lint installdeps: nose==1.3.7, pycodestyle==2.3.1, pylint==1.7.1 > py27 installdeps: nose==1.3.7, grpcio-tools==1.3.5 > lint inst: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/dist/apache-beam-2.3.0.dev.zip > py27 inst: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/dist/apache-beam-2.3.0.dev.zip > py27cython inst: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/dist/apache-beam-2.3.0.dev.zip > py27 runtests: PYTHONHASHSEED='2225684666' > py27 runtests: commands[0] | python --version > py27 runtests: commands[1] | - find apache_beam -type f -name *.pyc -delete > py27 runtests: commands[2] | pip install -e .[test] > lint runtests: PYTHONHASHSEED='2225684666' > lint runtests: commands[0] | time pip install -e .[test] > docs inst: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/dist/apache-beam-2.3.0.dev.zip > py27 runtests: commands[3] | python apache_beam/examples/complete/autocomplete_test.py > lint runtests: commands[1] | time /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/run_pylint.sh > py27 runtests: commands[4] | python setup.py test > docs runtests: PYTHONHASHSEED='2225684666' > docs runtests: commands[0] | time pip install -e .[test,gcp,docs] > docs runtests: commands[1] | time /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/generate_pydoc.sh > py27gcp create: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/py27gcp > py27gcp installdeps: nose==1.3.7 > py27cython runtests: PYTHONHASHSEED='2225684666' > py27cython runtests: commands[0] | python --version > py27cython runtests: commands[1] | - find apache_beam -type f -name *.pyc -delete > py27cython runtests: commands[2] | - find apache_beam -type f -name *.c -delete > py27cython runtests: commands[3] | - find apache_beam -type f -name *.so -delete > py27cython runtests: commands[4] | - find target/build -type f -name *.c -delete > py27cython runtests: commands[5] | - find target/build -type f -name *.so -delete > py27cython runtests: commands[6] | time pip install -e .[test] > py27gcp inst: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_MavenInstall/sdks/python/target/.tox/dist/apache-beam-2.3.0.dev.zip > py27gcp runtests: PYTHONHASHSEED='2225684666' > py27gcp runtests: commands[0] | pip install -e .[test,gcp] > py27gcp runtests: commands[1] | python --version > py27gcp runtests: commands[2] | - find apache_beam -type f -name *.pyc -delete > py27gcp runtests: commands[3] | python apache_beam/examples/complete/autocomplete_test.py > py27gcp runtests: commands[4] | python setup.py test > py27cython runtests: commands[7] | python apache_beam/examples/complete/autocomplete_test.py > py27cython runtests: commands[8] | python setup.py test > py27cython runtests: commands[9] | - find apache_beam -type f -name *.c -delete > py27cython runtests: commands[10] | - find apache_beam -type f -name *.so -delete > py27cython runtests: commands[11] | - find target/build -type f -name *.c -delete > py27cython runtests: commands[12] | - find target/build -type f -name *.so -delete > Build timed out (after 150 minutes). Marking the build as aborted. > Build was aborted > 2017-10-10T05:49:52.726 [ERROR] Command execution failed. > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)