See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/790/display/redirect>
Changes: ------------------------------------------ [...truncated 95.76 KB...] + go-licenses csv github.com/apache/beam/sdks/v2/python/container + tee /output/licenses/list.csv W0813 15:10:22.978637 211 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.40.0/sdks/go/README.md,Apache-2.0 github.com/apache/beam/sdks/v2/python/container,https://github.com/apache/beam/blob/sdks/v2.40.0/sdks/LICENSE,Apache-2.0 github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/v1.0.0/LICENSE,MIT golang.org/x/net,https://cs.opensource.google/go/x/net/+/c690dde0:LICENSE,BSD-3-Clause golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/bc2c85ad:LICENSE,BSD-3-Clause golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/e326c6e8e9c8/LICENSE,Apache-2.0 google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.47.0/LICENSE,Apache-2.0 google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/LICENSE,BSD-3-Clause + chmod -R a+w /output/licenses > Task :release:go-licenses:java:dockerRun go: added github.com/apache/beam/sdks/v2 v2.40.0 go: added github.com/golang/protobuf v1.5.2 go: added golang.org/x/net v0.0.0-20220607020251-c690dde0001d go: added golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a go: added golang.org/x/text v0.3.7 go: added google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 go: added google.golang.org/grpc v1.47.0 go: added google.golang.org/protobuf v1.28.0 + go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses W0813 15:10:18.423089 28 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s + go-licenses csv github.com/apache/beam/sdks/v2/java/container + tee /output/licenses/list.csv W0813 15:10:23.030024 180 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.40.0/sdks/go/README.md,Apache-2.0 github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.40.0/sdks/LICENSE,Apache-2.0 github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause golang.org/x/net,https://cs.opensource.google/go/x/net/+/c690dde0:LICENSE,BSD-3-Clause golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/bc2c85ad:LICENSE,BSD-3-Clause golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/e326c6e8e9c8/LICENSE,Apache-2.0 google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.47.0/LICENSE,Apache-2.0 google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/LICENSE,BSD-3-Clause + chmod -R a+w /output/licenses > Task :release:go-licenses:java:createLicenses > Task :sdks:java:container:java8:copyGolangLicenses > Task :release:go-licenses:py:createLicenses > Task :sdks:python:container:py37:copyGolangLicenses > Task :sdks:python:container:py37:dockerPrepare > Task :sdks:java:container:java8:dockerPrepare > Task :sdks:python:container:py37:docker Setting up ccache (4.2-1) ... Updating symlinks in /usr/lib/ccache ... Setting up libsnappy1v5:amd64 (1.1.8-1) ... Setting up libsnappy-dev:amd64 (1.1.8-1) ... Processing triggers for libc-bin (2.31-13+deb11u3) ... Removing intermediate container 7ef425deb7d5 ---> f913144c7e12 Step 5/32 : COPY target/base_image_requirements.txt /tmp/base_image_requirements.txt ---> a1d3bf3c1d6c Step 6/32 : RUN pip install --no-deps -r /tmp/base_image_requirements.txt && python -c "import nltk; nltk.download('stopwords')" && rm /root/nltk_data/corpora/stopwords.zip && python -c "from google.protobuf.internal import api_implementation; assert api_implementation._default_implementation_type == 'cpp'; print ('Verified fast protobuf used.')" && rm -rf /root/.cache/pip && rm -rf /tmp/base_image_requirements.txt ---> Running in f0c74e1ad825 > Task :sdks:java:container:java8:docker Removing intermediate container 8977e444949c ---> c66a0392c674 Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 898b9158e611 Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 22da0dc242ed Removing intermediate container 22da0dc242ed ---> d69d84479f33 Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in f1d2e8594be7 Removing intermediate container f1d2e8594be7 ---> 362c3e21fafb Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/ ---> 512781f4fddf Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 7500af514980 Removing intermediate container 7500af514980 ---> 45227206953e Successfully built 45227206953e Successfully tagged apache/beam_java8_sdk:2.42.0.dev > Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker > Task :runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker The push refers to repository [us.gcr.io/apache-beam-testing/java-postcommit-it/python] 941cdb19cf2c: Preparing 51b54395c6d9: Preparing d174834f7c75: Preparing 198ef3bed273: Preparing 67d00bbed32c: Preparing 9a5cd74133a0: Preparing db1a2b94cb4c: Preparing 5f7b50417820: Preparing a3126cf39390: Preparing 420069ec132b: Preparing 7fd83002356e: Preparing fc6d49bb152b: Preparing e3bd4c98a626: Preparing 80ff53e0700b: Preparing 757c2a90dff1: Preparing 5f71c8685acb: Preparing 583a78313b06: Preparing 2143381c9922: Preparing 12228ba7a3b1: Preparing 9b55156abf26: Preparing 293d5db30c9f: Preparing 5f7b50417820: Waiting 03127cdb479b: Preparing 7fd83002356e: Waiting 9c742cd6c7a5: Preparing a3126cf39390: Waiting 420069ec132b: Waiting 80ff53e0700b: Waiting fc6d49bb152b: Waiting 757c2a90dff1: Waiting e3bd4c98a626: Waiting 9b55156abf26: Waiting 2143381c9922: Waiting 9a5cd74133a0: Waiting 293d5db30c9f: Waiting 9c742cd6c7a5: Waiting db1a2b94cb4c: Waiting 583a78313b06: Waiting 12228ba7a3b1: Waiting 67d00bbed32c: Pushed 941cdb19cf2c: Pushed d174834f7c75: Pushed 198ef3bed273: Pushed 51b54395c6d9: Pushed 5f7b50417820: Pushed a3126cf39390: Pushed db1a2b94cb4c: Pushed e3bd4c98a626: Pushed 80ff53e0700b: Pushed 7fd83002356e: Pushed 757c2a90dff1: Layer already exists 5f71c8685acb: Layer already exists 583a78313b06: Layer already exists 2143381c9922: Layer already exists 12228ba7a3b1: Layer already exists 9b55156abf26: Layer already exists 293d5db30c9f: Layer already exists 03127cdb479b: Layer already exists 9c742cd6c7a5: Layer already exists 9a5cd74133a0: Pushed 420069ec132b: Pushed fc6d49bb152b: Pushed 20220813150937: digest: sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578 size: 5156 > Task :runners:google-cloud-dataflow-java:setupXVR > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup Launching Java expansion service @ 36911 Launching Python expansion service @ 34363 > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED java.lang.RuntimeException at ValidateRunnerXlangTest.java:242 java.lang.NullPointerException at Preconditions.java:980 14 tests completed, 1 failed > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython > FAILED > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup Stopping expansion service pid: 2615146. Stopping expansion service pid: 2615147. > 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:20220813150937 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578 Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220813150937] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220813150937] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c3d541cd1f5f5d2891c568141ac03821ef384650efdab1c4bd477bf1fb383578]. > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220813150937 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c1828ea8554fc94d529483e5a8b8f23fd4582faa987576fc5d0f3807493a1896 Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220813150937] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c1828ea8554fc94d529483e5a8b8f23fd4582faa987576fc5d0f3807493a1896] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220813150937] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c1828ea8554fc94d529483e5a8b8f23fd4582faa987576fc5d0f3807493a1896])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c1828ea8554fc94d529483e5a8b8f23fd4582faa987576fc5d0f3807493a1896 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c1828ea8554fc94d529483e5a8b8f23fd4582faa987576fc5d0f3807493a1896 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c1828ea8554fc94d529483e5a8b8f23fd4582faa987576fc5d0f3807493a1896]. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'. > There were failing tests. See the report at: > file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html> * 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.4/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 31m 50s 184 actionable tasks: 121 executed, 57 from cache, 6 up-to-date Publishing build scan... https://gradle.com/s/r3we6jpwhtyji 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]
