See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1055/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 47.01 KB...]
> Task :release:go-licenses:java:dockerRun
+ tee /output/licenses/list.csv
+ go-licenses csv github.com/apache/beam/sdks/java/container

> Task :sdks:java:extensions:protobuf:extractIncludeTestProto
> Task :sdks:java:extensions:protobuf:generateTestProto

> Task :sdks:java:extensions:google-cloud-platform-core:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :sdks:java:extensions:google-cloud-platform-core:testClasses
> Task :sdks:java:extensions:google-cloud-platform-core:testJar

> Task :release:go-licenses:java:dockerRun
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
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
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/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/sys,https://go.googlesource.com/sys/+/refs/heads/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:java8:copyGolangLicenses

> Task :sdks:java:extensions:protobuf: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:extensions:protobuf:testClasses
> Task :sdks:java:extensions:protobuf:testJar
> Task :sdks:java:container:java8:dockerPrepare

> Task :runners:core-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 :runners:core-java:testClasses
> Task :runners:core-java:testJar

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  166.3MB
Step 1/18 : ARG java_version
Step 2/18 : FROM openjdk:${java_version}-bullseye
 ---> 5bbce51c9625
Step 3/18 : MAINTAINER "Apache Beam <[email protected]>"
 ---> Running in 191171ba99eb
Removing intermediate container 191171ba99eb
 ---> 65420b5d59b7
Step 4/18 : ARG pull_licenses

> Task :runners:direct-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 :runners:direct-java:testClasses
> Task :runners:direct-java:shadowTestJar

> Task :sdks:java:container:java8:docker
 ---> Running in 56c12a6843ad
Removing intermediate container 56c12a6843ad
 ---> cbf548233689
Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 0e1fa31b242d
Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 724085bda9ef
Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 5433d4563470
Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 0dbb3fafcd77
Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 8dc0818d26db
Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 1b88d3beef00
Step 11/18 : COPY target/LICENSE /opt/apache/beam/
 ---> c56375baf3f8
Step 12/18 : COPY target/NOTICE /opt/apache/beam/
 ---> 3049b911e43a
Step 13/18 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
 ---> 82d710190549
Step 14/18 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> d2ea51fa15b0
Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 00229dbf8aae
Removing intermediate container 00229dbf8aae
 ---> d3f570661cda
Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 151aca6e9bcf
Removing intermediate container 151aca6e9bcf
 ---> 47ff066594c7
Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> f00108b231da
Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 73821fffc254
Removing intermediate container 73821fffc254
 ---> 7db1ff5f9368
Successfully built 7db1ff5f9368
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]
2c45bfd416da: Preparing
9a39fc01e9ee: Preparing
3162cf2f5941: Preparing
830209934e73: Preparing
0e618a886fac: Preparing
c77dcf049e01: Preparing
3beb18c9bc77: Preparing
8651fb98737f: Preparing
2b40c500a4c7: Preparing
b263a5e6b1ce: Preparing
073fac0fd764: Preparing
b8a6ab0325a2: Preparing
4d327f577a2b: Preparing
a6159ee91199: Preparing
a81f1846a0d2: Preparing
3b441d7cb46b: Preparing
d3710de04cb3: Preparing
91f7336bbfff: Preparing
e2e8c39e0f77: Preparing
4d327f577a2b: Waiting
c77dcf049e01: Waiting
a6159ee91199: Waiting
a81f1846a0d2: Waiting
3beb18c9bc77: Waiting
3b441d7cb46b: Waiting
d3710de04cb3: Waiting
8651fb98737f: Waiting
2b40c500a4c7: Waiting
91f7336bbfff: Waiting
b8a6ab0325a2: Waiting
e2e8c39e0f77: Waiting
b263a5e6b1ce: Waiting
073fac0fd764: Waiting
0e618a886fac: Pushed
9a39fc01e9ee: Pushed
3162cf2f5941: Pushed
c77dcf049e01: Pushed
2c45bfd416da: Pushed
830209934e73: Pushed
8651fb98737f: Pushed
073fac0fd764: Pushed
4d327f577a2b: Layer already exists
b8a6ab0325a2: Pushed
3beb18c9bc77: Pushed
a6159ee91199: Layer already exists
a81f1846a0d2: Layer already exists
3b441d7cb46b: Layer already exists
2b40c500a4c7: Pushed
d3710de04cb3: Layer already exists
91f7336bbfff: Layer already exists
e2e8c39e0f77: Layer already exists

> 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 :runners:google-cloud-dataflow-java:buildAndPushDockerContainer
b263a5e6b1ce: Pushed
20211222000100: digest: 
sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7 size: 
4311

> Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest 
> NO-SOURCE

> Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest 
> FAILED

org.apache.beam.examples.complete.TfIdfIT > initializationError FAILED
    java.lang.NoClassDefFoundError at Class.java:-2
        Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382

org.apache.beam.examples.complete.TrafficRoutesIT > initializationError FAILED
    java.lang.NoClassDefFoundError at Class.java:-2
        Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382

org.apache.beam.examples.cookbook.BigQueryTornadoesIT > initializationError 
FAILED
    java.lang.NoClassDefFoundError at Class.java:-2
        Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382

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 URLClassLoader.java:382

org.apache.beam.examples.complete.TrafficMaxLaneFlowIT > initializationError 
FAILED
    java.lang.NoClassDefFoundError at Class.java:-2
        Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382

5 tests completed, 5 failed

> 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:20211222000100
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222000100]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211222000100] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:db062bcff5e3f32391931fa671d21c449991a2230c57ea1877186c62cb8dbfa7].

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_DataflowV2/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 1h 15m 39s
106 actionable tasks: 77 executed, 27 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/depe37tncwblu

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