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

Changes:

[noreply] Minor: Add warning about pubsub client to Beam 2.36.0 blog (#17188)

[noreply] [BEAM-14177] Fix GBK re-iteration caching for portable runners. 
(#17184)

[noreply] Merge pull request #17187: [BEAM-14181] Make sure to evict connections

[noreply] Only reset transform.label if it is correctly assigned (#17192)

[noreply] [BEAM-12641] Use google-auth instead of oauth2client for GCP auth


------------------------------------------
[...truncated 468.45 KB...]
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 0x7f409e839358>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f413a5a5d08>
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":"@1648492027.428433573","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3150,"referenced_errors":[{"created":"@1648492027.428431797","description":"failed
 to connect to all 
addresses","file":"src/core/lib/transport/error_utils.cc","file_line":165,"grpc_status":14}]}"
E           >

../../build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py:849:
 _InactiveRpcError
________________ ValidateRunnerXlangTest.test_combine_globally _________________
[gw4] 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_combine_globally>
test_pipeline = None

    @pytest.mark.xlang_transforms
    def test_combine_globally(self, test_pipeline=None):
      CrossLanguageTestPipelines().run_combine_globally(
>         test_pipeline or self.create_pipeline())

apache_beam/transforms/validate_runner_xlang_test.py:274: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
apache_beam/transforms/validate_runner_xlang_test.py:181: in 
run_combine_globally
    TEST_COMGL_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 0x7f9e53a4d1d0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f9e53a3fe48>
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":"@1648492026.908058493","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3150,"referenced_errors":[{"created":"@1648492026.908057262","description":"failed
 to connect to all 
addresses","file":"src/core/lib/transport/error_utils.cc","file_line":165,"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 0x7f8017b126a0>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f8017b58108>
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":"@1648492027.651008510","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3150,"referenced_errors":[{"created":"@1648492027.651007554","description":"failed
 to connect to all 
addresses","file":"src/core/lib/transport/error_utils.cc","file_line":165,"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 32.92 seconds ====================

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 1158998.
Stopping expansion service pid: 1158999.

> 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:20220328181031
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:6657134bc16cb8c24a317875368505b0bb66b715ec7eea5f219641e32a29aaf8
Deleted: sha256:a4310e4b04de9c09f1a6957a6da4abd7e2d3f19a20b32e9d6467b0b8a85f8a93
Deleted: sha256:e104a87def79c169f1eb00fc261b0df18882a4e520b117a6aa3d44dc4f017530
Deleted: sha256:52b316d10122c483fbf059cf681ef86a5698b0a807a7adf5eb32e0d0e2ded9a4
Deleted: sha256:b45ce86b5a58b4f5107a05f8fe7d24d18b3d98cadc53c3b72effcea89a8a7dbc
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220328181031]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:6657134bc16cb8c24a317875368505b0bb66b715ec7eea5f219641e32a29aaf8]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220328181031
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c21fee87fecfa7439561f61fe72b3829bcdb3fde4f3e0c51786bd9cc255ca47a
Deleted: sha256:fe88b2244af4764c7ca51accded1b3a040a7a0c0df3569892a41649ce16616cd
Deleted: sha256:ecd42397dbc9665226bda4151eae19eaf51f84f89ed0b3f5edae78a17ef05abe
Deleted: sha256:204bcc8336545edf60e7c134cefe994f8c12bb2e0dd49d616cb970a60d9284a0
Deleted: sha256:4be1629be6184921e41ea23498cb78771d2dd7ad173514951314be228160b0b1
Deleted: sha256:cb57fe4f8f88d17ce8b81fb077d117526810f5748d752b03bae24d560c131641
Deleted: sha256:589206e87c7085dd54eed56ba34ccab329fa4362b0abd4cd051f76c88647f14b
Deleted: sha256:4b63d68696c60590861b752dcf635a7d0642feb39c93d23a1b725b7ab838d01c
Deleted: sha256:0f8e22c2ea71d38acbb043f439153b4255afea6afc4a1a8cb4483508d84e91c2
Deleted: sha256:3983838f2725ba6f3281404a90e572e10f85bb93aa7a49dbc10bcc5ce58e8803
Deleted: sha256:e1cd448abc5b6e8654b9b694a1a1328dc19fa829681b1ff9d380bfc16b5af9d4
Deleted: sha256:a79ac11623fcbd6194b2e336160768c1f914489d5f620eee11020ea23e79bab7
Deleted: sha256:98e747fc8dcd8dc1edf5afd26258ce97538681461188e61637c8231547c4f995
Deleted: sha256:c1d1129629d0061c03d7a0e27be93c12a655e31c8563b7f2df6c27291676b15a
Deleted: sha256:cd24eedb0f7f4386aac6bbe5194a62c23900f6c123dbd17f355ecded8ad68bb4
Deleted: sha256:325a834a3806e5a232724027e0892fa18d4c18e295aeb589acfbce4a5d2d8c64
Deleted: sha256:adcd2628657f6321d8b621f35f1dbf34ac0bb67c2fcd1fe056c8254be1501989
Deleted: sha256:89dd2d5bd8530943c032907c6be4a1e794e1cc7dc4c61bb12113b3aea3d11a05
Deleted: sha256:af8aead6be4dacc6e2ce1e08c8d3acf5d1174ec261e0b128bd6717424ed591bc
Deleted: sha256:c5f2fbf180d526aea0c82ef9839b47ef0b20a763d7e50fba4592cebd18756953
Deleted: sha256:2d62372a199fb5a7d8d508b69f0f84ef8a60fdf91cbf1ba0494b83268e744c74
Deleted: sha256:689b9aac953faa8c2221b373cd4152c8487149a60c047a0b17958b6279a06232
Deleted: sha256:67319d3eedded079260e29600ba250a44e11890e8088a5aa0f90959c521ce2c1
Deleted: sha256:0c61fb793e0539b292d96ec32ee1903cfeba1a71b17062856caf4818b70f0575
Deleted: sha256:c844f949106544b3a33596b86e4247b3c2713dba30458c77fd2f0a42ac1074c0
Deleted: sha256:c9b30c699fcf31bb8ac6fd82edd8ad33b2fecffa26d54c8545ea9b6d414005b2
Deleted: sha256:912712fc9c6bd08e094e80e9aa4b16aed148f1b262173a066eecef27ffe69814
Deleted: sha256:25fef62023803ac9886669ef0ecad1d59fb9433cbfc4b26a282c3cbff2e0b6d7
Deleted: sha256:321a44b766da3428158b31aec65764c337e91029116b476e7c8119aa541b0d2a
Deleted: sha256:64c1bae6b5dd1bc21ec2a6e203f2a00d8ea874cb7957934bdf0be17c15661626
Deleted: sha256:fa4bf598ab9243888166faf9e3399c6454c7d1d914963a51c2347ea8ba81224e
Deleted: sha256:982aee34716ea49d4410b13d84b0fe04e1e47eaed6d53189957c510a71182663
Deleted: sha256:0fa85c1577ccb1ce821b8bf0a1ac530dff9ed29943100ac369aa0eaf3e3daaaa
Deleted: sha256:9a4ac8f10676bedb1435e81663987b986314a4fade72e5e7a0d6169ac4da2600
Deleted: sha256:a222e85f90b57b18ad21871cf1e1a26bf91774ad3350e28a625be80f5b0ce8aa
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220328181031]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c21fee87fecfa7439561f61fe72b3829bcdb3fde4f3e0c51786bd9cc255ca47a]

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

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

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

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