You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/10/11 17:48:42 UTC

Build failed in Jenkins: beam_PostCommit_Java_Examples_Dataflow_V2_java17 #1175

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

Changes:

[git] BEAM-13592 Add getOrderingKey in

[git] Add CHANGES entry

[git] Rename transform name according to review comment

[git] Update  to pass ordering key

[egalpin] Adds ordering key to OutgoingMessage builder, adds new coders to pubsub

[egalpin] Fixes pubsub bounded writer allowing for orderingKey

[egalpin] Alters order of pubsub message support in registrar

[egalpin] Removed publishTime and messageId in grpc pubsub client publish

[egalpin] Attempts to allow different pubsub root url for PubsubIO.Write

[egalpin] Fixes pubsub tests root url

[egalpin] Puts PubsubMessageCoder last in registrar

[egalpin] Uses MoreObjects over Objects

[egalpin] Renames PubsubMessageCoder to

[Robert Bradshaw] Add a multi-process shared utility.

[Robert Bradshaw] Add fastener dependency.

[Robert Bradshaw] Refactor to have an explicit acquire/release API.

[Robert Bradshaw] Drop a TODO about deferred construction parameterization.

[Robert Bradshaw] Fix unused import/var.

[Moritz Mack] Replace website references to deprecated aws / kinesis modules with more

[noreply] fix distribution example in golang guide (#23567)

[noreply] Add database role to SpannerConfig for role-based access control.


------------------------------------------
[...truncated 30.95 KB...]
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:io:google-cloud-platform:compileJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:classes UP-TO-DATE
> Task :sdks:java:io:google-cloud-platform:jar
> Task :runners:google-cloud-dataflow-java:compileJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:classes
> Task :examples:java:compileJava FROM-CACHE
> Task :examples:java:classes UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:jar
> Task :examples:java:jar
> Task :examples:java:compileTestJava FROM-CACHE
> Task :examples:java:testClasses
> Task :examples:java:testJar
> Task :sdks:java:harness:shadowJar FROM-CACHE

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/reports/dependency-license> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses>

> Task :sdks:java:container:java17:copyDockerfileDependencies

> Task :sdks:java:container:pullLicenses
Collecting pip
  Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
Collecting setuptools
  Using cached setuptools-65.4.1-py3-none-any.whl (1.2 MB)
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, setuptools, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed pip-22.2.2 setuptools-65.4.1 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, pyyaml, tenacity, beautifulsoup4
Successfully installed beautifulsoup4-4.11.1 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.2.post1 tenacity-5.1.5
Executing python <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>        --manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 256 dependencies using 16 threads.
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 7.904661 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:goPrepare UP-TO-DATE
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses

> 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 :release:go-licenses:java:dockerRun
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.48.0
go: downloading google.golang.org/protobuf v1.28.0
go: downloading golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: downloading google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses
W1011 17:16:50.515921      28 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1011 17:16:54.860836     182 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause
golang.org/x/net,https://cs.opensource.google/go/x/net/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/042d03aeabc9/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.48.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

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

> 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]
8b45e036af05: Preparing
4c2fc86a31e1: Preparing
bc005c4d3dfb: Preparing
50c784dc49fe: Preparing
291421d1a06e: Preparing
b27debe47e62: Preparing
db12b26d4c52: Preparing
8684577fbb91: Preparing
3d75e3547095: Preparing
b654c5c18334: Preparing
d179535ea7fb: Preparing
64d14df59889: Preparing
26f4296f0e0a: Preparing
c39a392488cc: Preparing
8684577fbb91: Waiting
8f8bc622d43f: Preparing
db12b26d4c52: Waiting
3bc383470c05: Preparing
e93827457889: Preparing
3d75e3547095: Waiting
08fa02ce37eb: Preparing
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
d179535ea7fb: Waiting
64d14df59889: Waiting
b27debe47e62: Waiting
b654c5c18334: Waiting
a13c519c6361: Waiting
3bc383470c05: Waiting
26f4296f0e0a: Waiting
e93827457889: Waiting
8f8bc622d43f: Waiting
a037458de4e0: Waiting
c39a392488cc: Waiting
08fa02ce37eb: Waiting
bafdbe68e4ae: Waiting
291421d1a06e: Pushed
4c2fc86a31e1: Pushed
50c784dc49fe: Pushed
bc005c4d3dfb: Pushed
8684577fbb91: Pushed
8b45e036af05: Pushed
db12b26d4c52: Pushed
b654c5c18334: Pushed
3d75e3547095: Pushed
64d14df59889: Pushed
d179535ea7fb: 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
b27debe47e62: Pushed
8f8bc622d43f: Pushed
c39a392488cc: Pushed
26f4296f0e0a: Pushed
20221011171541: digest: sha256:6db6a7f58ad5586fde94cc3671d86266596fbe9a74ea5a12c92932cc3994f182 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-1011171733-66bd3f7
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1011171733-66bd3f7
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1011171733-66bd3f7
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1011171733-66bd3f7
***********************************************************
***********************************************************

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

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

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

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 12s
89 actionable tasks: 54 executed, 33 from cache, 2 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Java_Examples_Dataflow_V2_java17 #1180

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/1180/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Java_Examples_Dataflow_V2_java17 #1179

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/1179/display/redirect?page=changes>

