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

Changes:

[Kenneth Knowles] Add test for processing time continuation trigger


------------------------------------------
[...truncated 99.09 KB...]
      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 0x7f23456fe470>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f23456fcd08>
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":"@1644906384.597725990","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644906384.597724949","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: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 0x7fd7c4b1fd68>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fd7c4bc28c8>
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":"@1644906385.362673225","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644906385.362672207","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 0x7faca23ca710>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7faca2b0e388>
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":"@1644906385.368181546","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644906385.368180535","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
  
<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
  
<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, 6 warnings in 28.81 seconds ====================

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 558715.
Stopping expansion service pid: 558716.

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

Deleted 
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220215061305] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:05f4d3ee6f8542263d1cc45b08bb84581e07afc92310032fc3d4d10f973a43fb])].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220215061305
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:9f829ff249315fd6078ff4ff41db7cff29f441a9781e7cb2d8b3e04e03b94142
Deleted: sha256:c2ba8bcf54c135cfc9c7285ffbe0293b913fb7aa0bb13df1ece423492726a788
Deleted: sha256:b0470278885fa129393d812113e11ac14757baf560fec541b33f2b422d60cae0
Deleted: sha256:b34372573d16f380f61a8877cb97eaae9890686a164e637bae235ac177865247
Deleted: sha256:0fc0c380a6956acf9d600f7774616aa56372e29297568713072c840287be1a09
Deleted: sha256:b39ccba847b469b533c4a8d6f9be241474300ae2da0e7ba8b0586d3fb151c9cb
Deleted: sha256:18ac2685986c00144345540e97772418f6a54ce08dc7ba6d16b75acba6ba8046
Deleted: sha256:6f6606d14e0e57833c3265d4bc798d1458adc602f266a8b4708b8dcd40471351
Deleted: sha256:bba2ba1e088b766d8ec3aa6b550d07e5c0abbb9805a5069af043d2acd0a4293d
Deleted: sha256:80c65dd72ebaa1ea6c01de312b6ff2cfccd8d9902149ae2be4bae2d582249778
Deleted: sha256:9905fc15f94176ddfcb1900564214b2a3552aa4bcf0793dc952366c61280755a
Deleted: sha256:a635e7e29b2ff0a3f71d03183e8c56c78912e239a5a86a799f6620c6ac16a86e
Deleted: sha256:e9d4bc3d5625e3db416eac6cb3e7716b8e0ea18269d684bd0d2f72ab699e708c
Deleted: sha256:3b47c944d79555d3fc960c3822e6e9f758eabc5b909519478c677d23582517c7
Deleted: sha256:1eccf5bdce74c20ac83e02eb094623e763a81d5ac5dd5f6305cc796ccb63c052
Deleted: sha256:440e8140a9fd3f11b4805488009e26040aad9e40d63c0cfa5dea1204aa80e664
Deleted: sha256:f16b8e9652021f94685d02d8f21d47f30063bb21c53be993d0954d2ab9b233a6
Deleted: sha256:c8a2bcde53d28fa636d5cfe0d2822f94d4310b4088cfb87cedf842bb47b5c603
Deleted: sha256:d981bcbcac670163995b2ee564ef9e94b47b9c60e439e37311fd45fa5737f3ce
Deleted: sha256:13c4c0242d0303c78fab34e89853519cc01fd6832ca9964da360acf87044d8f9
Deleted: sha256:7a0293ae7541b9e20b1dc6f624250e93864eb20dfb7d7f87d3ed587021f1aef6
Deleted: sha256:415ea9a14c981a330c75c4822342b47f6fdd1432a7ce8077527546d4ac7f8be4
Deleted: sha256:da1e1c8ec8d2f2c8b47abc516f26079457132993c2d802915cdd792193e1d0fc
Deleted: sha256:6b684437a9feabcba5f6b18323a1bfabab7353b5116c8efecb25b7941854731f
Deleted: sha256:d63f2ea9275e21ba4ac0a1da90977e993d5774e63f8e3753ff016e063d1b83eb
Deleted: sha256:70c6cd43c8f5bc69a75d48e714e1f93b04dbb0b11b2a2d60754bdfbad939a6f5
Deleted: sha256:2a0e269d1fc209efb5ebefbf6166a092822748f3a9636153b115fb80395280fb
Deleted: sha256:4d04260e36db0dd18874bba1652eb158987d210270c152083b680a3889e21e09
Deleted: sha256:a799e497e9a63dd7f594cea3a0bb7b9f954e85c97dde077619e47466a6b4b9ef
Deleted: sha256:c7245135457e23169e98c27d8f111b3f00a31f66b7425eff41335904d15a42ca
Deleted: sha256:a7666b1e13ca9ac86b24628b8c48d358b6d265435cb95a0eb7c2d0bf7dc37f79
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220215061305]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:9f829ff249315fd6078ff4ff41db7cff29f441a9781e7cb2d8b3e04e03b94142]

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

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

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

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