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

Changes:


------------------------------------------
[...truncated 49.71 KB...]
> Task :examples:java:classes UP-TO-DATE
> Task :examples:java:jar

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

> Task :sdks:java:io:google-cloud-platform:compileTestJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testClasses
> Task :examples:java:compileTestJava FROM-CACHE
> Task :examples:java:testClasses
> Task :examples:java:testJar
> Task :sdks:java:io:google-cloud-platform:testJar

> Task :sdks:java:container:pullLicenses
Already using interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/virtualenv/bin/python3>
Also creating executable in 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/virtualenv/bin/python>
Installing setuptools, pip, wheel...
done.
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. 
Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will 
drop support for Python 3.5 in January 2021. pip 21.0 will remove support for 
this functionality.
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
Collecting future<1.0.0,>=0.16.0
  Using cached future-0.18.2-py3-none-any.whl
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.3.1-cp35-cp35m-linux_x86_64.whl
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.1-py3-none-any.whl (32 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, tenacity, pyyaml, future, 
beautifulsoup4
Successfully installed beautifulsoup4-4.10.0 future-0.18.2 pyyaml-5.3.1 
six-1.16.0 soupsieve-2.1 tenacity-5.1.5
Executing 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/virtualenv/bin/python>
 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>
 
INFO:root:Pulling license for 208 dependencies using 16 threads.
INFO:root:pull_licenses_java.py succeed. It took 2.611826 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:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container 
--save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
+ 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:buildAndPushDockerContainer
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]
b4a38dca3692: Preparing
bed005829a09: Preparing
044fdf73bf69: Preparing
dfd7d2c0d6db: Preparing
4589762520e8: Preparing
a6e2c0f437d1: Preparing
354deec250f8: Preparing
7c0308e3487d: Preparing
552949fbf555: Preparing
0d2657740905: Preparing
8a0c9123822c: Preparing
e9df79d706f4: Preparing
ebf469e844a6: Preparing
94c94d3b2e6b: Preparing
36e0782f1159: Preparing
ba6e5ff31f23: Preparing
9f9f651e9303: Preparing
0b3c02b5d746: Preparing
8a0c9123822c: Waiting
62a747bf1719: Preparing
a6e2c0f437d1: Waiting
0d2657740905: Waiting
7c0308e3487d: Waiting
354deec250f8: Waiting
e9df79d706f4: Waiting
0b3c02b5d746: Waiting
62a747bf1719: Waiting
ba6e5ff31f23: Waiting
36e0782f1159: Waiting
94c94d3b2e6b: Waiting
9f9f651e9303: Waiting
ebf469e844a6: Waiting
552949fbf555: Waiting
4589762520e8: Pushed
bed005829a09: Pushed
044fdf73bf69: Pushed
a6e2c0f437d1: Pushed
b4a38dca3692: Pushed
dfd7d2c0d6db: Pushed
7c0308e3487d: Pushed
552949fbf555: Pushed
ebf469e844a6: Layer already exists
8a0c9123822c: Pushed
94c94d3b2e6b: Layer already exists
36e0782f1159: Layer already exists
ba6e5ff31f23: Layer already exists
9f9f651e9303: Layer already exists
0b3c02b5d746: Layer already exists
62a747bf1719: Layer already exists
e9df79d706f4: Pushed
354deec250f8: Pushed
0d2657740905: Pushed
20211104120106: digest: 
sha256:ce40a068cc56018852fd59bdb62a2acf6cac4ddda6d77334ff46990d9f29fedf size: 
4311

> 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-1104120503-3b3b79e5
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1104120503-3b3b79e5
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_routes_1636027497639.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1104120503-3b3b79e5
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1104120503-3b3b79e5
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_routes_1636027497639.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may 
be charged for its usage.
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1104122944-3cffa1d6
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1104122944-3cffa1d6
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_max_lane_flow_1636028983589.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1104122944-3cffa1d6
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1104122944-3cffa1d6
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_max_lane_flow_1636028983589.traffic_max_lane_flow_table
Please go to the Developers Console to delete it manually. Otherwise, you may 
be charged for its usage.
***********************************************************
***********************************************************

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

org.apache.beam.sdk.io.gcp.pubsublite.ReadWriteIT > testReadWrite FAILED
    java.lang.AssertionError at ReadWriteIT.java:258

org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT > testQuery FAILED
    java.util.concurrent.ExecutionException at SpannerReadIT.java:126
        Caused by: com.google.cloud.spanner.SpannerException at 
SpannerReadIT.java:116
            Caused by: io.grpc.StatusRuntimeException at Status.java:535

