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

Changes:

[noreply] [BEAM-11971] Revert "Fix timer consistency in direct runner" (#16748)


------------------------------------------
[...truncated 451.40 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: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 0x7f3c2bcd2320>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f3c2bcc02c8>
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":"@1644258860.801343560","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644258860.801341738","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 0x7fdea9f994a8>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fdeaa023d48>
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":"@1644258861.874021041","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644258861.874019508","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 0x7f809018d630>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f812bd2ef08>
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":"@1644258862.101533883","description":"Failed to pick 
subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[{"created":"@1644258862.101532557","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 41.88 seconds ====================

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 3250497.
Stopping expansion service pid: 3250498.

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

Deleted 
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220207181919] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:1dc391e50025e19fb0f290cd57261ebfe6420d2a76ccbdf16ce03e1b9ec0db12])].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220207181919
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:9fe09f43244c9e86e780992f0e94be0adfe16e5b51348bf49867ee86e2ff66cf
Deleted: sha256:532f02e60f2d26e605b4ad6a97f9240f7091b455166e910721b2d3ad8e691e35
Deleted: sha256:6f12157fc978adace1027c99f83738ea586ff739a95a14c85a4338096881ffd1
Deleted: sha256:543634cb456a78f5c1735446ac2e63e1897f79f432efc66204f5a74fe250f8c8
Deleted: sha256:5d4a9e0d6442c4f9c2a64fa5648becb263edbfa5adc49b5ad66dbee733e14daf
Deleted: sha256:84e655268e08a6c3ee664398bdf154e5e67d23e89ed01459363017d7aea51b91
Deleted: sha256:f2321d40c40a4076e54a921710b8161c4d386c6093021164c680609205a76b3d
Deleted: sha256:3af113e34421345471e549ac81a8fe06a909d98a1108e855bdc600e52c359185
Deleted: sha256:20d2f100654bf0bd34a6c4ff02578989fcb7e7fe48f71eb540f91cd84dc429b8
Deleted: sha256:6a0074549393d519205044b910851b66243b00fe1d3ce32b028fddd7e3f8994b
Deleted: sha256:137ad312a13517f2597360b8db271d27ab19620326d3ea2f5e2029e8bd9665f4
Deleted: sha256:eebe0e382c57b04b67c79a98db8c5b9b885ab19e81dfd7ed739e51369c149d30
Deleted: sha256:8a1dbc32946e9b21a7914b2680fa540a7afb8c667e737510acf000f18aa41c76
Deleted: sha256:64f5bda1c085c8bc9dac87128dd491033d1cc25a9ec03502d09b0d1cc9b8123b
Deleted: sha256:e0044e622e461810b9b61b464fb1c7b04d12865b2bf89e0feab9f3d375fc2e77
Deleted: sha256:8bc2ee562083bf89855d9a3dd35b77da40b108dc6d1bdf55cc9dbc82bb284de8
Deleted: sha256:b8b6c14c223b624a0b207697d91cc625722f9f45b389a3e6da16f11e5083b659
Deleted: sha256:e44089da152c6905bf1b70df9441e9ba5a72ab0f42550887716ecf53df15c684
Deleted: sha256:e90a0cbe41f8307df155e24010ffbafda2faca71279be2841d9d7a4bc8709b59
Deleted: sha256:c1522cfd0cbc2b95578d98ce20bd54b0c00be61d099828f549ba27f6cfcb31f7
Deleted: sha256:c7ef3f5a09460178a25ac4dd7b55a48e41c2f34f42547dfb68f9a7055879a60c
Deleted: sha256:4bcb994b8d19826bc9b37dd0ac6bc0e710c15c81f5cb14a26efd1c346ec79a8d
Deleted: sha256:34d7f79c7ec61ad975fa49c63c5fd1f43537e9b2680fdc039347272a8a606de7
Deleted: sha256:0934136bde98d750533e67291d2e944c79f7d234f248bd061514f834e73b02bb
Deleted: sha256:60396b2845ad4e78e98020011f4371409a6ada6987f4396a0c4c993c69efb697
Deleted: sha256:fcc9b8deeaf31e075f0bab423ed82128144c841cdab943aecce5368b7d2986c1
Deleted: sha256:99b9f4729b73166c7f4b41de9a30d72760b19fe6b7508eea41a0b72fadac2c4a
Deleted: sha256:e7ef60d77e71569c9d29eb87abbc787002cee2ac11da35474f1ebddb2c300ef9
Deleted: sha256:547884dee0e1e4e1931244b7206fd09fe00833d8bed6fdff4095d47b91ac7fcf
Deleted: sha256:e8b055680c4fbccda39edea4d712ee9df0acbafc351fbb408e3787f72e513b8f
Deleted: sha256:e1453fd151c0af0ebe09bebef5e9fb90491f1a2455a843f1b8c58ddc2f8256ac
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220207181919]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:9fe09f43244c9e86e780992f0e94be0adfe16e5b51348bf49867ee86e2ff66cf]

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

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

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

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