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

Changes:

[noreply] Remove obsolete and deprecated bigquery native read. (#23557)

[noreply] Feature/name all java threads (#23387)


------------------------------------------
[...truncated 39.79 KB...]
/home/jenkins/go/bin/go1.18.1 build -o ./build/target/linux_amd64/boot boot.go 
boot_test.go

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java17:copyGolangLicenses

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task 
':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due 
to the following reasons:
  - Gradle detected a problem with the following location: 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this 
output of task ':sdks:java:container:downloadCloudProfilerAgent' without 
declaring an explicit or implicit dependency. This can lead to incorrect 
results being produced, depending on what order the tasks are executed. Please 
refer to 
https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency
 for more details about this problem.
  - Gradle detected a problem with the following location: 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this 
output of task ':sdks:java:container:pullLicenses' without declaring an 
explicit or implicit dependency. This can lead to incorrect results being 
produced, depending on what order the tasks are executed. Please refer to 
https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency
 for more details about this problem.

> 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
 ---> Running in 5694ee6a8248
Removing intermediate container 5694ee6a8248
 ---> d9336e881a45
Step 4/21 : ARG pull_licenses
 ---> Running in af1ff9d7f3b9
Removing intermediate container af1ff9d7f3b9
 ---> 99c672a60c8b
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 6e7b6034b03e
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> e28ae1cc3d19
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 951d8d4c4437
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 29ca7c1228ed
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 1bfa018fead3
Step 10/21 : ADD target/jamm.jar /opt/apache/beam/jars/
 ---> 9790cfe63dc0
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> bc36c6570dca
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 8989c835df3b
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 1704b88de7e4
Step 14/21 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
 ---> 564e5b7da974
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 8f5594387a7f
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in e87dc9b20bee
Removing intermediate container e87dc9b20bee
 ---> b6c5fa4f2786
Step 17/21 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 1c680c679f54
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 534046a7d0cf

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

> Task :sdks:java:container:java17:docker
Removing intermediate container 534046a7d0cf
 ---> e1ac83a853f6
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in f5f61edb56b2
Removing intermediate container f5f61edb56b2
 ---> b017b9600b45
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> e21fd59d6885
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 1636f6390757
Removing intermediate container 1636f6390757
 ---> 3883d5bfcb80
Successfully built 3883d5bfcb80
Successfully tagged apache/beam_java17_sdk:2.43.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]
444ec967f483: Preparing
0aea2f291afd: Preparing
87793655e2a5: Preparing
fff6b55900b5: Preparing
500ab8ae79fb: Preparing
a22d4f88e3b9: Preparing
f71543f0f524: Preparing
2c4b7d03ee8b: Preparing
ec2ec2982706: Preparing
8b931836068b: Preparing
46584c5c5970: Preparing
3f32982211cf: Preparing
581d8ecebbca: Preparing
39615a0ada46: Preparing
f8fae68fa7e1: Preparing
3bc383470c05: Preparing
e93827457889: Preparing
08fa02ce37eb: Preparing
f71543f0f524: Waiting
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
f8fae68fa7e1: Waiting
2c4b7d03ee8b: Waiting
3bc383470c05: Waiting
a037458de4e0: Waiting
39615a0ada46: Waiting
bafdbe68e4ae: Waiting
ec2ec2982706: Waiting
8b931836068b: Waiting
46584c5c5970: Waiting
a13c519c6361: Waiting
3f32982211cf: Waiting
581d8ecebbca: Waiting
e93827457889: Waiting
08fa02ce37eb: Waiting
a22d4f88e3b9: Waiting
fff6b55900b5: Pushed
500ab8ae79fb: Pushed
0aea2f291afd: Pushed
87793655e2a5: Pushed
444ec967f483: Pushed
f71543f0f524: Pushed
2c4b7d03ee8b: Pushed
8b931836068b: Pushed

> 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:buildAndPushDockerJavaContainer
ec2ec2982706: Pushed
a22d4f88e3b9: Pushed
3f32982211cf: Pushed
46584c5c5970: Pushed
3bc383470c05: Layer already exists
e93827457889: Layer already exists
a037458de4e0: Layer already exists
08fa02ce37eb: Layer already exists
bafdbe68e4ae: Layer already exists
a13c519c6361: Layer already exists
39615a0ada46: Pushed
f8fae68fa7e1: Pushed
581d8ecebbca: Pushed
20221011231525: digest: 
sha256:0dde37f8a76187f09d26f628a2e163ef3879c9e03283ca268952c086cca33fa0 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-1011231634-f3120ea
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1011231634-f3120ea
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1011231634-f3120ea
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1011231634-f3120ea
***********************************************************
***********************************************************

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

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

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

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

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 33m 42s
89 actionable tasks: 61 executed, 26 from cache, 2 up-to-date

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

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