See <https://builds.apache.org/job/beam_sonarqube_report/600/display/redirect>

------------------------------------------
[...truncated 1.11 MB...]
    wrapper = lambda x: [fn(x)]
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner_test.py";,>
 line 645, in first
    return second(x)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner_test.py";,>
 line 648, in second
    return third(x)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner_test.py";,>
 line 651, in third
    raise ValueError('x')
ValueError: x [while running 'Map(first)']

Exception in thread Thread-10375:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/local_job_service.py";,>
 line 249, in run
    self._pipeline_proto)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner.py";,>
 line 326, in run_via_runner_api
    return self.run_stages(stage_context, stages)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner.py";,>
 line 408, in run_stages
    stage_context.safe_coders)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner.py";,>
 line 681, in _run_stage
    result, splits = bundle_manager.process_bundle(data_input, data_output)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner.py";,>
 line 1562, in process_bundle
    part_inputs):
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/target/.tox-py27-cython/py27-cython/local/lib/python2.7/site-packages/concurrent/futures/_base.py";,>
 line 641, in result_iterator
    yield fs.pop().result()
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/target/.tox-py27-cython/py27-cython/local/lib/python2.7/site-packages/concurrent/futures/_base.py";,>
 line 462, in result
    return self.__get_result()
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/target/.tox-py27-cython/py27-cython/local/lib/python2.7/site-packages/concurrent/futures/thread.py";,>
 line 63, in run
    result = self.fn(*self.args, **self.kwargs)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner.py";,>
 line 1561, in <lambda>
    self._registered).process_bundle(part, expected_outputs),
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner.py";,>
 line 1525, in process_bundle
    raise RuntimeError(result.error)
RuntimeError: Traceback (most recent call last):
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py";,>
 line 157, in _execute
    response = task()
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py";,>
 line 190, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py";,>
 line 342, in do_instruction
    request.instruction_id)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py";,>
 line 368, in process_bundle
    bundle_processor.process_bundle(instruction_id))
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/worker/bundle_processor.py";,>
 line 593, in process_bundle
    data.ptransform_id].process_encoded(data.data)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/worker/bundle_processor.py";,>
 line 143, in process_encoded
    self.output(decoded_value)
  File "apache_beam/runners/worker/operations.py", line 255, in 
apache_beam.runners.worker.operations.Operation.output
    def output(self, windowed_value, output_index=0):
  File "apache_beam/runners/worker/operations.py", line 256, in 
apache_beam.runners.worker.operations.Operation.output
    cython.cast(Receiver, self.receivers[output_index]).receive(windowed_value)
  File "apache_beam/runners/worker/operations.py", line 143, in 
apache_beam.runners.worker.operations.SingletonConsumerSet.receive
    self.consumer.process(windowed_value)
  File "apache_beam/runners/worker/operations.py", line 428, in 
apache_beam.runners.worker.operations.ImpulseReadOperation.process
    with self.scoped_process_state:
  File "apache_beam/runners/worker/operations.py", line 435, in 
apache_beam.runners.worker.operations.ImpulseReadOperation.process
    self.output(windowed_value)
  File "apache_beam/runners/worker/operations.py", line 256, in 
apache_beam.runners.worker.operations.Operation.output
    cython.cast(Receiver, self.receivers[output_index]).receive(windowed_value)
  File "apache_beam/runners/worker/operations.py", line 143, in 
apache_beam.runners.worker.operations.SingletonConsumerSet.receive
    self.consumer.process(windowed_value)
  File "apache_beam/runners/worker/operations.py", line 593, in 
apache_beam.runners.worker.operations.DoOperation.process
    with self.scoped_process_state:
  File "apache_beam/runners/worker/operations.py", line 594, in 
apache_beam.runners.worker.operations.DoOperation.process
    delayed_application = self.dofn_receiver.receive(o)
  File "apache_beam/runners/common.py", line 799, in 
apache_beam.runners.common.DoFnRunner.receive
    self.process(windowed_value)
  File "apache_beam/runners/common.py", line 805, in 
apache_beam.runners.common.DoFnRunner.process
    self._reraise_augmented(exn)
  File "apache_beam/runners/common.py", line 872, in 
apache_beam.runners.common.DoFnRunner._reraise_augmented
    raise_with_traceback(new_exn)
  File "apache_beam/runners/common.py", line 803, in 
