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

Changes:

[noreply] [BEAM-13925] Add most of the supporting files for the pr management


------------------------------------------
[...truncated 89.37 KB...]
apache_beam/runners/runner.py:215: in apply_PTransform
    return transform.expand(input)
apache_beam/transforms/external.py:357: in expand
    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 0x7fcc079efef0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fcc07a66988>
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":"@1645770299.064419490","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1645770299.064418388","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 ____________________
[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_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 0x7efe121d9b00>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7efe1239af88>
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":"@1645770300.143364961","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1645770300.143363535","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 ______________________
[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_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 0x7f0f23aaeda0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f0f23a644c8>
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":"@1645770300.051789806","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1645770300.051788340","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 31.08 seconds ====================

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 2970426.
Stopping expansion service pid: 2970427.

> 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:20220225060345
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9fd15760c4e85e5803748f550e5993337d4ec6d59d73d01c984c37c8776136b
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220225060345]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f9fd15760c4e85e5803748f550e5993337d4ec6d59d73d01c984c37c8776136b]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220225060345
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d4f07c1ed6f89faa216bd1b462dc21a29ac1df8e57733ab5a0527e8d5a1e49ea
Deleted: sha256:40f60804c64884383b1a71c94c14a92b9e0489e793574b49501040bbd4db631f
Deleted: sha256:63080f8baa2789c80e2d09927547585a1ddce311711efdb6286852b38e56a47d
Deleted: sha256:9338412b584c80f19ea07c03e38452bcb70d9cc7ae5c92cde889c772d589a212
Deleted: sha256:1c187ff41205f83957b8adf9d6c544795ad79c8b3d275b0d3c4f1d14ade6ea57
Deleted: sha256:8f66f038ec60dc3334f3831015a7244d034bd1803b98c2b01f0b818f348c3d5d
Deleted: sha256:2ace602855fab68c21d6ab73e0940ae0f0080e95fae43480de20479b13f11772
Deleted: sha256:08ba558b933ea07a4c493403e651c94e57cace85d36c5d8e907ca477c26b0615
Deleted: sha256:7178eaf075f340bc4185651aa170f26780cbd58c11899c16355302bf7c9c16e9
Deleted: sha256:f16cd66e816fb16f8df4da4b063ca26a0e066a1c06841ef6596192788f626eb6
Deleted: sha256:d1ca3c4a1e849923bb39866a0613798833fed257c3f0b5f8a1d1855cb1b971ef
Deleted: sha256:0b701e2e68f9825f036a7b2a987bf6cdb1d13d492a8c896c2731cdb93ca6d0e8
Deleted: sha256:2c673a210bf8b031cfca0662198056b12ab5f7898fe274411dd0a821ec435b17
Deleted: sha256:954746c34ef1ce6c4f3652753b78d83040e7318acd5ed76311a24e6871c35083
Deleted: sha256:15f24b8816b20a702901cfe022c5fdd745d16a889e58992ebed8033c7c41d9c1
Deleted: sha256:52999f56476a52561ea3d5604c7682b7dc1d8504779428c88293b31fe0473a22
Deleted: sha256:66d4420c265b18687ef7a58cea73154d8929943e71f10049de3e14ba19788b51
Deleted: sha256:abec669ed4f70e7c424f352c64e34d5240f54032ada5779dcc8116358e9b662b
Deleted: sha256:97fbdfa42d2be554c624e9f34f99ab989909c30a98315647fe8019e226029b24
Deleted: sha256:fabf278af3ce6336ae781c97b71d84460754bed98394b7218f6606a538ff30cd
Deleted: sha256:b536abcb6c4fff8a3716955b5e3c17f6618cbbbe3c032db504fb62ebd5433880
Deleted: sha256:2b2c2b7b70fad4b8f7f913465074d0bbc80c67f21d6aae926666e55aa36208b2
Deleted: sha256:db76be762387b1a459626d172bdf0d825024c4af739ca4de4a54df8eb9512cfa
Deleted: sha256:1c8642b0bdf5e093eb503ae40a798e0a97807183366bb7684af4c77c987811a4
Deleted: sha256:7d93e27103b8208f930d85926a566a3862285b3304bf7bf5d41ffab56ae72378
Deleted: sha256:360e23b73dd23bffca10145e3375f4a1f52413c777b7931f1e8729c44d3c0727
Deleted: sha256:9d95d082e53f20c1d765db7c58e21316a22f73b4b77e22ea7131295553072138
Deleted: sha256:01051af26740fbc80e9fb952e9fa5f2d87b9f9b06bb48e86973770c1b1f96030
Deleted: sha256:c4ff43e7a149625b779ff3f655f8d6aa7e90d5d3e6f18bcde146dd25ec0fdb9a
Deleted: sha256:80a51c410fc2158e04dd4f2065ba7b64689a88b43b5dde5b27fb8dcf60a6362d
Deleted: sha256:4544d242515f0a0a44ce073c212f499dac213dea118b6b2081368ef3c575fe5e
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220225060345]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d4f07c1ed6f89faa216bd1b462dc21a29ac1df8e57733ab5a0527e8d5a1e49ea]

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

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

Publishing build scan...
https://gradle.com/s/wm3e5l2jgdg7w

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