See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/1586/display/redirect?page=changes>
Changes: [noreply] Fix flaky load_test.go/TestSample test (#25673) ------------------------------------------ [...truncated 535.61 KB...] [gw7] PASSED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_multi_input_output_with_sideinput =================================== FAILURES =================================== _____________________ ValidateRunnerXlangTest.test_prefix ______________________ [gw2] linux -- Python 3.7.12 <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/bin/python3.7> self = <apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest testMethod=test_prefix> test_pipeline = None @pytest.mark.uses_java_expansion_service @pytest.mark.uses_python_expansion_service def test_prefix(self, test_pipeline=None): CrossLanguageTestPipelines().run_prefix( > test_pipeline or self.create_pipeline()) apache_beam/transforms/validate_runner_xlang_test.py:255: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 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:712: in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) apache_beam/runners/dataflow/dataflow_runner.py:137: 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:603: in expand response = service.Expand(request) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/grpc/_channel.py:946: in __call__ return _end_unary_response_blocking(state, call, False, None) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ state = <grpc._channel._RPCState object at 0x7fb0bb194250> call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fb0bb2488c0> 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; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused" E debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused {created_time:"2023-03-01T17:25:13.898342569+00:00", grpc_status:14}" E > ../../build/gradleenv/1922375555/lib/python3.7/site-packages/grpc/_channel.py:849: _InactiveRpcError ____________________ ValidateRunnerXlangTest.test_partition ____________________ [gw0] linux -- Python 3.7.12 <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/bin/python3.7> self = <apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest testMethod=test_partition> test_pipeline = None @pytest.mark.uses_java_expansion_service @pytest.mark.uses_python_expansion_service def test_partition(self, test_pipeline=None): CrossLanguageTestPipelines().run_partition( > test_pipeline or self.create_pipeline()) apache_beam/transforms/validate_runner_xlang_test.py:298: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 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:712: in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) apache_beam/runners/dataflow/dataflow_runner.py:137: 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:603: in expand response = service.Expand(request) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/grpc/_channel.py:946: in __call__ return _end_unary_response_blocking(state, call, False, None) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ state = <grpc._channel._RPCState object at 0x7f0b8f6d4190> call = <grpc._cython.cygrpc.SegregatedCall object at 0x7f0b8f5f0a50> 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; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused" E debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused {created_time:"2023-03-01T17:25:27.760597159+00:00", grpc_status:14}" E > ../../build/gradleenv/1922375555/lib/python3.7/site-packages/grpc/_channel.py:849: _InactiveRpcError =============================== warnings summary =============================== ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py:15 <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/hdfs/config.py>:15: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import load_source ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804: 171 warnings <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804: 117 warnings <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.cloud')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2309: 36 warnings <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py>:2309: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(parent) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.logging')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py:2804 <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/pkg_resources/__init__.py>:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.iam')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 ../../build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py:20 <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/google/rpc/__init__.py>:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages pkg_resources.declare_namespace(__name__) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html - generated xml file: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/sdks/python/pytest_xlangValidateRunner.xml> - =========================== short test summary info ============================ FAILED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_prefix - grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused" debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused {created_time:"2023-03-01T17:25:13.898342569+00:00", grpc_status:14}" > FAILED apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_partition - grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused" debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:40183: Failed to connect to remote host: Connection refused {created_time:"2023-03-01T17:25:27.760597159+00:00", grpc_status:14}" > ======= 2 failed, 8 passed, 8 skipped, 360 warnings in 819.38s (0:13:39) ======= > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava > FAILED > 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:20230301165748 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:4dcb8c0ea886d55d0f28b023094ec54d43172828d6ac7aa4c8badaa2719df448 WARNING: Successfully resolved tag to sha256, but it is recommended to use sha256 directly. Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230301165748] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:4dcb8c0ea886d55d0f28b023094ec54d43172828d6ac7aa4c8badaa2719df448] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230301165748] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:4dcb8c0ea886d55d0f28b023094ec54d43172828d6ac7aa4c8badaa2719df448])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:4dcb8c0ea886d55d0f28b023094ec54d43172828d6ac7aa4c8badaa2719df448 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:4dcb8c0ea886d55d0f28b023094ec54d43172828d6ac7aa4c8badaa2719df448 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:4dcb8c0ea886d55d0f28b023094ec54d43172828d6ac7aa4c8badaa2719df448]. > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230301165748 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8ea701fcda2d55aea0403d5e105ebb1098809d56bcf5a129ce113f448aa3f674 WARNING: Successfully resolved tag to sha256, but it is recommended to use sha256 directly. Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230301165748] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8ea701fcda2d55aea0403d5e105ebb1098809d56bcf5a129ce113f448aa3f674] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230301165748] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8ea701fcda2d55aea0403d5e105ebb1098809d56bcf5a129ce113f448aa3f674])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8ea701fcda2d55aea0403d5e105ebb1098809d56bcf5a129ce113f448aa3f674 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8ea701fcda2d55aea0403d5e105ebb1098809d56bcf5a129ce113f448aa3f674 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8ea701fcda2d55aea0403d5e105ebb1098809d56bcf5a129ce113f448aa3f674]. > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup 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. * 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.5.1/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 29m 17s 156 actionable tasks: 105 executed, 45 from cache, 6 up-to-date Publishing build scan... https://gradle.com/s/xfom5ggnadztu 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]
