See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/104/display/redirect?page=changes>
Changes:
[noreply] [BEAM-13738] Reenable ignored SQS test after bumping elasticmq for
fixed
[noreply] fix build status link (#16907)
[noreply] Merge pull request #16549 from [BEAM-13681][Playground] Refactoring
[noreply] Merge pull request #16732 from [BEAM-13825] [Playground] updated
[noreply] Merge pull request #16683 from [BEAM-13713][Playground] Java graph
[noreply] case study pages - improvements and fixes (#16896)
------------------------------------------
[...truncated 454.88 KB...]
apache_beam/runners/dataflow/dataflow_runner.py:141: in apply
return super().apply(transform, input, options)
apache_beam/runners/runner.py:185: in apply
return m(transform, input, options)
apache_beam/runners/runner.py:215: in apply_PTransform
return transform.expand(input)
apache_beam/transforms/external.py:510: in expand
response = service.Expand(request)
../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:946:
in __call__
return _end_unary_response_blocking(state, call, False, None)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7efbe97bfcf8>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7efbe9844dc8>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None,
deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that
terminated with:
E status = StatusCode.UNAVAILABLE
E details = "failed to connect to all addresses"
E debug_error_string =
"{"created":"@1645575747.698092415","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1645575747.698091141","description":"failed
to connect to all
addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
E >
../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:849:
_InactiveRpcError
____________________ ValidateRunnerXlangTest.test_partition ____________________
[gw2] linux -- Python 3.6.15
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/bin/python3.6>
self =
<apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest
testMethod=test_partition>
test_pipeline = None
@pytest.mark.xlang_transforms
def test_partition(self, test_pipeline=None):
CrossLanguageTestPipelines().run_partition(
> test_pipeline or self.create_pipeline())
apache_beam/transforms/validate_runner_xlang_test.py:290:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/transforms/validate_runner_xlang_test.py:235: in run_partition
TEST_PARTITION_URN, None, self.expansion_service))
apache_beam/pvalue.py:137: in __or__
return self.pipeline.apply(ptransform, self)
apache_beam/pipeline.py:708: in apply
pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
apache_beam/runners/dataflow/dataflow_runner.py:141: in apply
return super().apply(transform, input, options)
apache_beam/runners/runner.py:185: in apply
return m(transform, input, options)
apache_beam/runners/runner.py:215: in apply_PTransform
return transform.expand(input)
apache_beam/transforms/external.py:510: in expand
response = service.Expand(request)
../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:946:
in __call__
return _end_unary_response_blocking(state, call, False, None)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7efbe96cec50>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7efbe97dce08>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None,
deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that
terminated with:
E status = StatusCode.UNAVAILABLE
E details = "failed to connect to all addresses"
E debug_error_string =
"{"created":"@1645575748.954895783","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1645575748.954894258","description":"failed
to connect to all
addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
E >
../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:849:
_InactiveRpcError
_____________________ ValidateRunnerXlangTest.test_prefix ______________________
[gw3] linux -- Python 3.6.15
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/bin/python3.6>
self =
<apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest
testMethod=test_prefix>
test_pipeline = None
@pytest.mark.xlang_transforms
def test_prefix(self, test_pipeline=None):
CrossLanguageTestPipelines().run_prefix(
> test_pipeline or self.create_pipeline())
apache_beam/transforms/validate_runner_xlang_test.py:254:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/transforms/validate_runner_xlang_test.py:98: in run_prefix
self.expansion_service))
apache_beam/pvalue.py:137: in __or__
return self.pipeline.apply(ptransform, self)
apache_beam/pipeline.py:708: in apply
pvalueish_result = self.runner.apply(transform, pvalueish, self._options)
apache_beam/runners/dataflow/dataflow_runner.py:141: in apply
return super().apply(transform, input, options)
apache_beam/runners/runner.py:185: in apply
return m(transform, input, options)
apache_beam/runners/runner.py:215: in apply_PTransform
return transform.expand(input)
apache_beam/transforms/external.py:510: in expand
response = service.Expand(request)
../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:946:
in __call__
return _end_unary_response_blocking(state, call, False, None)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
state = <grpc._channel._RPCState object at 0x7fa06a4e3c50>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fa06a2a32c8>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None,
deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that
terminated with:
E status = StatusCode.UNAVAILABLE
E details = "failed to connect to all addresses"
E debug_error_string =
"{"created":"@1645575748.755505310","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1645575748.755503886","description":"failed
to connect to all
addresses","file":"src/core/lib/transport/error_utils.cc","file_line":163,"grpc_status":14}]}"
E >
../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:849:
_InactiveRpcError
=============================== warnings summary ===============================
apache_beam/io/filesystems_test.py:54
apache_beam/io/filesystems_test.py:54
apache_beam/io/filesystems_test.py:54
apache_beam/io/filesystems_test.py:54
apache_beam/io/filesystems_test.py:54
apache_beam/io/filesystems_test.py:54
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/sdks/python/apache_beam/io/filesystems_test.py>:54:
DeprecationWarning: invalid escape sequence \c
self.assertIsNone(FileSystems.get_scheme('c:\\abc\cdf')) # pylint:
disable=anomalous-backslash-in-string
apache_beam/io/filesystems_test.py:62
apache_beam/io/filesystems_test.py:62
apache_beam/io/filesystems_test.py:62
apache_beam/io/filesystems_test.py:62
apache_beam/io/filesystems_test.py:62
apache_beam/io/filesystems_test.py:62
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/sdks/python/apache_beam/io/filesystems_test.py>:62:
DeprecationWarning: invalid escape sequence \d
self.assertTrue(isinstance(FileSystems.get_filesystem('c:\\abc\def'), #
pylint: disable=anomalous-backslash-in-string
-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file:
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/sdks/python/pytest_xlangValidateRunner.xml>
-
=================== 10 failed, 12 warnings in 33.29 seconds ====================
> Task
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
> FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 3808850.
Stopping expansion service pid: 3808851.
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:cleanUpDockerPythonImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220223000431
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f98fd0106c43974d68298f61788fb714ac9a89e19c0ade3c8520b491d2ebf054
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220223000431]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f98fd0106c43974d68298f61788fb714ac9a89e19c0ade3c8520b491d2ebf054]
Deleted
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220223000431]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f98fd0106c43974d68298f61788fb714ac9a89e19c0ade3c8520b491d2ebf054])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f98fd0106c43974d68298f61788fb714ac9a89e19c0ade3c8520b491d2ebf054
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f98fd0106c43974d68298f61788fb714ac9a89e19c0ade3c8520b491d2ebf054
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f98fd0106c43974d68298f61788fb714ac9a89e19c0ade3c8520b491d2ebf054].
> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220223000431
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:734479a62b91746a8f45fca1eb0de18ac2af8d90b50e3e62c2483e12d7e756cb
Deleted: sha256:5c20e20826b581f91c7b8c31780d7a4c8709e5b69e3325a35d5ee9f134e4e550
Deleted: sha256:6562890f29d41052345ba33a0a12a5be4f0a9a39105b773213f26c42dfeb5e5e
Deleted: sha256:8cce0a02395e795529a1bb1be9ee78271d0b20a159f6d78ac60b91797f089a97
Deleted: sha256:effb54083669a16a0517acc282d3f7c8d4ce11b75a9cf062c0bf9fcf824c4258
Deleted: sha256:336df47045f02f694e470ebb70083565adcb79032b8932ab2fb498b649c45947
Deleted: sha256:b91ba38f57563f504e0bb6727a70b6ea0cde3cf99ad4bfbe707743f904c6d942
Deleted: sha256:abfcb74329f1530df526a1f43e379224b66b7b79eadef74302225c680d5f1cff
Deleted: sha256:bdb30b5fae336e7146bb07c59cf6694f1bb367ad6b0cf88ef185db866afb0f4a
Deleted: sha256:acccffb672887c84f2cf949d09e7ca6e0a6c325fc2ab06ba6628903e9d7c3c06
Deleted: sha256:07b218ff73222419e625d1db5ddaeae89424b54aed56e061ac9c083556a83a46
Deleted: sha256:324a48845606ef9b78cd89d6f1d52d7dfca27a6c7e141c6d5aa61771d3b38431
Deleted: sha256:ddab1d7c811e054591b4855690acb52a6da67f62405dcf3e42a7ba9a17be9ffb
Deleted: sha256:c47ed19e4ffa5a5531dff89f4e09471056b4dd1f45a0419749d66b52198eab77
Deleted: sha256:c19f04eccc4fb0e9187163214f718d5f6c53d8d7fe8209347a026b6906894713
Deleted: sha256:3dfe0daca88ccdc0c935f1af2cc8288941b6b5c4ca4409035bc199c433f8cd45
Deleted: sha256:195b1e1aca913d855f5dad0b64db478c41bf3b8bfec282fbcf46e6de2041971d
Deleted: sha256:1279c480328469a8e2cf58801a63c376f2b13cc47b777018c8eeb94a82db251d
Deleted: sha256:0835af645a5263d5d46fa7e0058a6a79fac02e67694a9a6bebd7d42691c86adf
Deleted: sha256:6067466b55ba6cd1b965587e14ea545f9834ea9a2ea69d4ab2c08e29ac9c1e9e
Deleted: sha256:b6fb793899b1a0b4cff47319736902b1632b70125b06c458be0b5a7b83838d5e
Deleted: sha256:8213356d75ca6a530e694690c9d7552e381043e6bcdaa70bfad67be2b6b73475
Deleted: sha256:44a5887aa3eae6ad349d62746b76be425139c1085943d3553ef716aff0c17a0c
Deleted: sha256:886220ac035b49ebc34889eb6b913148798d2210ff7aec1b023b0e7ad79b95eb
Deleted: sha256:cbc1174270de7e7925e7dabca79732ed7b36b201fd577f44a420072d85a50c75
Deleted: sha256:18fae5bd9d3343d35397eace3b9a789eb87587a8770cb1a8e5a095039c79bcc8
Deleted: sha256:f1b63034a13016b975a78b9566e035c306ab7ad63af7d3dd3467585ee6035217
Deleted: sha256:435f0758c34809a0fd903cfc524b706cf3a5814c66eb083d4ec914e079cc2cd6
Deleted: sha256:36baa15eccf6b78872c03f815e855f1016f35985c8967df8cbb74f76b5df8080
Deleted: sha256:9fab1099083216f10b3cc41f680b89ed0f04dd2e66d4e707be550f5e5b30ee9b
Deleted: sha256:37e42f95ae4d762111668badf13088a7395973c22a50f8d52e2357781113e2cc
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220223000431]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:734479a62b91746a8f45fca1eb0de18ac2af8d90b50e3e62c2483e12d7e756cb]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220223000431]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:734479a62b91746a8f45fca1eb0de18ac2af8d90b50e3e62c2483e12d7e756cb])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:734479a62b91746a8f45fca1eb0de18ac2af8d90b50e3e62c2483e12d7e756cb
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:734479a62b91746a8f45fca1eb0de18ac2af8d90b50e3e62c2483e12d7e756cb
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:734479a62b91746a8f45fca1eb0de18ac2af8d90b50e3e62c2483e12d7e756cb].
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task
':runners:google-cloud-dataflow-java: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.
> 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 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.3.2/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 19m
113 actionable tasks: 78 executed, 29 from cache, 6 up-to-date
Publishing build scan...
https://gradle.com/s/ihxiew3una4qc
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]