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

Changes:

[Carl Yeksigian] Cache bucket matcher regex in GcsPath

[noreply] [BEAM-4032]Support staging binary distributions of dependency packages


------------------------------------------
[...truncated 35.99 KB...]
    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.8.2 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_java11/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_java11/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_java11/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_java11/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_java11/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 220 dependencies using 16 threads.
INFO:root:Replaced local file URL with 
file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5

> Task :examples:java:compileTestJava
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.errorprone.util.ErrorProneTokens$CommentSavingTokenizer 
(file:/home/jenkins/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_check_api/2.10.0/6203cac373051702c0cf8ca0bd36332fdc64903f/error_prone_check_api-2.10.0.jar)
 to field com.sun.tools.javac.parser.JavaTokenizer.reader
WARNING: Please consider reporting this to the maintainers of 
com.google.errorprone.util.ErrorProneTokens$CommentSavingTokenizer
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
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 :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 6.366216 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java11:copyJavaThirdPartyLicenses
> Task :sdks:java:harness:shadowJar
> Task :sdks:java:container:java11:copyDockerfileDependencies

> 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
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
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
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
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
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
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java11:copyGolangLicenses
> Task :sdks:java:container:java11:dockerPrepare
> Task :sdks:java:container:java11: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]
fbc632be2afa: Preparing
9c88eeb60478: Preparing
694a1618e723: Preparing
a7ebd065509a: Preparing
54d13a9971a1: Preparing
0c2c1bbd6dbd: Preparing
3bf3b89dd10e: Preparing
afe6e0ba4a5e: Preparing
3581b249b3d4: Preparing
562d5e0de744: Preparing
89953ad6bd45: Preparing
852d647ab39d: Preparing
bdb727e52f4d: Preparing
0aa3674558b5: Preparing
7c072cee6a29: Preparing
1e5fdc3d671c: Preparing
613ab28cf833: Preparing
bed676ceab7a: Preparing
6398d5cccd2c: Preparing
0b0f2f2f5279: Preparing
bdb727e52f4d: Waiting
613ab28cf833: Waiting
0c2c1bbd6dbd: Waiting
562d5e0de744: Waiting
bed676ceab7a: Waiting
0aa3674558b5: Waiting
3bf3b89dd10e: Waiting
7c072cee6a29: Waiting
6398d5cccd2c: Waiting
89953ad6bd45: Waiting
afe6e0ba4a5e: Waiting
0b0f2f2f5279: Waiting
1e5fdc3d671c: Waiting
852d647ab39d: Waiting
3581b249b3d4: Waiting
9c88eeb60478: Pushed
694a1618e723: Pushed
54d13a9971a1: Pushed
fbc632be2afa: Pushed
0c2c1bbd6dbd: Pushed
afe6e0ba4a5e: Pushed
a7ebd065509a: Pushed
562d5e0de744: Pushed
3581b249b3d4: Pushed
3bf3b89dd10e: Pushed
0aa3674558b5: Layer already exists
1e5fdc3d671c: Layer already exists
852d647ab39d: Pushed
7c072cee6a29: Layer already exists
bed676ceab7a: Layer already exists
613ab28cf833: Layer already exists
6398d5cccd2c: Layer already exists
0b0f2f2f5279: Layer already exists
bdb727e52f4d: Pushed
89953ad6bd45: Pushed
20220211190027: digest: 
sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93 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-0211190236-a0bcd2a9
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0211190236-a0bcd2a9
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_routes_1644606150604.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0211190236-a0bcd2a9
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0211190236-a0bcd2a9
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_routes_1644606150604.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-0211190236-6c21fca4
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0211190236-6c21fca4
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: 
apache-beam-testing:traffic_max_lane_flow_1644606150625.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-0211190236-6c21fca4
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0211190236-6c21fca4
The BigQuery table might contain the example's output, and it is not deleted 
automatically: 
apache-beam-testing:traffic_max_lane_flow_1644606150625.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:20220211190027
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93
Deleted: sha256:e143817816f3e8e556afd011a496e1279ff1fc7befa50b1b2b10290f948ec1f1
Deleted: sha256:99e390a3d8aa479ad6134866df8853f306b381136c3093042511067e0687a2e9
Deleted: sha256:b457ec954dac0337edcf880b5c679df1f3aac83d9841a3dffd01c742ca835f34
Deleted: sha256:c1fce0a776be6b6c8eaf9a1003a059fb0c8b3f1398ffff1653ac31dbeb4d0d86
Deleted: sha256:69f3baf2a5a6a9b930fb6f813ffe999d95ed2e6f820f7de76a21e6cbb5848712
Deleted: sha256:22cc3a56227b0faacb3e47cd49b1ed115444f4db93b929ba048392eb895266e5
Deleted: sha256:90d964776372c4d0e93f45690868a8c59b9e29ae09e26f5db0b13e0f52172e23
Deleted: sha256:34842b2dd1a0991c2783d36b85ef8745dc9eed38b70af4c6b513aec996d6f6ba
Deleted: sha256:9c90d1952bed1dc82326f374cc104e4ba7fff8129931eb03aefe882980444181
Deleted: sha256:7b4b9e512bf23eba85831d33dafd6493b08a4247dd5116c92b92cd9794c88350
Deleted: sha256:bb7fd9dfa01d037b1135b64eb199250946575c4736914938f50176e761989508
Deleted: sha256:ac7cc58a6ddfaf43156ec5b14207f4f20c251e72fdb11dff8ee7a0322a513c56
Deleted: sha256:1ee536c890a2f610a2407ddda2e5d368bfaed7ecabf12a2924b0a2615920d6d4
Deleted: sha256:1889b0a045dc038af5c97efc4b7d8d4c6f645b603f77edd4041c9af21b3694ee
Deleted: sha256:f78896e60f36176a4946d0320dc153c48576a01e964708a1a76950378898c4f7
Deleted: sha256:cef6fd428d83dd40214646e896edfb2fccdb6ad4fb1a2361e63fa662e8173237
Deleted: sha256:6c28b2d6f070f0dfb0de86cc5c8523106f41d61f97b63391b43ceddf0b67d28f
Deleted: sha256:f6d9bb463a0ee9a36149e50c1e59bb9569916a9b9a10b53c31c5cb32e68204b5
Deleted: sha256:3d405997aaf673887101bc0750f9bc2112534952928bbccd5c7e007197561257
Deleted: sha256:31d26a6265480da24fef83870188211c16d782431f0bb19a6348d5c4ace923cc
Deleted: sha256:b37494d37b5637c2054eb2304283bd4fb79c0740bac9b6f75d51065b00475c57
Deleted: sha256:b5afa6c592e8f6414e74bec156f251c793c8dff09de94f399a1c15c8b0276419
Deleted: sha256:c8f578ac72c8db379119abfe4499de6cc64423cc55ad473c539fedd23a644004
Deleted: sha256:76649d58020cf5a89b07403181bf8926cbb6eba3ce3a8695938aa27ba321f607
Deleted: sha256:296944289d192db87c833c07338756205c9067d7802ea438cb9bca31367c0829
Deleted: sha256:ba5a50abde9a927889c2057e74ad1ae0be45bb71c9feb64c9f28abfa54890627
Deleted: sha256:7532ed178a271372e2100dd265276a082fa82b7e002b64526de20d12646b41ce
Deleted: sha256:74c1fc55c59aadfab7e68f3d3adf4ea4569e078f459d5d405afebeabeae6b7a5
Deleted: sha256:fd0e13e122ee3c4eaa24521313a1820bda982dcde3244c7e05084be5ed46816c
Deleted: sha256:1c8a85c51bd56013ae679a86173bc322f7c867f56324f174d6de284a0022c2c9
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220211190027]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220211190027] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:b13672ab1c4647d9de88d8ecdf5246f8c9643c0343fe51dfad2d55472f5a6c93].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:087a48271d658a8b03038c7e675e2b98a5a188766e98824b8e31bc17cf7f1530
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:087a48271d658a8b03038c7e675e2b98a5a188766e98824b8e31bc17cf7f1530
ERROR: (gcloud.container.images.delete) Not found: response: 
{'docker-distribution-api-version': 'registry/2.0', 'content-type': 
'application/json', 'date': 'Fri, 11 Feb 2022 19:32:39 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:087a48271d658a8b03038c7e675e2b98a5a188766e98824b8e31bc17cf7f1530': 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_java11/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 32m 25s
88 actionable tasks: 56 executed, 30 from cache, 2 up-to-date

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

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