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/27 17:19:02 UTC

Build failed in Jenkins: beam_PostCommit_Java_VR_Dataflow_V2_Streaming #1717

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

Changes:


------------------------------------------
[...truncated 48.56 KB...]
Sending build context to Docker daemon   5.12kB
Step 1/6 : FROM golang:1.16-bullseye
 ---> 71f1b47263fc
Step 2/6 : RUN go get github.com/google/go-licenses
 ---> Using cache
 ---> c89b723127d2
Step 3/6 : COPY get-licenses.sh /opt/apache/beam/
 ---> Using cache
 ---> 5e60bbf534dc
Step 4/6 : ARG sdk_location
 ---> Using cache
 ---> 3383c3032b44
Step 5/6 : ENV sdk_location=$sdk_location
 ---> Using cache
 ---> bb904efb198b
Step 6/6 : ENTRYPOINT /opt/apache/beam/get-licenses.sh
 ---> Using cache
 ---> d7059ae320e8
Successfully built d7059ae320e8
Successfully tagged golicenses-java:latest

> Task :sdks:java:extensions:protobuf:extractIncludeTestProto
> Task :sdks:java:extensions:protobuf:generateTestProto FROM-CACHE
> Task :sdks:java:container:generateLicenseReport
> Task :sdks:java:extensions:protobuf:compileTestJava FROM-CACHE
> Task :sdks:java:extensions:protobuf:testClasses
> Task :sdks:java:container:java8:copyDockerfileDependencies
> Task :sdks:java:extensions:protobuf:testJar
> Task :sdks:java:io:google-cloud-platform:compileTestJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testClasses
> Task :sdks:java:io:google-cloud-platform:testJar
> Task :runners:google-cloud-dataflow-java:compileTestJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:testClasses UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:testJar

> 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>
Collecting pip
  Using cached pip-21.3.1-py3-none-any.whl (1.7 MB)
Collecting setuptools
  Using cached setuptools-60.5.0-py3-none-any.whl (958 kB)
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.2.3
    Uninstalling pip-20.2.3:
      Successfully uninstalled pip-20.2.3
  Attempting uninstall: setuptools
    Found existing installation: setuptools 49.2.1
    Uninstalling setuptools-49.2.1:
      Successfully uninstalled setuptools-49.2.1
