You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 17:18:49 UTC

[GitHub] [beam] kennknowles opened a new issue, #18296: Timeout in _verify_runner_api_compatible

kennknowles opened a new issue, #18296:
URL: https://github.com/apache/beam/issues/18296

   Some Dataflow tests sometimes are getting stuck in `_verify_runner_api_compatible`
   
   https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1774/console
   https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1769/console
   
   Sample stack:
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/transforms/sideinputs_test.py", line 179, in test_iterable_side_input
       pipeline.run()
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/test_pipeline.py", line 91, in run
       result = super(TestPipeline, self).run()
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 158, in run
       if test_runner_api and self._verify_runner_api_compatible():
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 326, in _verify_runner_api_compatible
       self.visit(Visitor())
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 192, in visit
       self._root_transform().visit(visitor, self, visited)
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 482, in visit
       part.visit(visitor, pipeline, visited)
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 485, in visit
       visitor.visit_transform(self)
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 318, in visit_transform
       pickler.loads(pickler.dumps(transform_node.transform))
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/internal/pickler.py", line 203, in loads
       c = base64.b64decode(encoded)
     File "/usr/lib/python2.7/base64.py", line 73, in b64decode
       return binascii.a2b_base64(s)
     File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py", line 276, in signalhandler
       raise TimedOutException()
   
   cc: [~vikasrk]
   
   Imported from Jira [BEAM-1916](https://issues.apache.org/jira/browse/BEAM-1916). Original Jira may contain additional context.
   Reported by: altay.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Timeout in _verify_runner_api_compatible [beam]

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn closed issue #18296: Timeout in _verify_runner_api_compatible
URL: https://github.com/apache/beam/issues/18296


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org