See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/3931/display/redirect>

Changes:


------------------------------------------
[...truncated 3.37 MB...]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 492, in load
    obj = StockUnpickler.load(self)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 482, in find_class
    return StockUnpickler.find_class(self, module, name)
ModuleNotFoundError: No module named 'dill'
FAILED 
apache_beam/transforms/sql_test.py::SqlTransformTest::test_windowing_before_sql 
- RuntimeError: Pipeline job-22592702-7e71-4fb3-bebc-7988a29c8ec8 failed in 
state FAILED: Error running pipeline.
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/site-packages/apache_beam/runners/portability/local_job_service.py";,>
 line 319, in _invoke_runner
    provision_info=self._provision_info).run_via_runner_api(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1012, in _run_bundle
    result, splits = bundle_manager.process_bundle(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1387, in process_bundle
    raise RuntimeError(result.error)
RuntimeError: Traceback (most recent call last):
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill_pickler.py", 
line 275, in loads
    return dill.loads(s)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 295, in loads
    return load(file, ignore, **kwds)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 290, in load
    return Unpickler(file, ignore=ignore, **kwds).load()
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 492, in load
    obj = StockUnpickler.load(self)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 482, in find_class
    return StockUnpickler.find_class(self, module, name)
ModuleNotFoundError: No module named 'dill'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 295, in _execute
    response = task()
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 370, in <lambda>
    lambda: self.create_worker().do_instruction(request), request)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 629, in do_instruction
    return getattr(self, request_type)(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 660, in process_bundle
    bundle_processor = self.bundle_processor_cache.get(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 491, in get
    processor = bundle_processor.BundleProcessor(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 904, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 983, in create_execution_tree
    return collections.OrderedDict([(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 986, in <listcomp>
    get_operation(transform_id))) for transform_id in sorted(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 965, in get_operation
    transform_consumers = {
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <dictcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 965, in get_operation
    transform_consumers = {
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <dictcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 965, in get_operation
    transform_consumers = {
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <dictcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 970, in get_operation
    return transform_factory.create_operation(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 1267, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 1614, in create_par_do
    return _create_pardo_operation(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 1657, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/pickler.py", line 
51, in loads
    return desired_pickle_lib.loads(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill_pickler.py", 
line 279, in loads
    return dill.loads(s)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 295, in loads
    return load(file, ignore, **kwds)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 290, in load
    return Unpickler(file, ignore=ignore, **kwds).load()
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 492, in load
    obj = StockUnpickler.load(self)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 482, in find_class
    return StockUnpickler.find_class(self, module, name)
ModuleNotFoundError: No module named 'dill'
FAILED 
apache_beam/transforms/sql_test.py::SqlTransformTest::test_zetasql_generate_data
 - RuntimeError: Pipeline job-4bdd2d1e-7570-413f-b05d-2d57398a0cc6 failed in 
state FAILED: Error running pipeline.
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/site-packages/apache_beam/runners/portability/local_job_service.py";,>
 line 319, in _invoke_runner
    provision_info=self._provision_info).run_via_runner_api(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/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_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1012, in _run_bundle
    result, splits = bundle_manager.process_bundle(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner.py";,>
 line 1387, in process_bundle
    raise RuntimeError(result.error)
RuntimeError: Traceback (most recent call last):
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill_pickler.py", 
line 275, in loads
    return dill.loads(s)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 295, in loads
    return load(file, ignore, **kwds)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 290, in load
    return Unpickler(file, ignore=ignore, **kwds).load()
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 492, in load
    obj = StockUnpickler.load(self)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 482, in find_class
    return StockUnpickler.find_class(self, module, name)
ModuleNotFoundError: No module named 'dill'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 295, in _execute
    response = task()
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 370, in <lambda>
    lambda: self.create_worker().do_instruction(request), request)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 629, in do_instruction
    return getattr(self, request_type)(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 660, in process_bundle
    bundle_processor = self.bundle_processor_cache.get(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/sdk_worker.py",
 line 491, in get
    processor = bundle_processor.BundleProcessor(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 904, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 983, in create_execution_tree
    return collections.OrderedDict([(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 986, in <listcomp>
    get_operation(transform_id))) for transform_id in sorted(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 965, in get_operation
    transform_consumers = {
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <dictcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 965, in get_operation
    transform_consumers = {
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <dictcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 965, in get_operation
    transform_consumers = {
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <dictcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 966, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 819, in wrapper
    result = cache[args] = func(*args)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 970, in get_operation
    return transform_factory.create_operation(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 1267, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 1614, in create_par_do
    return _create_pardo_operation(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/worker/bundle_processor.py",
 line 1657, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/pickler.py", line 
51, in loads
    return desired_pickle_lib.loads(
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill_pickler.py", 
line 279, in loads
    return dill.loads(s)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 295, in loads
    return load(file, ignore, **kwds)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 290, in load
    return Unpickler(file, ignore=ignore, **kwds).load()
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 492, in load
    obj = StockUnpickler.load(self)
  File 
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill/_dill.py", 
line 482, in find_class
    return StockUnpickler.find_class(self, module, name)
ModuleNotFoundError: No module named 'dill'
==== 9 failed, 9 skipped, 6867 deselected, 45 warnings in 301.22s (0:05:01) ====

> Task 
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingSql
>  FAILED

> Task :sdks:python:test-suites:direct:xlang:fnApiJobServerCleanup
Killing process at 3474251

> Task :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 3480397.
Stopping expansion service pid: 3480398.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingJava'.
> 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingSql'.
> 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 8.0.

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

See 
https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 30m 42s
167 actionable tasks: 26 executed, 141 up-to-date

Publishing build scan...
https://gradle.com/s/qluexwugp5ep6

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