Successfully installed pip-21.3.1 setuptools-60.5.0 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, 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 211 dependencies using 16 threads.
INFO:root:pull_licenses_java.py succeed. It took 8.04556 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 :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: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/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
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
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/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
+ 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]
cf7a57324caf: Preparing
7eafed74e0fa: Preparing
dd9a7fef126e: Preparing
c6ea2f732ca5: Preparing
d49bce39f0d5: Preparing
980f81cb19ed: Preparing
81ec7d706e4b: Preparing
b48e9b3601b2: Preparing
58f16a9f8c2c: Preparing
82bba3b962f0: Preparing
cc2270272f2d: Preparing
31f85c291500: Preparing
6b2b0e32b94e: Preparing
0fbc35d51f85: Preparing
6be21046fcff: Preparing
1e5fdc3d671c: Preparing
613ab28cf833: Preparing
bed676ceab7a: Preparing
6398d5cccd2c: Preparing
0b0f2f2f5279: Preparing
6b2b0e32b94e: Waiting
81ec7d706e4b: Waiting
0fbc35d51f85: Waiting
b48e9b3601b2: Waiting
6be21046fcff: Waiting
58f16a9f8c2c: Waiting
1e5fdc3d671c: Waiting
82bba3b962f0: Waiting
613ab28cf833: Waiting
cc2270272f2d: Waiting
31f85c291500: Waiting
bed676ceab7a: Waiting
6398d5cccd2c: Waiting
980f81cb19ed: Waiting
0b0f2f2f5279: Waiting
d49bce39f0d5: Pushed
7eafed74e0fa: Pushed
dd9a7fef126e: Pushed
980f81cb19ed: Pushed
cf7a57324caf: Pushed
b48e9b3601b2: Pushed
c6ea2f732ca5: Pushed
82bba3b962f0: Pushed
58f16a9f8c2c: Pushed
0fbc35d51f85: Layer already exists
6be21046fcff: Layer already exists
31f85c291500: Pushed
81ec7d706e4b: Pushed
1e5fdc3d671c: Layer already exists
613ab28cf833: Layer already exists
bed676ceab7a: Layer already exists
6398d5cccd2c: Layer already exists
0b0f2f2f5279: Layer already exists
6b2b0e32b94e: Pushed
cc2270272f2d: Pushed
20220127101016: digest: sha256:5996afa939608bed0508be5a3856b48741df52f86eea87e80be92511475cfc78 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:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220127101016
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5996afa939608bed0508be5a3856b48741df52f86eea87e80be92511475cfc78
Deleted: sha256:26dd86bf82a34ec2a8028417c1039841dab8de96679f84d798f82a75794ae042
Deleted: sha256:370f620328ff91076832484226851c71c097f4284c355f2b7f9a7d5db6a36dcd
Deleted: sha256:47c0a84617138dbf9bdd9ef52c625461765aec2144ab5784b788dbe21edab853
Deleted: sha256:c9a19914036e7cb71f59cb1400aedffa1b046604c0a43f3d50daa588914d8725
Deleted: sha256:ec6f541a903de7289de9fd897f350bf29ed4a4d175de76023e2eb8f96bde51a3
Deleted: sha256:1a3b7e3bc501cc2223d44ff52ed438ee21f5d28aaa822716d40256aa81965fcd
Deleted: sha256:bce2bb98da046ce7261d21c169aaa6f148f8514cebdbb8adc2bec686e5e1a1eb
Deleted: sha256:3e8b626374c17b989e5b374d4c5f9f3ad6ab9a68494e451fd430a3258840e81e
Deleted: sha256:1bd896fd88363da80de14925c756b04fadb7b964163c3aab389086d4b77e6e97
Deleted: sha256:76a54e2350940bbc54b4850d0baa425f302ac592fb4ca6ef5539a788b5aa00eb
Deleted: sha256:fd69a2f577a721b0762861f894e2b68d6b568caee3bf8b3e2bf848d7371b7055
Deleted: sha256:87cf0f0caf716080bb3233796f468f5029b5b670a86a6ac10e3b6a3725b1bbfb
Deleted: sha256:5aa06d8cbc62fee7c5cbd0bfa1bd46342decac3755a27ce924ca3c96be7c0cd8
Deleted: sha256:57521dd6c6e5a6984fcc67bf2ad49aad7f7a7440b54e796ec7c452602a8a5f1b
Deleted: sha256:e35717c56e2ed52a2b65cca5ca4c30f5e049bf80ae01da8cfc081bac55f45998
Deleted: sha256:eca3ebf5c265ee0f883de8f8ab8badf65d95ae958753fbe4e8f5d6003d4e079c
Deleted: sha256:0d88617d0cb13a5e5d0c7e5db04bcf94cd12c69f27216927b698fba02ea8388c
Deleted: sha256:103b4618ab69aa7b858079ec2ac8fdc076a1bbd8fb2df703ae745d5df26d678b
Deleted: sha256:d6687b9c8cb572e0b62328d580a8382e6657e0fa3c76c9da0c037a7c58c6145e
Deleted: sha256:9385443fe26d06f4e0f5804a49153868db6135a6e31908741e2aa19c203076c0
Deleted: sha256:689e8f84de3b02f6c29fe7b6996b9e8b9ca9478787b7577bf67d4d7488a914e3
Deleted: sha256:3149a720b436320b1afb8593ba8596461797e3abbca16a90daef47d7bdb00bbb
Deleted: sha256:f8ee3e19fc53eeeeec4e0a6f6900c70340595fc0ba2ca37125774b8c7c6e6733
Deleted: sha256:79b60d5484990cf2f157bcad8e827914d891e08e301c4ca1cd9779033c7434f8
Deleted: sha256:1339bc1c7ee71f9a53287c71c9b2ea6fc8616d81d110d921e24ebf4e45ef59a3
Deleted: sha256:0198169a6c087cb7d47c9f7cb00998882d953f8c8081a55c0525a03767c00d77
Deleted: sha256:5a999651a8d2ab3ccc7e091e3729e2a065447e58d064d156cf8a09d3f043923e
Deleted: sha256:7b4505b7d1419167b1155d42ab8f93aaec7ea3f549b0f8c212a03ccdeeb92788
Deleted: sha256:dbbdc6df4f948e944b699da1acb726f6db703135a7c56ee5d15fbf80aa4a97ac
Deleted: sha256:97bb5b341b1e527ad49993ec3c196b0e8f6ae7dd07f50aca7a5062d465817010
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220127101016]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5996afa939608bed0508be5a3856b48741df52f86eea87e80be92511475cfc78]

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

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 48s
136 actionable tasks: 86 executed, 46 from cache, 4 up-to-date

Publishing build scan...
https://gradle.com/s/5pwb4yd3ummjw

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 #1718

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


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