See 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/1146/display/redirect>

Changes:


------------------------------------------
[...truncated 1.86 MB...]
    File "apache_beam/runners/worker/operations.py", line 953, in 
apache_beam.runners.worker.operations.DoOperation.process
      with self.scoped_process_state:
    File "apache_beam/runners/worker/operations.py", line 954, in 
apache_beam.runners.worker.operations.DoOperation.process
      delayed_applications = self.dofn_runner.process(o)
    File "apache_beam/runners/common.py", line 1437, in 
apache_beam.runners.common.DoFnRunner.process
      self._reraise_augmented(exn, windowed_value)
    File "apache_beam/runners/common.py", line 1547, in 
apache_beam.runners.common.DoFnRunner._reraise_augmented
      raise new_exn
    File "apache_beam/runners/common.py", line 1435, in 
apache_beam.runners.common.DoFnRunner.process
      return self.do_fn_invoker.invoke_process(windowed_value)
    File "apache_beam/runners/common.py", line 637, in 
apache_beam.runners.common.SimpleInvoker.invoke_process
      windowed_value, self.process_method(windowed_value.value))
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/transforms/core.py";,>
 line 1963, in <lambda>
      wrapper = lambda x: [fn(x)]
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1148, in raise_error
      raise RuntimeError(
  RuntimeError: This error is expected and does not indicate a test failure. 
[while running 'StageC']
  
    warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))

apache_beam/runners/portability/portable_runner_test.py::PortableRunnerTestWithLocalDocker::test_error_traceback_includes_user_code
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/_pytest/threadexception.py>:73:
 PytestUnhandledThreadExceptionWarning: Exception in thread Thread-1460
  
  Traceback (most recent call last):
    File "apache_beam/runners/common.py", line 1435, in 
apache_beam.runners.common.DoFnRunner.process
      return self.do_fn_invoker.invoke_process(windowed_value)
    File "apache_beam/runners/common.py", line 637, in 