Changes:

[Alexey Romanenko] [website][adhoc] Fix spellcheck errors and typos

[noreply] Migrate GcsOptions#getExecutorService to an unbounded

[noreply] (BQ Java) Explicitly set coder for multi-partition batch load writes 


------------------------------------------
[...truncated 41.33 KB...]
> Task :runners:direct-java:shadowJar

> Task :sdks:java:io:kafka: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: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
 ---> Running in 26de05fc30e6
Removing intermediate container 26de05fc30e6
 ---> 42f4a6d39fce
Step 4/21 : ARG pull_licenses
 ---> Running in 9cf97de5b2e6
Removing intermediate container 9cf97de5b2e6
 ---> 2856ba8b5085
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 4d484cdafb29
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 67b25147b77f
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 885d7038898c
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 68d09474c9fc
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 48e0c4fd025b
Step 10/21 : ADD target/jamm.jar /opt/apache/beam/jars/
 ---> b05d7b190034
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 2caa24552f90
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> e23a953a85d5
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 4e826c60f326
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> b69d965bfd8f
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> d9f290f91e74
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in b82ed40d6c77

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

> Task :sdks:java:container:java17:docker
Removing intermediate container b82ed40d6c77
 ---> 549cc52056c4
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> eb95e8f51060
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in c2d2f45b07b3
Removing intermediate container c2d2f45b07b3
 ---> 4f6a03682833
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 72bcdb679d05
Removing intermediate container 72bcdb679d05
 ---> 10889202d3fc
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> ecf496bfe9db
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 52a4426f01a2
Removing intermediate container 52a4426f01a2
 ---> f3b542410448
Successfully built f3b542410448
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]
6a4b699a44ab: Preparing
b3277664da10: Preparing
dc29074c5376: Preparing
77bb2c871994: Preparing
36464dac1092: Preparing
8a104663aff2: Preparing
6cd296cdc565: Preparing
2e7f3e900205: Preparing
035705afe738: Preparing
d7b64eaa575e: Preparing
8720faade995: Preparing
9019b0267d85: Preparing
1db9d5855853: Preparing
f16735f781ac: Preparing
95d7a2d3bb91: Preparing
3bc383470c05: Preparing
e93827457889: Preparing
8720faade995: Waiting
08fa02ce37eb: Preparing
a037458de4e0: Preparing
2e7f3e900205: Waiting
8a104663aff2: Waiting
d7b64eaa575e: Waiting
95d7a2d3bb91: Waiting
3bc383470c05: Waiting
e93827457889: Waiting
08fa02ce37eb: Waiting
f16735f781ac: Waiting
035705afe738: Waiting
1db9d5855853: Waiting
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
a037458de4e0: Waiting
bafdbe68e4ae: Waiting
a13c519c6361: Waiting
9019b0267d85: Waiting
77bb2c871994: Pushed
dc29074c5376: Pushed
36464dac1092: Pushed
b3277664da10: Pushed
6a4b699a44ab: Pushed
6cd296cdc565: Pushed
2e7f3e900205: Pushed
d7b64eaa575e: Pushed
8720faade995: Pushed
9019b0267d85: Pushed
035705afe738: Pushed
8a104663aff2: 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
f16735f781ac: Pushed
95d7a2d3bb91: 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
1db9d5855853: Pushed
20221012171549: digest: sha256:24622bb02125e3e8a8b4844f8ae66f6c9b08ff918933ffb3cb0d3718477ceb1b 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-1012171850-4fc9bea5
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1012171850-4fc9bea5
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1012171850-4fc9bea5
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1012171850-4fc9bea5
***********************************************************
***********************************************************

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

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

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

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 46s
89 actionable tasks: 75 executed, 12 from cache, 2 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Java_Examples_Dataflow_V2_java17 #1178

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/1178/display/redirect?page=changes>

