[
https://issues.apache.org/jira/browse/BEAM-12678?focusedWorklogId=634194&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-634194
]
ASF GitHub Bot logged work on BEAM-12678:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/21 11:23
Start Date: 05/Aug/21 11:23
Worklog Time Spent: 10m
Work Description: angoenka commented on pull request #15276:
URL: https://github.com/apache/beam/pull/15276#issuecomment-892855227
Thanks for the quick review!
Ya, I am surprised. Maybe because it runs on jenkins which might already
have java8/java11 images built by other tasks.
And because docker is shared, it will be available to go tests.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 634194)
Time Spent: 2h 20m (was: 2h 10m)
> 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
> Fix For: 2.33.0
>
> Time Spent: 2h 20m
> 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)