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

Changes:

[Moritz Mack] Downgrade Scala version in Spark job-server to prevent Scala


------------------------------------------
[...truncated 38.73 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 :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java17:copyGolangLicenses

> Task :sdks:java:container:goBuild
/home/jenkins/go/bin/go1.18.1 build -o ./build/target/linux_amd64/boot boot.go 
boot_test.go

> 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:classes
> Task :sdks:java:io:google-cloud-platform:jar

> Task :sdks:java:container:java17:docker
 ---> Running in 527943f11b10
Removing intermediate container 527943f11b10
 ---> 4c6b76cdef99
Step 4/21 : ARG pull_licenses
 ---> Running in b8ac7bda7530
Removing intermediate container b8ac7bda7530
 ---> 54ae0354a71a
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> bca996f0d826
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> bbf0a512ad98
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/

> 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 :sdks:java:container:java17:docker
 ---> 81488a20a4ee
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> b6d22649c81c
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 138c278278b0
Step 10/21 : ADD target/jamm.jar /opt/apache/beam/jars/
 ---> 633c7116e59e
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 393322805627
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> cd8f41c5a2e2
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 15e41e5b9544
Step 14/21 : ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/

> 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 :examples:java:jar

> Task :sdks:java:container:java17:docker
 ---> 9d6d8b625d35
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> e1fe4183b122
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 6a6d4c058a73
Removing intermediate container 6a6d4c058a73
 ---> 3567663566a2
Step 17/21 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> d93a3d480b76
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 30e5a26efffb
Removing intermediate container 30e5a26efffb
 ---> 06a2161d318e
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 58c39f0169ed
Removing intermediate container 58c39f0169ed
 ---> e7a332e022c8
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 9639048d466d
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in f500017cabe1
Removing intermediate container f500017cabe1
 ---> b39fea01a481
Successfully built b39fea01a481
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]
229b96252d29: Preparing
208cb85f66e8: Preparing
491e3462366d: Preparing
e45d0a2725d2: Preparing
1b930c2648de: Preparing
17fb5e6e7608: Preparing
be526dfa01be: Preparing
4c3676d12185: Preparing
46857171571a: Preparing
7e29f23ad49d: Preparing
c5156d9009e3: Preparing
0062fedd7303: Preparing
60110c2514c9: Preparing
9d0707020904: Preparing
181adeb18d5d: Preparing
3bc383470c05: Preparing
e93827457889: Preparing
08fa02ce37eb: Preparing
c5156d9009e3: Waiting
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
46857171571a: Waiting
7e29f23ad49d: Waiting
a13c519c6361: Preparing
08fa02ce37eb: Waiting
a037458de4e0: Waiting
60110c2514c9: Waiting
17fb5e6e7608: Waiting
bafdbe68e4ae: Waiting
9d0707020904: Waiting
a13c519c6361: Waiting
3bc383470c05: Waiting
181adeb18d5d: Waiting
be526dfa01be: Waiting
0062fedd7303: Waiting
4c3676d12185: Waiting
e93827457889: Waiting
491e3462366d: Pushed
e45d0a2725d2: Pushed
208cb85f66e8: Pushed
1b930c2648de: Pushed
229b96252d29: 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
be526dfa01be: Pushed
4c3676d12185: Pushed
7e29f23ad49d: Pushed
46857171571a: Pushed
17fb5e6e7608: Pushed
0062fedd7303: Pushed
c5156d9009e3: Pushed
3bc383470c05: Layer already exists
e93827457889: Layer already exists
08fa02ce37eb: Layer already exists
a037458de4e0: Layer already exists
bafdbe68e4ae: Layer already exists
a13c519c6361: Layer already exists
9d0707020904: Pushed
181adeb18d5d: Pushed
60110c2514c9: Pushed
20221011111543: digest: 
sha256:711c7f35e2190f56748d4a4d187a0fdf3dca10f6a83b5e5b773cc4dfa9bbe8ae 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-1011111702-21131b72
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1011111702-21131b72
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1011111702-21131b72
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1011111702-21131b72
***********************************************************
***********************************************************

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

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

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

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 32m 39s
89 actionable tasks: 58 executed, 29 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/5kb5p622e3ubu

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