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

Changes:

[Heejong Lee] [BEAM-23836] Updating documentation for cross-language Java 
pipelines

[Heejong Lee] update

[Heejong Lee] update

[Heejong Lee] update

[noreply] Reduce log spam of Py37PostCommit (#23829)

[noreply] Actually use the DatsetService that will be auto-closed (#23873)

[noreply] Migrate BINARY, VARBINARY, CHAR, VARCHAR jdbc logical types to 
portable

[noreply] [BEAM-12164] Feat: Added SpannerChangeStreamIT to Cloud Spanner Change


------------------------------------------
[...truncated 46.13 KB...]
> Task :sdks:java:io:kafka:classes
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:harness:shadowJar
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:dockerPrepare

> 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:container:java17:docker
Sending build context to Docker daemon  208.2MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
17-bullseye: Pulling from library/openjdk
Digest: sha256:bd3113dee5dfa55c246067cdb20e5880003eda57d71ed71f6162b8fcf610093b
Status: Downloaded newer image for openjdk:17-bullseye
 ---> d4d5b6e666dc
Step 3/21 : MAINTAINER "Apache Beam <[email protected]>"

> 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 :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 :runners:google-cloud-dataflow-java:classes
> Task :examples:java:classes
> Task :runners:google-cloud-dataflow-java:jar
> Task :examples:java:jar

> Task :sdks:java:container:java17:docker
 ---> Running in 4824535cf9fb
Removing intermediate container 4824535cf9fb
 ---> e31099fd1142
Step 4/21 : ARG pull_licenses
 ---> Running in c632f522e88a
Removing intermediate container c632f522e88a
 ---> c3bb2f24b89a
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 6ca1ce79d62e
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 77b07d5ebc16
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> cc467c75456c
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> f1619e4b607e
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 991ca86c6138
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar 
/opt/apache/beam/jars/
 ---> 4e95911f7aab
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 74145ca44782
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> f70080ae92af
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 9a2422182f74
Step 14/21 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/

> 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:java17:docker
 ---> cb80ecc6233a
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> fbc33fef554c
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 27a9b374ce8d
Removing intermediate container 27a9b374ce8d
 ---> 0561dec90e2a
Step 17/21 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 105d65bb88d7
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 8858a7636738
Removing intermediate container 8858a7636738
 ---> 3339b8843541
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in eec399d1a2b1
Removing intermediate container eec399d1a2b1
 ---> f15decf038f2
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 70880a0dd288
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in de7b2468e5af
Removing intermediate container de7b2468e5af
 ---> 128bc986bbfb
Successfully built 128bc986bbfb
Successfully tagged apache/beam_java17_sdk:2.44.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]
a0db1b5ac8f8: Preparing
369d67442a38: Preparing
25a6c265bce2: Preparing
7b2e21bf93c5: Preparing
1ee87dfd7ee8: Preparing
15ddd6a1e00c: Preparing
620becbd8560: Preparing
ff6b04b49385: Preparing
3c34dc5ed269: Preparing
f971f44be332: Preparing
96df0263d703: Preparing
7f79174fca6d: Preparing
d721fa2034a7: Preparing
eb032d2e4fcc: Preparing
0c426db587f0: Preparing
3bc383470c05: Preparing
e93827457889: Preparing
08fa02ce37eb: Preparing
15ddd6a1e00c: Waiting
620becbd8560: Waiting
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
bafdbe68e4ae: Waiting
d721fa2034a7: Waiting
a037458de4e0: Waiting
e93827457889: Waiting
08fa02ce37eb: Waiting
a13c519c6361: Waiting
eb032d2e4fcc: Waiting
96df0263d703: Waiting
f971f44be332: Waiting
3bc383470c05: Waiting
7f79174fca6d: Waiting
0c426db587f0: Waiting
25a6c265bce2: Pushed
7b2e21bf93c5: Pushed
369d67442a38: Pushed
1ee87dfd7ee8: Pushed
a0db1b5ac8f8: Pushed
ff6b04b49385: Pushed
620becbd8560: Pushed
f971f44be332: Pushed
3c34dc5ed269: Pushed
7f79174fca6d: Pushed
15ddd6a1e00c: Pushed
3bc383470c05: Layer already exists
96df0263d703: Pushed
e93827457889: Layer already exists
08fa02ce37eb: Layer already exists
a037458de4e0: Layer already exists
bafdbe68e4ae: Layer already exists
a13c519c6361: Layer already exists
eb032d2e4fcc: Pushed
0c426db587f0: Pushed
d721fa2034a7: Pushed
20221027231546: digest: 
sha256:c5e56686cfa6d0a2b8ab7602c0679759193af7790190a981c797d277f10c2e38 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-1027231814-5b8d283b
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1027231814-5b8d283b
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1027231814-5b8d283b
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1027231814-5b8d283b
***********************************************************
***********************************************************

org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT 
> testTableIO FAILED
    java.lang.RuntimeException at BigQuerySamplesIT.java:131

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1027231814-de0c048d
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1027231814-de0c048d
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1027231814-de0c048d
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1027231814-de0c048d
***********************************************************
***********************************************************

13 tests completed, 1 failed

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221027231546
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c5e56686cfa6d0a2b8ab7602c0679759193af7790190a981c797d277f10c2e38
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221027231546]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c5e56686cfa6d0a2b8ab7602c0679759193af7790190a981c797d277f10c2e38]

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

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_java17/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.

* 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.5.1/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 36m 18s
95 actionable tasks: 83 executed, 10 from cache, 2 up-to-date

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

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