apache_beam.runners.common.DoFnRunner.process
    return self.do_fn_invoker.invoke_process(windowed_value)
  File "apache_beam/runners/common.py", line 466, in 
apache_beam.runners.common.SimpleInvoker.invoke_process
    windowed_value, self.process_method(windowed_value.value))
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/transforms/core.py";,>
 line 1296, in <lambda>
    wrapper = lambda x: [fn(x)]
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner_test.py";,>
 line 645, in first
    return second(x)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner_test.py";,>
 line 648, in second
    return third(x)
  File 
"<https://builds.apache.org/job/beam_sonarqube_report/ws/src/sdks/python/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner_test.py";,>
 line 651, in third
    raise ValueError('x')
ValueError: x [while running 'Map(first)']


ok
test_flatten 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_flattened_side_input 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_gbk_side_input 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_group_by_key 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_large_elements 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_metrics 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... SKIP: Metrics not supported.
test_multimap_side_input 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_multimap_side_input_type_coercion 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_no_subtransform_composite 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_metrics 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... SKIP: Metrics are not supported.
test_pardo_side_and_main_outputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_side_inputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_side_outputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_state_only 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_state_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_timers_clear 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... SKIP: BEAM-7074: Multiple timer definitions not supported.
test_pardo_unfusable_side_inputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_pardo_windowed_side_inputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_read 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_register_finalizations 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_reshuffle 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_sdf 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_sdf_synthetic_source 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_sdf_with_sdf_initiated_checkpointing 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_sdf_wrap_range_source 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_sdf_wrapper_overrides_read 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_teststream_pardo_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... SKIP: TestStream not yet supported
test_windowed_pardo_state_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_windowing 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv)
 ... ok
test_assert_that 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_callbacks_with_exception 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_combine_per_key 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_create 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_error_message_includes_stage 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_error_traceback_includes_user_code 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_flatten 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_flattened_side_input 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_gbk_side_input 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_group_by_key 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_large_elements 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_metrics 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_multimap_side_input 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_multimap_side_input_type_coercion 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_no_subtransform_composite 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_metrics 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_side_and_main_outputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_side_inputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_side_outputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_state_only 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_state_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_timers_clear 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_unfusable_side_inputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_pardo_windowed_side_inputs 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_read 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_register_finalizations 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_reshuffle 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_sdf 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_sdf_synthetic_source 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_sdf_with_sdf_initiated_checkpointing 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_sdf_wrap_range_source 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_sdf_wrapper_overrides_read 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_teststream_pardo_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_windowed_pardo_state_timers 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_windowing 
(apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithSubprocesses)
 ... SKIP: BEAM-3040
