See
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/9212/display/redirect?page=changes>
Changes:
[kamil.bregula] [BEAM-14215] Improve argument validation in SnowflakeIO
[benjamin.gonzalez] [BEAM-14013] Add PreCommit Kotlin examples Jenkins Job
[Heejong Lee] [BEAM-14233] Merge requirements from expanded response for Java
External
[benjamin.gonzalez] [BEAM-14013] Add spark, direct, flink runners as triggers
for Kotlin
[noreply] [BEAM-14288] Skip flaking test
[noreply] Simplify specifying additional dependencies in Go SDK in XLang IOs
[noreply] [BEAM-14240] Clean staticcheck warnings in runner packages (#17340)
[Daniel Oliveira] [BEAM-13538] Workaround to fix go-licenses crash.
------------------------------------------
[...truncated 254.09 KB...]
> Task :sdks:python:test-suites:dataflow:py37:validatesRunnerStreamingTests
[31mFAILED[0m
=================================== FAILURES ===================================
[31m[1m_
ExerciseStreamingMetricsPipelineTest.test_streaming_pipeline_returns_expected_user_metrics_fnapi_it
_[0m
args = (subscription:
"projects/apache-beam-testing/subscriptions/exercise_streaming_metrics_subscription_output9be2ca4a-afde-4b12-b11b-37963ce9568d"
max_messages: 50
,)
kwargs = {'metadata': [('x-goog-request-params',
'subscription=projects/apache-beam-testing/subscriptions/exercise_streaming_me...12-b11b-37963ce9568d'),
('x-goog-api-client', 'gl-python/3.7.12 grpc/1.44.0 gax/1.31.5 gccl/2.12.0')],
'timeout': 30.0}
[1m @six.wraps(callable_)[0m
[1m def error_remapped_callable(*args, **kwargs):[0m
[1m try:[0m
[1m> return callable_(*args, **kwargs)[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/grpc_helpers.py[0m:67:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <grpc._channel._UnaryUnaryMultiCallable object at 0x7fbdd4061fd0>
request = subscription:
"projects/apache-beam-testing/subscriptions/exercise_streaming_metrics_subscription_output9be2ca4a-afde-4b12-b11b-37963ce9568d"
max_messages: 50
timeout = 30.0
metadata = [('x-goog-request-params',
'subscription=projects/apache-beam-testing/subscriptions/exercise_streaming_metrics_subscri...ut9be2ca4a-afde-4b12-b11b-37963ce9568d'),
('x-goog-api-client', 'gl-python/3.7.12 grpc/1.44.0 gax/1.31.5 gccl/2.12.0')]
credentials = None, wait_for_ready = None, compression = None
[1m def __call__(self,[0m
[1m request,[0m
[1m timeout=None,[0m
[1m metadata=None,[0m
[1m credentials=None,[0m
[1m wait_for_ready=None,[0m
[1m compression=None):[0m
[1m state, call, = self._blocking(request, timeout, metadata,
credentials,[0m
[1m wait_for_ready, compression)[0m
[1m> return _end_unary_response_blocking(state, call, False, None)[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/grpc/_channel.py[0m:946:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7fbdd4086fd0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fbdd405a8c0>
with_call = False, deadline = None
[1m def _end_unary_response_blocking(state, call, with_call, deadline):[0m
[1m if state.code is grpc.StatusCode.OK:[0m
[1m if with_call:[0m
[1m rendezvous = _MultiThreadedRendezvous(state, call, None,
deadline)[0m
[1m return state.response, rendezvous[0m
[1m else:[0m
[1m return state.response[0m
[1m else:[0m
[1m> raise _InactiveRpcError(state)[0m
[1m[31mE grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC
that terminated with:[0m
[1m[31mE status = StatusCode.DEADLINE_EXCEEDED[0m
[1m[31mE details = "Deadline Exceeded"[0m
[1m[31mE debug_error_string =
"{"created":"@1649734673.204945019","description":"Error received from peer
ipv4:142.250.136.95:443","file":"src/core/lib/surface/call.cc","file_line":903,"grpc_message":"Deadline
Exceeded","grpc_status":4}"[0m
[1m[31mE >[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/grpc/_channel.py[0m:849:
_InactiveRpcError
[33mThe above exception was the direct cause of the following exception:[0m
self =
<apache_beam.runners.dataflow.dataflow_exercise_streaming_metrics_pipeline_test.ExerciseStreamingMetricsPipelineTest
testMethod=test_streaming_pipeline_returns_expected_user_metrics_fnapi_it>
[1m @pytest.mark.it_validatesrunner[0m
[1m @pytest.mark.no_sickbay_batch[0m
[1m @pytest.mark.no_xdist[0m
[1m def
test_streaming_pipeline_returns_expected_user_metrics_fnapi_it(self):[0m
[1m """[0m
[1m Runs streaming Dataflow job and verifies that user metrics are
reported[0m
[1m correctly.[0m
[1m """[0m
[1m self._inject_words(self.input_topic, MESSAGES_TO_PUBLISH)[0m
[1m> result = self.run_pipeline()[0m
[1m[31mapache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py[0m:136:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[1m[31mapache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py[0m:124:
in run_pipeline
[1m return dataflow_exercise_streaming_metrics_pipeline.run(argv)[0m
[1m[31mapache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline.py[0m:99:
in run
[1m result = pipeline.run()[0m
[1m[31mapache_beam/pipeline.py[0m:573: in run
[1m return self.runner.run_pipeline(self, self._options)[0m
[1m[31mapache_beam/runners/dataflow/test_dataflow_runner.py[0m:68: in
run_pipeline
[1m hc_assert_that(self.result, pickler.loads(on_success_matcher))[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hamcrest/core/core/allof.py[0m:19:
in matches
[1m if not matcher.matches(item):[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hamcrest/core/base_matcher.py[0m:28:
in matches
[1m match_result = self._matches(item)[0m
[1m[31mapache_beam/io/gcp/tests/pubsub_matcher.py[0m:116: in _matches
[1m self.expected_msg_len, self.timeout)[0m
[1m[31mapache_beam/io/gcp/tests/pubsub_matcher.py[0m:132: in
_wait_for_messages
[1m timeout=self.pull_timeout)[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/pubsub_v1/services/subscriber/client.py[0m:1401:
in pull
[1m metadata=metadata,[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py[0m:145:
in __call__
[1m return wrapped_func(*args, **kwargs)[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/retry.py[0m:291:
in retry_wrapped_func
[1m on_error=on_error,[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/retry.py[0m:189:
in retry_target
[1m return target()[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/timeout.py[0m:102:
in func_with_timeout
[1m return func(*args, **kwargs)[0m
[1m[31m../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/api_core/grpc_helpers.py[0m:69:
in error_remapped_callable
[1m six.raise_from(exceptions.from_grpc_error(exc), exc)[0m
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
value = None
from_value = <_InactiveRpcError of RPC that terminated with:
status = StatusCode.DEADLINE_EXCEEDED
details = "Deadline Exceeded"
...36.95:443","file":"src/core/lib/surface/call.cc","file_line":903,"grpc_message":"Deadline
Exceeded","grpc_status":4}"
>
[1m> ???[0m
[1m[31mE google.api_core.exceptions.DeadlineExceeded: 504 Deadline
Exceeded[0m
[1m[31m<string>[0m:3: DeadlineExceeded
------------------------------ Captured log call -------------------------------
[32mINFO [0m apache_beam.runners.portability.stager:stager.py:754
Executing command:
['<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/bin/python3.7',>
'-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r',
'/tmp/tmphfl3lw73/tmp_requirements.txt', '--exists-action', 'i', '--no-deps',
'--implementation', 'cp', '--abi', 'cp37m', '--platform',
'manylinux2014_x86_64']
[32mINFO [0m apache_beam.runners.portability.stager:stager.py:325 Copying
Beam SDK
"<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/build/apache-beam.tar.gz">
to staging location.
[33mWARNING [0m root:environments.py:374 Make sure that locally built Python
SDK docker image has Python 3.7 interpreter.
[32mINFO [0m root:environments.py:380 Default Python SDK image for
environment is apache/beam_python3.7_sdk:2.39.0.dev
[32mINFO [0m root:environments.py:296 Using provided Python SDK container
image: gcr.io/cloud-dataflow/v1beta3/python37-fnapi:beam-master-20220407
[32mINFO [0m root:environments.py:304 Python SDK container image set to
"gcr.io/cloud-dataflow/v1beta3/python37-fnapi:beam-master-20220407" for Docker
environment
[32mINFO [0m apache_beam.internal.gcp.auth:auth.py:122 Setting socket
default timeout to 60 seconds.
[32mINFO [0m apache_beam.internal.gcp.auth:auth.py:125 socket default
timeout is 60.0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/requirements.txt...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/requirements.txt
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/pickled_main_session...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/pickled_main_session
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/pbr-5.8.1.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/pbr-5.8.1.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/mock-2.0.0.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/mock-2.0.0.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/six-1.16.0.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/six-1.16.0.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/soupsieve-2.3.1.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/soupsieve-2.3.1.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/PyHamcrest-1.10.1.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/PyHamcrest-1.10.1.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/parameterized-0.7.5.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/parameterized-0.7.5.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/beautifulsoup4-4.10.0.tar.gz...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/beautifulsoup4-4.10.0.tar.gz
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/mock-2.0.0-py2.py3-none-any.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/mock-2.0.0-py2.py3-none-any.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/seaborn-0.11.2-py3-none-any.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/seaborn-0.11.2-py3-none-any.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/PyHamcrest-1.10.1-py3-none-any.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/PyHamcrest-1.10.1-py3-none-any.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/beautifulsoup4-4.10.0-py3-none-any.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/beautifulsoup4-4.10.0-py3-none-any.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/parameterized-0.7.5-py2.py3-none-any.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/parameterized-0.7.5-py2.py3-none-any.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.3.4-cp36-cp36m-manylinux1_x86_64.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.3.4-cp36-cp36m-manylinux1_x86_64.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/dataflow_python_sdk.tar...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/dataflow_python_sdk.tar
in 0 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/dataflow-worker.jar...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/dataflow-worker.jar
in 5 seconds.
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:708 Starting GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/pipeline.pb...
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:727 Completed GCS
upload to
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0412033448-621665-nthvafm2.1649734488.621905/pipeline.pb
in 0 seconds.
[33mWARNING [0m apache_beam.options.pipeline_options:pipeline_options.py:335
Discarding unparseable args: ['--sleep_secs=20',
'--kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test']
[33mWARNING [0m apache_beam.options.pipeline_options:pipeline_options.py:335
Discarding unparseable args: ['--sleep_secs=20',
'--kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test']
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:887 Create job:
<Job
clientRequestId: '20220412033448623451-2535'
createTime: '2022-04-12T03:35:01.961298Z'
currentStateTime: '1970-01-01T00:00:00Z'
id:
'2022-04-11_20_34_58-13832145506502395668'
location: 'us-central1'
name: 'beamapp-jenkins-0412033448-621665-nthvafm2'
projectId: 'apache-beam-testing'
stageStates: []
startTime: '2022-04-12T03:35:01.961298Z'
steps: []
tempFiles: []
type: TypeValueValuesEnum(JOB_TYPE_STREAMING, 2)>
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:889 Created job
with id: [2022-04-11_20_34_58-13832145506502395668]
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:890 Submitted job:
2022-04-11_20_34_58-13832145506502395668
[32mINFO [0m
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:896 To access the
Dataflow monitoring console, please navigate to
https://console.cloud.google.com/dataflow/jobs/us-central1/2022-04-11_20_34_58-13832145506502395668?project=apache-beam-testing
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:197 Job
2022-04-11_20_34_58-13832145506502395668 is in state JOB_STATE_RUNNING
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:34:58.890Z: JOB_MESSAGE_BASIC: Streaming Engine auto-enabled. Use
--experiments=disable_streaming_engine to opt out.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:34:58.890Z: JOB_MESSAGE_BASIC: Dataflow Runner V2 auto-enabled.
Use --experiments=disable_runner_v2 to opt out.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:02.563Z: JOB_MESSAGE_WARNING: Autoscaling is enabled for
Dataflow Streaming Engine. Workers will scale between 1 and 100 unless
maxNumWorkers is specified.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:02.615Z: JOB_MESSAGE_DETAILED: Autoscaling is enabled for job
2022-04-11_20_34_58-13832145506502395668. The number of workers will be between
1 and 100.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:02.684Z: JOB_MESSAGE_DETAILED: Autoscaling was automatically
enabled for job 2022-04-11_20_34_58-13832145506502395668.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:10.985Z: JOB_MESSAGE_BASIC: Worker configuration:
e2-standard-2 in us-central1-b.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:12.885Z: JOB_MESSAGE_DETAILED: Expanding SplittableParDo
operations into optimizable parts.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:12.921Z: JOB_MESSAGE_DETAILED: Expanding CollectionToSingleton
operations into optimizable parts.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:12.982Z: JOB_MESSAGE_DETAILED: Expanding CoGroupByKey
operations into optimizable parts.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.071Z: JOB_MESSAGE_DETAILED: Expanding
SplittableProcessKeyed operations into optimizable parts.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.115Z: JOB_MESSAGE_DETAILED: Expanding GroupByKey operations
into streaming Read/Write steps
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.146Z: JOB_MESSAGE_DETAILED: Lifting
ValueCombiningMappingFns into MergeBucketsMappingFns
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.176Z: JOB_MESSAGE_DEBUG: Annotating graph with Autotuner
information.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.228Z: JOB_MESSAGE_DETAILED: Fusing adjacent ParDo, Read,
Write, and Flatten operations
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.282Z: JOB_MESSAGE_DETAILED: Fusing consumer
generate_metrics into ReadFromPubSub/Read
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.312Z: JOB_MESSAGE_DETAILED: Fusing consumer
dump_to_pub/ToProtobuf into generate_metrics
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.348Z: JOB_MESSAGE_DETAILED: Fusing consumer
dump_to_pub/Write into dump_to_pub/ToProtobuf
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.396Z: JOB_MESSAGE_BASIC: Running job using Streaming Engine
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.417Z: JOB_MESSAGE_BASIC: Using cloud KMLS key to protect
persistent state.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.513Z: JOB_MESSAGE_DEBUG: Workflow config is missing a
default resource spec.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.571Z: JOB_MESSAGE_DEBUG: Adding StepResource setup and
teardown to workflow graph.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.617Z: JOB_MESSAGE_DEBUG: Adding workflow start and stop
steps.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.653Z: JOB_MESSAGE_DEBUG: Assigning stage ids.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.732Z: JOB_MESSAGE_DEBUG: Starting worker pool setup.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.816Z: JOB_MESSAGE_DEBUG: Starting worker pool setup.
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:13.866Z: JOB_MESSAGE_BASIC: Starting 1 workers in
us-central1-b...
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:42.111Z: JOB_MESSAGE_BASIC: Your project already contains 100
Dataflow-created metric descriptors, so new user metrics of the form
custom.googleapis.com/* will not be created. However, all user metrics are also
available in the metric dataflow.googleapis.com/job/user_counter. If you rely
on the custom metrics, you can delete old / unused metric descriptors. See
https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.list
and
https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.delete
[32mINFO [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:242
2022-04-12T03:35:46.409Z: JOB_MESSAGE_DETAILED: Autoscaling: Raised the number
of workers to 1 so that the pipeline can catch up with its backlog and keep up
with its input rate.
[33mWARNING [0m
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:256 Timing out
on waiting for job 2022-04-11_20_34_58-13832145506502395668 after 60 seconds
- generated xml file:
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/pytest_validatesRunnerStreamingTests-df-py37-noxdist.xml>
-
[31m[1m================= 1 failed, 5302 deselected in 282.40 seconds
==================[0m
> Task :sdks:python:test-suites:dataflow:py37:validatesRunnerStreamingTests
> FAILED
FAILURE: Build failed with an exception.
* Where:
Script
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
line: 266
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py37:validatesRunnerStreamingTests'.
> 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
BUILD FAILED in 1h 19m 34s
100 actionable tasks: 65 executed, 33 from cache, 2 up-to-date
Publishing build scan...
https://gradle.com/s/gb6ljnj3c2udc
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]