See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/2818/display/redirect>

Changes:


------------------------------------------
[...truncated 60.37 KB...]
INFO:root:Replaced local file URL with 
file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 1.479858 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/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:java8:copyJavaThirdPartyLicenses

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

> Task :sdks:java:container:java8:copySdkHarnessLauncher
Execution optimizations have been disabled for task 
':sdks:java:container:java8: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_DataflowV2/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java8: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_DataflowV2/ws/src/sdks/java/container/build/target'.>
 Reason: Task ':sdks:java:container:java8: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.52.3
go: downloading google.golang.org/protobuf v1.28.1
go: downloading golang.org/x/sys v0.5.0
go: downloading google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
go: downloading golang.org/x/text v0.7.0
go: added github.com/apache/beam/sdks/v2 v2.46.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.5.0
go: added golang.org/x/sys v0.5.0
go: added golang.org/x/text v0.7.0
go: added google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
go: added google.golang.org/grpc v1.52.3
go: added google.golang.org/protobuf v1.28.1
+ go-licenses save github.com/apache/beam/sdks/v2/java/container 
--save_path=/output/licenses
W0320 03:58:45.812750      38 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W0320 03:58:50.090639      83 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.46.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.46.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/+/v0.5.0:LICENSE,BSD-3-Clause
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.5.0:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.7.0:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/76db0878b65f/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.52.3/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.1/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java8: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]
9f12d25c60e0: Preparing
2b04396cafe2: Preparing
5568810a2c3d: Preparing
c62a07bd1bf4: Preparing
83c15f171d26: Preparing
3dcad5b5f019: Preparing
4f3d29f3050e: Preparing
e3e6c03a9fb6: Preparing
408bf30e7db0: Preparing
97e31287aadf: Preparing
8dd4a0f38ba4: Preparing
0f2a7a176dd6: Preparing
29bfa42e3a7b: Preparing
fe706b7871e0: Preparing
603202b5204e: Preparing
09d8ac25cde1: Preparing
533af4d05d89: Preparing
d09fdd9ad3ef: Preparing
04d1dcab20cb: Preparing
b93c1bd012ab: Preparing
3dcad5b5f019: Waiting
4f3d29f3050e: Waiting
09d8ac25cde1: Waiting
e3e6c03a9fb6: Waiting
8dd4a0f38ba4: Waiting
533af4d05d89: Waiting
408bf30e7db0: Waiting
0f2a7a176dd6: Waiting
d09fdd9ad3ef: Waiting
fe706b7871e0: Waiting
97e31287aadf: Waiting
29bfa42e3a7b: Waiting
603202b5204e: Waiting
b93c1bd012ab: Waiting
04d1dcab20cb: Waiting
83c15f171d26: Pushed
5568810a2c3d: Pushed
2b04396cafe2: Pushed
c62a07bd1bf4: Pushed
9f12d25c60e0: Pushed
4f3d29f3050e: Pushed
e3e6c03a9fb6: Pushed
97e31287aadf: Pushed
3dcad5b5f019: Pushed
408bf30e7db0: Pushed
0f2a7a176dd6: Pushed
8dd4a0f38ba4: Pushed
533af4d05d89: Layer already exists
d09fdd9ad3ef: Layer already exists
04d1dcab20cb: Layer already exists
b93c1bd012ab: Layer already exists
29bfa42e3a7b: Pushed
603202b5204e: Pushed
fe706b7871e0: Pushed
09d8ac25cde1: Pushed
20230320035736: digest: 
sha256:1de7562ee226e261d25248a571885612c9848891d1bedde2eacb8a1b45738762 size: 
4505

> Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest 
> NO-SOURCE
> 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-0320035932-91710b09
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0320035932-91710b09
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0320035932-91710b09
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0320035932-91710b09
***********************************************************
***********************************************************

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

> Task 
> :runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > 
batchWrite_partialFailureOutputsToDeadLetterQueue FAILED
    java.util.concurrent.ExecutionException at FirestoreV1IT.java:96
        Caused by: com.google.api.gax.rpc.InvalidArgumentException at 
ApiExceptionFactory.java:92
            Caused by: io.grpc.StatusRuntimeException at Status.java:539

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > batchGet FAILED
    java.util.concurrent.ExecutionException at AbstractFuture.java:588
        Caused by: com.google.api.gax.rpc.InvalidArgumentException at 
