Udi Meiri created BEAM-8248:
-------------------------------
Summary: portable python precommit flaky: Job service failed to
start up with error 125
Key: BEAM-8248
URL: https://issues.apache.org/jira/browse/BEAM-8248
Project: Beam
Issue Type: Improvement
Components: test-failures
Reporter: Udi Meiri
{code}
11:24:09 > Task :sdks:python:test-suites:portable:py2:portableWordCountBatch
11:24:09
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/__init__.py:84:
UserWarning: You are using Apache Beam with Python 2. New releases of Apache
Beam will soon support Python 3 only.
11:24:09 'You are using Apache Beam with Python 2. '
11:24:09 WARNING:root:Make sure that locally built Python SDK docker image has
Python 2.7 interpreter.
11:24:09 INFO:root:Using Python SDK docker image:
apachebeam/python2.7_sdk:2.17.0.dev. If the image is not available at local, we
will try to pull from hub.docker.com
11:24:09 INFO:root:==================== <function lift_combiners at
0x7ffb4aa8d320> ====================
11:24:09 INFO:root:==================== <function expand_sdf at 0x7ffb4aa8d398>
====================
11:24:09 Unable to find image
'jenkins-docker-apache.bintray.io/beam/flink-job-server:latest' locally
11:24:09 docker: Error response from daemon: unknown: Repo 'apache' was not
found.
11:24:09 See 'docker run --help'.
11:24:09 ERROR:root:Starting job service with ['docker', 'run', '-v',
u'/usr/bin/docker:/bin/docker', '-v',
'/var/run/docker.sock:/var/run/docker.sock', '--network=host',
'jenkins-docker-apache.bintray.io/beam/flink-job-server:latest', '--job-host',
'localhost', '--job-port', '51185', '--artifact-port', '54151',
'--expansion-port', '38389']
11:24:09 ERROR:root:Error bringing up job service
11:24:09 Traceback (most recent call last):
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/runners/portability/job_server.py",
line 124, in start
11:24:09 self._process.poll())
11:24:09 RuntimeError: Job service failed to start up with error 125
11:24:09 Traceback (most recent call last):
11:24:09 File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
11:24:09 "__main__", fname, loader, pkg_name)
11:24:09 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
11:24:09 exec code in run_globals
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/examples/wordcount.py",
line 138, in <module>
11:24:09 run()
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/examples/wordcount.py",
line 117, in run
11:24:09 result = p.run()
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/pipeline.py",
line 407, in run
11:24:09 self._options).run(False)
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/pipeline.py",
line 420, in run
11:24:09 return self.runner.run_pipeline(self, self._options)
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/runners/portability/portable_runner.py",
line 243, in run_pipeline
11:24:09 job_service = self.create_job_service(options)
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/runners/portability/portable_runner.py",
line 161, in create_job_service
11:24:09 return server.start()
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/runners/portability/job_server.py",
line 84, in start
11:24:09 self._endpoint = self._job_server.start()
11:24:09 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Cron/src/sdks/python/apache_beam/runners/portability/job_server.py",
line 124, in start
11:24:09 self._process.poll())
11:24:09 RuntimeError: Job service failed to start up with error 125
{code}
Recent failures:
https://builds.apache.org/view/A-D/view/Beam/view/PostCommit/job/beam_PreCommit_Portable_Python_Cron/1156/console
https://builds.apache.org/view/A-D/view/Beam/view/PostCommit/job/beam_PreCommit_Portable_Python_Cron/1155/console
https://builds.apache.org/view/A-D/view/Beam/view/PostCommit/job/beam_PreCommit_Portable_Python_Cron/1153/console
--
This message was sent by Atlassian Jira
(v8.3.2#803003)