See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/30/display/redirect?page=changes>

Changes:

[noreply] [BEAM-12240] Add Java 17 support (#16568)

[noreply] [BEAM-13760] Add random component to default python dataflow job name


------------------------------------------
[...truncated 448.74 KB...]
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 0x7ff3b6d3de48>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7ff3b6d79708>
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":"@1643698223.676167354","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643698223.676166042","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 ______________________
[gw1] 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 0x7f72e2dbfb70>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f72e2d27608>
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":"@1643698224.503605921","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643698224.503604549","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 0x7f9692f4db38>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f9692fc74c8>
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":"@1643698224.369963828","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1643698224.369962797","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
  
<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
  
<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, 10 warnings in 34.69 seconds ====================

> Task 
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
>  FAILED

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 2361229.
Stopping expansion service pid: 2361230.

> 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:20220201063505
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9678a653c07db053dbad7464379cbfe2cde36628250c492080198a6f4bf9809
Deleted: sha256:e765684445191f2a8977759651e4547925c122a9f637edce4148e10b3a376bf2
Deleted: sha256:e736704a28beb916ce7e62d0df5bfb7bda5da1fd72372f182ff2999a072dba32
Deleted: sha256:0f8c4056ccede4e93ad57b102503b26a9121c9a1eb50bde2fd50eb94aef5611c
Deleted: sha256:0fcb8608c477f6d3a6c7c796877a820f3fada355ceb95122a07bf47ec21c0499
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220201063505]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9678a653c07db053dbad7464379cbfe2cde36628250c492080198a6f4bf9809]

Deleted 
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220201063505] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9678a653c07db053dbad7464379cbfe2cde36628250c492080198a6f4bf9809])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9678a653c07db053dbad7464379cbfe2cde36628250c492080198a6f4bf9809
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9678a653c07db053dbad7464379cbfe2cde36628250c492080198a6f4bf9809
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9678a653c07db053dbad7464379cbfe2cde36628250c492080198a6f4bf9809].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201063505
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f051200ba5a9895cf4fc74ba253533b8adcd58470b880a5b31b17959067abd6a
Deleted: sha256:532671c11107bb0b9c3c98ee2c166ea929a60b4197e6b2c53dccfacbb047dd64
Deleted: sha256:9f986f8e7ddcedefd22f4c42b18a7fc318673eaea399a40894691f0a68054c73
Deleted: sha256:a082455f1824f9e0c430ff23fb76e7af2471b1cfd56b5e198dd11c7d1cece37b
Deleted: sha256:6560b1b65baf80cd21cbd18b8365cf26e5dbed262aee4403ffaa2cc56e30e366
Deleted: sha256:a31c2efd9832f2fd353cd1e3cc62cde4e344f22bc33928eb43d76348af5024fc
Deleted: sha256:c23c2e21491a13c0b4ee467b533da558a592698ed15cc7c708e69b8edc2a008e
Deleted: sha256:787ab88eb7f605f5e15bf5ae9860eb0465777d5aa07b2906e851420562d9599b
Deleted: sha256:74db080c49399a38f0312c997055b9e9721f0d52e7561baa63939161ccfaa40e
Deleted: sha256:4c37c312be1d5bb195445f529c248cf6c105acf083de8c08c4e1e3a293d61dfe
Deleted: sha256:f3c8888b07cf6203eb043849c4b4964b2c1c5c2a5d5d7c8d577150bd1eb0dbea
Deleted: sha256:ae1f838047d77380e2fe9322432afa30117a065b7a096ec97d02806dda612631
Deleted: sha256:7424225dfed1982f549c48802abab09777f5e1ab224681acb42fabf0fbe878b0
Deleted: sha256:6f4707a34394f801134a6cf978e6cd6c6150134554b336275898c1906b57680e
Deleted: sha256:5bbb2622059631b3ecdad36d05fe427c9e3e75092d5e414e6120339f6b19b8c1
Deleted: sha256:bb78724bd75a077a9c58f6ee73016c73bf54f5c47ec8ccf43ac6b5737ce281b0
Deleted: sha256:e473dc85baad32b07b853f600276348401076cedf1169531b22a2abc79341a94
Deleted: sha256:59d4eacf0cabfd79d07265d80f5679b40c87dc70c6db3a164c538647bdd81db1
Deleted: sha256:719efa77bfa5b0254a4ce63bec76993db353a9398dd565269b7e6f340ffff9e9
Deleted: sha256:0d428eb60343a8839d86cfe984a16098bf118203012281a13a6b879e7899c638
Deleted: sha256:202a8d6a224a355c4a80a61022a9382e99d79260779df7281949f9e1560adc8c
Deleted: sha256:44a02c485c829270cbc6b2e75e546937e8926d580a6179317c7d3b898ecfd40a
Deleted: sha256:9a153698759b67006b01d4a05de89639f025e89d73763026c6c523be4b0fed65
Deleted: sha256:a3a9dedde28ff52f496f9c4497d504de0bbc0823b1ab2e4a3544bcd4be518272
Deleted: sha256:1c08677ea46bda630dcc1069dfafd1f30371b79930b532d12581fd786c5e0b03
Deleted: sha256:4cb218d99dd4d8f22136943a85934b2e386045851f59ddeb8f5ada3db79a99fa
Deleted: sha256:0027fc784a32aff63b4f73f9dc0cdbeeab3e25a24e49db5241fe473dc059cacc
Deleted: sha256:e0578ef9e98fde97bc8c94fd328e35427aebb60ae6857a7cfb36448f930122da
Deleted: sha256:3a781198f4714e70c27bf99144f6b80083be80b147caa1b02d367dc706549225
Deleted: sha256:ab2959c1325ceb3adaed0fa4831b1020792b08f35f2dd2ae3cc06dac02f0fc35
Deleted: sha256:14d306b63f321f213f03eca53b9749eced7a0405565a603529bad41ebf091e69
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201063505]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f051200ba5a9895cf4fc74ba253533b8adcd58470b880a5b31b17959067abd6a]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201063505] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f051200ba5a9895cf4fc74ba253533b8adcd58470b880a5b31b17959067abd6a])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f051200ba5a9895cf4fc74ba253533b8adcd58470b880a5b31b17959067abd6a
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f051200ba5a9895cf4fc74ba253533b8adcd58470b880a5b31b17959067abd6a
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:f051200ba5a9895cf4fc74ba253533b8adcd58470b880a5b31b17959067abd6a].

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 15m 59s
113 actionable tasks: 78 executed, 29 from cache, 6 up-to-date

Publishing build scan...
https://gradle.com/s/7bd5bckyge7em

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]

Reply via email to