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 11:35:11 UTC

Build failed in Jenkins: beam_PostCommit_Java_DataflowV2 #1696

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

Changes:

[noreply] [BEAM-11167] Updates dill package to version 0.3.5.1 (#17669)

[noreply] [BEAM-6258] Use gRPC 1.33.1 as min version to ensure that we pickup


------------------------------------------
[...truncated 81.62 KB...]
    url_read = urlopen(Request(url, headers={'User-Agent': 'Apache Beam'}))
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 563, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for duct-tape-1.0.8: http://opensource.org/licenses/MIT. Retrying...
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

> 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
golang.org/x/net,https://go.googlesource.com/net/+/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/protobuf,https://go.googlesource.com/protobuf/+/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
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/text,https://go.googlesource.com/text/+/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/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/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:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 87.526 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 :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]
aa604f6488f9: Preparing
946ff84260a4: Preparing
6f2af5ea5c83: Preparing
ad5d42bc4830: Preparing
9d1bfd94e8c6: Preparing
bd843c71c848: Preparing
305e452e7fbb: Preparing
9f2b22933a8c: Preparing
fbc75f636795: Preparing
27ed8837646a: Preparing
a610de51eec0: Preparing
305e452e7fbb: Waiting
9f2b22933a8c: Waiting
bd843c71c848: Waiting
fbc75f636795: Waiting
27ed8837646a: Waiting
50a1166fcc07: Preparing
c23e65fbc201: Preparing
8fd1ab4bd295: Preparing
f50c1bf0f87b: Preparing
1cc35fbb41f8: Preparing
075d20daa2c3: Preparing
817e710a8d04: Preparing
ee509ed6e976: Preparing
9177197c67d0: Preparing
7dbadf2b9bd8: Preparing
e7597c345c2e: Preparing
50a1166fcc07: Waiting
a610de51eec0: Waiting
c23e65fbc201: Waiting
1cc35fbb41f8: Waiting
8fd1ab4bd295: Waiting
f50c1bf0f87b: Waiting
9177197c67d0: Waiting
817e710a8d04: Waiting
e7597c345c2e: Waiting
075d20daa2c3: Waiting
7dbadf2b9bd8: Waiting
ee509ed6e976: Waiting
946ff84260a4: Pushed
9d1bfd94e8c6: Pushed
6f2af5ea5c83: Pushed
ad5d42bc4830: Pushed
aa604f6488f9: Pushed
305e452e7fbb: Pushed
9f2b22933a8c: Pushed
27ed8837646a: Pushed
bd843c71c848: Pushed
50a1166fcc07: Pushed
fbc75f636795: Pushed
1cc35fbb41f8: Layer already exists
075d20daa2c3: Layer already exists
817e710a8d04: Layer already exists
ee509ed6e976: Layer already exists
a610de51eec0: Pushed
9177197c67d0: Layer already exists
7dbadf2b9bd8: Layer already exists
e7597c345c2e: Layer already exists
8fd1ab4bd295: Pushed
f50c1bf0f87b: Pushed
c23e65fbc201: Pushed
20220603095737: digest: sha256:096629995e9465c5a749d4df1b8db3bab358f37e6f30c8bc196e30ea173204e0 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-0603100009-1faccd39
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0603100009-1faccd39
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0603100009-1faccd39
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0603100009-1faccd39
***********************************************************
***********************************************************

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

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

org.apache.beam.sdk.io.gcp.pubsublite.ReadWriteIT > testReadWrite FAILED
    java.lang.AssertionError at ReadWriteIT.java:258

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:20220603095737
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:096629995e9465c5a749d4df1b8db3bab358f37e6f30c8bc196e30ea173204e0
Deleted: sha256:122377920bf0e410894a899ce117a49d0df1051f0da19d68002644f8eb19a32c
Deleted: sha256:31ca8e2800fb8f8d515b2873a5e46694fa374387df4cb1fee09cb9fadcc71c63
Deleted: sha256:3b193c62d458b0d2553e76c381f570eaa93308d29863ede94cbf84ba2dfac23e
Deleted: sha256:315e6070528f40a475538b165fc1d78878417591e3b0ff71523ffe078136bbdf
Deleted: sha256:0ccdfe19e3d308756f559adb4017328bb5a927705a9cac106395b42842496bd9
Deleted: sha256:8444404eb0b9db0e706df29f6fdfaedeec1adc876a3f15035f30d376d923d2cc
Deleted: sha256:98f61efd46eae8594f322692a3a9523a4f9a5733cc9248ae4a4db6a1d8baded6
Deleted: sha256:a8edd2c0c856fdaf0277e340dbbf5b46099b6560aafbf25fffae2ca02c832f6a
Deleted: sha256:93844e8b8bef05f44757185317289ce0df7b50577cebde74af772d59748c629e
Deleted: sha256:06dbf485bf1b0c4033ee4ff836a05e4214e474d59b6325653d7ffb193a664020
Deleted: sha256:a593311778df4c846bf0a2f537beabf6afe7df23c2a94e4a18508bee78517ef7
Deleted: sha256:1b302a384933a61a7b7f4592d315e81a8d634c8c9d0295d670877e4ea0427a76
Deleted: sha256:e66a67f7fc9663bd4258b1d7bfbcbc9de163477a9a834e9574204956866d7e8d
Deleted: sha256:d38d35df48b57ac8fa638e6c59b663a782d13d1f9b4475ade88c5044e3b333b5
Deleted: sha256:a52fa40c9a33a0d9c6cc3f286cd7bd00d7d692ddb2def4a9dd0be75b5bb1458d
Deleted: sha256:4242db49808e697246e50f773a2b413ad717c7517a60e1d58e43dc6982cf1d4d
Deleted: sha256:510797eea1da39d5402a359b8bf313b4f7c04ac2b9cb4490d78dd07b15b273b0
Deleted: sha256:d8468061173147bdc2c17acdd4799a101d6bb4f83a0c273ec495f08e3248aeb1
Deleted: sha256:a6c496ad6133492d47e96665bd191eecbd657e07f92d0f28b92caed45bbf08d8
Deleted: sha256:534302f8977b683dda966e132ad75858658698f1a5be821351c68a7aa7c380da
Deleted: sha256:d3de2fd920d4c4c7fa22792f1aa165ebc170be1485245f2f734d80e310ffc067
Deleted: sha256:5c6f3d5417acda1c5aa59901a6266eb90da767cad05272a8b6ee08143a68b12e
Deleted: sha256:4194b2340b16cbbf42f7519d6252e8aa67d477badf3118bc68a22d91795afd6a
Deleted: sha256:a4d66eba75e051ef054bc9145cb9b6a69914981b053b2123502decb3fe60fdc7
Deleted: sha256:9c3dbb15e8f8eff5a5f54acce33fb25d5c15fd75a2e85c3bdb449a560a13650c
Deleted: sha256:8e7abc98f039ba01ee994affb7d6e7920f04edd1260f58651a5169a04b5d5c81
Deleted: sha256:3afc1221d25ea770bfbdab154a0bbb0b2314488c3b79adb0221bdcd7cf480ee8
Deleted: sha256:93a8f0d197cc6e854de9865ed531289c98d44acd948ac0e8afe1d5380ed0fb2f
Deleted: sha256:a458c0a3942138c24a0af0d9ed93ef097814899ad08681930737232efad26d4b
Deleted: sha256:267603588fe712d9e164020349eadbb07459ab74a8042c9d85bf8dbd0a1d61ab
Deleted: sha256:a301a731770b674b1fd519e06e4a698d3f00f29caa817b8cdd25caef32e00b3c
Deleted: sha256:c905fe9c91a862d37937aa03f320f1871d072762709a14fd0d39ab9cb404177e
Deleted: sha256:7c19d56c0bdf7ee5e62cd2c5aa5be7a210aee7f4882144f786cc9470d9cb7f65
Deleted: sha256:4d84fb2d571737534a455320092f58796d94e510311021cc939be51ec6da72d2
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220603095737]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:096629995e9465c5a749d4df1b8db3bab358f37e6f30c8bc196e30ea173204e0]

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

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 37m 43s
141 actionable tasks: 90 executed, 47 from cache, 4 up-to-date

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

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


Build failed in Jenkins: beam_PostCommit_Java_DataflowV2 #1697

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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