You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/01/18 03:22:07 UTC

Build failed in Jenkins: beam_PostCommit_Java_VR_Dataflow_V2_Streaming #1684

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

Changes:

[noreply] Remove jcenter repositories from gradle configuration. (#16532)


------------------------------------------
[...truncated 53.88 KB...]
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:google-cloud-dataflow-java:testClasses
> Task :runners:google-cloud-dataflow-java:testJar

> Task :release:go-licenses:java:docker
5b59121a0c35: Pull complete
2db41f0db9d9: Pull complete
Digest: sha256:044ea05bd9a58ef684bd99a693d444dcbea372dccb8412068fe29aa559f3e44e
Status: Downloaded newer image for golang:1.16-bullseye
 ---> 71f1b47263fc
Step 2/6 : RUN go get github.com/google/go-licenses
 ---> Running in eea07785d7d9
go: downloading github.com/google/go-licenses v1.0.0
go: downloading github.com/otiai10/copy v1.6.0
go: downloading github.com/spf13/cobra v1.3.0
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148
go: downloading golang.org/x/tools v0.1.5
go: downloading gopkg.in/src-d/go-git.v4 v4.13.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.2
go: downloading golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
go: downloading github.com/sergi/go-diff v1.2.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/emirpasic/gods v1.12.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/xanzy/ssh-agent v0.2.1
go: downloading golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
go: downloading golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading golang.org/x/mod v0.5.0

> Task :sdks:java:container:pullLicenses
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, tenacity, pyyaml, beautifulsoup4
Successfully installed beautifulsoup4-4.10.0 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.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 213 dependencies using 16 threads.
INFO:root:pull_licenses_java.py succeed. It took 8.290339 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 eea07785d7d9
 ---> 74e7fc43c00f
Step 3/6 : COPY get-licenses.sh /opt/apache/beam/
 ---> fc2ffd87e437
Step 4/6 : ARG sdk_location
 ---> Running in ce601f4c8207
Removing intermediate container ce601f4c8207
 ---> ae105756e7b5
Step 5/6 : ENV sdk_location=$sdk_location
 ---> Running in 0f60003fb90c
Removing intermediate container 0f60003fb90c
 ---> e4efc6f967f9
Step 6/6 : ENTRYPOINT /opt/apache/beam/get-licenses.sh
 ---> Running in 439ac4e172ac
Removing intermediate container 439ac4e172ac
 ---> 90f52a49a03d
Successfully built 90f52a49a03d
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
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
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
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
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
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
+ 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]
685a81d03113: Preparing
ed8de74febc7: Preparing
bfa2cef52c18: Preparing
e4514589d319: Preparing
7c9e3aad7dfe: Preparing
9cb2e55cb9bc: Preparing
635c2e92d278: Preparing
980bd742e73f: Preparing
701151eb29df: Preparing
37137bebdaba: Preparing
004e4f9fbe16: Preparing
ecafc6b337a3: Preparing
df9ccc95eb46: Preparing
bff9fe6e429c: Preparing
7c245b2fe4f1: Preparing
f9e18e59a565: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
004e4f9fbe16: Waiting
701151eb29df: Waiting
37137bebdaba: Waiting
ecafc6b337a3: Waiting
11936051f93b: Preparing
26a504e63be4: Waiting
7c245b2fe4f1: Waiting
980bd742e73f: Waiting
31892cc314cb: Waiting
f9e18e59a565: Waiting
8bf42db0de72: Waiting
11936051f93b: Waiting
635c2e92d278: Waiting
9cb2e55cb9bc: Waiting
bfa2cef52c18: Pushed
ed8de74febc7: Pushed
7c9e3aad7dfe: Pushed
685a81d03113: Pushed
e4514589d319: Pushed
980bd742e73f: Pushed
9cb2e55cb9bc: Pushed
635c2e92d278: Pushed
37137bebdaba: Pushed
701151eb29df: Pushed
bff9fe6e429c: Layer already exists
7c245b2fe4f1: Layer already exists
f9e18e59a565: Layer already exists
26a504e63be4: Layer already exists
ecafc6b337a3: Pushed
31892cc314cb: Layer already exists
8bf42db0de72: Layer already exists
11936051f93b: Layer already exists
df9ccc95eb46: Pushed
004e4f9fbe16: Pushed
20220117201418: digest: sha256:102eab5d5844929f14bcc94e0927c8841519163a0705c30bde3decffa03dad1b size: 4520

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

org.apache.beam.sdk.transforms.CombineTest$WindowingTests > testWindowedCombineGloballyAsSingletonView FAILED
    java.lang.RuntimeException at CombineTest.java:1399

