See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/1871/display/redirect>

Changes:


------------------------------------------
[...truncated 40.57 KB...]
> Task :examples:java:testJar
> Task :sdks:java:container:java8:copyDockerfileDependencies

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/java/container

> Task :sdks:java:container:generateLicenseReport

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/reports/dependency-license>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Collecting pip
  Using cached pip-22.0.3-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-60.9.3-py3-none-any.whl (1.1 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.0.3 setuptools-60.9.3 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 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.1-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.10.0 pyyaml-5.4.1 six-1.16.0 
soupsieve-2.3.1 tenacity-5.1.5
Executing python 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/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/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/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/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/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 222 dependencies using 16 threads.
INFO:root:Replaced local file URL with 
file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 32.85687 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/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
+ tee /output/licenses/list.csv
+ go-licenses csv github.com/apache/beam/sdks/java/container
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
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
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
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/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
+ 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]
4e091ed710dd: Preparing
4925922a60e9: Preparing
dbc9fa96a1c4: Preparing
6e448233a5a4: Preparing
ba1b1371d83a: Preparing
9449e76868dd: Preparing
e96c0b34403d: Preparing
6fa08facac58: Preparing
3fa9c4eab30d: Preparing
257c0fdb31c3: Preparing
a18ac09ccda6: Preparing
78704912637d: Preparing
716358d76715: Preparing
9d8709c53aef: Preparing
8e05d451d71e: Preparing
d1609e012401: Preparing
e3f84a8cee1f: Preparing
48144a6f44ae: Preparing
26d5108b2cba: Preparing
89fda00479fc: Preparing
9449e76868dd: Waiting
e96c0b34403d: Waiting
6fa08facac58: Waiting
3fa9c4eab30d: Waiting
257c0fdb31c3: Waiting
a18ac09ccda6: Waiting
78704912637d: Waiting
716358d76715: Waiting
9d8709c53aef: Waiting
8e05d451d71e: Waiting
d1609e012401: Waiting
e3f84a8cee1f: Waiting
48144a6f44ae: Waiting
26d5108b2cba: Waiting
89fda00479fc: Waiting
ba1b1371d83a: Pushed
dbc9fa96a1c4: Pushed
4925922a60e9: Pushed
9449e76868dd: Pushed
6fa08facac58: Pushed
4e091ed710dd: Pushed
6e448233a5a4: Pushed
257c0fdb31c3: Pushed
3fa9c4eab30d: Pushed
9d8709c53aef: Layer already exists
8e05d451d71e: Layer already exists
d1609e012401: Layer already exists
e3f84a8cee1f: Layer already exists
48144a6f44ae: Layer already exists
26d5108b2cba: Layer already exists
89fda00479fc: Layer already exists
78704912637d: Pushed
e96c0b34403d: Pushed
716358d76715: Pushed
a18ac09ccda6: Pushed
20220305180057: digest: 
sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed size: 
4520

