[ 
https://issues.apache.org/jira/browse/BEAM-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pablo Estrada resolved BEAM-5139.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Not applicable

Release version not applicable because fix for this  is available on all VMs on 
GCP.

> [beam_PostCommit_Py_VR_Dataflow][test_as_list_and_as_dict_side_inputs][Flake] 
> Timeout
> -------------------------------------------------------------------------------------
>
>                 Key: BEAM-5139
>                 URL: https://issues.apache.org/jira/browse/BEAM-5139
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Mikhail Gryzykhin
>            Assignee: Pablo Estrada
>            Priority: Major
>             Fix For: Not applicable
>
>
> <Failure summary>
>  Failing job url: 
> https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/790/
>  Job history url: No history link available for python atm.
>  Relevant log:
> Found: 
> [https://console.cloud.google.com/dataflow/jobsDetail/locations/us-central1/jobs/2018-08-13_05_14_49-298030580125888999?project=apache-beam-testing].
> test_as_list_and_as_dict_side_inputs 
> (apache_beam.transforms.sideinputs_test.SideInputsTest) ... ERROR
>  
> ======================================================================
> ERROR: test_as_list_and_as_dict_side_inputs 
> (apache_beam.transforms.sideinputs_test.SideInputsTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",
>  line 812, in run
>  test(orig)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/nose/case.py",
>  line 45, in __call__
>  return self.run(*arg, **kwarg)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/nose/case.py",
>  line 133, in run
>  self.runTest(result)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/nose/case.py",
>  line 151, in runTest
>  test(result)
>  File "/usr/lib/python2.7/unittest/case.py", line 393, in __call__
>  return self.run(*args, **kwds)
>  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>  testMethod()
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/transforms/sideinputs_test.py",
>  line 205, in test_as_list_and_as_dict_side_inputs
>  pipeline.run()
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/testing/test_pipeline.py",
>  line 104, in run
>  result = super(TestPipeline, self).run(test_runner_api)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/pipeline.py",
>  line 394, in run
>  self.to_runner_api(), self.runner, self._options).run(False)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/pipeline.py",
>  line 407, in run
>  return self.run
> ner.run_pipeline(self)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py",
>  line 69, in run_pipeline
>  self.wait_until_in_state(PipelineState.CANCELLED, timeout=300)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py",
>  line 89, in wait_until_in_state
>  job_state = self.result.state
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",
>  line 1085, in state
>  self._update_job()
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",
>  line 1063, in _update_job
>  self._job = self._runner.dataflow_client.get_job(self.job_id())
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/utils/retry.py",
>  line 184, in wrapper
>  return fun(*args, **kwargs)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py",
>  line 629, in get_job
>  response = self._client.projects_locations_jobs.Get(request)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_client.py",
>  line 659, in Get
>  config, request, global_params=global_params)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/apitools/base/py/base_api.py",
>  line 720, in _RunMethod
>  http, http_request, **opts)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/apitools/base/py/http_wrapper.py",
>  line 346, in MakeRequest
>  check_response_func=check_response_func)
>  File "/home/jenkins/
> jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/apitools/base/py/http_wrapper.py",
>  line 396, in _MakeRequestNoRetry
>  redirections=redirections, connection_type=connection_type)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/oauth2client/transport.py",
>  line 175, in new_request
>  redirections, connection_type)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/oauth2client/transport.py",
>  line 282, in request
>  connection_type=connection_type)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/httplib2/__init__.py",
>  line 1694, in request
>  (response, content) = self._request(conn, authority, uri, request_uri, 
> method, body, headers, redirections, cachekey)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/httplib2/__init__.py",
>  line 1434, in _request
>  (response, content) = self._conn_request(conn, request_uri, method, body, 
> headers)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/httplib2/__init__.py",
>  line 1390, in _conn_request
>  response = conn.getresponse()
>  File "/usr/lib/python2.7/httplib.py", line 1136, in getresponse
>  response.begin()
>  File "/usr/lib/python2.7/httplib.py", line 453, in begin
>  version, status, reason = self._read_status()
>  File "/usr/lib/python2.7/httplib.py", line 409, in _read_status
>  line = self.fp.readline(_MAXLINE + 1)
>  File "/usr/lib/python2.7/socket.py", line 480, in readline
>  data = self._sock.recv(self._rbufsize)
>  File "/usr/lib/python2.7/ssl.py", line 756, in recv
>  return self.read(buflen)
>  File "/usr/lib/python2.7/ssl
> .py", line 643, in read
>  v = self._sslobj.read(len)
>  File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",
>  line 276, in signalhandler
>  raise TimedOutException()
> TimedOutException: 'test_as_list_and_as_dict_side_inputs 
> (apache_beam.transforms.sideinputs_test.SideInputsTest)'
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to