See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark3/2932/display/redirect>
Changes:
------------------------------------------
[...truncated 1.79 MB...]
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.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 295, in _execute
response = task()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 630, in do_instruction
getattr(request, request_type), request.instruction_id)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 661, in process_bundle
instruction_id, request.process_bundle_descriptor_id)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 496, in get
self.data_sampler)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 987, in create_execution_tree
descriptor.transforms, key=topological_height, reverse=True)])
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in get_operation
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in <dictcomp>
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 971, in get_operation
transform_id, transform_consumers)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 1621, in create_par_do
parameter)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/internal/pickler.py", line
52, in loads
encoded, enable_trace=enable_trace, use_zlib=use_zlib)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill_pickler.py",
line 279, in loads
return dill.loads(s)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 295, in loads
return load(file, ignore, **kwds)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 290, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 492, in load
obj = StockUnpickler.load(self)
File
"/usr/local/lib/python3.7/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
BeamApp-jenkins-0402025535-be93efb8_f2fc88e2-0b9e-4116-9f91-6d6c4fb8581c failed
in state FAILED: java.lang.RuntimeException: Error received from SDK harness
for instruction 1: Traceback (most recent call last):
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill_pickler.py",
line 275, in loads
return dill.loads(s)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 295, in loads
return load(file, ignore, **kwds)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 290, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 492, in load
obj = StockUnpickler.load(self)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 295, in _execute
response = task()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 630, in do_instruction
getattr(request, request_type), request.instruction_id)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 661, in process_bundle
instruction_id, request.process_bundle_descriptor_id)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 496, in get
self.data_sampler)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 987, in create_execution_tree
descriptor.transforms, key=topological_height, reverse=True)])
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in get_operation
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in <dictcomp>
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 971, in get_operation
transform_id, transform_consumers)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 1621, in create_par_do
parameter)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/internal/pickler.py", line
52, in loads
encoded, enable_trace=enable_trace, use_zlib=use_zlib)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill_pickler.py",
line 279, in loads
return dill.loads(s)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 295, in loads
return load(file, ignore, **kwds)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 290, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 492, in load
obj = StockUnpickler.load(self)
File
"/usr/local/lib/python3.7/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
BeamApp-jenkins-0402025558-6d42a5e2_3543279b-2cfd-423f-aa64-268a414756c5 failed
in state FAILED: java.lang.RuntimeException: Error received from SDK harness
for instruction 1: Traceback (most recent call last):
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill_pickler.py",
line 275, in loads
return dill.loads(s)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 295, in loads
return load(file, ignore, **kwds)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 290, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 492, in load
obj = StockUnpickler.load(self)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 295, in _execute
response = task()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 630, in do_instruction
getattr(request, request_type), request.instruction_id)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 661, in process_bundle
instruction_id, request.process_bundle_descriptor_id)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/sdk_worker.py",
line 496, in get
self.data_sampler)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 987, in create_execution_tree
descriptor.transforms, key=topological_height, reverse=True)])
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in get_operation
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in <dictcomp>
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in get_operation
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in <dictcomp>
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in get_operation
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 968, in <dictcomp>
pcoll_id in descriptor.transforms[transform_id].outputs.items()
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 819, in wrapper
result = cache[args] = func(*args)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 971, in get_operation
transform_id, transform_consumers)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/runners/worker/bundle_processor.py",
line 1621, in create_par_do
parameter)
File
"/usr/local/lib/python3.7/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.7/site-packages/apache_beam/internal/pickler.py", line
52, in loads
encoded, enable_trace=enable_trace, use_zlib=use_zlib)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill_pickler.py",
line 279, in loads
return dill.loads(s)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 295, in loads
return load(file, ignore, **kwds)
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 290, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File
"/usr/local/lib/python3.7/site-packages/apache_beam/internal/dill/_dill.py",
line 492, in load
obj = StockUnpickler.load(self)
File
"/usr/local/lib/python3.7/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, 40 warnings in 229.79s (0:03:49) ====
> Task :runners:spark:3:job-server:validatesCrossLanguageRunnerPythonUsingSql
> FAILED
> Task :runners:spark:3:job-server:sparkJobServerCleanup
Stopping job server pid: 3791675.
> Task :runners:spark:3:job-server:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 3803831.
Stopping expansion service pid: 3803832.
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':runners:spark:3:job-server: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
':runners:spark:3:job-server: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 46s
270 actionable tasks: 178 executed, 80 from cache, 12 up-to-date
Publishing build scan...
https://gradle.com/s/64qzu5wyl7f7s
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]