org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT > testRead FAILED
    java.util.concurrent.ExecutionException at SpannerReadIT.java:126
        Caused by: com.google.cloud.spanner.SpannerException at 
SpannerReadIT.java:116
            Caused by: io.grpc.StatusRuntimeException at Status.java:535

org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT > testReadAllRecordsInDb FAILED
    java.util.concurrent.ExecutionException at SpannerReadIT.java:126
        Caused by: com.google.cloud.spanner.SpannerException at 
SpannerReadIT.java:116
            Caused by: io.grpc.StatusRuntimeException at Status.java:535

38 tests completed, 4 failed, 1 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211104120106
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:ce40a068cc56018852fd59bdb62a2acf6cac4ddda6d77334ff46990d9f29fedf
Deleted: sha256:fca25884d1f11f21fd073ec41aa47ed7a98c62301ebec7835982615ac6ee4c63
Deleted: sha256:998d4dc6858f61fe1a948a24a1cb1853501a7d9206acad72b889adbcd0178012
Deleted: sha256:ac78630e9c6eaa7edb7a9c86046335840ae7b02ecfba1bd746178b306cbb8a1a
Deleted: sha256:f5aa0e1e7a4eea889a1f871b4b4ca705277b2babf73ab7484179bf033e53cfc1
Deleted: sha256:8b1d89a427443e518b0b55d3a09f720e49742d6b5204c0bb1fba52b2f004eb4f
Deleted: sha256:b10dda89a08a9d5fc5343fefc45b43e802e4b757a08d23ec7c2deea894c9ff4c
Deleted: sha256:d949b41eb105445f18dca6a801bf61209a0f9054bf81ab6fb7729083a333877c
Deleted: sha256:f84596612422838bf23bd251df772d87685645c2be4ffd7bb5f8c8582bb0b3b7
Deleted: sha256:c2b3e622f37945d1c4ab2fb045dd893eda5073eb656c4210f1a89c4ad9ea6805
Deleted: sha256:f0c8b8d657cbece46491c179b1aa1197c5a064336e4a80e872b9c5548c48b8bd
Deleted: sha256:dd2217ca82425e2cdcc6b376179733541d5a013694e7845babec6d205931266d
Deleted: sha256:0056a1977728f272398fee1f780a5a439460139a1583b1af6a2fb8bf718da7a4
Deleted: sha256:6e85fa39a0f6fa16a60c9d07d012a30786ed7bd7849d2166900c5463d71a07c7
Deleted: sha256:6d5cd54bfa7a9436a1ff0ec77a94b2147d2e5533792a4489e6eaa14f061b8315
Deleted: sha256:b48531512212de8ed15f1434b2e9b204a754445b43a647a0346cc5e22ffb354c
Deleted: sha256:364c58dd55cb1f50ee7beb95af70e6131099c2931bac1e97399902f4982ea2cb
Deleted: sha256:5c90483aee9f2f083960d009ca4d3448314a79ad3bfad2242778a18a2e46c9d2
Deleted: sha256:b53d199bb3180875c4eb3171cbb78de7c484c16102ceaf48452822fdb0d3d691
Deleted: sha256:c873530cf13205b8d51f9c1854986f34a92a4b08ae5821020df5d9f0b87fd078
Deleted: sha256:7c997e2f25494773438fc95abb282ae911abe7558698fa673c234e44dd6b2aaf
Deleted: sha256:443bdd5988cff67806f14d88cf24e913bb2f6688aca4ca962da380111322940e
Deleted: sha256:1ec032ceda7d3baf33b0a10ae7469defe709c59a488e80dde131b8e75f8cad90
Deleted: sha256:2e4712b358fe9b9e4a5e126378e34f45e6d4449a4a4f8c366b34242c929e8f44
Deleted: sha256:b5b4d1a5a64b806ef30bb92781dd893a1223c0019ca6aa37ac3fa2a40ef0390e
Deleted: sha256:99e48649fa447635dcf84abe3072cb4ec12a1b448ba6cbc2a435e07d6dda9de1
Deleted: sha256:610b328526b5c4af2b8e7076faf576391f0e994cabea7806fc8fc1f30301309e
Deleted: sha256:a93b3c8480dd45618f1f60eb7f63b07043caaf22dda6cff34d9426086a7d3585
Deleted: sha256:0f36b818f392686daef902f884e2ede15267110a6459bc66412f7ac095f8d722
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211104120106]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:57069cd2b439db4e57a300c985d1aa98904e186021e78643b0ba05185a7855bf]

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

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. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1h 46m 58s
129 actionable tasks: 87 executed, 40 from cache, 2 up-to-date

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

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