You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/09/30 06:22:44 UTC

Build failed in Jenkins: beam_PreCommit_Portable_Python_Cron #1206

See <https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/1206/display/redirect>

Changes:


------------------------------------------
[...truncated 1.18 MB...]
	... 12 more
Caused by: java.lang.RuntimeException: Error received from SDK harness for instruction 20: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

	at org.apache.beam.runners.fnexecution.control.FnApiControlClient$ResponseStreamObserver.onNext(FnApiControlClient.java:157)
	at org.apache.beam.runners.fnexecution.control.FnApiControlClient$ResponseStreamObserver.onNext(FnApiControlClient.java:140)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onMessage(ServerCalls.java:249)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.ForwardingServerCallListener.onMessage(ForwardingServerCallListener.java:33)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.Contexts$ContextualizedServerCallListener.onMessage(Contexts.java:76)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailable(ServerCallImpl.java:297)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1MessagesAvailable.runInContext(ServerImpl.java:738)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
[flink-runner-job-invoker] INFO org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactRetrievalService - Manifest at /tmp/beam-artifact-staging/job_0fb1b7db-12e6-4d82-b12b-822113e2a5de/MANIFEST has 1 artifact locations
ERROR:root:java.lang.RuntimeException: Error received from SDK harness for instruction 20: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

[flink-runner-job-invoker] INFO org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactStagingService - Removed dir /tmp/beam-artifact-staging/job_0fb1b7db-12e6-4d82-b12b-822113e2a5de/
INFO:root:Job state changed to FAILED
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/examples/wordcount.py",> line 138, in <module>
    run()
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/examples/wordcount.py",> line 118, in run
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/runners/portability/portable_runner.py",> line 439, in wait_until_finish
    self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline BeamApp-root-0930062233-5f19457_7604e061-1985-4885-8a9b-d50b978a87b5 failed in state FAILED: java.lang.RuntimeException: Error received from SDK harness for instruction 20: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given


> Task :sdks:python:test-suites:portable:py35:portableWordCountStreaming FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py35:portableWordCountBatch'.
> 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. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py35:portableWordCountStreaming'.
> 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. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 25s
73 actionable tasks: 20 executed, 53 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PreCommit_Portable_Python_Cron #1209

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/1209/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PreCommit_Portable_Python_Cron #1208

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/1208/display/redirect?page=changes>

Changes:

[ihr] Add clarification about authorized views

[kirillkozlov] [BEAM-8275] Beam SQL should support BigQuery in DIRECT_READ mode

[github] Addressed review comments

[github] Added a test for BigQuery SQL read in EXPORT mode


------------------------------------------
[...truncated 1.19 MB...]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

	at org.apache.beam.runners.fnexecution.control.FnApiControlClient$ResponseStreamObserver.onNext(FnApiControlClient.java:157)
	at org.apache.beam.runners.fnexecution.control.FnApiControlClient$ResponseStreamObserver.onNext(FnApiControlClient.java:140)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onMessage(ServerCalls.java:249)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.ForwardingServerCallListener.onMessage(ForwardingServerCallListener.java:33)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.Contexts$ContextualizedServerCallListener.onMessage(Contexts.java:76)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailable(ServerCallImpl.java:297)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1MessagesAvailable.runInContext(ServerImpl.java:738)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
ERROR:root:java.lang.RuntimeException: Error received from SDK harness for instruction 20: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

[flink-runner-job-invoker] INFO org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactRetrievalService - Manifest at /tmp/beam-artifact-staging/job_aff4a379-3d60-4571-af19-1b9f4011bc21/MANIFEST has 1 artifact locations
[flink-runner-job-invoker] INFO org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactStagingService - Removed dir /tmp/beam-artifact-staging/job_aff4a379-3d60-4571-af19-1b9f4011bc21/
INFO:root:Job state changed to FAILED
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/examples/wordcount.py",> line 138, in <module>
    run()
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/examples/wordcount.py",> line 118, in run
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/runners/portability/portable_runner.py",> line 439, in wait_until_finish
    self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline BeamApp-root-0930182909-6a6f76d0_05c53f9c-461f-4e79-8d3c-d75ba108df72 failed in state FAILED: java.lang.RuntimeException: Error received from SDK harness for instruction 20: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given


