See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/1330/display/redirect>

Changes:


------------------------------------------
[...truncated 53.51 KB...]
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/jbenet/go-context 
v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/src-d/gcfg v1.4.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.2.1
go: downloading github.com/kevinburke/ssh_config 
v0.0.0-20190725054713-01f96b0aa0cd
go: downloading golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
go: downloading golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2
go: downloading gopkg.in/warnings.v0 v0.1.2

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/reports/dependency-license>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Already using interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/virtualenv/bin/python3>
Also creating executable in 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/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_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/virtualenv/bin/python>
 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/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.280227 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/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:docker
Removing intermediate container df40392ee08c
 ---> c0fc217a948a
Step 3/6 : COPY get-licenses.sh /opt/apache/beam/
 ---> eef40e6021a9
Step 4/6 : ARG sdk_location
 ---> Running in 1896dac27e8a
Removing intermediate container 1896dac27e8a
 ---> fc6edd6ed300
Step 5/6 : ENV sdk_location=$sdk_location
 ---> Running in 427bb9026b6b
Removing intermediate container 427bb9026b6b
 ---> 1e47c5e37795
Step 6/6 : ENTRYPOINT /opt/apache/beam/get-licenses.sh
 ---> Running in 05d6e75a71c3
Removing intermediate container 05d6e75a71c3
 ---> f0a0cc9d82c5
Successfully built f0a0cc9d82c5
Successfully tagged golicenses-java:latest

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/java/container
+ 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/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
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
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/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: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]
52c6efb380aa: Preparing
9e6de8a2fffd: Preparing
8c2550c46b4f: Preparing
cf1c2144e926: Preparing
676d12e9e854: Preparing
cfef3b0ed2a3: Preparing
2f8edef92ff7: Preparing
115689adb46f: Preparing
4a5e77a186e8: Preparing
9c73e53cc6d1: Preparing
d2493143b034: Preparing
7fda7c99ccfb: Preparing
e78e67fa1c92: Preparing
94c94d3b2e6b: Preparing
36e0782f1159: Preparing
ba6e5ff31f23: Preparing
9f9f651e9303: Preparing
0b3c02b5d746: Preparing
62a747bf1719: Preparing
d2493143b034: Waiting
7fda7c99ccfb: Waiting
e78e67fa1c92: Waiting
94c94d3b2e6b: Waiting
cfef3b0ed2a3: Waiting
0b3c02b5d746: Waiting
36e0782f1159: Waiting
62a747bf1719: Waiting
ba6e5ff31f23: Waiting
9f9f651e9303: Waiting
2f8edef92ff7: Waiting
4a5e77a186e8: Waiting
9c73e53cc6d1: Waiting
676d12e9e854: Pushed
9e6de8a2fffd: Pushed
8c2550c46b4f: Pushed
115689adb46f: Pushed
cfef3b0ed2a3: Pushed
52c6efb380aa: Pushed
cf1c2144e926: Pushed
4a5e77a186e8: Pushed
2f8edef92ff7: Pushed
e78e67fa1c92: Layer already exists
94c94d3b2e6b: Layer already exists
36e0782f1159: Layer already exists
ba6e5ff31f23: Layer already exists
9f9f651e9303: Layer already exists
0b3c02b5d746: Layer already exists
62a747bf1719: Layer already exists
d2493143b034: Pushed
7fda7c99ccfb: Pushed
9c73e53cc6d1: Pushed
20211013120119: digest: 
sha256:0c378226d7a8d7efaae88c979a6e5de4e45367b5e15b7a6e1c83e7b5c014d227 size: 
4311

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

org.apache.beam.sdk.transforms.ParDoSchemaTest > testInferredSchemaPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:424

org.apache.beam.sdk.transforms.ParDoSchemaTest > testFieldAccessSchemaPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:346

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSimpleSchemaPipeline FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:115

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemaConversionPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:472

org.apache.beam.sdk.transforms.ParDoSchemaTest > 
testReadAndWriteWithSchemaRegistry FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:311

org.apache.beam.sdk.transforms.ParDoSchemaTest > testReadAndWriteMultiOutput 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:266

org.apache.beam.sdk.transforms.ParDoSchemaTest > testNestedSchema FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:511

org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests > 
testWindowingInStartAndFinishBundle FAILED
    java.lang.RuntimeException at ParDoTest.java:1787

org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests > 
testParDoWithErrorInStartBatch FAILED
    java.lang.AssertionError at MatcherAssert.java:18

org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests > 
testParDoWithErrorInProcessElement FAILED
    java.lang.AssertionError at MatcherAssert.java:18

org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests > 
testParDoWithErrorInFinishBatch FAILED
    java.lang.AssertionError at MatcherAssert.java:18

241 tests completed, 11 failed, 3 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages FAILED
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211013120119
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:0c378226d7a8d7efaae88c979a6e5de4e45367b5e15b7a6e1c83e7b5c014d227
Deleted: sha256:b81fb0f4735ed64180ec2c61619489b9c5e54998dc8567bee1e5bb1c69442e4f
Deleted: sha256:6ea0addab1fdd0f80b4123a587d3bd6cb374a80c604b77fda6060afc8a89aac5
Deleted: sha256:a23b89bcef87c14b6544fbcf354b62e4b4506d4fe7b4bdf1bfaaa2d520a69378
Deleted: sha256:445872dec12ccf5c83a7535feb459b64e2608fe7771b36e70b62cae85a8141ee
Deleted: sha256:b6bd52e455decd13892de7c686acc0ed08374332cbfbcabace6c8a445a245b02
Deleted: sha256:3b4e0ed69fac309001aa9887ebb5550e17b90302c6a7dcf27443f22d850810ca
Deleted: sha256:a22ab67e92e49de4c9cd8da14c0658b063efbbf6033bc593284c3b04f0f8d46f
Deleted: sha256:0b8efd65d595af78e949272032241b31c1f14d823ae967795d058686173f72f1
Deleted: sha256:9e9379f9552847c181adcdb0a25ffb53bbcdf11c745427e2022760cc1dd38024
Deleted: sha256:b6b36405fe1021f0ad54a738e2a707a460c41e91a583be4b518c7ce3e344b0cd
Deleted: sha256:4d58653c714f822856ee86a590891f51f608bb08d30627ac73c15e648f12c89f
Deleted: sha256:fcd7b26ea6c11be6695189a634d51b34562f84b14cca6b6696f8ab438f75e0c7
Deleted: sha256:05ba16b14390afb4e2b609a85547dd02f68e5a662205074a756c21c53dd0510e
Deleted: sha256:e9b2a55a6710b456a1183cecd7d05fead0238a357465b55cc5ae1745109203a1
Deleted: sha256:71d3714ce000c24f8c59d826a145e13d21f43d8e51c50ef132f04fcc38a54b25
Deleted: sha256:b9c32e61678e2d44481351e2a4aca94e4c93bbab7507bf6dd229e4a1289e20b7
ERROR: (gcloud.container.images.untag) Image could not be found: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211013120119]

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:validatesRunnerV2TestStreaming'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesRunnerV2TestStreaming/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.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Build file 
'<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/runners/google-cloud-dataflow-java/build.gradle'>
 line: 279

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:cleanUpDockerImages'.
> Process 'command 'gcloud'' 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 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 6h 24m 5s
124 actionable tasks: 83 executed, 39 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/63z6p3odi22ya

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