See
<https://ci-beam.apache.org/job/beam_PostCommit_Python310/1803/display/redirect>
Changes:
------------------------------------------
[...truncated 12.04 MB...]
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/worker/sdk_worker.py",
line 1049, in pull_responses
ERROR:apache_beam.runners.worker.data_plane:Failed to read inputs in the data
plane.
Traceback (most recent call last):
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/worker/data_plane.py",
line 669, in _read_inputs
for elements in elements_iterator:
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 540, in __next__
return self._next()
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 966, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that
terminated with:
status = StatusCode.UNAVAILABLE
details = "Socket closed"
debug_error_string = "UNKNOWN:Error received from peer
ipv6:%5B::1%5D:39065 {created_time:"2024-01-18T15:31:42.031580153+00:00",
grpc_status:14, grpc_message:"Socket closed"}"
>
Exception in thread read_grpc_client_inputs:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
for response in responses:
self._target(*self._args, **self._kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/worker/sdk_worker.py",
line 265, in run
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 540, in __next__
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
for work_request in self._control_stub.Control(get_responses()):
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 540, in __next__
self._target(*self._args, **self._kwargs)
return self._next()
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 966, in _next
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/worker/data_plane.py",
line 686, in <lambda>
return self._next()
raise self
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 966, in _next
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that
terminated with:
status = StatusCode.UNAVAILABLE
details = "Socket closed"
debug_error_string = "UNKNOWN:Error received from peer
ipv6:%5B::1%5D:33207 {created_time:"2024-01-18T15:31:42.031627598+00:00",
grpc_status:14, grpc_message:"Socket closed"}"
>
target=lambda: self._read_inputs(elements_iterator),
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/worker/data_plane.py",
line 669, in _read_inputs
for elements in elements_iterator:
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 540, in __next__
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that
terminated with:
status = StatusCode.UNAVAILABLE
details = "Socket closed"
debug_error_string = "UNKNOWN:Error received from peer
ipv6:%5B::1%5D:38537 {created_time:"2024-01-18T15:31:42.031624842+00:00",
grpc_status:14, grpc_message:"Socket closed"}"
>
return self._next()
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/-1720702907/lib/python3.10/site-packages/grpc/_channel.py",
line 966, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that
terminated with:
status = StatusCode.UNAVAILABLE
details = "Socket closed"
debug_error_string = "UNKNOWN:Error received from peer
ipv6:%5B::1%5D:39065 {created_time:"2024-01-18T15:31:42.031580153+00:00",
grpc_status:14, grpc_message:"Socket closed"}"
>
> Task :sdks:python:test-suites:portable:py310:postCommitPy310
> Task :sdks:python:test-suites:dataflow:py310:postCommitIT
[gw0] [32mPASSED[0m
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_new_types
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_schema_autodetect
[gw0] [33mSKIPPED[0m
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_schema_autodetect
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_without_schema
[gw1] [32mPASSED[0m
apache_beam/io/gcp/bigquery_read_it_test.py::ReadTests::test_table_schema_retrieve_specifying_only_table
apache_beam/io/gcp/bigquery_read_it_test.py::ReadTests::test_table_schema_retrieve_with_direct_read
[gw6] [32mPASSED[0m
apache_beam/io/gcp/big_query_query_to_table_it_test.py::BigQueryQueryToTableIT::test_big_query_standard_sql
apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_aggregation
[gw2] [32mPASSED[0m
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_mnist_classification_large_model
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_regression
[gw3] [32mPASSED[0m
apache_beam/io/gcp/bigquery_json_it_test.py::BigQueryJsonIT::test_streaming_inserts
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_impersonation_it
[gw7] [32mPASSED[0m
apache_beam/dataframe/io_it_test.py::ReadUsingReadGbqTests::test_ReadGbq_with_computation
apache_beam/io/gcp/bigquery_io_read_it_test.py::BigqueryIOReadIT::test_bigquery_read_1M_python
[gw1] [32mPASSED[0m
apache_beam/io/gcp/bigquery_read_it_test.py::ReadTests::test_table_schema_retrieve_with_direct_read
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source
[gw0] [32mPASSED[0m
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_without_schema
apache_beam/examples/fastavro_it_test.py::FastavroIT::test_avro_it
[gw4] [32mPASSED[0m
apache_beam/io/gcp/pubsub_integration_test.py::PubSubIntegrationTest::test_streaming_data_only
apache_beam/io/gcp/pubsub_integration_test.py::PubSubIntegrationTest::test_streaming_with_attributes
[gw5] [32mPASSED[0m
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_file_loads
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_streaming_inserts
[gw6] [31mFAILED[0m
apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_aggregation
apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_enrich
[gw2] [32mPASSED[0m
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_regression
apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_deidentification
[gw3] [32mPASSED[0m
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_impersonation_it
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it
[gw7] [32mPASSED[0m
apache_beam/io/gcp/bigquery_io_read_it_test.py::BigqueryIOReadIT::test_bigquery_read_1M_python
apache_beam/io/gcp/bigquery_io_read_it_test.py::BigqueryIOReadIT::test_bigquery_read_custom_1M_python
[gw1] [32mPASSED[0m
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_column_selection
[gw2] [32mPASSED[0m
apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_deidentification
apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_inspection
[gw7] [32mPASSED[0m
apache_beam/io/gcp/bigquery_io_read_it_test.py::BigqueryIOReadIT::test_bigquery_read_custom_1M_python
apache_beam/examples/complete/game/game_stats_it_test.py::GameStatsIT::test_game_stats_it
[gw3] [32mPASSED[0m
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it
apache_beam/examples/complete/autocomplete_test.py::AutocompleteTest::test_autocomplete_it
[gw1] [32mPASSED[0m
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_column_selection
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_column_selection_and_row_restriction
[gw0] [32mPASSED[0m
apache_beam/examples/fastavro_it_test.py::FastavroIT::test_avro_it
apache_beam/examples/streaming_wordcount_debugging_it_test.py::StreamingWordcountDebuggingIT::test_streaming_wordcount_debugging_it
[gw0] [33mSKIPPED[0m
apache_beam/examples/streaming_wordcount_debugging_it_test.py::StreamingWordcountDebuggingIT::test_streaming_wordcount_debugging_it
apache_beam/examples/complete/game/hourly_team_score_it_test.py::HourlyTeamScoreIT::test_hourly_team_score_it
[gw4] [32mPASSED[0m
apache_beam/io/gcp/pubsub_integration_test.py::PubSubIntegrationTest::test_streaming_with_attributes
apache_beam/io/gcp/healthcare/dicomio_integration_test.py::DICOMIoIntegrationTest::test_dicom_search_instances
[gw2] [32mPASSED[0m
apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_inspection
apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py::JuliaSetTestIT::test_run_example_with_setup_file
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/bin/python3.10:
No module named build
warning: sdist: standard file not found: should have one of README, README.rst,
README.txt, README.md
warning: check: missing required meta-data: url
warning: check: missing meta-data: either (author and author_email) or
(maintainer and maintainer_email) should be supplied
[gw1] [32mPASSED[0m
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_column_selection_and_row_restriction
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_column_selection_and_row_restriction_rows
[gw3] [32mPASSED[0m
apache_beam/examples/complete/autocomplete_test.py::AutocompleteTest::test_autocomplete_it
apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::BigqueryTornadoesIT::test_bigquery_tornadoes_it
[gw4] [32mPASSED[0m
apache_beam/io/gcp/healthcare/dicomio_integration_test.py::DICOMIoIntegrationTest::test_dicom_search_instances
apache_beam/io/gcp/healthcare/dicomio_integration_test.py::DICOMIoIntegrationTest::test_dicom_store_instance_from_gcs
[gw5] [32mPASSED[0m
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_streaming_inserts
apache_beam/io/gcp/bigquery_test.py::BigQueryFileLoadsIntegrationTests::test_avro_file_load
[gw1] [32mPASSED[0m
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_column_selection_and_row_restriction_rows
apache_beam/io/gcp/bigquery_read_it_test.py::ReadUsingStorageApiTests::test_iobase_source_with_native_datetime
[gw3] [32mPASSED[0m
apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::BigqueryTornadoesIT::test_bigquery_tornadoes_it
apache_beam/io/fileio_test.py::MatchIntegrationTest::test_transform_on_gcs
[gw2] [32mPASSED[0m
apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py::JuliaSetTestIT::test_run_example_with_setup_file
apache_beam/examples/dataframe/flight_delays_it_test.py::FlightDelaysTest::test_flight_delays
[gw4] [32mPASSED[0m
apache_beam/io/gcp/healthcare/dicomio_integration_test.py::DICOMIoIntegrationTest::test_dicom_store_instance_from_gcs
apache_beam/ml/gcp/naturallanguageml_test_it.py::NaturalLanguageMlTestIT::test_analyzing_syntax
[gw4] [33mSKIPPED[0m
apache_beam/ml/gcp/naturallanguageml_test_it.py::NaturalLanguageMlTestIT::test_analyzing_syntax
apache_beam/ml/inference/base_test.py::RunInferenceBaseTest::test_run_inference_with_side_inputin_streaming
[gw4] [33mSKIPPED[0m
apache_beam/ml/inference/base_test.py::RunInferenceBaseTest::test_run_inference_with_side_inputin_streaming
apache_beam/transforms/periodicsequence_it_test.py::PeriodicSequenceIT::test_periodicsequence_outputs_valid_watermarks_it
[gw4] [33mSKIPPED[0m
apache_beam/transforms/periodicsequence_it_test.py::PeriodicSequenceIT::test_periodicsequence_outputs_valid_watermarks_it
[gw6] [32mPASSED[0m
apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_enrich
apache_beam/examples/streaming_wordcount_it_test.py::StreamingWordCountIT::test_streaming_wordcount_it
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
~~~~~~~~ Stack of Thread-8 (poll_for_job_completion) (140482347693824) ~~~~~~~~~
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
~~~~~~~~ Stack of Thread-15 (poll_for_job_completion) (139687620499200) ~~~~~~~~
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
~~~~~~~~ Stack of Thread-9 (poll_for_job_completion) (140265524799232) ~~~~~~~~~
~~~~~~~~ Stack of Thread-10 (poll_for_job_completion) (140020358235904) ~~~~~~~~
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
~~~~~~~~ Stack of Thread-10 (poll_for_job_completion) (140499826702080) ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140245255182080) ~~~~~~~~~~~~~~~~~~~~~
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 361, in _perform_spawn
reply.run()
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 296, in run
self._result = func(*args, **kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 1049, in _thread_receiver
msg = Message.from_io(io)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 507, in from_io
header = io.read(9) # type 1, channel 4, payload 4
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 474, in read
data = self._read(numbytes - len(buf))
File "/usr/lib/python3.10/threading.py", line 966, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",
line 177, in poll_for_job_completion
messages, page_token = runner.dataflow_client.list_messages(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/utils/retry.py",
line 298, in wrapper
return fun(*args, **kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py",
line 1015, in list_messages
response = self._client.projects_locations_jobs_messages.List(request)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_client.py",
line 550, in List
return self._RunMethod(config, request, global_params=global_params)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/apitools/base/py/base_api.py",
line 728, in _RunMethod
http_response = http_wrapper.MakeRequest(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/apitools/base/py/http_wrapper.py",
line 348, in MakeRequest
return _MakeRequestNoRetry(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/apitools/base/py/http_wrapper.py",
line 397, in _MakeRequestNoRetry
info, content = http.request(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/google_auth_httplib2.py",
line 218, in request
response, content = self.http.request(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/httplib2/__init__.py",
line 1581, in request
conn = self.connections[conn_key] = connection_type(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/httplib2/__init__.py",
line 1100, in __init__
context = _build_ssl_context(
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/httplib2/__init__.py",
line 183, in _build_ssl_context
context.load_verify_locations(ca_certs)
~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140484241393408) ~~~~~~~~~~~~~~~~~~~~~
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 361, in _perform_spawn
reply.run()
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 296, in run
self._result = func(*args, **kwargs)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 1049, in _thread_receiver
msg = Message.from_io(io)
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 507, in from_io
header = io.read(9) # type 1, channel 4, payload 4
File
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python310/src/build/gradleenv/2050596098/lib/python3.10/site-packages/execnet/gateway_base.py",
line 474, in read
data = self._read(numbytes - len(buf))
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
FATAL: command execution failed
java.io.IOException: Backing channel 'apache-beam-jenkins-15' is disconnected.
at
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at com.sun.proxy.$Proxy208.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
at hudson.Launcher$ProcStarter.join(Launcher.java:524)
at hudson.plugins.gradle.Gradle.perform(Gradle.java:321)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:164)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
at hudson.model.Run.execute(Run.java:1900)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.remoting.Channel$OrderlyShutdown: Command Close created at
at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1313)
at hudson.remoting.Channel$1.handle(Channel.java:606)
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:81)
Caused by: Command Close created at
at hudson.remoting.Command.<init>(Command.java:70)
at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1306)
at hudson.remoting.Channel.close(Channel.java:1480)
at hudson.remoting.Channel.close(Channel.java:1447)
at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1312)
at hudson.remoting.Channel$1.handle(Channel.java:606)
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:81)
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
ERROR: apache-beam-jenkins-15 is offline; cannot locate jdk_1.8_latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]