> Task :sdks:python:test-suites:portable:py35:portableWordCountStreaming FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py35:portableWordCountBatch'.
> 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. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py35:portableWordCountStreaming'.
> 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. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 28s
73 actionable tasks: 20 executed, 53 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PreCommit_Portable_Python_Cron #1207

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/1207/display/redirect>

Changes:


------------------------------------------
[...truncated 1.19 MB...]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

	at org.apache.beam.runners.fnexecution.control.FnApiControlClient$ResponseStreamObserver.onNext(FnApiControlClient.java:157)
	at org.apache.beam.runners.fnexecution.control.FnApiControlClient$ResponseStreamObserver.onNext(FnApiControlClient.java:140)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onMessage(ServerCalls.java:249)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.ForwardingServerCallListener.onMessage(ForwardingServerCallListener.java:33)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.Contexts$ContextualizedServerCallListener.onMessage(Contexts.java:76)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.messagesAvailable(ServerCallImpl.java:297)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1MessagesAvailable.runInContext(ServerImpl.java:738)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at org.apache.beam.vendor.grpc.v1p21p0.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
ERROR:root:java.lang.RuntimeException: Error received from SDK harness for instruction 19: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

[flink-runner-job-invoker] INFO org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactRetrievalService - Manifest at /tmp/beam-artifact-staging/job_d214b75f-25dd-49f1-9fb7-87643961c420/MANIFEST has 1 artifact locations
[flink-runner-job-invoker] INFO org.apache.beam.runners.fnexecution.artifact.BeamFileSystemArtifactStagingService - Removed dir /tmp/beam-artifact-staging/job_d214b75f-25dd-49f1-9fb7-87643961c420/
INFO:root:Job state changed to FAILED
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/examples/wordcount.py",> line 138, in <module>
    run()
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/examples/wordcount.py",> line 118, in run
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/python/apache_beam/runners/portability/portable_runner.py",> line 439, in wait_until_finish
    self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline BeamApp-root-0930122351-1adcf587_c6b90290-2df6-470b-b768-e8b8c719f8a9 failed in state FAILED: java.lang.RuntimeException: Error received from SDK harness for instruction 19: Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 300, in get
    processor = self.cached_bundle_processors[bundle_descriptor_id].pop()
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 261, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 158, in _execute
    response = task()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 191, in <lambda>
    self._execute(lambda: worker.do_instruction(work), work)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 343, in do_instruction
    request.instruction_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 363, in process_bundle
    instruction_id, request.process_bundle_descriptor_id)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/sdk_worker.py", line 306, in get
    self.data_channel_factory)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 580, in __init__
    self.ops = self.create_execution_tree(self.process_bundle_descriptor)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 624, in create_execution_tree
    descriptor.transforms, key=topological_height, reverse=True)])
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 623, in <listcomp>
    for transform_id in sorted(
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 607, in get_operation
    in descriptor.transforms[transform_id].outputs.items()
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 606, in <dictcomp>
    for tag, pcoll_id
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 605, in <listcomp>
    tag: [get_operation(op) for op in pcoll_consumers[pcoll_id]]
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 548, in wrapper
    result = cache[args] = func(*args)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 610, in get_operation
    transform_id, transform_consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 869, in create_operation
    return creator(self, transform_id, transform_proto, payload, consumers)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1112, in create
    serialized_fn, parameter)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/runners/worker/bundle_processor.py", line 1150, in _create_pardo_operation
    dofn_data = pickler.loads(serialized_fn)
  File "/usr/local/lib/python3.5/site-packages/apache_beam/internal/pickler.py", line 265, in loads
    return dill.loads(s)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 317, in loads
    return load(file, ignore)
  File "/usr/local/lib/python3.5/site-packages/dill/_dill.py", line 305, in load
    obj = pik.load()
TypeError: _create_function() takes from 2 to 6 positional arguments but 7 were given


> Task :sdks:python:test-suites:portable:py35:portableWordCountStreaming FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py35:portableWordCountBatch'.
> 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. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py35:portableWordCountStreaming'.
> 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. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 37s
73 actionable tasks: 20 executed, 53 up-to-date

Publishing build scan...
https://gradle.com/s/2tvqlvushn53s

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org