> 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-0305180456-d27f2dcc
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0305180456-d27f2dcc
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_routes_1646503473641.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0305180456-d27f2dcc
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0305180456-d27f2dcc
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_routes_1646503473641.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-0305180457-f4aeb641
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0305180457-f4aeb641
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_max_lane_flow_1646503474100.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0305180457-f4aeb641
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0305180457-f4aeb641
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_max_lane_flow_1646503474100.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:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220305180057
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed
Deleted: sha256:75cbf843774730eb6a3ec40190668ae6b92e1172762d6e84f55bcf2edaa58b83
Deleted: sha256:9e66cfef08086fb1288364096a4eba6daa6d9f434c47c20e2aae0fa09dcf136d
Deleted: sha256:4202add70ccade967b182f3d8b40d42d89e5c7558db13b74b3333b68a98997be
Deleted: sha256:aca30f142656b060b339d190eb9678dc0dd46c1386a4cb3a3cbf7e54a5cd7b9d
Deleted: sha256:71221a85859e599d7fe95809e0cc6c937c838dd0c759584aab557fbe756743aa
Deleted: sha256:610ae7a6bf2b58aff60f71fda1e61a24eafe12f38a65045b539fd4b8ba19fd9c
Deleted: sha256:0f36ac67d726fe6ceec601bda04b4e38b69ad0f155c9ac4b09fba350f6526269
Deleted: sha256:4a26087ad2d912e4fa573670cab02ffd57e10a68389728371c26a8afff5128dc
Deleted: sha256:8fa0817accb775550b93cdc94fecac741232add7fb80326ae7869fa8a6d8c7ba
Deleted: sha256:f6ac10fad58ed9eeef11f5f2ff52ff3dbe37a924e0c5b97401e025b02d6b1101
Deleted: sha256:61f2e5ad24890699d8d3ad60d7e379e5f5d4f0d5d99d0aabe2222174753b6da4
Deleted: sha256:d433e8b9018d8b77ab4150e8107ed73c9793efa14e206d08dffee2a2c275af92
Deleted: sha256:90f43d380293d356326360f5a2a0b679364284232fa80efe40c4c0980974305e
Deleted: sha256:b72ea09b621852cd7d20cf856ee3f4e3ad4258373426707d30383e6a72e8d93d
Deleted: sha256:e578bf8bc3f4d9cd62ded962e4abaddb13079c76783a882c06def1761fd56380
Deleted: sha256:95b553baa0442f14f654b18537a8665c4781e996fff74a1c8d8f4e36f7c4f6f6
Deleted: sha256:98fdc66bedf3dcd1371083e1a700e7edfb8a329bc9cff866b4282b0a903ee2af
Deleted: sha256:3b1d9fd6ddbbc2b30009f4ca8ea303d25ea0f63f41ac0940a05bc0e0246a6069
Deleted: sha256:ad5c734f57f090cc55021481b578a4967c633c3272f2bf8949ef7ce249f84f94
Deleted: sha256:f15f69a879329ee1fecfd77ff6eca6b847e61f8092d3168c61dab842086de85c
Deleted: sha256:5a97921ed7ec58a9c7a2842aa87d44380dd7e022ed66e243d08eea2d89b29481
Deleted: sha256:6c9b59fcfd4c3a2c5c52da8dc5973a854eab8d76168b13d20933f552cc5557c3
Deleted: sha256:a1795db2d11811b3a0dd0fcd3669f90dde82b72aea6b6b862f1183b059775d29
Deleted: sha256:4823e9da8c0a5520f64567b4b14cab701572fab210c89706be695e76faf9cdbc
Deleted: sha256:f5f170b2ac3dedcbbc50284313fba9b61c9b985d434638ad620817e2c9b05e36
Deleted: sha256:320fe0f8e0b9e1328f5f261a3a535b719867803da150fb3c0bc016b9fcb01cee
Deleted: sha256:c6c29231df19d8465ba0360753daa4ce270cde47f9ea47627abee76bfeaae80c
Deleted: sha256:b3c788f80ea477994032e972a588bb1af3138fdc13d5f2fcf3793136af88ebf5
Deleted: sha256:b4575386079825eb3bfe9be344294eecf8e09430a5f505b4dc7101d7da8b9ae6
Deleted: sha256:c0cceebafca2e2200de048dfaffaebd865b367f6b29f6a9fc292fc3a3bb8b5f4
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220305180057]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220305180057] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed
ERROR: (gcloud.container.images.delete) Not found: response: 
{'docker-distribution-api-version': 'registry/2.0', 'content-type': 
'application/json', 'date': 'Sat, 05 Mar 2022 18:36:56 GMT', 'server': 'Docker 
Registry', 'cache-control': 'private', 'x-xss-protection': '0', 
'x-frame-options': 'SAMEORIGIN', 'transfer-encoding': 'chunked', 'status': 
'404', 'content-length': '168', '-content-encoding': 'gzip'}
Failed to compute blob liveness for manifest: 
'sha256:fbe957540b85512f9ad615352d5297526ca04804f4cff30583b9230cbbd0c0ed': None

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

FAILURE: Build failed with an exception.

* Where:
Build file 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/runners/google-cloud-dataflow-java/build.gradle'>
 line: 297

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:cleanUpDockerJavaImages'.
> Process 'command './scripts/cleanup_untagged_gcr_images.sh'' finished with 
> non-zero exit value 1

* 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 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.3.2/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 36m 27s
112 actionable tasks: 73 executed, 35 from cache, 4 up-to-date

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

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