You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/03/04 00:34:21 UTC

Build failed in Jenkins: beam_PostCommit_XVR_PythonUsingJava_Dataflow #140

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

Changes:

[stranniknm] [BEAM-13999] playground - support vertical orientation for graph

[noreply] [Cleanup] Update pre-v2 go package references (#17002)

[noreply] [BEAM-13885] Add unit tests to window package (#16971)

[noreply] Merge pull request #16891 from [BEAM-13872] [Playground] Increase test

[noreply] Merge pull request #16912 from [BEAM-13878] [Playground] Increase test

[noreply] Merge pull request #16946 from [BEAM-13873] [Playground] Increase test

[noreply] [BEAM-13951] Update mass_comment.py list of Run commands (#16889)

[noreply] [BEAM-10652] Allow Clustering without Partition in BigQuery (#16578)

[noreply] [BEAM-13857] Add K:V flags for expansion service jars and addresses to


------------------------------------------
[...truncated 450.33 KB...]
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I
[gw0] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw1] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw3] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw4] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw2] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw5] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw7] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
[gw6] Python 3.6.15 (default, Jan 15 2022, 19:47:13)  -- [GCC 9.3.0]
gw0 [10] / gw1 [10] / gw2 [10] / gw3 [10] / gw4 [10] / gw5 [10] / gw6 [10] / gw7 [10]

scheduling tests via LoadScheduling

apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_group_by_key 
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_combine_per_key 
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_cogroup_by_key 
apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence_java_class_lookup_payload_builder 
apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence_java_external_transform 
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_multi_input_output_with_sideinput 
apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence 
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_combine_globally 
[gw0] PASSED apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence 
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_partition 
[gw0] FAILED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_partition 
[gw2] PASSED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_combine_globally 
[gw3] PASSED apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence_java_external_transform 
[gw7] PASSED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_group_by_key 
[gw6] PASSED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_multi_input_output_with_sideinput 
[gw1] PASSED apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence_java_class_lookup_payload_builder 
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_prefix 
[gw1] FAILED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_prefix 
[gw4] PASSED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_cogroup_by_key 
[gw5] PASSED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_combine_per_key 

=================================== FAILURES ===================================
____________________ 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 0x7f72b1028710>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f72b19f8fc8>
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":"@1646353962.011991517","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1646353962.011990516","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 0x7f8d7ef8ee10>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f8d7f113448>
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":"@1646354013.528791410","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1646354013.528790261","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> -
=============== 2 failed, 8 passed, 6 warnings in 803.28 seconds ===============

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 417726.
Stopping expansion service pid: 417727.

> 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:20220304000439
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:ae4487acba371a89085b8109846261f622718c2a85480d96e95005c145d992c2
Deleted: sha256:e2a2e458ee6af474518beb5c84008fa739e79122ad9a2a62cc00e69971f71919
Deleted: sha256:fa9eede851a9779437167b3a5d5bdd3787c65f760141fd31459f7f0cff289941
Deleted: sha256:a6e918b7b1782cb108fb6271caafba9988142f263ed0d08eccd34287cd468298
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220304000439]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:ae4487acba371a89085b8109846261f622718c2a85480d96e95005c145d992c2]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220304000439
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8300813d96ae261adc5253e5ebfab2a07707b68a63f1b213d3ff61f40e4ef206
Deleted: sha256:99cf36d89ed59c4dd39f0b15a35a9656256ee3131febe54e878b5eb16fea47bb
Deleted: sha256:7c9929a87b6bf6769ea552287771d3c218a719a57b8fdeaa52cf29bdb7fc4cb9
Deleted: sha256:4b475acbc088cf5df913fccf87f7fbfed292099715fd54c89e8c9d03f0c90921
Deleted: sha256:a7dc49af88995cefd0ed7c4ea0e2ac9880d691c4976d89424a70da4cdeb158b7
Deleted: sha256:c1bef985ab53eafbf3085fbc55cae5f154bfe791c093101b14a208be24d2e2a8
Deleted: sha256:8f81810c89cf6bbc936a276ea88523a695407bd456b01ad1f24151ebf1898504
Deleted: sha256:bbf803617fdce5dab75efcb54dd5ff39d9ec6b791c5ec13e2dd31d166faabb0f
Deleted: sha256:08015e0e85170cc77953da77dbc18af1425e2096271978c9712c419cce8bb9c7
Deleted: sha256:40d93ee733172fdfdf0c947feaff3949c07d53d3936004267a402f3e90187ab0
Deleted: sha256:0e06d43da96f03e2425bc74396c8db4875eca7107b9d015bfe6e19b3e5cbfb1e
Deleted: sha256:42428b04233b9c4d5592167d09ec50c7f8bc0449f2d035ad5e1c0560105b039d
Deleted: sha256:e00102e45d2e44b07722783e5ef463a7c4767175aed5e4d1b63feffad26b8624
Deleted: sha256:34517c6987e8781444d2a04c87391c7fe82f9bf93a45b976d62ffece8f708658
Deleted: sha256:b303a6a21bf47a93e1bea547aaf951da1ddacbe8822f6b7d6fdb169a7d8690d6
Deleted: sha256:bee41fbcd00d28fcaf7e16a9f28fb5532b22f9a78ef207938b796a919b0e0941
Deleted: sha256:6f13c4dd0f326d2d3d67c614507ecada77564f3760cdc50a18687508eb17d823
Deleted: sha256:89f15f77b4cc1cd38c53b3d24e42aae27fcd71b8f9654661f832a627d831f7e2
Deleted: sha256:80d2e5abcdaf06453d8e1cdecce48e6ecdb446350a3997f13abc0d1ae2b8c51b
Deleted: sha256:20657b1e7d5503420a513257ffe9e6898fa2e33151a926ef495a7e02c7e8b4c4
Deleted: sha256:d347b03afd9bf721e88ae9732eb12e5574ee003187897ccb5d465ff87534d57a
Deleted: sha256:0cefe4d8782c0ae6cfd99617f54f399ef670503a952923728c49f81732947808
Deleted: sha256:0219eb382a15a419803bc9e5b3ff5e4a82b6f89ad5efcb7f952cc51f08c496d5
Deleted: sha256:7f90d2e3b67911b2bb8264f143abcb09b82a760ce2f7357279303d0be0232a6c
Deleted: sha256:f15b9889027d9cdded7362f773c1453c727b2fb78c3c61c19be05e9a3030a7fa
Deleted: sha256:a36bd0d1a9af5525bcd39bc92bbda494d62e54471a3a802107dfca19ab294b15
Deleted: sha256:a5976fc3368dbac5b1245345d54068093602ab93e8ba76d1278ae902934b3efc
Deleted: sha256:500fdac2243f9efb0b92bfdf0aeb4c626339366feeae487c044b896d4064609f
Deleted: sha256:5ed94570477da4bd6e5b79771b18bee8d8c50e774a243df5be8801d2ebbe9738
Deleted: sha256:59b9e52a44cd8ed559f78bb9d985552c0355cbf00572689c669259867fedaa16
Deleted: sha256:183d3ce5bd50e3c12fddc05d575860abffc7ebab228f4e9a6b99a4cac908c62a
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220304000439]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8300813d96ae261adc5253e5ebfab2a07707b68a63f1b213d3ff61f40e4ef206]

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

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

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_XVR_PythonUsingJava_Dataflow #141

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/141/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org