apache_beam.runners.common.SimpleInvoker.invoke_process
      windowed_value, self.process_method(windowed_value.value))
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/transforms/core.py";,>
 line 1963, in <lambda>
      wrapper = lambda x: [fn(x)]
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1165, in first
      return second(x)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1168, in second
      return third(x)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1171, in third
      raise ValueError(
  ValueError: This error is expected and does not indicate a test failure.
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
    File "/usr/lib/python3.9/threading.py", line 973, in _bootstrap_inner
      self.run()
    File "/usr/lib/python3.9/threading.py", line 910, in run
      self._target(*self._args, **self._kwargs)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/local_job_service.py";,>
 line 296, in _run_job
      self.result = self._invoke_runner()
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/local_job_service.py";,>
 line 318, in _invoke_runner
      return fn_runner.FnApiRunner(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 224, in run_via_runner_api
      return self.run_stages(stage_context, stages)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 455, in run_stages
      bundle_results = self._execute_bundle(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 783, in _execute_bundle
      self._run_bundle(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1020, in _run_bundle
      result, splits = bundle_manager.process_bundle(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1356, in process_bundle
      result_future = self._worker_handler.control_conn.push(process_bundle_req)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/worker_handlers.py";,>
 line 379, in push
      response = self.worker.do_instruction(request)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/sdk_worker.py";,>
 line 625, in do_instruction
      return getattr(self, request_type)(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/sdk_worker.py";,>
 line 663, in process_bundle
      bundle_processor.process_bundle(instruction_id))
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/bundle_processor.py";,>
 line 1056, in process_bundle
      input_op_by_transform_id[element.transform_id].process_encoded(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/bundle_processor.py";,>
 line 237, in process_encoded
      self.output(decoded_value)
    File "apache_beam/runners/worker/operations.py", line 570, in 
apache_beam.runners.worker.operations.Operation.output
      def output(self, windowed_value, output_index=0):
    File "apache_beam/runners/worker/operations.py", line 572, in 
apache_beam.runners.worker.operations.Operation.output
      _cast_to_receiver(self.receivers[output_index]).receive(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 263, in 
apache_beam.runners.worker.operations.SingletonElementConsumerSet.receive
      def receive(self, windowed_value):
    File "apache_beam/runners/worker/operations.py", line 266, in 
apache_beam.runners.worker.operations.SingletonElementConsumerSet.receive
      self.consumer.process(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 953, in 
apache_beam.runners.worker.operations.DoOperation.process
      with self.scoped_process_state:
    File "apache_beam/runners/worker/operations.py", line 954, in 
apache_beam.runners.worker.operations.DoOperation.process
      delayed_applications = self.dofn_runner.process(o)
    File "apache_beam/runners/common.py", line 1437, in 
apache_beam.runners.common.DoFnRunner.process
      self._reraise_augmented(exn, windowed_value)
    File "apache_beam/runners/common.py", line 1526, in 
apache_beam.runners.common.DoFnRunner._reraise_augmented
      raise exn
    File "apache_beam/runners/common.py", line 1435, in 
apache_beam.runners.common.DoFnRunner.process
      return self.do_fn_invoker.invoke_process(windowed_value)
    File "apache_beam/runners/common.py", line 636, in 
apache_beam.runners.common.SimpleInvoker.invoke_process
      self.output_handler.handle_process_outputs(
    File "apache_beam/runners/common.py", line 1621, in 
apache_beam.runners.common._OutputHandler.handle_process_outputs
      self._write_value_to_tag(tag, windowed_value, watermark_estimator)
    File "apache_beam/runners/common.py", line 1734, in 
apache_beam.runners.common._OutputHandler._write_value_to_tag
      self.main_receivers.receive(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 266, in 
apache_beam.runners.worker.operations.SingletonElementConsumerSet.receive
      self.consumer.process(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 953, in 
apache_beam.runners.worker.operations.DoOperation.process
      with self.scoped_process_state:
    File "apache_beam/runners/worker/operations.py", line 954, in 
apache_beam.runners.worker.operations.DoOperation.process
      delayed_applications = self.dofn_runner.process(o)
    File "apache_beam/runners/common.py", line 1437, in 
apache_beam.runners.common.DoFnRunner.process
      self._reraise_augmented(exn, windowed_value)
    File "apache_beam/runners/common.py", line 1526, in 
apache_beam.runners.common.DoFnRunner._reraise_augmented
      raise exn
    File "apache_beam/runners/common.py", line 1435, in 
apache_beam.runners.common.DoFnRunner.process
      return self.do_fn_invoker.invoke_process(windowed_value)
    File "apache_beam/runners/common.py", line 636, in 
apache_beam.runners.common.SimpleInvoker.invoke_process
      self.output_handler.handle_process_outputs(
    File "apache_beam/runners/common.py", line 1621, in 
apache_beam.runners.common._OutputHandler.handle_process_outputs
      self._write_value_to_tag(tag, windowed_value, watermark_estimator)
    File "apache_beam/runners/common.py", line 1734, in 
apache_beam.runners.common._OutputHandler._write_value_to_tag
      self.main_receivers.receive(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 266, in 
apache_beam.runners.worker.operations.SingletonElementConsumerSet.receive
      self.consumer.process(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 953, in 
apache_beam.runners.worker.operations.DoOperation.process
      with self.scoped_process_state:
    File "apache_beam/runners/worker/operations.py", line 954, in 
apache_beam.runners.worker.operations.DoOperation.process
      delayed_applications = self.dofn_runner.process(o)
    File "apache_beam/runners/common.py", line 1437, in 
apache_beam.runners.common.DoFnRunner.process
      self._reraise_augmented(exn, windowed_value)
    File "apache_beam/runners/common.py", line 1547, in 
apache_beam.runners.common.DoFnRunner._reraise_augmented
      raise new_exn
    File "apache_beam/runners/common.py", line 1435, in 
apache_beam.runners.common.DoFnRunner.process
      return self.do_fn_invoker.invoke_process(windowed_value)
    File "apache_beam/runners/common.py", line 637, in 
apache_beam.runners.common.SimpleInvoker.invoke_process
      windowed_value, self.process_method(windowed_value.value))
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/transforms/core.py";,>
 line 1963, in <lambda>
      wrapper = lambda x: [fn(x)]
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1165, in first
      return second(x)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1168, in second
      return third(x)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py";,>
 line 1171, in third
      raise ValueError(
  ValueError: This error is expected and does not indicate a test failure. 
[while running 'Map(first)']
  
    warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))

apache_beam/runners/portability/portable_runner_test.py::PortableRunnerTestWithLocalDocker::test_sdf_with_check_done_failed
  
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/_pytest/threadexception.py>:73:
 PytestUnhandledThreadExceptionWarning: Exception in thread Thread-488
  
  Traceback (most recent call last):
    File "/usr/lib/python3.9/threading.py", line 973, in _bootstrap_inner
      self.run()
    File "/usr/lib/python3.9/threading.py", line 910, in run
      self._target(*self._args, **self._kwargs)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/local_job_service.py";,>
 line 296, in _run_job
      self.result = self._invoke_runner()
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/local_job_service.py";,>
 line 318, in _invoke_runner
      return fn_runner.FnApiRunner(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 224, in run_via_runner_api
      return self.run_stages(stage_context, stages)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 455, in run_stages
      bundle_results = self._execute_bundle(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 783, in _execute_bundle
      self._run_bundle(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1020, in _run_bundle
      result, splits = bundle_manager.process_bundle(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1356, in process_bundle
      result_future = self._worker_handler.control_conn.push(process_bundle_req)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/portability/fn_api_runner/worker_handlers.py";,>
 line 379, in push
      response = self.worker.do_instruction(request)
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/sdk_worker.py";,>
 line 625, in do_instruction
      return getattr(self, request_type)(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/sdk_worker.py";,>
 line 663, in process_bundle
      bundle_processor.process_bundle(instruction_id))
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/bundle_processor.py";,>
 line 1056, in process_bundle
      input_op_by_transform_id[element.transform_id].process_encoded(
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/worker/bundle_processor.py";,>
 line 237, in process_encoded
      self.output(decoded_value)
    File "apache_beam/runners/worker/operations.py", line 570, in 
apache_beam.runners.worker.operations.Operation.output
      def output(self, windowed_value, output_index=0):
    File "apache_beam/runners/worker/operations.py", line 572, in 
apache_beam.runners.worker.operations.Operation.output
      _cast_to_receiver(self.receivers[output_index]).receive(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 263, in 
apache_beam.runners.worker.operations.SingletonElementConsumerSet.receive
      def receive(self, windowed_value):
    File "apache_beam/runners/worker/operations.py", line 266, in 
apache_beam.runners.worker.operations.SingletonElementConsumerSet.receive
      self.consumer.process(windowed_value)
    File "apache_beam/runners/worker/operations.py", line 1067, in 
apache_beam.runners.worker.operations.SdfProcessSizedElements.process
      with self.scoped_process_state:
    File "apache_beam/runners/worker/operations.py", line 1076, in 
apache_beam.runners.worker.operations.SdfProcessSizedElements.process
      delayed_applications = self.dofn_runner.process_with_sized_restriction(
    File "apache_beam/runners/common.py", line 1467, in 
apache_beam.runners.common.DoFnRunner.process_with_sized_restriction
      return self.do_fn_invoker.invoke_process(
    File "apache_beam/runners/common.py", line 831, in 
apache_beam.runners.common.PerWindowInvoker.invoke_process
      residual = self._invoke_process_per_window(
    File "apache_beam/runners/common.py", line 1002, in 
apache_beam.runners.common.PerWindowInvoker._invoke_process_per_window
      self.threadsafe_restriction_tracker.check_done()
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/runners/sdf_utils.py";,>
 line 111, in check_done
      return self._restriction_tracker.check_done()
    File 
"<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/target/.tox-py39/py39/lib/python3.9/site-packages/apache_beam/io/restriction_trackers.py";,>
 line 93, in check_done
      raise ValueError(
  ValueError: OffsetRestrictionTracker is not done since work in range [0, 6) 
has not been claimed.
  
    warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/pytest_py39.xml>
 -
=========================== short test summary info ============================
FAILED 
apache_beam/runners/portability/fn_api_runner/fn_runner_test.py::FnApiRunnerTestWithBundleRepeatAndMultiWorkers::test_windowing
===== 1 failed, 1195 passed, 720 skipped, 17 warnings in 235.93s (0:03:55) =====
============================= test session starts ==============================
platform linux -- Python 3.9.10, pytest-7.4.2, pluggy-1.3.0
cachedir: target/.tox-py39/py39/.pytest_cache
rootdir: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python>
configfile: pytest.ini
plugins: timeout-2.2.0, xdist-3.3.1, requests-mock-1.11.0, hypothesis-6.88.1
timeout: 600.0s
timeout method: signal
timeout func_only: False
collected 1918 items / 1915 deselected / 1 skipped / 3 selected

apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py
 s [ 33%]
                                                                         [ 33%]
apache_beam/runners/portability/stager_test.py ..                        [100%]

- generated xml file: 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/pytest_py39_no_xdist.xml>
 -
================ 2 passed, 2 skipped, 1915 deselected in 1.31s =================
py39: exit 1 (242.00 seconds) 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python>>
 bash 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/scripts/run_pytest.sh>
 py39 apache_beam/runners/ pid=2886286
py39: commands_post[0]> bash 
<https://ci-beam.apache.org/job/beam_PreCommit_Python_Runners_Cron/ws/src/sdks/python/test-suites/tox/py39/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
  py39: FAIL code 1 
(321.04=setup[73.92]+cmd[0.01,0.57,1.16,0.21,3.11,242.00,0.06] seconds)
  evaluation failed :( (321.30 seconds)

> Task :sdks:python:test-suites:tox:py39:testPython39 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py39:testPython39'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 31m 59s
22 actionable tasks: 21 executed, 1 from cache

Publishing build scan...
https://ge.apache.org/s/6e5i3zh3ogafg

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

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

Reply via email to