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/06/03 17:36:00 UTC

Build failed in Jenkins: beam_PostCommit_Java_DataflowV2 #1697

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

Changes:

[noreply] [BEAM-14441] Enable GitHub issues (#17812)


------------------------------------------
[...truncated 52.76 KB...]
Collecting pip
  Using cached pip-22.1.2-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-62.3.2-py3-none-any.whl (1.2 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.1.2 setuptools-62.3.2 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 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.2.post1-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.11.1 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.2.post1 tenacity-5.1.5
Executing python <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>        --manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 242 dependencies using 16 threads.
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 13.956134 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:goPrepare UP-TO-DATE
> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :sdks:java:container:goBuild
/home/jenkins/go/bin/go1.18.1 build -o ./build/target/linux_amd64/boot boot.go boot_test.go

> Task :sdks:java:container:java8:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java8:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java8:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java8:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:pullLicenses' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> 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/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/sys,https://go.googlesource.com/sys/+/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
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
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
+ 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]
9ce1dcd3f063: Preparing
0c39b27acf0b: Preparing
bde0766d74f3: Preparing
5ec1f3e8b58d: Preparing
969a20e15aad: Preparing
fbf511f51c4d: Preparing
9865d254bc18: Preparing
3eb7cd8a9d25: Preparing
1a9e0516a446: Preparing
42340b8af526: Preparing
7dd1a0be63b3: Preparing
f66ea975a92d: Preparing
a143a465e121: Preparing
f51e2fad3359: Preparing
045d26622ee8: Preparing
1cc35fbb41f8: Preparing
075d20daa2c3: Preparing
817e710a8d04: Preparing
9865d254bc18: Waiting
ee509ed6e976: Preparing
9177197c67d0: Preparing
7dbadf2b9bd8: Preparing
3eb7cd8a9d25: Waiting
e7597c345c2e: Preparing
1a9e0516a446: Waiting
42340b8af526: Waiting
f51e2fad3359: Waiting
7dd1a0be63b3: Waiting
045d26622ee8: Waiting
ee509ed6e976: Waiting
f66ea975a92d: Waiting
a143a465e121: Waiting
e7597c345c2e: Waiting
817e710a8d04: Waiting
075d20daa2c3: Waiting
7dbadf2b9bd8: Waiting
1cc35fbb41f8: Waiting
5ec1f3e8b58d: Pushed
bde0766d74f3: Pushed
0c39b27acf0b: Pushed
969a20e15aad: Pushed
9ce1dcd3f063: Pushed
3eb7cd8a9d25: Pushed
9865d254bc18: Pushed
42340b8af526: Pushed
1a9e0516a446: Pushed
f66ea975a92d: Pushed
fbf511f51c4d: Pushed
1cc35fbb41f8: Layer already exists
7dd1a0be63b3: Pushed
075d20daa2c3: Layer already exists
817e710a8d04: Layer already exists
ee509ed6e976: Layer already exists
9177197c67d0: Layer already exists
7dbadf2b9bd8: Layer already exists
e7597c345c2e: Layer already exists
045d26622ee8: Pushed
f51e2fad3359: Pushed
a143a465e121: Pushed
20220603155739: digest: sha256:9ef5031bd34386977cbd09db76b61d65dcf9632dd42a21b137e99193f4883adb size: 4935

> Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest NO-SOURCE
> 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-0603155936-b8c88705
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0603155936-b8c88705
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0603155936-b8c88705
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0603155936-b8c88705
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0603155936-c46547f9
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0603155936-c46547f9
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0603155936-c46547f9
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0603155936-c46547f9
***********************************************************
***********************************************************

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

org.apache.beam.sdk.io.gcp.bigquery.BigQueryIOJsonIT > testStorageWrite FAILED
    java.lang.RuntimeException at BigQueryIOJsonIT.java:326

55 tests completed, 1 failed, 3 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220603155739
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:9ef5031bd34386977cbd09db76b61d65dcf9632dd42a21b137e99193f4883adb
Deleted: sha256:054607cb6a4789ac9a8c8e3687b7c4477fe358964d93d7cd5df52d9fbdcd24b3
Deleted: sha256:5d23f24730f8a90f9d18d1770213945c5c63c5276b1241099bb8573fba7efab5
Deleted: sha256:08482d02ae0a5518a871eb5736cf601b94fc6995958648988b01b06ffe8f3c79
Deleted: sha256:0632bdd36d72103751d9b14b2724e2b19565cc37ee65c4f82d30bcdd23133132
Deleted: sha256:78984316790690f6266e514b26b7829ff2e07210bd4d2bb907ff2528462fee2b
Deleted: sha256:53becf7a478d7e883a0a92cda64ef930e0c92696e98e1ff8d4f02e3b97738324
Deleted: sha256:0e90302a33c1a722d0f2164c22eb0e8432b58ea3398b69729795ebaf7d9455f1
Deleted: sha256:f5f1378fb0436ae98ce81d3bde1fd09ec8a48095cbcafdd4223543cd8528141e
Deleted: sha256:014c2743e0f948a94f8ccb3fa3d64a8cf14baa4cb6475777f87059250ed5160b
Deleted: sha256:8e662aae0537b942a8a59889837bc04389c2c42fd93c49274215ff4199dfd1cd
Deleted: sha256:62ae7a9f80a6074931e32c8e3704126147e33e66cc077f6e7dd1a922f6422261
Deleted: sha256:f1641d51548f697b91b13a541b89a650ad19fa8c696ff479d09878dc9300cc6e
Deleted: sha256:ac4ea3d20d9cdba88cea6e8cd457ae5cd7bb2363b2469f0588ca5a8657327a19
Deleted: sha256:271a967d9cb0f08696bdb5de3fe81616cf122a7f88ad1e3a06b7f6fbc70dcac9
Deleted: sha256:5f2f6c25794b091e58beaf4f6a88157e02ef618989ca73c43bf21180650dbd91
Deleted: sha256:2d2eaf9d5f5a3d2d010d959c3dbcb40b148bc644fb5a74f5eb5fad7842193003
Deleted: sha256:f48a5eeaccaac1cd6003c76a4e3005e6f321d1d5cb9cd4a15906dec31f95f762
Deleted: sha256:f2ee8b16de959cf49768e984767020c1eeeac9cdb6b3097b2ebd1f2f8e3f4636
Deleted: sha256:7330dcaa9de41320b12e9de2348e0912a8bb2190b3fa17e0b58d2867bb4b9366
Deleted: sha256:f40719dfad537a59adb0c7f89db60307933be3e3062391c2a972d082e9557165
Deleted: sha256:863d36d591b7323c73b8281eb64a56b5bb0407fcfcc5fea9fde5a76f2e0a05ad
Deleted: sha256:f754bb97ecca67f9d2242336e6932569f19e2887e903b7c7fdf330c83de02210
Deleted: sha256:ca31d5ac9e2ce945b3ab990fcc5042f240d10cc70e1894807bced629e0fb5561
Deleted: sha256:f211a3a3304bda8509d84df1d84d2d921149fe495ea9ee9703c31dc04f20b388
Deleted: sha256:b8b55f7ab410de8c131ce0cdd81f569069b6f70bc7ec40dd52f7fec3e9fe9b0f
Deleted: sha256:71360388735a69efb1ca5fa022bc3b4305183522582fb2b4df7f8babff9ece7d
Deleted: sha256:13212cfe95e36e456ae684b55d4fc018e0332812c6ff99876a781fbe5fadce4d
Deleted: sha256:f15c9a37c009a9a5f4d3978b9abfb1d7e81abb6dcb8313b5c00cb82110cd1845
Deleted: sha256:8573869686eb149f9446e5c0e3aee88c072768021fd41943849de4a62c0ac140
Deleted: sha256:e582a0e50ff275a32c268db944829a9e673272646075e72e9ecdfd08c47b22b0
Deleted: sha256:5f6c4d1b0ba16c1ca2776ce89b9a743a18c8e1bcd8fad50954e6e27191161c69
Deleted: sha256:176e979fac49880b4ae7434f61ce8263df01d5da81c415adbc22858574424cb4
Deleted: sha256:77b17af64b423944b4461e70e2d920e434ceea0ee5d61620385682ccf6504b57
Deleted: sha256:08565c8ffc7d4a684fe2b90a449c47381551f126a4f5d5d305231150bee7345d
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220603155739]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:9ef5031bd34386977cbd09db76b61d65dcf9632dd42a21b137e99193f4883adb]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/googleCloudPlatformRunnerV2IntegrationTest/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.4/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 1h 38m 33s
141 actionable tasks: 90 executed, 47 from cache, 4 up-to-date

Publishing build scan...
https://gradle.com/s/4dgy5oasymryi

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_DataflowV2 #1698

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


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