See
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/1542/display/redirect?page=changes>
Changes:
[rsl4] [BEAM-13397] Bump numpy to 1.21 for M1 chip
[rsl4] re-generate requirements.txt
[Kyle Weaver] [BEAM-13498] Sickbay portable Flink testProcessElementSkew.
[noreply] Update flink cluster to use a supported dataproc version (1.2 -> 1.5)
[noreply] [BEAM-13499] Add warning about hcatalog to release notes and javadoc
[noreply] [BEAM-13430] Remove propdeps and replace with compileOnly (#16308)
[noreply] Merge pull request #16304 from [BEAM-13491] [Playground] Examples'
[noreply] Merge pull request #16283 from [BEAM-13448] [Playground] track run
code
[noreply] Merge pull request #16244 from [BEAM-13463] [Playground] add retries
to
[noreply] Merge pull request #16241 from [BEAM-13440] [Playground] Implement
[noreply] [BEAM-13399] Add integration test for Go SDK expansion service JAR
[noreply] [BEAM-13421] Fix bug with xs called with non-tuple key (#16258)
------------------------------------------
[...truncated 37.26 KB...]
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: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:kafka:classes
> Task :runners:direct-java:classes
> Task :sdks:java:io:kafka:jar
> Task :runners:direct-java:shadowJar
> Task :sdks:java:harness:shadowJar
> Task :sdks:java:container:java11:copyDockerfileDependencies
> 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:container:java11:dockerPrepare
> Task :sdks:java:io:google-cloud-platform:jar
> Task :sdks:java:container:java11:docker
Sending build context to Docker daemon 166.3MB
Step 1/18 : ARG java_version
Step 2/18 : FROM openjdk:${java_version}-bullseye
11-bullseye: Pulling from library/openjdk
0e29546d541c: Already exists
9b829c73b52b: Already exists
cb5b7ae36172: Already exists
6494e4811622: Already exists
668f6fcc5fa5: Pulling fs layer
dc120c3e0290: Pulling fs layer
8f7c0eebb7b1: Pulling fs layer
dc120c3e0290: Verifying Checksum
dc120c3e0290: Download complete
668f6fcc5fa5: Verifying Checksum
668f6fcc5fa5: Download complete
> 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 :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 :sdks:java:container:java11:docker
8f7c0eebb7b1: Verifying Checksum
8f7c0eebb7b1: Download complete
668f6fcc5fa5: Pull complete
dc120c3e0290: Pull complete
8f7c0eebb7b1: Pull complete
Digest: sha256:20337a6ef928757916a5829137bfaca15d395ccfbf6cfd4bb1f7e7c2b2b45796
Status: Downloaded newer image for openjdk:11-bullseye
---> 5505a9a39df1
Step 3/18 : MAINTAINER "Apache Beam <[email protected]>"
---> Running in a39632252a3e
Removing intermediate container a39632252a3e
---> e53f9adce3f9
Step 4/18 : ARG pull_licenses
---> Running in 26a8e666cfa6
Removing intermediate container 26a8e666cfa6
---> 607d1391a006
Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
---> 3f36e7d000d3
Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
---> f4b86d2b9410
Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
> 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
---> 4ecb2d541983
Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
---> 57076173ffa9
Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
---> 61808d64ce0a
Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/
---> 5cbff1eae473
Step 11/18 : COPY target/LICENSE /opt/apache/beam/
---> 0e4004719e96
Step 12/18 : COPY target/NOTICE /opt/apache/beam/
---> c2883dead527
Step 13/18 : ADD target/third_party_licenses
/opt/apache/beam/third_party_licenses/
---> a34befed3080
Step 14/18 : COPY target/LICENSE target/go-licenses/*
/opt/apache/beam/third_party_licenses/golang/
---> 4859d774c20f
Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
---> Running in 47d25b6ace69
Removing intermediate container 47d25b6ace69
---> 16cce5a124b5
Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf
/opt/apache/beam/third_party_licenses ; fi
---> Running in 02a667d32ac5
Removing intermediate container 02a667d32ac5
---> ad3ebc438060
Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/
---> 8cd680f2d513
Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"]
---> Running in b013ad65ca2e
Removing intermediate container b013ad65ca2e
---> af0612e5d2df
Successfully built af0612e5d2df
Successfully tagged apache/beam_java11_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]
0a925c56b911: Preparing
48855e4e7a16: Preparing
77c6523ae03b: Preparing
fe609169e07b: Preparing
0900919f911a: Preparing
7dfb0d778471: Preparing
0aa9c205fba6: Preparing
631a0f4ba617: Preparing
5dd9846d0ef1: Preparing
a1c25c5f2fbf: Preparing
5e2352faaaa4: Preparing
25346f911623: Preparing
3bb5258f46d2: Preparing
832e177bb500: Preparing
f9e18e59a565: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
631a0f4ba617: Waiting
11936051f93b: Preparing
7dfb0d778471: Waiting
a1c25c5f2fbf: Waiting
26a504e63be4: Waiting
31892cc314cb: Waiting
5e2352faaaa4: Waiting
f9e18e59a565: Waiting
11936051f93b: Waiting
8bf42db0de72: Waiting
832e177bb500: Waiting
3bb5258f46d2: Waiting
0aa9c205fba6: Waiting
48855e4e7a16: Pushed
77c6523ae03b: Pushed
0900919f911a: Pushed
0a925c56b911: Pushed
7dfb0d778471: Pushed
fe609169e07b: Pushed
631a0f4ba617: Pushed
5dd9846d0ef1: Pushed
5e2352faaaa4: Pushed
0aa9c205fba6: Pushed
f9e18e59a565: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
25346f911623: Pushed
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
832e177bb500: Pushed
a1c25c5f2fbf: Pushed
3bb5258f46d2: Pushed
20211222000054: digest:
sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58 size:
4311
> Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest
> FAILED
org.apache.beam.examples.cookbook.BigQueryTornadoesIT > initializationError
FAILED
java.lang.NoClassDefFoundError at Class.java:-2
Caused by: java.lang.ClassNotFoundException at
BuiltinClassLoader.java:583
org.apache.beam.examples.complete.TrafficMaxLaneFlowIT > initializationError
FAILED
java.lang.NoClassDefFoundError at Class.java:-2
Caused by: java.lang.ClassNotFoundException at
BuiltinClassLoader.java:583
org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT
> initializationError FAILED
java.lang.NoClassDefFoundError at Class.java:-2
Caused by: java.lang.ClassNotFoundException at
BuiltinClassLoader.java:583
org.apache.beam.examples.complete.TfIdfIT > initializationError FAILED
java.lang.NoClassDefFoundError at Class.java:-2
Caused by: java.lang.ClassNotFoundException at
BuiltinClassLoader.java:583
org.apache.beam.examples.complete.TrafficRoutesIT > initializationError FAILED
java.lang.NoClassDefFoundError at Class.java:-2
Caused by: java.lang.ClassNotFoundException at
BuiltinClassLoader.java:583
5 tests completed, 5 failed
> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222000054
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222000054]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222000054]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:90dc8065f34981ed18fe96feaf4d1e72905f6282b5fa0e18c847c41a74cb8a58].
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.9.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 4m 46s
81 actionable tasks: 71 executed, 8 from cache, 2 up-to-date
Publishing build scan...
https://gradle.com/s/bxwktuedymp72
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]