[ 
https://issues.apache.org/jira/browse/BEAM-12678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412769#comment-17412769
 ] 

Kyle Weaver commented on BEAM-12678:
------------------------------------

It looks like this is fixed now. Please reopen if that is not true.

> beam_PreCommit_GoPortable_Phrase failing to start the local job server
> ----------------------------------------------------------------------
>
>                 Key: BEAM-12678
>                 URL: https://issues.apache.org/jira/browse/BEAM-12678
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-go, test-failures
>    Affects Versions: 2.32.0
>            Reporter: Ankur Goenka
>            Assignee: Robert Burke
>            Priority: P1
>              Labels: stale-assigned
>             Fix For: 2.33.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Failure: [https://ci-beam.apache.org/job/beam_PreCommit_GoPortable_Phrase/54]
> Error: 
>  
> ERROR:apache_beam.runners.portability.local_job_service:Error running 
> pipeline. Traceback (most recent call last): File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/local_job_service.py",
>  line 272, in _run_job result = fn_runner.FnApiRunner( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py",
>  line 206, in run_via_runner_api return self.run_stages(stage_context, 
> stages) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py",
>  line 384, in run_stages stage_results = self._run_stage( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py",
>  line 602, in _run_stage 
> bundle_context_manager.extract_bundle_inputs_and_outputs()) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py",
>  line 868, in extract_bundle_inputs_and_outputs data_api_service_descriptor = 
> self.data_api_service_descriptor() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py",
>  line 786, in data_api_service_descriptor return 
> self.worker_handlers[0].data_api_service_descriptor() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py",
>  line 778, in worker_handlers 
> self.execution_context.worker_handler_manager.get_worker_handlers( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py",
>  line 898, in get_worker_handlers worker_handler.start_worker() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py",
>  line 758, in start_worker self._container_id = subprocess.check_output([ 
> File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return 
> run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File 
> "/usr/lib/python3.8/subprocess.py", line 512, in run raise 
> CalledProcessError(retcode, process.args, subprocess.CalledProcessError: 
> Command '['docker', 'run', '-d', '--network=host', 
> 'apache/beam_java8_sdk:2.32.0.dev', '--id=worker_5', 
> '--logging_endpoint=localhost:38279', '--control_endpoint=localhost:33775', 
> '--artifact_endpoint=localhost:33775', 
> '--provision_endpoint=localhost:33775']' returned non-zero exit status 125. 
> Exception in thread Thread-32: Traceback (most recent call last): File 
> "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() 
> File "/usr/lib/python3.8/threading.py", line 870, in run 
> self._target(*self._args, **self._kwargs) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/local_job_service.py",
>  line 272, in _run_job result = fn_runner.FnApiRunner( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py",
>  line 206, in run_via_runner_api return self.run_stages(stage_context, 
> stages) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py",
>  line 384, in run_stages stage_results = self._run_stage( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py",
>  line 602, in _run_stage 
> bundle_context_manager.extract_bundle_inputs_and_outputs()) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py",
>  line 868, in extract_bundle_inputs_and_outputs data_api_service_descriptor = 
> self.data_api_service_descriptor() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py",
>  line 786, in data_api_service_descriptor return 
> self.worker_handlers[0].data_api_service_descriptor() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py",
>  line 778, in worker_handlers 
> self.execution_context.worker_handler_manager.get_worker_handlers( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py",
>  line 898, in get_worker_handlers worker_handler.start_worker() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_GoPortable_Phrase/src/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py",
>  line 758, in start_worker self._container_id = subprocess.check_output([ 
> File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return 
> run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File 
> "/usr/lib/python3.8/subprocess.py", line 512, in run raise 
> CalledProcessError(retcode, process.args, subprocess.CalledProcessError: 
> Command '['docker', 'run', '-d', '--network=host', 
> 'apache/beam_java8_sdk:2.32.0.dev', '--id=worker_5', 
> '--logging_endpoint=localhost:38279', '--control_endpoint=localhost:33775', 
> '--artifact_endpoint=localhost:33775', 
> '--provision_endpoint=localhost:33775']' returned non-zero exit status 125. 
> Jul 29, 2021 4:24:00 AM 
> org.apache.beam.sdk.expansion.service.ExpansionService expand



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to