This timeout is tracked in https://issues.apache.org/jira/browse/BEAM-1109.

On Wed, Dec 7, 2016 at 12:24 PM, Apache Jenkins Server <
[email protected]> wrote:

> See <https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/838/changes>
>
> Changes:
>
> [robertwb] [BEAM-1077] @ValidatesRunner Test in Python Postcommit
>
> ------------------------------------------
> [...truncated 2958 lines...]
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_par_do_with_multiple_outputs_and_using_return
> (apache_beam.dataflow_test.DataflowTest)'
>
> ======================================================================
> ERROR: test_par_do_with_multiple_outputs_and_using_yield
> (apache_beam.dataflow_test.DataflowTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 812, in run
>     test(orig)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 45, in
> __call__
>     return self.run(*arg, **kwarg)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 133, in
> run
>     self.runTest(result)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 151, in
> runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/dataflow_test.py",> line 147, in
> test_par_do_with_multiple_outputs_and_using_yield
>     pipeline.run()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/pipeline.py",> line 159, in run
>     return self.runner.run(self)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/runners/dataflow_runner.py",> line 175,
> in run
>     pipeline.options, job_version)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/apiclient.py",> line 360, in
> __init__
>     credentials = get_service_credentials()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 171, in
> get_service_credentials
>     credentials.get_access_token()
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 677,
> in get_access_token
>     self.refresh(http)
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 560,
> in refresh
>     self._refresh(http.request)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 113, in
> _refresh
>     output, _ = gcloud_process.communicate()
>   File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
>     stdout = _eintr_retry_call(self.stdout.read)
>   File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
>     return func(*args)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_par_do_with_multiple_outputs_and_using_yield
> (apache_beam.dataflow_test.DataflowTest)'
>
> ======================================================================
> ERROR: test_par_do_with_side_input_as_arg (apache_beam.dataflow_test.
> DataflowTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 812, in run
>     test(orig)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 45, in
> __call__
>     return self.run(*arg, **kwarg)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 133, in
> run
>     self.runTest(result)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 151, in
> runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/dataflow_test.py",> line 94, in
> test_par_do_with_side_input_as_arg
>     pipeline.run()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/pipeline.py",> line 159, in run
>     return self.runner.run(self)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/runners/dataflow_runner.py",> line 175,
> in run
>     pipeline.options, job_version)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/apiclient.py",> line 360, in
> __init__
>     credentials = get_service_credentials()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 171, in
> get_service_credentials
>     credentials.get_access_token()
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 677,
> in get_access_token
>     self.refresh(http)
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 560,
> in refresh
>     self._refresh(http.request)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 113, in
> _refresh
>     output, _ = gcloud_process.communicate()
>   File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
>     stdout = _eintr_retry_call(self.stdout.read)
>   File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
>     return func(*args)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_par_do_with_side_input_as_arg
> (apache_beam.dataflow_test.DataflowTest)'
>
> ======================================================================
> ERROR: test_par_do_with_side_input_as_keyword_arg
> (apache_beam.dataflow_test.DataflowTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 812, in run
>     test(orig)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 45, in
> __call__
>     return self.run(*arg, **kwarg)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 133, in
> run
>     self.runTest(result)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 151, in
> runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/dataflow_test.py",> line 108, in
> test_par_do_with_side_input_as_keyword_arg
>     pipeline.run()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/pipeline.py",> line 159, in run
>     return self.runner.run(self)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/runners/dataflow_runner.py",> line 175,
> in run
>     pipeline.options, job_version)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/apiclient.py",> line 360, in
> __init__
>     credentials = get_service_credentials()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 171, in
> get_service_credentials
>     credentials.get_access_token()
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 677,
> in get_access_token
>     self.refresh(http)
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 560,
> in refresh
>     self._refresh(http.request)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 113, in
> _refresh
>     output, _ = gcloud_process.communicate()
>   File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
>     stdout = _eintr_retry_call(self.stdout.read)
>   File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
>     return func(*args)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_par_do_with_side_input_as_keyword_arg
> (apache_beam.dataflow_test.DataflowTest)'
>
> ======================================================================
> ERROR: test_undeclared_side_outputs (apache_beam.dataflow_test.
> DataflowTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 812, in run
>     test(orig)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 45, in
> __call__
>     return self.run(*arg, **kwarg)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 133, in
> run
>     self.runTest(result)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 151, in
> runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/dataflow_test.py",> line 218, in
> test_undeclared_side_outputs
>     pipeline.run()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/pipeline.py",> line 159, in run
>     return self.runner.run(self)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/runners/dataflow_runner.py",> line 175,
> in run
>     pipeline.options, job_version)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/apiclient.py",> line 360, in
> __init__
>     credentials = get_service_credentials()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 171, in
> get_service_credentials
>     credentials.get_access_token()
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 677,
> in get_access_token
>     self.refresh(http)
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 560,
> in refresh
>     self._refresh(http.request)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 113, in
> _refresh
>     output, _ = gcloud_process.communicate()
>   File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
>     stdout = _eintr_retry_call(self.stdout.read)
>   File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
>     return func(*args)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_undeclared_side_outputs
> (apache_beam.dataflow_test.DataflowTest)'
>
> ======================================================================
> ERROR: test_window_transform (apache_beam.dataflow_test.DataflowTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 812, in run
>     test(orig)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 45, in
> __call__
>     return self.run(*arg, **kwarg)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 133, in
> run
>     self.runTest(result)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 151, in
> runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/dataflow_test.py",> line 411, in
> test_window_transform
>     pipeline.run()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/pipeline.py",> line 159, in run
>     return self.runner.run(self)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/runners/dataflow_runner.py",> line 175,
> in run
>     pipeline.options, job_version)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/apiclient.py",> line 360, in
> __init__
>     credentials = get_service_credentials()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 171, in
> get_service_credentials
>     credentials.get_access_token()
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 677,
> in get_access_token
>     self.refresh(http)
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 560,
> in refresh
>     self._refresh(http.request)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 113, in
> _refresh
>     output, _ = gcloud_process.communicate()
>   File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
>     stdout = _eintr_retry_call(self.stdout.read)
>   File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
>     return func(*args)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_window_transform (apache_beam.dataflow_test.
> DataflowTest)'
>
> ======================================================================
> ERROR: test_word_count (apache_beam.dataflow_test.DataflowTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 812, in run
>     test(orig)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 45, in
> __call__
>     return self.run(*arg, **kwarg)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 133, in
> run
>     self.runTest(result)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/case.py",> line 151, in
> runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/dataflow_test.py",> line 70, in
> test_word_count
>     pipeline.run()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/pipeline.py",> line 159, in run
>     return self.runner.run(self)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/runners/dataflow_runner.py",> line 175,
> in run
>     pipeline.options, job_version)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/apiclient.py",> line 360, in
> __init__
>     credentials = get_service_credentials()
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 171, in
> get_service_credentials
>     credentials.get_access_token()
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 677,
> in get_access_token
>     self.refresh(http)
>   File "build/bdist.linux-x86_64/egg/oauth2client/client.py", line 560,
> in refresh
>     self._refresh(http.request)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/apache_beam/internal/auth.py",> line 113, in
> _refresh
>     output, _ = gcloud_process.communicate()
>   File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
>     stdout = _eintr_retry_call(self.stdout.read)
>   File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
>     return func(*args)
>   File "<https://builds.apache.org/job/beam_PostCommit_Python_
> Verify/ws/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py",>
> line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_word_count (apache_beam.dataflow_test.
> DataflowTest)'
>
> ----------------------------------------------------------------------
> Ran 21 tests in 362.590s
>
> FAILED (errors=19)
> Build step 'Execute shell' marked build as failure
>

Reply via email to