See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/2412/display/redirect>

Changes:


------------------------------------------
[...truncated 55.74 KB...]
Collecting setuptools
  Using cached setuptools-65.6.3-py3-none-any.whl (1.2 MB)
Collecting wheel
  Using cached wheel-0.38.4-py3-none-any.whl (36 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.3.1 setuptools-65.6.3 wheel-0.38.4
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 235 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 1.990158 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 :release:go-licenses:java:dockerRun
W1208 09:58:07.185415      32 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1208 09:58:11.937361      79 library.go:101] "golang.org/x/sys/unix" contains 
non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/[email protected]/unix/asm_linux_amd64.s
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.43.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.43.0/sdks/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause
golang.org/x/net,https://cs.opensource.google/go/x/net/+/0b7e1fb9:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/3c1f3524:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.4.0:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/15ba04fc1c0e/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.50.1/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.1/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses
> Task :sdks:java:container:goBuild

> 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.5.1/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.5.1/userguide/validation_problems.html#implicit_dependency
 for more details about this problem.

> 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]
668e6e49788c: Preparing
ee4d8a7750a8: Preparing
ec6035da40f5: Preparing
60794f18fbc0: Preparing
49c74b0b79bc: Preparing
c47b1d8d5b77: Preparing
77410701ce88: Preparing
e8ddacca5662: Preparing
35287ece4b33: Preparing
d17ac895eb6c: Preparing
657831e0155b: Preparing
015de29844b3: Preparing
9e181ac211be: Preparing
98f993423e10: Preparing
9fddabff6435: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
e8ddacca5662: Waiting
53a0b163e995: Waiting
6b5aaff44254: Waiting
35287ece4b33: Waiting
03127cdb479b: Waiting
d17ac895eb6c: Waiting
9c742cd6c7a5: Waiting
b626401ef603: Waiting
657831e0155b: Waiting
9b55156abf26: Waiting
293d5db30c9f: Waiting
015de29844b3: Waiting
98f993423e10: Waiting
9fddabff6435: Waiting
9e181ac211be: Waiting
60794f18fbc0: Pushed
49c74b0b79bc: Pushed
ec6035da40f5: Pushed
ee4d8a7750a8: Pushed
668e6e49788c: Pushed
e8ddacca5662: Pushed
77410701ce88: Pushed
d17ac895eb6c: Pushed
c47b1d8d5b77: Pushed
015de29844b3: Pushed
35287ece4b33: Pushed
657831e0155b: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
9e181ac211be: Pushed
98f993423e10: Pushed
9fddabff6435: Pushed
20221208095748: digest: 
sha256:49cd9146c8ceac4600b44b0fee1f2543b09c180b1bc15f525c1df918d4c86c27 size: 
4934

> 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-1208095847-8f57ef8b
The Pub/Sub subscription has been set up for this example: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1208095847-8f57ef8b
*************************Tear Down*************************
The Pub/Sub topic has been deleted: 
projects/apache-beam-testing/topics/testpipeline-jenkins-1208095847-8f57ef8b
The Pub/Sub subscription has been deleted: 
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1208095847-8f57ef8b
***********************************************************
***********************************************************

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

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

org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamOrderedWithinKeyIT
 > testOrderedWithinKey FAILED
    java.lang.RuntimeException at SpannerChangeStreamOrderedWithinKeyIT.java:149

