See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/18/display/redirect?page=changes>
Changes:
[noreply] [BEAM-13293] XLang Jdbc IO for Go SDK (#16111)
[noreply] [BEAM-10206] Add Go Vet to Github Actions (#16612)
------------------------------------------
[...truncated 78.09 KB...]
@pytest.mark.xlang_transforms
def test_multi_input_output_with_sideinput(self, test_pipeline=None):
CrossLanguageTestPipelines().run_multi_input_output_with_sideinput(
> test_pipeline or self.create_pipeline())
apache_beam/transforms/validate_runner_xlang_test.py:259:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/transforms/validate_runner_xlang_test.py:119: in
run_multi_input_output_with_sideinput
TEST_MULTI_URN, None, self.expansion_service)
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:509: 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 0x7fc075d074e0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fc075cf30c8>
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":"@1643439129.961881249","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643439129.961879612","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:509: 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 0x7f5566d41fd0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f5566c80cc8>
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":"@1643439130.605590506","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643439130.605589284","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:509: 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 0x7fcd787fc940>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fcd78425b48>
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":"@1643439130.680462498","description":"Failed to pick
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643439130.680461397","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
<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
<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, 2 warnings in 23.23 seconds ====================
> Task
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
> FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> 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:20220129063914
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:34f37d6146da3771f3d0eee69e6a8136ddd9d62ab8eced53b05fc9c93723d47e
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220129063914]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:34f37d6146da3771f3d0eee69e6a8136ddd9d62ab8eced53b05fc9c93723d47e]
Deleted
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220129063914]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:34f37d6146da3771f3d0eee69e6a8136ddd9d62ab8eced53b05fc9c93723d47e])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:34f37d6146da3771f3d0eee69e6a8136ddd9d62ab8eced53b05fc9c93723d47e
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:34f37d6146da3771f3d0eee69e6a8136ddd9d62ab8eced53b05fc9c93723d47e
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:34f37d6146da3771f3d0eee69e6a8136ddd9d62ab8eced53b05fc9c93723d47e].
> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220129063914
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c9de2c01ab15606c82d4824dcc3a7e418adde6f7f9362b35a1b33034a73837f8
Deleted: sha256:673f0318fe76ed5565afcaa08a5c27ba6c20cb4adf7d9c9c62225ed7fd051882
Deleted: sha256:91608707bdd12598598e357f53d9234c1c91dc0a7340c42a9fcb729c05460ff2
Deleted: sha256:12f4dc27c498c5f6c8655534b38b4c225f5dd9d9320cd0a698484b85107adc8c
Deleted: sha256:221337cd53b84a9fb7df162ffdd1eac573cfc0773f77b80d34e759a5fbb7533e
Deleted: sha256:3a4b5e2a42685d50f71ae00998130d24403480d8c3605faa75a1bc6cf0792ce2
Deleted: sha256:465397343510a231f2e1ae6300aa824419e330613ac34f25db3be93bb0e0b3ba
Deleted: sha256:5225a959ad773b27ddfeec6af627c85b985cd5fd504991fe9cf8466cdfb0dd3c
Deleted: sha256:2d0bb3a90722cd41d032b8a217f18c1dded87d6ba879b1c5e1f6fba0217971d6
Deleted: sha256:c7835239032ee36d451f66bb66f3198ab54fd34cbdaf9faf77b4e95e8da5dd93
Deleted: sha256:68355cf6dfc452aafad79edd8d5483796572ae51a65f60049e1da3d91979519d
Deleted: sha256:22493f067de514d35e723f7bc98e93889ce3581430f0fc59be5249743784fb27
Deleted: sha256:0e72d32df54347c0de08938650174fed79a28a6352742c98f124cf3aec3e3290
Deleted: sha256:ab3941f9c1a6f930853ca1653fdb44166a0b3765949fdbf58987a2b468979a25
Deleted: sha256:34743a7468c49e4daefd89994fb095589b4f6f3f7f1ceeaf0233c36cb1774fcf
Deleted: sha256:284d8cb8fbd0a5809a6aadfd8aadc59a873bd6ec99d44959f37c7f70e0eb987e
Deleted: sha256:139a18f83a51d8c29913eee1fb89d74f42d69afe7265857ee34144a5399f0e60
Deleted: sha256:706e8b0768414ab815a66b1c86721e62958e128b8bd7970e55c1c3d076902479
Deleted: sha256:4eabdf47cde29c4bcea3e380bb9b6cc4ecc852f9524844c9295987696ea0f382
Deleted: sha256:11c6c26ec2d8f36f9b66a574b264e575c3cf0a0d616aa40f2fc2fc78c8eb97d4
Deleted: sha256:f3167ee44fcb815390dc96a7124a7970904958e30fc62bf70b0e26ee8182bc0b
Deleted: sha256:9752ee89e605955f577e7aa66c89b900ae902882efb17ae920a204e1a84b3697
Deleted: sha256:bbefd6a051cbdf27c675a4ea464ba6287be59ca034c3ba47da3bb051fc1294b5
Deleted: sha256:91a13b046c4428588659f29bb975115039a8d0f118d4a59eb069a2224f4a2e18
Deleted: sha256:4b4d2a0f1ae6d08eeab2a0fcf6c165f809917a787279bac62c32d13d0b31a449
Deleted: sha256:90c7db197e207081759267bb03b06e97f448f28dec34503a7b2b2987b7dded00
Deleted: sha256:f56599f34e7f134c21b03cab66f6b38f33db1a9048c535c162a5c69b8ec7693d
Deleted: sha256:d0b520f34bca9cfc11016a486681c0927e0d35677deaa353133a7deb0b003b88
Deleted: sha256:2ff09952cf22324a914ebe6d19613961067534d4e00dabb6000db73a5af585d8
Deleted: sha256:d85b58d07081efbdf27bafd762700b8a56a8fb1127f8b0ab2a7d98f609a3032a
Deleted: sha256:9339fb8569f08b98564c5f2437565fb6f6eb79cdd29944eba1f02bd31d2ecdca
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220129063914]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c9de2c01ab15606c82d4824dcc3a7e418adde6f7f9362b35a1b33034a73837f8]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220129063914]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c9de2c01ab15606c82d4824dcc3a7e418adde6f7f9362b35a1b33034a73837f8])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c9de2c01ab15606c82d4824dcc3a7e418adde6f7f9362b35a1b33034a73837f8
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c9de2c01ab15606c82d4824dcc3a7e418adde6f7f9362b35a1b33034a73837f8
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c9de2c01ab15606c82d4824dcc3a7e418adde6f7f9362b35a1b33034a73837f8].
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 13m 33s
113 actionable tasks: 78 executed, 29 from cache, 6 up-to-date
Publishing build scan...
https://gradle.com/s/42noyaofykscm
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]