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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to