ApiExceptionFactory.java:92
            Caused by: io.grpc.StatusRuntimeException at Status.java:539

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > partitionQuery FAILED
    java.util.concurrent.ExecutionException at AbstractFuture.java:588
        Caused by: com.google.api.gax.rpc.InvalidArgumentException at 
ApiExceptionFactory.java:92
            Caused by: io.grpc.StatusRuntimeException at Status.java:539

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > listCollections FAILED
    java.util.concurrent.ExecutionException at AbstractFuture.java:588
        Caused by: com.google.api.gax.rpc.InvalidArgumentException at 
ApiExceptionFactory.java:92
            Caused by: io.grpc.StatusRuntimeException at Status.java:539

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > write FAILED
    java.lang.RuntimeException at TestDataflowRunner.java:141

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > listDocuments FAILED
    java.util.concurrent.ExecutionException at AbstractFuture.java:588
        Caused by: com.google.api.gax.rpc.InvalidArgumentException at 
ApiExceptionFactory.java:92
            Caused by: io.grpc.StatusRuntimeException at Status.java:539

org.apache.beam.sdk.io.gcp.firestore.it.FirestoreV1IT > runQuery FAILED
    java.util.concurrent.ExecutionException at AbstractFuture.java:588
        Caused by: com.google.api.gax.rpc.InvalidArgumentException at 
ApiExceptionFactory.java:92
            Caused by: io.grpc.StatusRuntimeException at Status.java:539

93 tests completed, 7 failed, 2 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230320035736
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:1de7562ee226e261d25248a571885612c9848891d1bedde2eacb8a1b45738762
Deleted: sha256:0e0defeb26d6ae0bde5b505295e919e2dc787acc0daa0980b7838301135f5a81
Deleted: sha256:25fb68d47352942ce53f6de9008c566995a5436508345e14640042f954a46538
Deleted: sha256:ef3ea861d65419594bdf04be6f4d5652356a119231f6620d2709a565545ef727
Deleted: sha256:5e6cdce6a43242e27d63491eaed5c1ceb2b489087c65813209aca6c32bba2066
Deleted: sha256:ffcd39bc35073d34b468b4fc2dd54038b72e998cfde1ac7b6823abdc491f2d7f
Deleted: sha256:ceb83905f0f01467d83bc91d68589e3b0f275325e2dacd589d15173f892b1e30
Deleted: sha256:ba5111f565f676cf88a716828b240d4637de817cfce78afb5f1e5a8504695520
Deleted: sha256:dff997c9cac7d1dd6bbfda9ff8c5362f5bfd7e4651fcf7947b0d396148219750
Deleted: sha256:9be7018d8523bc65dd6ea6ab1053efa9a25caa5991949ddb8606ca002a0cf912
Deleted: sha256:fb2d1d1c5e7d7d9ce21fbcaa3a82ad388e94d393dba35834e2a6ed48ac6bb9c9
Deleted: sha256:1ef0a27f4f1d2542cbd829d013a78468a6e6c32849bbc6d557cb8d6b1f359057
Deleted: sha256:e70e04ca2b71e80a69f72ddc0d8578662794080b2c0bcd137fd06d1962e31aa7
Deleted: sha256:a23f67c0bb19b81eef984097f8cd093da66c94ca8be7d5149993727d6d609a4a
Deleted: sha256:f0ba7411f109e231e6bb09f4f50eaf0e2c2cd1e4d7a304433ec4994220e41834
Deleted: sha256:066f7812d243722954be056f2e5367ae3f6b45b00dbec78a79c89511583cca95
Deleted: sha256:f1f44764ccc1e76b327303552a047a8b5bc58c66c503a6466f5a99746b23eb70
Deleted: sha256:1d97f99fc37439b16c29e8f7829d8768f46ea762723c674dd934add4747e87cd
Deleted: sha256:aa055ad6520ba9f9cc3fbdf835caa7fa85ae006a2b9d3b097245f1cfc08ca846
Deleted: sha256:9e2c713a3c10d98badcfa8e54169352d401b6046b0ef9fb8b647f3a7ed1161a3
Deleted: sha256:976d1b3c4633a18e6d88b85b58e9ed74aab1cf5f8bdeb55b477d4377fdd7d4f2
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230320035736]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:1de7562ee226e261d25248a571885612c9848891d1bedde2eacb8a1b45738762]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/googleCloudPlatformRunnerV2IntegrationTest/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 2h 49m 44s
152 actionable tasks: 98 executed, 50 from cache, 4 up-to-date

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

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