See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/1132/display/redirect?page=changes>
Changes: [noreply] Register MapCoder, some comments/cleanup. (#15471) [noreply] [BEAM-12588] Multimap user state proto changes (#15473) ------------------------------------------ [...truncated 39.56 KB...] > Task :release:go-licenses:java:dockerRun + go-licenses csv github.com/apache/beam/sdks/java/container + tee /output/licenses/list.csv > Task :sdks:java:io:google-cloud-platform:compileJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :sdks:java:io:google-cloud-platform:classes > Task :sdks:java:io:google-cloud-platform:jar > Task :release:go-licenses:java:dockerRun golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0 github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0 golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0 google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0 github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause + chmod -R a+w /output/licenses > Task :release:go-licenses:java:createLicenses > Task :sdks:java:container:java11:copyGolangLicenses > Task :runners:google-cloud-dataflow-java:compileJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :runners:google-cloud-dataflow-java:classes > Task :sdks:java:container:java11:dockerPrepare > Task :runners:google-cloud-dataflow-java:jar > Task :examples:java:compileJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :examples:java:classes > Task :examples:java:jar > Task :sdks:java:container:java11:docker Sending build context to Docker daemon 166MB Step 1/18 : ARG java_version Step 2/18 : FROM openjdk:${java_version} 11: Pulling from library/openjdk Digest: sha256:e776443c36c9b0d9db1d8d91595749fda1631b75be838ab5312fbc3933c8c1c1 Status: Downloaded newer image for openjdk:11 ---> dd8edf47a855 Step 3/18 : MAINTAINER "Apache Beam <[email protected]>" ---> Running in 8592b41f89b8 Removing intermediate container 8592b41f89b8 ---> 400f8a6b9ae4 Step 4/18 : ARG pull_licenses ---> Running in 7db274d05936 Removing intermediate container 7db274d05936 ---> 54d2f99e7c09 Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/ ---> f870365266f9 Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/ ---> 3c028ef0b2d1 Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/ ---> 1b5f16a69d5b Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/ ---> b525a889a242 Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/ ---> feea16fa1d63 Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/ ---> 66700fc052a2 Step 11/18 : COPY target/LICENSE /opt/apache/beam/ ---> 87493d6c7232 Step 12/18 : COPY target/NOTICE /opt/apache/beam/ ---> f4bf8453355c Step 13/18 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/ ---> d1163614c636 Step 14/18 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 7458f250ff8c Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 4061a0e7cb12 > Task :examples:java:compileTestJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :examples:java:testClasses > Task :examples:java:testJar > Task :sdks:java:container:java11:docker Removing intermediate container 4061a0e7cb12 ---> 82bdc21afbdb Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in 452ed08aa8b5 Removing intermediate container 452ed08aa8b5 ---> a9b2ddd3d420 Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/ ---> f723c004bca4 Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in f5eea572adbd Removing intermediate container f5eea572adbd ---> 4a5b4cce92ef Successfully built 4a5b4cce92ef Successfully tagged apache/beam_java11_sdk:2.34.0.dev > Task :runners:google-cloud-dataflow-java:buildAndPushDockerContainer 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/java] 79e689e90fc3: Preparing 8fe89d4c1d5e: Preparing 1ba004432d03: Preparing b003f0e9e92b: Preparing da5526be197a: Preparing e2ab558cc340: Preparing 89d210e4dd84: Preparing 6a950015e40d: Preparing 6aefc418f47a: Preparing d2b8024628c1: Preparing 7b464f66773a: Preparing c3fe41680e15: Preparing 3891808a925b: Preparing d402f4f1b906: Preparing 00ef5416d927: Preparing 8555e663f65b: Preparing e2ab558cc340: Waiting c3fe41680e15: Waiting d2b8024628c1: Waiting 89d210e4dd84: Waiting 7b464f66773a: Waiting d00da3cd7763: Preparing 6a950015e40d: Waiting d402f4f1b906: Waiting 6aefc418f47a: Waiting 00ef5416d927: Waiting 3891808a925b: Waiting 8555e663f65b: Waiting 4e61e63529c2: Preparing 799760671c38: Preparing 799760671c38: Waiting da5526be197a: Pushed 1ba004432d03: Pushed 8fe89d4c1d5e: Pushed 79e689e90fc3: Pushed e2ab558cc340: Pushed b003f0e9e92b: Pushed 6a950015e40d: Pushed 6aefc418f47a: Pushed 7b464f66773a: Pushed 89d210e4dd84: Pushed 3891808a925b: Layer already exists d402f4f1b906: Layer already exists c3fe41680e15: Pushed 00ef5416d927: Layer already exists 8555e663f65b: Layer already exists d00da3cd7763: Layer already exists 4e61e63529c2: Layer already exists 799760671c38: Layer already exists d2b8024628c1: Pushed 20210910120039: digest: sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5 size: 4311 > Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest *********************************************************** *********************************************************** **********************Set Up Pubsub************************ The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0910120318-696af20c The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0910120318-696af20c ******************Set Up Big Query Table******************* The BigQuery table has been set up for this example: apache-beam-testing:traffic_routes_1631275391735.traffic_routes_table *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0910120318-696af20c The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0910120318-696af20c The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_routes_1631275391735.traffic_routes_table Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage. *********************************************************** *********************************************************** org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT > testTableIO FAILED java.lang.RuntimeException at BigQuerySamplesIT.java:125 *********************************************************** *********************************************************** **********************Set Up Pubsub************************ The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0910122922-d03f0d14 The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0910122922-d03f0d14 ******************Set Up Big Query Table******************* The BigQuery table has been set up for this example: apache-beam-testing:traffic_max_lane_flow_1631276962231.traffic_max_lane_flow_table *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0910122922-d03f0d14 The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0910122922-d03f0d14 The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_max_lane_flow_1631276962231.traffic_max_lane_flow_table Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage. *********************************************************** *********************************************************** 8 tests completed, 1 failed > Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest > FAILED > Task :runners:google-cloud-dataflow-java:cleanUpDockerImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210910120039 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5 Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210910120039] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210910120039] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:549b1f54fceae331f4f24f92172f3386bcf4179c0e2fab19841df23e5aaa54d5]. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest'. > There were failing tests. See the report at: > file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/examplesJavaRunnerV2IntegrationTest/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 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 35m 41s 84 actionable tasks: 69 executed, 13 from cache, 2 up-to-date Publishing build scan... https://gradle.com/s/r3yznqyyb7fns 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]
