See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/352/display/redirect?page=changes>
Changes: [samuelw] [BEAM-11729] Remove calls to Class.getSimpleName() for WindowTracing [randomstep] [BEAM-11595] bump jackson to 2.12.1 ------------------------------------------ [...truncated 807.57 KB...] File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/ptransform.py",> line 573, in __ror__ result = p.apply(self, pvalueish, label) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py",> line 689, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 151, in apply return super(DataflowRunner, self).apply(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 188, in apply return m(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 218, in apply_PTransform return transform.expand(input) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py",> line 316, in expand response = service.Expand(request) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 826, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand" debug_error_string = "{"created":"@1612809123.236990747","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}" > ====================================================================== ERROR: test_combine_per_key (apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 277, in test_combine_per_key test_pipeline or self.create_pipeline()) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 203, in run_combine_per_key TEST_COMPK_URN, None, self.expansion_service)) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py",> line 141, in __or__ return self.pipeline.apply(ptransform, self) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py",> line 689, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 151, in apply return super(DataflowRunner, self).apply(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 188, in apply return m(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 218, in apply_PTransform return transform.expand(input) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py",> line 316, in expand response = service.Expand(request) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 826, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand" debug_error_string = "{"created":"@1612809123.252342045","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}" > ====================================================================== ERROR: test_multi_input_output_with_sideinput (apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 261, in test_multi_input_output_with_sideinput test_pipeline or self.create_pipeline()) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 122, in run_multi_input_output_with_sideinput TEST_MULTI_URN, None, self.expansion_service) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/ptransform.py",> line 573, in __ror__ result = p.apply(self, pvalueish, label) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py",> line 689, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 151, in apply return super(DataflowRunner, self).apply(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 188, in apply return m(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 218, in apply_PTransform return transform.expand(input) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py",> line 316, in expand response = service.Expand(request) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 826, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand" debug_error_string = "{"created":"@1612809123.561201500","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}" > ====================================================================== ERROR: test_group_by_key (apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 265, in test_group_by_key test_pipeline or self.create_pipeline()) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 143, in run_group_by_key | beam.Map(lambda x: "{}:{}".format(x[0], ','.join(sorted(x[1]))))) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py",> line 141, in __or__ return self.pipeline.apply(ptransform, self) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py",> line 689, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 151, in apply return super(DataflowRunner, self).apply(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 188, in apply return m(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 218, in apply_PTransform return transform.expand(input) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py",> line 316, in expand response = service.Expand(request) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 826, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand" debug_error_string = "{"created":"@1612809123.600840442","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}" > ====================================================================== ERROR: test_partition (apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 285, in test_partition test_pipeline or self.create_pipeline()) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 238, in run_partition TEST_PARTITION_URN, None, self.expansion_service)) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py",> line 141, in __or__ return self.pipeline.apply(ptransform, self) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py",> line 689, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 151, in apply return super(DataflowRunner, self).apply(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 188, in apply return m(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 218, in apply_PTransform return transform.expand(input) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py",> line 316, in expand response = service.Expand(request) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 826, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand" debug_error_string = "{"created":"@1612809123.658059381","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}" > ====================================================================== ERROR: test_prefix (apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 257, in test_prefix test_pipeline or self.create_pipeline()) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/validate_runner_xlang_test.py",> line 101, in run_prefix self.expansion_service)) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pvalue.py",> line 141, in __or__ return self.pipeline.apply(ptransform, self) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/pipeline.py",> line 689, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",> line 151, in apply return super(DataflowRunner, self).apply(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 188, in apply return m(transform, input, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/runners/runner.py",> line 218, in apply_PTransform return transform.expand(input) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/transforms/external.py",> line 316, in expand response = service.Expand(request) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 923, in __call__ return _end_unary_response_blocking(state, call, False, None) File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/grpc/_channel.py",> line 826, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand" debug_error_string = "{"created":"@1612809123.703261197","description":"Error received from peer ipv4:127.0.0.1:18091","file":"src/core/lib/surface/call.cc","file_line":1067,"grpc_message":"Method not found: org.apache.beam.model.expansion.v1.ExpansionService/Expand","grpc_status":12}" > ---------------------------------------------------------------------- XML: nosetests-xlangValidateRunner.xml ---------------------------------------------------------------------- XML: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/nosetests.xml> ---------------------------------------------------------------------- Ran 8 tests in 11.582s FAILED (errors=8) > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava > FAILED > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup Skipping invalid pid: 5005. Skipping invalid pid: 5010. > Task :runners:google-cloud-dataflow-java:cleanUpDockerImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210208181126 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a4f4a7082bdc0775da49543e2741ca9dba003868f47eeebfa35a5672afe95e79 Deleted: sha256:dfdd922fe87dbe6b5230db7a7121ed04826682ad717d44401e79f3c44e957697 Deleted: sha256:57895a9f37678ef090e3e89c24f75aa7dd567ec9b34452c48259b1cfeef672c0 Deleted: sha256:458a247444fee1643896f642d32e30246bb1549a0c0f6ad867c2ee2e1669bad7 Deleted: sha256:61cf5e6907364dfb2eaa957ed64e61ba1b34c466999e2f7b66d0871df1157a34 Deleted: sha256:2dc4b15b42727f1b87c98f638d40f5fdcde9d50182acef5abcbad2273cd66659 Deleted: sha256:317b64caf5ffa02d9eb47caea058e9a8e32301ed76bafcb1ab7a2b454974fffb Deleted: sha256:1f798e6296c3e9552ae778711c204b479f9c9d5bea99727c3a44bdab202e84d0 Deleted: sha256:6eb6c562d346ec2ff7040d3670044463478540293b9af857b74463c1c511b271 Deleted: sha256:a578e086d84d03bcc680afa9846fcad2e4b0d2a611d499359d5a2b373f61b78a Deleted: sha256:09241439fc26f6b2ea91e890cfc733eb75672944635505dbf8fe7be3afdbe149 Deleted: sha256:cd97e21817aca561ce533fe7de6f393dd6ea52de6b9f16134589709303bb1392 Deleted: sha256:eba69fa8a0ca1a365d5180b7f9bf855034f5dca18651e271ac88c328bf36627f Deleted: sha256:0402fea3164baebbc2d0933fc15139cd57de574c74eb039aa58a68ecf00adf8f Deleted: sha256:59a018bd053153f63d39c84d9520328b144cafab9ca376c3598092bc68dc7742 Deleted: sha256:1d1772731be3b3b4e82fcb98318db303f6c374e027caef97252f5b4c708fa2df Deleted: sha256:e6eea2a2719d7f9ff7f68ce39f44610fb82ad5607567dd9b13bcdcd37b20b495 Deleted: sha256:7ef430f2463302eb84c45533d05f652e19b572b308029d3fda5dd97a0c2f1bb3 Deleted: sha256:8504b1071d7d92ccca44acf9094f36465ea7f5c5ccf92ff0d8b60b1fb4379a5b Deleted: sha256:3c079f2ffb20ae2c2533600536e507a06983ae80577e31c22ffa2c45ff7ca5f4 Deleted: sha256:4442092151e2a880d2a6e89f151cc97c73005b4c47028aec400ac78313be9ccd Deleted: sha256:e045be6a495859b72e86188c82fa7c3ac1b2a3de5c4ea134e10ef5ee57bc131b Deleted: sha256:15c527a6ce5518123807e7bc026a7b95067a64eb5a1346d356f2b77d05699a80 Deleted: sha256:ab43eac2d55f93d1b1e385842a80f5d84e523284f70817cdae1fc186432beb0d Deleted: sha256:d02bc4ad338207fa38bbd317af31a108130b2c6746d76d75e671bfab2856d1f4 Deleted: sha256:53f98e5c520d693a2f2c28e1458c2b7809a7132d55b577e16661e771c81e5ba0 Deleted: sha256:676661a9ea414ee348066525732df46a88f5cdc53ecac13ef3c0b5aac186c3db Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a4f4a7082bdc0775da49543e2741ca9dba003868f47eeebfa35a5672afe95e79 Associated tags: - 20210208181126 Tags: - us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210208181126 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210208181126]. Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a4f4a7082bdc0775da49543e2741ca9dba003868f47eeebfa35a5672afe95e79]. 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 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 21m 8s 115 actionable tasks: 91 executed, 20 from cache, 4 up-to-date Gradle was unable to watch the file system for changes. The inotify watches limit is too low. Publishing build scan... https://gradle.com/s/3vofbtw563zts 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]