246 tests completed, 1 failed, 3 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220117201418
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:102eab5d5844929f14bcc94e0927c8841519163a0705c30bde3decffa03dad1b
Deleted: sha256:c46e201bb468ad066f0b70253f51b9e31a959901894f0d9b217508c39168ad8e
Deleted: sha256:5b522227532e84bbbab74bbd2f30f1dd499377ab5170ed45d59e3f259e6491aa
Deleted: sha256:1fed034d56576686425d8dcc586e30203ee9203b58795699ccbf97bee1461b20
Deleted: sha256:db3d8eeee0263a054a7d3b175012f39699d4e367fa2b579d530e436822d3c12c
Deleted: sha256:1ce73abbafd46e7d834967a3549b08255920bc7dade7648e30809ef0bd681c75
Deleted: sha256:9698f63151a17537b8b609cf39751841e6bf07c7892dc58c145b32a173d88797
Deleted: sha256:093851c45063ea9b42ecd92f5c025ca71f2a0395e60666301753c064697f4e45
Deleted: sha256:79933751e7e35a9f9883fe7ba7520870ae974e9f0963c32706fe8e94645f9cad
Deleted: sha256:ab04d9bfa77096994658f8d2aacf52895a22cb61a745c243a6f03202b452edf4
Deleted: sha256:95296ff351d8b219353f8a212700bce5ade0411d8a93832588a5f5bbe17851fb
Deleted: sha256:6b29f6e314d0247f8bb4e6d9f5bfc7b35c096c1a99a6d7803bf8c1da28d0055a
Deleted: sha256:e53e9ac21bef95f16405381521475b81bf176acb160c18b7da89340cadc080e1
Deleted: sha256:c6b5a9cf6a0fb1c1393349a651253b26d51ac7efb0cfd106fe71d282f6421b72
Deleted: sha256:d09cc2a4ac9e12949601798476010febaac15c232c84653bae8374ebae3e4f4f
Deleted: sha256:bf47a0fa0cf9b77e054058294633d7323ce8421fb082d7eac626fba96c61bf54
Deleted: sha256:51dec67dce66f8fad8e2e39d8ba2fe931decdb67f012c81db2e80cb3d2996950
Deleted: sha256:e3d48b2bd05dcbd1e5fa37ab1a454e775b5408ad8537b5c020d999372d7aac10
Deleted: sha256:26a98a404fa4b3f59ff15e478c726a26a44c6b45b9a31839227a4240c76f2e01
Deleted: sha256:eff694fd406afa6953a4375d57a79f2446c8b1bd64902e1a2ee1292aa6553c96
Deleted: sha256:ca3cad1ea57a98fbbeb89dc3371646b351c9ff31ffa706472730dfbe9d7e1df6
Deleted: sha256:42062143350be30a79d9dc1f27b1ca843a46ee0b1bc52ed70be40d63861b4a86
Deleted: sha256:ddfb2b3576d7595717749a4569d4c1b0886e7dc46b054daca12d129134e8a66e
Deleted: sha256:5bb7de606268cd08db39b804f72398244f415ad08ad1ac58e4f978d15b90c53c
Deleted: sha256:d56ecbca2c23ccd64dab9bf78f54043c027a6d690bc628df042660f162f75932
Deleted: sha256:dbe0293abe9d7a2d19fae7ab0ba8d35fbf8f905b7c31a9d49e4784cab4dc105d
Deleted: sha256:d9ca7359cc123aa052cd2c857529a3aec3c6039c390bfc543d2ada2fc34bfd56
Deleted: sha256:71b162ff9b98d3b72f12c1a073ff3d4f115d41eb4798b54ce4be897c57dfabd6
Deleted: sha256:3e23d30ce3533f811fd8d4ca98291f814844c5dfe55677066c1d0b7d91b1ba49
Deleted: sha256:33fcbc54dc5fbf3229414867045a95e4cb756702ada4954d41ede3178d9ede7d
Deleted: sha256:b56be0e40fb7c5f631a7012a1c8a26344d6805d1346b94465e9876f4209c488d
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220117201418]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:102eab5d5844929f14bcc94e0927c8841519163a0705c30bde3decffa03dad1b]

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

FAILURE: Build 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.

* 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 7h 8m 6s
136 actionable tasks: 87 executed, 45 from cache, 4 up-to-date

Publishing build scan...
https://scans.gradle.com/s/lpwtc3urubcvi

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Java_VR_Dataflow_V2_Streaming #1685

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/1685/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org