See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java/7272/display/redirect?page=changes>

Changes:

[Kyle Weaver] [BEAM-11848] Fix Docker images list.

[Kyle Weaver] [BEAM-11848] Store Docker images in a variable for consistency.


------------------------------------------
[...truncated 114.42 KB...]
> Task :sdks:java:io:kafka:kafkaVersion241BatchIT
> Task :sdks:java:io:hadoop-format:runHadoopFormatIO321ElasticIT
> Task :sdks:java:io:kafka:kafkaVersion241Test
> Task :sdks:java:io:kafka:kafkaVersion251BatchIT
> Task :sdks:java:io:hadoop-format:runHadoopFormatIO321IT
> Task :sdks:go:buildLinuxAmd64
> Task :sdks:go:goBuild

> Task :sdks:java:container:resolveBuildDependencies
Unable to watch the file system for changes. The inotify watches limit is too 
low.
Resolving 
./github.com/apache/beam/sdks/go@<https://ci-beam.apache.org/job/beam_PostCommit_Java/ws/src/sdks/go>

> Task :sdks:java:container:installDependencies
> Task :sdks:java:container:buildLinuxAmd64
> Task :sdks:java:container:goBuild
> Task :sdks:java:container:java8:copySdkHarnessLauncher
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:io:hadoop-format:runHadoopFormatIO321Test
> Task :sdks:java:io:kafka:kafkaVersion251Test
> Task :sdks:java:io:kafka:kafkaVersionsCompatibilityTest

> Task :sdks:java:container:java8:docker
 ---> c55a144a18c7
Step 6/17 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> b4b5f8a07a75
Step 7/17 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 3c2aa3b0b6b1
Step 8/17 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 1b0e5d068db6
Step 9/17 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 1bf41bd8475c
Step 10/17 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> ff0ceddfe8b4
Step 11/17 : COPY target/LICENSE /opt/apache/beam/
 ---> 8398989188c6
Step 12/17 : COPY target/NOTICE /opt/apache/beam/
 ---> 727715c15b7b
Step 13/17 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
 ---> 0231cc47a501
Step 14/17 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> dbfb4fe9ea73
Step 15/17 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in bb9dcc83ae8a
Removing intermediate container bb9dcc83ae8a
 ---> b22a6ab62a72
Step 16/17 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in cee60c5dd03b
Removing intermediate container cee60c5dd03b
 ---> 84e9283f6b1e
Step 17/17 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 76165b71a77b
Removing intermediate container 76165b71a77b
 ---> add80c6b6680
Successfully built add80c6b6680
Successfully tagged apache/beam_java8_sdk:2.29.0.dev

> Task :sdks:java:io:hadoop-format:hadoopVersionsTest
> Task :javaHadoopVersionsTest

> Task 
> :runners:google-cloud-dataflow-java:examplesJavaLegacyWorkerIntegrationTest

org.apache.beam.examples.cookbook.MapClassIntegrationIT > testDataflowMapState 
FAILED
    java.lang.RuntimeException at MapClassIntegrationIT.java:69

> Task :sdks:java:extensions:zetasketch:postCommit

> Task 
> :runners:google-cloud-dataflow-java:examplesJavaLegacyWorkerIntegrationTest

***********************************************************
***********************************************************
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0302182111-de7fe954
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302182111-de7fe954
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:beam_examples.testpipeline_jenkins_0302182111_de7fe954
Please go to the Developers Console to delete it manually. Otherwise, you may 
be charged for its usage.
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0302182520-289dc958
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302182520-289dc958
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_routes_1614709520284.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0302182520-289dc958
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302182520-289dc958
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_routes_1614709520284.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may 
be charged for its usage.
***********************************************************
***********************************************************

11 tests completed, 1 failed

> Task 
> :runners:google-cloud-dataflow-java:examplesJavaLegacyWorkerIntegrationTest 
> FAILED
> Task 
> :runners:google-cloud-dataflow-java:googleCloudPlatformLegacyWorkerIntegrationTest
>  FROM-CACHE
> Task 
> :runners:google-cloud-dataflow-java:googleCloudPlatformLegacyWorkerKmsIntegrationTest
>  FROM-CACHE