test_stage_multiple_files 
(apache_beam.runners.portability.portable_stager_test.PortableStagerTest) ... ok
test_stage_single_file 
(apache_beam.runners.portability.portable_stager_test.PortableStagerTest) ... ok
test_default_resources (apache_beam.runners.portability.stager_test.StagerTest) 
... ok
test_no_main_session (apache_beam.runners.portability.stager_test.StagerTest) 
... ok
test_no_staging_location 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_requirements_file_not_present 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_default 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_default_with_wheels 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_http (apache_beam.runners.portability.stager_test.StagerTest) 
... ok
test_sdk_location_local_directory 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_local_directory_not_present 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_local_source_file 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_local_wheel_file 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_remote_source_file 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_sdk_location_remote_wheel_file 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_setup_file_not_named_setup_dot_py 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_setup_file_not_present 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_extra_packages 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_extra_packages_invalid_file_name 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_extra_packages_missing_files 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_jar_packages (apache_beam.runners.portability.stager_test.StagerTest) 
... ok
test_with_jar_packages_invalid_file_name 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_jar_packages_missing_files 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_main_session (apache_beam.runners.portability.stager_test.StagerTest) 
... ok
test_with_requirements_file 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_requirements_file_and_cache 
(apache_beam.runners.portability.stager_test.StagerTest) ... ok
test_with_setup_file (apache_beam.runners.portability.stager_test.StagerTest) 
... ok
test_in_memory_data_channel 
(apache_beam.runners.worker.data_plane_test.DataChannelTest) ... ok
test_basic_record (apache_beam.runners.worker.logger_test.JsonLogFormatterTest) 
... ok
test_exception_record 
(apache_beam.runners.worker.logger_test.JsonLogFormatterTest) ... ok
test_nested_with_per_thread_info 
(apache_beam.runners.worker.logger_test.JsonLogFormatterTest) ... ok
test_record_with_arbitrary_messages 
(apache_beam.runners.worker.logger_test.JsonLogFormatterTest) ... ok
test_record_with_format_character 
(apache_beam.runners.worker.logger_test.JsonLogFormatterTest) ... ok
test_record_with_per_thread_info 
(apache_beam.runners.worker.logger_test.JsonLogFormatterTest) ... ok
test_per_thread_attribute 
(apache_beam.runners.worker.logger_test.PerThreadLoggingContextTest) ... ok
test_set_when_already_defined 
(apache_beam.runners.worker.logger_test.PerThreadLoggingContextTest) ... ok
test_set_when_undefined 
(apache_beam.runners.worker.logger_test.PerThreadLoggingContextTest) ... ok
test_should_sample 
(apache_beam.runners.worker.opcounters_test.OperationCountersTest) ... ok
test_update_int 
(apache_beam.runners.worker.opcounters_test.OperationCountersTest) ... ok
test_update_multiple 
(apache_beam.runners.worker.opcounters_test.OperationCountersTest) ... ok
test_update_new_object 
(apache_beam.runners.worker.opcounters_test.OperationCountersTest) ... ok
test_update_old_object 
(apache_beam.runners.worker.opcounters_test.OperationCountersTest) ... ok
test_update_str 
(apache_beam.runners.worker.opcounters_test.OperationCountersTest) ... ok
test_basic_counters 
(apache_beam.runners.worker.opcounters_test.TransformIoCounterTest) ... ok
test_parse_pipeline_options 
(apache_beam.runners.worker.sdk_worker_main_test.SdkWorkerMainTest) ... ok
test_status_server 
(apache_beam.runners.worker.sdk_worker_main_test.SdkWorkerMainTest) ... ok
test_work_count_custom_value 
(apache_beam.runners.worker.sdk_worker_main_test.SdkWorkerMainTest) ... ok
test_work_count_default_value 
(apache_beam.runners.worker.sdk_worker_main_test.SdkWorkerMainTest) ... ok
test_work_count_wrong_format 
(apache_beam.runners.worker.sdk_worker_main_test.SdkWorkerMainTest) ... ok
test_fn_registration (apache_beam.runners.worker.sdk_worker_test.SdkWorkerTest) 
... ok
test_emulated_iterable 
(apache_beam.runners.worker.sideinputs_test.EmulatedCollectionsTest) ... ok
test_large_iterable_values 
(apache_beam.runners.worker.sideinputs_test.EmulatedCollectionsTest) ... 
scripts/run_tox.sh: line 52: 19136 Terminated              tox -c tox.ini 
--recreate -e $1 --installpkg $2

Daemon will be stopped at the end of the build after the daemon was no longer 
found in the daemon registry
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=9363728c-07dc-4040-a156-e5c22fd57b7a, 
currentDir=<https://builds.apache.org/job/beam_sonarqube_report/ws/src}>
Attempting to read last messages from the daemon log...
Daemon pid: 5718
  log file: /home/jenkins/.gradle/daemon/5.2.1/daemon-5718.out.log
----- Last  20 lines from daemon log file - daemon-5718.out.log -----
        at 
org.gradle.process.internal.DefaultExecHandle.execExceptionFor(DefaultExecHandle.java:232)
        at 
org.gradle.process.internal.DefaultExecHandle.setEndStateInfo(DefaultExecHandle.java:209)
        at 
org.gradle.process.internal.DefaultExecHandle.failed(DefaultExecHandle.java:356)
        at 
org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:86)
        at 
org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:42)
        at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
        at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at 
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: Shutdown in progress
        at 
java.lang.ApplicationShutdownHooks.remove(ApplicationShutdownHooks.java:82)
        at java.lang.Runtime.removeShutdownHook(Runtime.java:239)
        at 
org.gradle.process.internal.shutdown.ShutdownHooks.removeShutdownHook(ShutdownHooks.java:33)
        at 
org.gradle.process.internal.DefaultExecHandle.setEndStateInfo(DefaultExecHandle.java:199)
        at 
org.gradle.process.internal.DefaultExecHandle.aborted(DefaultExecHandle.java:352)
        at 
org.gradle.process.internal.ExecHandleRunner.completed(ExecHandleRunner.java:107)
        at 
org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:83)
        ... 7 more
----- End of the daemon log -----


FAILURE: Build failed with an exception.

* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may 
have crashed)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner 
succeeded?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to