Changes:

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

[noreply] Increase Python PostCommit timeout. (#23595)


------------------------------------------
[...truncated 31.15 KB...]
Copying already-fetched licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/reports/dependency-license> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses>

> Task :sdks:java:io:google-cloud-platform:compileJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:classes UP-TO-DATE
> Task :sdks:java:io:google-cloud-platform:jar
> Task :runners:google-cloud-dataflow-java:compileJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:classes
> Task :examples:java:compileJava FROM-CACHE
> Task :examples:java:classes UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:jar
> Task :examples:java:jar
> Task :examples:java:compileTestJava FROM-CACHE
> Task :examples:java:testClasses
> Task :examples:java:testJar

> Task :release:go-licenses:java:dockerRun
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.48.0
go: downloading google.golang.org/protobuf v1.28.0
go: downloading golang.org/x/sys v0.0.0-20220624220833-87e55d714810

> Task :sdks:java:harness:shadowJar FROM-CACHE
> Task :sdks:java:container:java17:copyDockerfileDependencies

> Task :sdks:java:container:pullLicenses
Collecting pip
  Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
Collecting setuptools
  Using cached setuptools-65.4.1-py3-none-any.whl (1.2 MB)
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, setuptools, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed pip-22.2.2 setuptools-65.4.1 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, pyyaml, tenacity, beautifulsoup4
Successfully installed beautifulsoup4-4.11.1 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.2.post1 tenacity-5.1.5
Executing python <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>        --manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 256 dependencies using 16 threads.
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 12.150571 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:goPrepare UP-TO-DATE

> Task :release:go-licenses:java:dockerRun
go: downloading google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses
W1012 11:15:46.555714      27 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1012 11:15:51.816796     184 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause
golang.org/x/net,https://cs.opensource.google/go/x/net/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/042d03aeabc9/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.48.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> 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:container:java17:docker

> 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]
d38e2eac9c05: Preparing
91a2c9d7b42f: Preparing
c8d865e7b825: Preparing
46eed350cfff: Preparing
8fa034ccb376: Preparing
2a905e4a2e86: Preparing
3b41708579d4: Preparing
392ce12a68d9: Preparing
891667beddd7: Preparing
fa8120f1aa94: Preparing
0f47fab849f8: Preparing
85b79ae37c03: Preparing
190c29985c1f: Preparing
470ae7deb843: Preparing
2a905e4a2e86: Waiting
011ca2a9b254: Preparing
3bc383470c05: Preparing
fa8120f1aa94: Waiting
e93827457889: Preparing
08fa02ce37eb: Preparing
891667beddd7: Waiting
e93827457889: Waiting
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
190c29985c1f: Waiting
85b79ae37c03: Waiting
a037458de4e0: Waiting
a13c519c6361: Preparing
bafdbe68e4ae: Waiting
470ae7deb843: Waiting
a13c519c6361: Waiting
3b41708579d4: Waiting
08fa02ce37eb: Waiting
3bc383470c05: Waiting
011ca2a9b254: Waiting
0f47fab849f8: Waiting
8fa034ccb376: Pushed
c8d865e7b825: Pushed
91a2c9d7b42f: Pushed
46eed350cfff: Pushed
d38e2eac9c05: Pushed
3b41708579d4: Pushed
392ce12a68d9: Pushed
fa8120f1aa94: Pushed
891667beddd7: Pushed
85b79ae37c03: Pushed
0f47fab849f8: Pushed
3bc383470c05: Layer already exists
e93827457889: Layer already exists
2a905e4a2e86: Pushed
08fa02ce37eb: Layer already exists
a037458de4e0: Layer already exists
bafdbe68e4ae: Layer already exists
a13c519c6361: Layer already exists
470ae7deb843: Pushed
011ca2a9b254: Pushed
190c29985c1f: Pushed
20221012111531: digest: sha256:88e5d7dc0b6a618b5b2d804245dc3c8cdd388b4eefd2034d9f32394cdaf8a995 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-1012111641-88c78d05
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1012111641-88c78d05
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1012111641-88c78d05
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1012111641-88c78d05
***********************************************************
***********************************************************

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

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

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

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 1s
89 actionable tasks: 54 executed, 33 from cache, 2 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Java_Examples_Dataflow_V2_java17 #1177

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/1177/display/redirect?page=changes>