78 tests completed, 1 failed, 2 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:20221208095748
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:49cd9146c8ceac4600b44b0fee1f2543b09c180b1bc15f525c1df918d4c86c27
Deleted: sha256:7b690e03d4eedde7bce4d743f761b72c17125faf4a3e95add23492bf64768ce4
Deleted: sha256:1ff5173c775869c2ca9bdb98ad266160c7dc7a2042a5781943b42af0b4383886
Deleted: sha256:34a2340f450d460f13ff2fcb9d786b4a2b79d2f03d78f271b4a8bb129446e571
Deleted: sha256:9e2cad03883b67d375c52cba8cd94e75e289aff595d102a4d6a78817e463b3ba
Deleted: sha256:f2707803515d06e1a5123ca60327da08a78cb46536c00f03a3f6a52ccfd6e18c
Deleted: sha256:9f4d9c43508314b632f9a47d0227d2b2a2441cbb4fc5228040e83c3de331e188
Deleted: sha256:0c32f94f358b1136463a81bc2a44fec779542d6af88431d946098408a7de6cf0
Deleted: sha256:52dea0f7b5f38a2a97e947ba62b44ef76caa91da623b59d9eccdb89d09b5eb9c
Deleted: sha256:ae5f4ed00fc0cfc4b6f7cb1b4958ac775a5f0d221fbb04519c1935fe124af8bf
Deleted: sha256:11ef2cd8c87a68386ed1fb28a4764ec95a1eafaa1b49c5435fcca7a002cb0bf9
Deleted: sha256:1a3ca079954a6f1dcdde1718787e0dbef755aa6608b6fc9898fabb03f77c7529
Deleted: sha256:4b3a2e222920c8ab99ba2578259ded13b9bded2e9bd6c490e8838d476de1f311
Deleted: sha256:b24bb7acf06c7a566f928101633cfdaa7e371d6a426f162fd3211c16dac1a4a5
Deleted: sha256:7b63c66cd3336961d20f8e95621124579e9b4fc5226b3db920491b5468f60bf5
Deleted: sha256:22a9e294d62f06ce3ae9c72220a8fa6c12664dc1e61fc0fffd428e4c46bd49f5
Deleted: sha256:3e81b36132490fdd3562184fb6fd240a7c0c7f7c8812c837a313422cc844e4b1
Deleted: sha256:19bafaca75bdbdb35cd661cf7446e7f8522b5f38806289cdb4d6fdbf68afa32e
Deleted: sha256:293284b1f2737fbcd33d81605274c221378beddf73e51514683d6c6c8b372abb
Deleted: sha256:528568d28d4ecbacd60394fad1dc875de7e51167f43241a9f7046b4afae8be84
Deleted: sha256:78ba71054b03de9ce97c0892463a9df87acf63d6c9a6261f07ac8b6ba83a7488
Deleted: sha256:fbfaa3bf781dcab602ae09e6174dfe0a493de0fc9bacf285b045e2d85311c60e
Deleted: sha256:d2ae6c90332f96739a596e48ff5e61ddeb8a8f444160921d98f4da894417aff4
Deleted: sha256:fba60288245efd73a4de4519da749133d0823e9b28821fa16e205671b5edfb83
Deleted: sha256:905327da1a8cfdfba23cc0055fa0866efff4a3190bfbd35dbe4e8e0316390477
Deleted: sha256:30b9889307529ff285002be5778004a262837769902413e31421836956e741f2
Deleted: sha256:c7407325c789a6f49aad362e4482e1f8951175957d29a744035a850a78603263
Deleted: sha256:383c6eec526324762b2aa937af496fd65cfa5c74a3e553e5bf43fd8df5a70072
Deleted: sha256:425a1903215847055c82dd3ec811d1323b8136313da36be98e7a3ff0e5e19c48
Deleted: sha256:3b3e1749855d7f1b98f9bca0029acf022ab313a0e5f3fffb3770aedb75a7002e
Deleted: sha256:d65e657e15df141e7533dd137b43d775cb1c12a71f57012ddbadcb9b7e771ac5
Deleted: sha256:755ca9b3fc5b25b7992553fe84b7dc340897819dcbe2ba83f9e598ae8ff94cd2
Deleted: sha256:33a7373f160a0037d8b81bfe70de1f91ba46da766e0661e2ec8d22a002672b59
Deleted: sha256:c9c8e79f2bec55d98840f2d12dfa4775575aefeba83f67563fea0853c6502e4e
Deleted: sha256:e3f8514c663ef03321d0e0a2e54cf178a52f249ed889f58bedc113fc315a3c17
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221208095748]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:49cd9146c8ceac4600b44b0fee1f2543b09c180b1bc15f525c1df918d4c86c27]

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

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.

* 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.5.1/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 3h 19m 57s
145 actionable tasks: 93 executed, 48 from cache, 4 up-to-date

Publishing build scan...
https://gradle.com/s/2fgofoo7o5kxg

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