See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/151/display/redirect>
Changes:
------------------------------------------
[...truncated 478.34 KB...]
apache_beam/transforms/validate_runner_xlang_test.py:269:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/transforms/validate_runner_xlang_test.py:163: in run_cogroup_by_key
| beam.Map(lambda x: "{}:{}".format(x[0], ','.join(sorted(x[1])))))
apache_beam/transforms/ptransform.py:614: in __ror__
result = p.apply(self, pvalueish, label)
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 0x7fc09b2dd2b0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fc09b28e388>
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":"@1646590699.799352432","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1646590699.799351253","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 ______________________
[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_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 0x7f2b4e593ac8>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f2b4e5998c8>
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":"@1646590700.962407314","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1646590700.962405872","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 ____________________
[gw0] 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 0x7f378b1036d8>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f378b2ccb48>
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":"@1646590700.996310169","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1646590700.996308684","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
<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
<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, 4 warnings in 33.40 seconds ====================
> Task
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
> FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 2285294.
Stopping expansion service pid: 2285295.
> 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:20220306180301
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:2c0edca5fc8f7878c1f8fd2eaffff84119dc2de76dab4be843b868144dc76b03
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220306180301]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:2c0edca5fc8f7878c1f8fd2eaffff84119dc2de76dab4be843b868144dc76b03]
Deleted
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220306180301]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:2c0edca5fc8f7878c1f8fd2eaffff84119dc2de76dab4be843b868144dc76b03])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:2c0edca5fc8f7878c1f8fd2eaffff84119dc2de76dab4be843b868144dc76b03
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:2c0edca5fc8f7878c1f8fd2eaffff84119dc2de76dab4be843b868144dc76b03
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:2c0edca5fc8f7878c1f8fd2eaffff84119dc2de76dab4be843b868144dc76b03].
> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220306180301
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:544c0095c9f5563d328b19fc1e1159304f3b0f58b2ad7d9a57f3894f013f1ab4
Deleted: sha256:2d9ef203354130b6b57f2c5b485aa77dfae9b4d4a0d51cbe95209a9982f6e291
Deleted: sha256:d8f782b75dc7ea602e1b9f6e784631e08a499c258da5a2d0b4f286a06e856444
Deleted: sha256:f84e3e60fb05d2ce08328ef9559c8ab1b688bfcb73fc064abb374e08ae8e2a70
Deleted: sha256:4b02b47552912c9dda5016e9cef893316dab2ef8ae50f45a1e17af353c5ea6d0
Deleted: sha256:227e2c274977cf60b60796e8264a9dad411fd1690feea9a93f54f744b8d39d40
Deleted: sha256:8579a7a5905a070f73563762d4c8f3fe8cbedc1fcaae8539478589a24b10eb04
Deleted: sha256:d622c7597a002cb85502d5b8ae3d8468e48020cb07e79a24bd5593218e576ceb
Deleted: sha256:89602601302b0fe18078956af26f21c149bfa0aa470b29c059d1bc55adb1cee1
Deleted: sha256:142718d808d532bd2478516958a82a3fcbd84acf5558a12d3dce63e555f0a00f
Deleted: sha256:e55bd3cfdd97685bccba895736edf9581c4d260e5e588cd50a76b766d75658ca
Deleted: sha256:2b3f1005fd392be908b25d7c927cfd0cc9df6b4ecbc9565d5f8dc7967e76e465
Deleted: sha256:1e2975a17772f67d86880481d1521393ab13559228952cd8b7d57a363eab27f7
Deleted: sha256:be029f44cdee65c9e2b28137cc7f593cb4982d9de94f5c8e74deb1d65cdb9cab
Deleted: sha256:df16795ed3e2e085592e5b48c952f89fa00a999f20d0882b10c41680cf24b858
Deleted: sha256:b27a3aebc96467fe2fb51d5f86822dfe3267f7b449383173b4f823fa64c38e63
Deleted: sha256:b6e3476e5fccdaa3d5c627f42b63c51d8c1c11b31b6fad2af34d36412707bf5f
Deleted: sha256:933f2cd97849172e56c577f920e3474539e6050ea8abe4a78b56d92fdeac1c43
Deleted: sha256:dcd6b97ff056485f118e7d82b04fc3b4f0cc203310ec48107c37ec9d538d565f
Deleted: sha256:67785c42055223b8fac5cd2ce0c530140efe6fb34952dc9b88edfc8c92c1dd17
Deleted: sha256:335e175b3f86327e7123fbd96126eb1278a397f55ef2c9bf7fa59c4d647db898
Deleted: sha256:251599ca0ff69e1d0569b395a17bf973db56aac98135f8888d98267ba1334261
Deleted: sha256:8ba990c29635b3b90652ccbb5f1df327e2b500ae322bd77f9aa14732d1ee49ee
Deleted: sha256:2136e282539384ec5f3d5d52fd0aa5f3e92770dde826f056cce7c73ea9a02072
Deleted: sha256:ff4ad7cba1d468c6b2a76e4a7afd44a66840b36084e8f8d1148c1fefceab64c7
Deleted: sha256:600f9d0ace0c84bbe4115ef4cbe91eb45f2524a54f34366d2ac5bc8abf2a122d
Deleted: sha256:235fb51dd22cd86cd009959426f91dd8989203173f4629a1e78a6c8ee5ffb798
Deleted: sha256:f1a17170a1aa334cdd551d20d730d9dee77f3fd78d9a323189278864c541d331
Deleted: sha256:53ad12f52ee5fba4824a4f259fe8f3ab38154fd60530eb927167f5a0b5268ff7
Deleted: sha256:52b239f9ee41c5d1ae94106e1cb4c515623b3d7d74ac09abf7358f9414f08601
Deleted: sha256:b2dea88fba04153c146044e48f69d6947fd3e5dca40fa836cbcce585d33500be
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220306180301]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:544c0095c9f5563d328b19fc1e1159304f3b0f58b2ad7d9a57f3894f013f1ab4]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220306180301]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:544c0095c9f5563d328b19fc1e1159304f3b0f58b2ad7d9a57f3894f013f1ab4])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:544c0095c9f5563d328b19fc1e1159304f3b0f58b2ad7d9a57f3894f013f1ab4
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:544c0095c9f5563d328b19fc1e1159304f3b0f58b2ad7d9a57f3894f013f1ab4
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:544c0095c9f5563d328b19fc1e1159304f3b0f58b2ad7d9a57f3894f013f1ab4].
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 16m 1s
113 actionable tasks: 78 executed, 29 from cache, 6 up-to-date
Publishing build scan...
https://gradle.com/s/e6hc2llnw7s3s
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]