Changes:

[noreply] [Go SDK] Don't construct plans in lock section. (#23583)


------------------------------------------
[...truncated 36.72 KB...]
Note: Recompile with -Xlint:unchecked for details.

> Task :sdks:java:io:kafka:classes

> Task :sdks:java:container:pullLicenses
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5

> Task :sdks:java:io:kafka:jar
> Task :sdks:java:container:java17:copyDockerfileDependencies

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 8.443727 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:goPrepare UP-TO-DATE

> Task :release:go-licenses:java:dockerRun
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause
golang.org/x/net,https://cs.opensource.google/go/x/net/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/042d03aeabc9/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.48.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses

> 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 :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java17:copyGolangLicenses
> 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 :runners:google-cloud-dataflow-java:compileJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:classes
> Task :examples:java:compileJava FROM-CACHE
> Task :examples:java:classes UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:jar

> Task :sdks:java:container:java17:docker
 ---> 670d016a7d8f
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/

> Task :examples:java:jar
> Task :examples:java:compileTestJava FROM-CACHE
> Task :examples:java:testClasses
> Task :examples:java:testJar

> Task :sdks:java:container:java17:docker
 ---> 3ffc79c757bc
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 19c95b648723
Step 10/21 : ADD target/jamm.jar /opt/apache/beam/jars/
 ---> 6e5d29e9b532
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 16198fb32b77
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> b93e49d458eb
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> a57548093246
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 1718aa8df0e8
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 61a7e3211972
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 6c73669bb4c0
Removing intermediate container 6c73669bb4c0
 ---> 0d89c24cd963
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> e91d68f6568e
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 58bc6e707ee7
Removing intermediate container 58bc6e707ee7
 ---> ce4fc35f8949
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 06def86ab807
Removing intermediate container 06def86ab807
 ---> c47b19a622a7
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> b40573f14545
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 9ee4cd91612e
Removing intermediate container 9ee4cd91612e
 ---> 49ca83c069a5
Successfully built 49ca83c069a5
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]
41647ef2cca5: Preparing
42ac16a19735: Preparing
cbafc497633a: Preparing
0b5d621cc565: Preparing
09ebcaf2290d: Preparing
71aa4b6b3347: Preparing
c943dc1676e3: Preparing
cfc99470065b: Preparing
56cb2a49d5bc: Preparing
adb1403d0c88: Preparing
1c9e87b7ed1d: Preparing
db4eee8f9c23: Preparing
ff9b1c73d7f4: Preparing
22ac83e7b6eb: Preparing
517bb0ec37d5: Preparing
3bc383470c05: Preparing
e93827457889: Preparing
71aa4b6b3347: Waiting
cfc99470065b: Waiting
ff9b1c73d7f4: Waiting
517bb0ec37d5: Waiting
adb1403d0c88: Waiting
08fa02ce37eb: Preparing
a037458de4e0: Preparing
1c9e87b7ed1d: Waiting
22ac83e7b6eb: Waiting
bafdbe68e4ae: Preparing
a037458de4e0: Waiting
a13c519c6361: Preparing
a13c519c6361: Waiting
3bc383470c05: Waiting
db4eee8f9c23: Waiting
56cb2a49d5bc: Waiting
e93827457889: Waiting
c943dc1676e3: Waiting
08fa02ce37eb: Waiting
bafdbe68e4ae: Waiting
09ebcaf2290d: Pushed
42ac16a19735: Pushed
cbafc497633a: Pushed
0b5d621cc565: Pushed
41647ef2cca5: Pushed
cfc99470065b: Pushed
c943dc1676e3: Pushed
adb1403d0c88: Pushed
db4eee8f9c23: Pushed
1c9e87b7ed1d: Pushed
56cb2a49d5bc: Pushed
71aa4b6b3347: 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
22ac83e7b6eb: Pushed
517bb0ec37d5: Pushed
ff9b1c73d7f4: Pushed
20221012051529: digest: sha256:cf17e6e33d410b376b5aed08393666b568b3d083b814f758b7dada659981299e 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-1012051644-fb19b361
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1012051644-fb19b361
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1012051644-fb19b361
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1012051644-fb19b361
***********************************************************
***********************************************************

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

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

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

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

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Java_Examples_Dataflow_V2_java17 #1176

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org