See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/2691/display/redirect>

Changes:


------------------------------------------
[...truncated 41.19 KB...]
  - Gradle detected a problem with the following location: 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java11: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:harness:shadowJar
> Task :sdks:java:container:java11:copyDockerfileDependencies
> Task :sdks:java:container:java11: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:java11:docker
 ---> Running in f68f12cab8b1
Removing intermediate container f68f12cab8b1
 ---> 916090e5fce3
Step 4/21 : ARG pull_licenses
 ---> Running in 1e0f61b65bc3
Removing intermediate container 1e0f61b65bc3
 ---> e31429629118
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 3749090ffabf
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 810c6f23e675
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 70e817f31ce5
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 4f939848f234
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 499a4486774b
Step 10/21 : ADD target/jamm.jar /opt/apache/beam/jars/
 ---> 69f3d552e3f9
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 791352547c07
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 43ef268c7616
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 31d84e3a9494
Step 14/21 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
 ---> 4c2fc14e5f3b
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> b756361bd9f5
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in ed3cf1e69be8

> 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:java11:docker
Removing intermediate container ed3cf1e69be8
 ---> 414142b35845
Step 17/21 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 18adbb53c617
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 5a37dacd7a46
Removing intermediate container 5a37dacd7a46
 ---> 2b6b35bbb328
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 3a16d49803b3
Removing intermediate container 3a16d49803b3
 ---> 95b6e7ad4bf7
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 6933ca9b72ae
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in f645ba2adbee
Removing intermediate container f645ba2adbee
 ---> b4a05980ffa8
Successfully built b4a05980ffa8
Successfully tagged apache/beam_java11_sdk:2.43.0.dev

> Task :examples:java:compileTestJava
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.errorprone.util.ErrorProneTokens$CommentSavingTokenizer 
(file:/home/jenkins/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_check_api/2.10.0/6203cac373051702c0cf8ca0bd36332fdc64903f/error_prone_check_api-2.10.0.jar)
 to field com.sun.tools.javac.parser.JavaTokenizer.reader
WARNING: Please consider reporting this to the maintainers of 
com.google.errorprone.util.ErrorProneTokens$CommentSavingTokenizer
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
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
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]
edf18c55627d: Preparing
5ce12aba4bdd: Preparing
09ae7bccb8ef: Preparing
f6203b47dc04: Preparing
e52c3378116b: Preparing
b9c9fb339b16: Preparing
d54ad5246f8c: Preparing
73f118c94b11: Preparing
3379e822a54f: Preparing
5c83ff329c03: Preparing
3d25f97cba05: Preparing
2fd23e0a1330: Preparing
6e8426296a45: Preparing
8ceb5c6d10b1: Preparing
d54ad5246f8c: Waiting
90447df6147f: Preparing
7b7f3078e1db: Preparing
826c3ddbb29c: Preparing
73f118c94b11: Waiting
b9c9fb339b16: Waiting
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
3379e822a54f: Waiting
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
5c83ff329c03: Waiting
b626401ef603: Waiting
3d25f97cba05: Waiting
2fd23e0a1330: Waiting
03127cdb479b: Waiting
6e8426296a45: Waiting
293d5db30c9f: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Waiting
8ceb5c6d10b1: Waiting
90447df6147f: Waiting
826c3ddbb29c: Waiting
7b7f3078e1db: Waiting
f6203b47dc04: Pushed
e52c3378116b: Pushed
09ae7bccb8ef: Pushed
5ce12aba4bdd: Pushed
edf18c55627d: Pushed
d54ad5246f8c: Pushed
73f118c94b11: Pushed
5c83ff329c03: Pushed
b9c9fb339b16: Pushed
3d25f97cba05: Pushed
2fd23e0a1330: Pushed
7b7f3078e1db: Layer already exists
3379e822a54f: Pushed
826c3ddbb29c: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
8ceb5c6d10b1: Pushed
90447df6147f: Pushed
6e8426296a45: Pushed
20221008234546: digest: 
sha256:db66fea4807b959eb1c54a1faad93a930e766f1b6feef7cd9cc6d6c7d30d7054 size: 
4935

> 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-1008234659-af91f5e7
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1008234659-af91f5e7
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1008234659-af91f5e7
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1008234659-af91f5e7
***********************************************************
***********************************************************

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-1008234659-8b96ca86
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1008234659-8b96ca86
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1008234659-8b96ca86
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1008234659-8b96ca86
***********************************************************
***********************************************************

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

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

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.

* 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 34m 49s
89 actionable tasks: 64 executed, 23 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/7illvaasz6r6k

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