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/21 18:27:41 UTC

Build failed in Jenkins: beam_PostCommit_XVR_PythonUsingJava_Dataflow #211

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

Changes:

[mmack] [adhoc] Move aws IT tests to testing package according to best practices

[noreply] fixes static checks and go lint issues (#17138)

[Kyle Weaver] Don't print in task configuration.

[noreply] [BEAM-14136] Clean up staticcheck and linter warnings in the Go SDK

[noreply] Merge pull request #17063 from [BEAM-12164] Fix flaky tests


------------------------------------------
[...truncated 463.94 KB...]
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 0x7fb61046a898>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fb61047ae48>
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":"@1647887210.538141041","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1647887210.538139723","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 ______________________
[gw2] 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 0x7fe0c9d85a90>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fe0c92f3848>
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":"@1647887212.097691675","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1647887212.097690203","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 0x7fb6101d8208>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fb6103ba888>
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":"@1647887212.408306450","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3128,"referenced_errors":[{"created":"@1647887212.408305060","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 34.86 seconds ====================

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 1384049.
Stopping expansion service pid: 1384050.

> 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:20220321180718
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:188ec60ef6625a4796bbfe7292217bd5dc72f02840a46cc0ef281f568263366e
Deleted: sha256:08083d9759be417b3710462c4dc327f349f54e13270a23dbe49250f17dad1ca2
Deleted: sha256:43fda474bd6c07ac4325273749a27d27f1d05d9d83e8118c1819e7d9ac987e4a
Deleted: sha256:c1282961fbf53abe397094b3eb0bbad8fac7afeb3b1881c695c5e082846e97f5
Deleted: sha256:bb5e014d5ded9eb67e0fef7f9467a4331564c1acad16e1e13b04a8a2bd4ecf07
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220321180718]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:188ec60ef6625a4796bbfe7292217bd5dc72f02840a46cc0ef281f568263366e]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220321180718
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:240b41928773a32b6500e9781c168f7b23d1cf4363971a89493d1fc563eb67bf
Deleted: sha256:1ca0e01460f49bafbc4631b7880a9ba5046c3f8db222aa3c2f736c891419efc5
Deleted: sha256:df93342b7a92b1f5107f3a2d38181f474d798e9460716357916fa0d86e0f985a
Deleted: sha256:0fcebd321db405496ef271e63f398f5f99f212d5ac711bbe3a1d9dd4d3120885
Deleted: sha256:b0d3e250f28b5796f9d8dbdded7f1ba8f065000b378b4600d85f89b045f00745
Deleted: sha256:2959d3e916457d439cf7e5d9c43aab4f905969ac92456684f75769686a73ac02
Deleted: sha256:8029b2bceb2b70df4887a5d5ec4f184e828caad00568e16bc8d1a3910ae1a0f0
Deleted: sha256:65d3ded33c7377023eaf3a5203c5bd252ed73e7926d3d986606f9d1ff8452b57
Deleted: sha256:ed0f7140d7a7bfcfb6909c7aa65cbdf7d5eb060039e726519029e7bf43ae0338
Deleted: sha256:a1121684b619f5b8aea4b02643fce0795713476e48c8e6ee9e45c16c8d2f65ba
Deleted: sha256:679b239e0c542c51707059461427e4948715f46d5cfab30f835727975141d604
Deleted: sha256:5aebfad3cb798247493507cb1e4857bfdeb67d75589320eed644e732a2f722ca
Deleted: sha256:a6eb400ddd6f904e6b9fe01464f03cdf7c45bc180d76d082ebe6367c74c4fe64
Deleted: sha256:7646fed7f6ce74237ec7e2484e1c0b51303562c7b4faeedf670f1edb0a75e355
Deleted: sha256:73688fb0091651e6aa2e98373693092caec98c915da9f006d23b3be49905abce
Deleted: sha256:38c5188a9acbff466734a0fff3e9ad3613492f56f90d3e8457e4b8faa02c5311
Deleted: sha256:2e1c579e0cc845010b950fd665d35bb83ee6282a501ded7ec29ead7bdbb82a7f
Deleted: sha256:eb08123394fa3cd2491a2e34e744a7fc562d48b479565df3bbc82adc56923d49
Deleted: sha256:3f9d76273587b2bc7f1afdf0dff8d8a5b174bb069b0fbad8852102855db668d0
Deleted: sha256:cdb1b45251f40dbd7dff5aae5ac261ba49614add54271aeb4036b003f5970e83
Deleted: sha256:27d560310a8d29a0e137532f3ebcbc03183968db5b70c1f41b1b38030a48ccbc
Deleted: sha256:608fcd3c3440801fef1e628d7c665f05da9ca59d3575d8a5da0e8ea6bb03077b
Deleted: sha256:801fc00e5fb15e4208017d4bc06f303e8b31e81eee8b40098e506dc0c8690ef7
Deleted: sha256:0d85c6b541ad7e86f7e2c52bcec12ba6e27b90f99d73365cabc98f30913160ff
Deleted: sha256:89b20f2acfb9d634f72c83ce31f20ef677010e56a2b9f8f1281b0d4876001a6f
Deleted: sha256:790aa6b1038aa558d8e34876d821017760cfc02b32c8ada8778e99ba062dd2da
Deleted: sha256:8f63a014971673514567f44557596aaf83ad8042e5a85ac5603b4ebaa567223d
Deleted: sha256:346169c3b3257e127cf41260a2b69174a5e747aa3d3651800147a4b59c882900
Deleted: sha256:f87eaca4daef36acdb9bbe4c9e4d2d9fce23bdf7b92ef8304926c846eb63f422
Deleted: sha256:e6a11c5ed77480b62aacb2f57c74c2a32bda6e528bc983485d9079aafb04a3cf
Deleted: sha256:5cee7b2c900b24f0185fb551812290cd48af47d9f334f0928dd4a5f9108f4e90
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220321180718]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:240b41928773a32b6500e9781c168f7b23d1cf4363971a89493d1fc563eb67bf]

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

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

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

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 #212

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


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