See
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1052/display/redirect?page=changes>
Changes:
[benjamin.gonzalez] [BEAM-13088] Add parameter tempWriteDataset to BigQueryIO
to store temp
[benjamin.gonzalez] [BEAM-13088] Make tempDataset final
[Kyle Weaver] [BEAM-13496] Upgrade Flink runner to include log4j patches.
[Kyle Weaver] [BEAM-13497] Correct class name in Flink tests.
[noreply] [BEAM-13434] Bump solr to 8.11.1 (#16296)
[noreply] Use a patched shadow 6.1.0 plugin using Log4j 2.16.0 (#16269)
------------------------------------------
[...truncated 54.59 KB...]
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:kafka:classes
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:container:java8:copyDockerfileDependencies
> Task :sdks:java:container:java8:dockerPrepare
> Task :runners:direct-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:direct-java:classes
> Task :runners:direct-java:shadowJar FROM-CACHE
> Task :sdks:java:container:java8:docker
Removing intermediate container 2bd431fd7c4c
---> 8a840a81b50c
Step 4/18 : ARG pull_licenses
---> Running in 238b21e99297
Removing intermediate container 238b21e99297
---> 36030a5ab534
Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
---> 749ffb40165b
Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
---> 958988d2877d
Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
---> 567eee01c310
Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
---> 8dcf788a4fca
Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
---> e99925b7531e
Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/
---> 40dc8f68ef7f
Step 11/18 : COPY target/LICENSE /opt/apache/beam/
---> 8f755199118a
Step 12/18 : COPY target/NOTICE /opt/apache/beam/
---> 23b0c94c1cc0
Step 13/18 : ADD target/third_party_licenses
/opt/apache/beam/third_party_licenses/
---> 5c0e5838a7ba
Step 14/18 : COPY target/LICENSE target/go-licenses/*
/opt/apache/beam/third_party_licenses/golang/
---> 1a195250778e
Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
---> Running in 0214002046de
Removing intermediate container 0214002046de
---> 439c958dad57
Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf
/opt/apache/beam/third_party_licenses ; fi
---> Running in 36f80ede28d6
Removing intermediate container 36f80ede28d6
---> 94493ac23296
Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/
---> 853b229608cd
Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"]
---> Running in 379eee0c576e
Removing intermediate container 379eee0c576e
---> 0adc69c13332
Successfully built 0adc69c13332
Successfully tagged apache/beam_java8_sdk:2.36.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]
ef785bb5a653: Preparing
9a2901bd12d3: Preparing
5675074e6299: Preparing
ed6be3bb7dcb: Preparing
8abef250093b: Preparing
12525fe95513: Preparing
df4be838c01a: Preparing
695d0c7e8473: Preparing
9d104b9b5648: Preparing
9349459d8434: Preparing
45a857143117: Preparing
9133b94568ba: Preparing
9d104b9b5648: Waiting
12525fe95513: Waiting
4d327f577a2b: Preparing
9349459d8434: Waiting
a6159ee91199: Preparing
df4be838c01a: Waiting
9133b94568ba: Waiting
45a857143117: Waiting
a81f1846a0d2: Preparing
4d327f577a2b: Waiting
3b441d7cb46b: Preparing
a6159ee91199: Waiting
d3710de04cb3: Preparing
91f7336bbfff: Preparing
d3710de04cb3: Waiting
91f7336bbfff: Waiting
e2e8c39e0f77: Preparing
3b441d7cb46b: Waiting
a81f1846a0d2: Waiting
e2e8c39e0f77: Waiting
8abef250093b: Pushed
9a2901bd12d3: Pushed
5675074e6299: Pushed
12525fe95513: Pushed
ef785bb5a653: Pushed
695d0c7e8473: Pushed
ed6be3bb7dcb: Pushed
9d104b9b5648: Pushed
4d327f577a2b: Layer already exists
a6159ee91199: Layer already exists
a81f1846a0d2: Layer already exists
3b441d7cb46b: Layer already exists
d3710de04cb3: Layer already exists
91f7336bbfff: Layer already exists
e2e8c39e0f77: Layer already exists
45a857143117: Pushed
9133b94568ba: Pushed
df4be838c01a: Pushed
9349459d8434: Pushed
20211221060057: digest:
sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030 size:
4311
> 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 :sdks:java:io:google-cloud-platform: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 :sdks:java:io:google-cloud-platform:testClasses
> Task :sdks:java:io:google-cloud-platform:testJar
> Task :examples:java:compileJava
> Task :runners:google-cloud-dataflow-java:compileJava
> 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 :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 :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 :runners:google-cloud-dataflow-java:jar
> 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-1221061714-a125642c
The Pub/Sub subscription has been set up for this example:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1221061714-a125642c
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example:
apache-beam-testing:traffic_routes_1640067426341.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted:
projects/apache-beam-testing/topics/testpipeline-jenkins-1221061714-a125642c
The Pub/Sub subscription has been deleted:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1221061714-a125642c
The BigQuery table might contain the example's output, and it is not deleted
automatically:
apache-beam-testing:traffic_routes_1640067426341.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-1221064155-5156a880
The Pub/Sub subscription has been set up for this example:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1221064155-5156a880
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example:
apache-beam-testing:traffic_max_lane_flow_1640068913903.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted:
projects/apache-beam-testing/topics/testpipeline-jenkins-1221064155-5156a880
The Pub/Sub subscription has been deleted:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1221064155-5156a880
The BigQuery table might contain the example's output, and it is not deleted
automatically:
apache-beam-testing:traffic_max_lane_flow_1640068913903.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
org.apache.beam.sdk.io.gcp.pubsublite.ReadWriteIT > testReadWrite FAILED
java.lang.AssertionError at ReadWriteIT.java:264
38 tests completed, 1 failed, 1 skipped
> Task
> :runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest
> FAILED
> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211221060057
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211221060057]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211221060057]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:59069b2d7aa356a6c3dbf5e27efb8f2eebd4d50c1b14c9d69330cd933223d030].
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task
':runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest'.
> There were failing tests. See the report at:
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/googleCloudPlatformRunnerV2IntegrationTest/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.9.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1h 59m 2s
129 actionable tasks: 117 executed, 10 from cache, 2 up-to-date
Publishing build scan...
https://gradle.com/s/oetrzdlkid4mq
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]