See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/401/display/redirect?page=changes>
Changes: [noreply] [BEAM-14179] Fix possibly null value [noreply] [BEAM-12815] Try to fix flaky Flink Post Commit (#17227) [noreply] Add a portable job server that proxies the Dataflow backend. (#17189) [noreply] [BEAM-14130] Implement JupyterLab extension for managing Dataproc ------------------------------------------ [...truncated 35.31 KB...] Collecting soupsieve>1.2 Using cached soupsieve-2.3.1-py3-none-any.whl (37 kB) Collecting six>=1.9.0 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Installing collected packages: soupsieve, six, pyyaml, tenacity, beautifulsoup4 Successfully installed beautifulsoup4-4.10.0 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.1 tenacity-5.1.5 Executing python <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/reports/dependency-license/index.json> --output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses> --dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml> --manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses> INFO:root:Pulling license for 224 dependencies using 16 threads. INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5 INFO:root:pull_licenses_java.py succeed. It took 7.963433 seconds with 16 threads. Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/third_party_licenses.> Finished license_scripts.sh > Task :release:go-licenses:java:dockerRun + go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses > Task :sdks:java:container:java17:copyJavaThirdPartyLicenses > Task :release:go-licenses:java:dockerRun + go-licenses csv github.com/apache/beam/sdks/java/container + tee /output/licenses/list.csv 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 google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0 golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause github.com/golang/protobuf,https://github.com/golang/protobuf/blob/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 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:java17:copyGolangLicenses > Task :sdks:java:container:java17:dockerPrepare > Task :sdks:java:container:java17:docker > 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 :examples:java:compileJava FROM-CACHE > Task :examples:java:classes UP-TO-DATE > Task :runners:google-cloud-dataflow-java:compileJava FROM-CACHE > Task :runners:google-cloud-dataflow-java:classes > Task :examples:java:jar > Task :runners:google-cloud-dataflow-java:jar > Task :examples:java:compileTestJava FROM-CACHE > Task :examples:java:testClasses > Task :examples:java:testJar > Task :sdks:java:container:java17:docker Sending build context to Docker daemon 169.6MB Step 1/21 : ARG java_version Step 2/21 : FROM openjdk:${java_version}-bullseye ---> ac5d5eb1b0b1 Step 3/21 : MAINTAINER "Apache Beam <[email protected]>" ---> Running in 7196aeaf9a44 Removing intermediate container 7196aeaf9a44 ---> 72b7e375e481 Step 4/21 : ARG pull_licenses ---> Running in b0831857aeb9 Removing intermediate container b0831857aeb9 ---> ae31fdcc263e Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/ ---> 75faaa13367f Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/ ---> 4d678c8192a2 Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/ ---> 30d0e265445b Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/ ---> 5cee955b7b20 Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/ ---> 612ff8962762 Step 10/21 : ADD target/jamm.jar /opt/apache/beam/jars/ ---> 0ea66a47a1c8 Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/ ---> a00934e3b7f8 Step 12/21 : COPY target/LICENSE /opt/apache/beam/ ---> 1f494571168e Step 13/21 : COPY target/NOTICE /opt/apache/beam/ ---> 94010076dfe7 Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/ ---> 4d5df2a8abd7 Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/ ---> ee576576d047 Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE ---> Running in 872ceefd8857 Removing intermediate container 872ceefd8857 ---> 4fb79d9f4857 Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 46297e5281a2 Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in eba992e05993 Removing intermediate container eba992e05993 ---> 5ae724ffb18d Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in c202d03d31dc Removing intermediate container c202d03d31dc ---> 6f66c801ed13 Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/ ---> 77592298da56 Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 0ccdac9ac3e2 Removing intermediate container 0ccdac9ac3e2 ---> f8b6c776389f Successfully built f8b6c776389f Successfully tagged apache/beam_java17_sdk:2.39.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 The push refers to repository [us.gcr.io/apache-beam-testing/java-postcommit-it/java] 4138ae782b7b: Preparing fa8768aea7c3: Preparing cb2c694e296a: Preparing f259962755b9: Preparing b83929e1e328: Preparing 7d0aa18a905f: Preparing 89dba102ab13: Preparing 868772570d5f: Preparing 5433814494a6: Preparing 2a357d0a093e: Preparing fd1db5908f75: Preparing bc4a02f4d3f8: Preparing 1e0beefe1098: Preparing cf5e8f127240: Preparing fe5bb62c1273: Preparing a0cd5c3af747: Preparing 62a2af0b61ef: Preparing 7a7698da17f2: Preparing d59769727d80: Preparing 348622fdcc61: Preparing 4ac8bc2cd0be: Preparing 7d0aa18a905f: Waiting 89dba102ab13: Waiting 868772570d5f: Waiting 5433814494a6: Waiting 2a357d0a093e: Waiting fd1db5908f75: Waiting bc4a02f4d3f8: Waiting 1e0beefe1098: Waiting cf5e8f127240: Waiting fe5bb62c1273: Waiting a0cd5c3af747: Waiting 62a2af0b61ef: Waiting 7a7698da17f2: Waiting d59769727d80: Waiting 348622fdcc61: Waiting 4ac8bc2cd0be: Waiting fa8768aea7c3: Pushed b83929e1e328: Pushed cb2c694e296a: Pushed f259962755b9: Pushed 4138ae782b7b: Pushed 89dba102ab13: Pushed 868772570d5f: Pushed 2a357d0a093e: Pushed bc4a02f4d3f8: Pushed 7d0aa18a905f: Pushed 5433814494a6: Pushed fd1db5908f75: Pushed a0cd5c3af747: Layer already exists 7a7698da17f2: Layer already exists 62a2af0b61ef: Layer already exists d59769727d80: Layer already exists 348622fdcc61: Layer already exists 4ac8bc2cd0be: Layer already exists cf5e8f127240: Pushed fe5bb62c1273: Pushed 1e0beefe1098: Pushed 20220331180058: digest: sha256:d4d26bc92728b745a8bd148f5345e0b8ccc39ff719ac735c432f44d12a5571e4 size: 4729 > 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-0331180635-952ed414 The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0331180635-952ed414 *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0331180635-952ed414 The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0331180635-952ed414 *********************************************************** *********************************************************** *********************************************************** *********************************************************** **********************Set Up Pubsub************************ The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0331180637-49a81d7f The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0331180637-49a81d7f *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0331180637-49a81d7f The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0331180637-49a81d7f *********************************************************** *********************************************************** > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220331180058 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d4d26bc92728b745a8bd148f5345e0b8ccc39ff719ac735c432f44d12a5571e4 ERROR: (gcloud.container.images.untag) Image could not be found: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220331180058] > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages FAILED FAILURE: Build failed with an exception. * Where: Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/runners/google-cloud-dataflow-java/build.gradle'> line: 294 * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:cleanUpDockerJavaImages'. > Process 'command 'gcloud'' 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 41m 18s 89 actionable tasks: 55 executed, 32 from cache, 2 up-to-date Publishing build scan... https://gradle.com/s/z6p6jocuexaru 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]