> 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]
92bcd31faf55: Preparing
5cb0298fcf72: Preparing
6e947e122dde: Preparing
8cfc0a94064d: Preparing
01c040dbb4c0: Preparing
1ab9c561a0bb: Preparing
236be5226858: Preparing
ec6f8cb5f846: Preparing
d02df50eca40: Preparing
9b1191f4dade: Preparing
e5907a5cd1db: Preparing
02412b9dda81: Preparing
d7b2c55f7e50: Preparing
02f0a7f763a3: Preparing
da654bc8bc80: Preparing
4ef81dc52d99: Preparing
909e93c71745: Preparing
7f03bfe4d6dc: Preparing
d7b2c55f7e50: Waiting
236be5226858: Waiting
1ab9c561a0bb: Waiting
909e93c71745: Waiting
ec6f8cb5f846: Waiting
02412b9dda81: Waiting
da654bc8bc80: Waiting
d02df50eca40: Waiting
02f0a7f763a3: Waiting
4ef81dc52d99: Waiting
e5907a5cd1db: Waiting
7f03bfe4d6dc: Waiting
92bcd31faf55: Pushed
01c040dbb4c0: Pushed
5cb0298fcf72: Pushed
8cfc0a94064d: Pushed
6e947e122dde: Pushed
ec6f8cb5f846: Pushed
9b1191f4dade: Pushed
236be5226858: Pushed
02412b9dda81: Layer already exists
02f0a7f763a3: Layer already exists
d7b2c55f7e50: Layer already exists
da654bc8bc80: Layer already exists
909e93c71745: Layer already exists
4ef81dc52d99: Layer already exists
7f03bfe4d6dc: Layer already exists
e5907a5cd1db: Pushed
1ab9c561a0bb: Pushed
d02df50eca40: Pushed
20210302180110: digest: 
sha256:aca264472881bf2d4faf36a5b7eeff32423fe2def3f61ee93c128ca4b5232c08 size: 
4098

> Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest 
> NO-SOURCE
> 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-0302182941-6d0f407c
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302182941-6d0f407c
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_routes_1614709776835.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0302182941-6d0f407c
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302182941-6d0f407c
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_routes_1614709776835.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may 
be charged for its usage.
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0302185808-5566f632
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302185808-5566f632
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_max_lane_flow_1614711488114.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0302185808-5566f632
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0302185808-5566f632
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_max_lane_flow_1614711488114.traffic_max_lane_flow_table
Please go to the Developers Console to delete it manually. Otherwise, you may 
be charged for its usage.
***********************************************************
***********************************************************

> Task 
> :runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210302180110
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:aca264472881bf2d4faf36a5b7eeff32423fe2def3f61ee93c128ca4b5232c08
Deleted: sha256:eb2362f398b9e19c9dfa55cfb255513ce2c4b9b86bc0b0f4956e24ad1a078c39
Deleted: sha256:94610ccfd2ae8bb7bf8fd25906b1ae909653cdc3222b38620516a23ab85f1823
Deleted: sha256:d436220f0c4341c9d7e44fed5568a0dc95b4c17dbec61ea8c248f0719a5410be
Deleted: sha256:f3f5d485901e0532ee7957c7f7978b2edcde79c67ccef7b696c34f460d7c3081
Deleted: sha256:7e36c54e5bbb1680022dae6c87c94b34c1d842c2d34331fbc7d264ede6c70df2
Deleted: sha256:dec34ff8bbc7c9abe09f5dd5139847db1a40927b836d536aa4da47a8659a3278
Deleted: sha256:92d804f7c6c09ed7222ab450ac91d9607f46db166de011881d475a1b172f8b1c
Deleted: sha256:eb5a1945126c89a9b3067c7db669af1e03c8b965feaabd38db1b8c561324e8a7
Deleted: sha256:23b65644d8c19d3a2099e8f3a9736749fe9700eb1f4b515c5ba3fa2d9e200f36
Deleted: sha256:c1c3d779c801bf0a9cca4974e460311c13ef3d309d8b6b05fb4977e674b2ea14
Deleted: sha256:1f3a12f050a9bab1805bb2d2ec9b295080914d11eceabe85243afa95617cc00c
Deleted: sha256:f879821bd76ae5ea23686abb7f5b851a5bdf2f295f2495b8029a457ade9b40d8
Deleted: sha256:6a262a61b0b3ed168162b4c18601a47bfc8d02a63a4d68e0e53ed03c68cc7071
Deleted: sha256:6b17b232554208063881a006c8e659f072826580ddc1aaa15d5e889b1dbac335
Deleted: sha256:279a03617b90b389bf7c365df46ad35467967b49e3a3dc75bd0150e7913dac69
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:aca264472881bf2d4faf36a5b7eeff32423fe2def3f61ee93c128ca4b5232c08
  Associated tags:
 - 20210302180110
Tags:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210302180110
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210302180110].
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:aca264472881bf2d4faf36a5b7eeff32423fe2def3f61ee93c128ca4b5232c08].

> Task :runners:google-cloud-dataflow-java:postCommitRunnerV2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:examplesJavaLegacyWorkerIntegrationTest'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/examplesJavaLegacyWorkerIntegrationTest/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/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2h 4m 47s
249 actionable tasks: 158 executed, 89 from cache, 2 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/7djvufcrycd2k

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]

Reply via email to