See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/2118/display/redirect>

Changes:


------------------------------------------
[...truncated 40.99 KB...]
Collecting pip
  Using cached pip-22.0.4-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-62.1.0-py3-none-any.whl (1.1 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.0.4 setuptools-62.1.0 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_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>
        
--manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/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_Examples_Dataflow_V2/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 10.685331 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/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

> 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_Examples_Dataflow_V2/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_Examples_Dataflow_V2/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
golang.org/x/net,https://go.googlesource.com/net/+/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
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,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
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]
39b5c1d16c9a: Preparing
fba1b02de7fd: Preparing
0f10a3a5a2d8: Preparing
59ac7e3def8e: Preparing
c8d4fd84af7c: Preparing
afba7fba10f5: Preparing
f2f759363b33: Preparing
2c559c263f20: Preparing
3461b440ea3f: Preparing
6ee2118daabe: Preparing
c332ad06a1bc: Preparing
d0be19e395df: Preparing
5cc27b49497f: Preparing
6ee2118daabe: Waiting
3461b440ea3f: Waiting
09b7252695e6: Preparing
570ec06f4ee5: Preparing
575b1387983f: Preparing
0f3078493dc2: Preparing
2c559c263f20: Waiting
f2f759363b33: Waiting
cac2fff6ae3d: Preparing
08fa02ce37eb: Preparing
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
cac2fff6ae3d: Waiting
08fa02ce37eb: Waiting
afba7fba10f5: Waiting
09b7252695e6: Waiting
a037458de4e0: Waiting
bafdbe68e4ae: Waiting
a13c519c6361: Waiting
570ec06f4ee5: Waiting
575b1387983f: Waiting
5cc27b49497f: Waiting
0f3078493dc2: Waiting
c8d4fd84af7c: Pushed
fba1b02de7fd: Pushed
59ac7e3def8e: Pushed
0f10a3a5a2d8: Pushed
39b5c1d16c9a: Pushed
f2f759363b33: Pushed
2c559c263f20: Pushed
6ee2118daabe: Pushed
3461b440ea3f: Pushed
d0be19e395df: Pushed
afba7fba10f5: Pushed
575b1387983f: Layer already exists
c332ad06a1bc: Pushed
0f3078493dc2: Layer already exists
cac2fff6ae3d: Layer already exists
08fa02ce37eb: Layer already exists
bafdbe68e4ae: Layer already exists
a037458de4e0: Layer already exists
a13c519c6361: Layer already exists
09b7252695e6: Pushed
570ec06f4ee5: Pushed
5cc27b49497f: Pushed
20220506120145: digest: 
sha256:86d15f2db18cba1a837ee784dc8ecff775cd28c1bf6838fa16321a12563ebe7b size: 
4935

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

org.apache.beam.examples.complete.TrafficMaxLaneFlowIT > 
testE2ETrafficMaxLaneFlow FAILED
    java.lang.RuntimeException at TrafficMaxLaneFlowIT.java:58
        Caused by: java.net.SocketTimeoutException at 
TrafficMaxLaneFlowIT.java:58

org.apache.beam.examples.complete.TrafficRoutesIT > testE2ETrafficRoutes FAILED
    java.lang.RuntimeException at TrafficRoutesIT.java:56
        Caused by: java.net.SocketTimeoutException at TrafficRoutesIT.java:56

org.apache.beam.examples.cookbook.FilterExamplesIT > testE2EFilterExamples 
FAILED
    java.lang.RuntimeException at FilterExamplesIT.java:61
        Caused by: java.net.SocketTimeoutException at FilterExamplesIT.java:61

org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT 
> classMethod FAILED
    com.google.cloud.bigquery.BigQueryException at BigQuerySamplesIT.java:89
        Caused by: java.net.SocketTimeoutException at BigQuerySamplesIT.java:89

org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT 
> classMethod FAILED
    com.google.cloud.bigquery.BigQueryException at BigQuerySamplesIT.java:94
        Caused by: java.net.SocketTimeoutException at BigQuerySamplesIT.java:94

org.apache.beam.examples.cookbook.CombinePerKeyExamplesIT > 
testE2ECombinePerKey FAILED
    java.lang.RuntimeException at CombinePerKeyExamplesIT.java:61
        Caused by: java.net.SocketTimeoutException at 
CombinePerKeyExamplesIT.java:61

org.apache.beam.examples.cookbook.MaxPerKeyExamplesIT > 
testE2EMaxPerKeyExamples FAILED
    java.lang.RuntimeException at MaxPerKeyExamplesIT.java:63
        Caused by: java.net.SocketTimeoutException at 
MaxPerKeyExamplesIT.java:63

14 tests completed, 7 failed

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220506120145
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:86d15f2db18cba1a837ee784dc8ecff775cd28c1bf6838fa16321a12563ebe7b
Deleted: sha256:61172b9d1810d7d1408027393653fee20cf4eb6d740bfc96020577f87bc5eeac
Deleted: sha256:b38e2075e5739df4cb1a38836743a1f1f0cc5a88176188226a8fe36d1d73e34b
Deleted: sha256:749dc4d420383af51e33590509c46a0814f24b0aea8bab35f83ebb8dee208d8d
Deleted: sha256:ff00c1fdb2eab0607fcad2b7b796811453470ac43d8d472466c463384539eca4
Deleted: sha256:240d536a14437c8b66070780ff5cd094bc56dd83776b9a1ade7a18bbeb8896db
Deleted: sha256:2d77909228ef06b5731d3d9c5366db4cee55762dfe74f1c6ce27d2da7276d428
Deleted: sha256:d065920d0b8206bceca7582bf79ef644704c5b5d1c84fd555ebfe720bca5dfa4
Deleted: sha256:bcdcbe8236f793ebe451b7330368b9fe91ab1ec7fc0630f23233dba6817afeeb
Deleted: sha256:102de0304fe3d929420955908f55b4ef5caabe7336e29b9b4a516f8a7ac86642
Deleted: sha256:64fda26eb9530e59a90e98e4e1c528411cb0e2d2febf8f49b62d3b7438c884f3
Deleted: sha256:ef054b6b7760a01fc13b844ae02aa2fd31a15121793c09545602dd074f1da253
Deleted: sha256:2bad19bb0ec22969356a32409035c02bc922888523094d49087d388462b7f7bd
Deleted: sha256:2a09f9099ecaed68ac813827204fee1cfc21783fbb3c91fd1d800a9ed215de00
Deleted: sha256:da2027e7b6538ad4fbf8f9bfa93c7eeb7355763bc77a4cf265f9764b0f5d8fcf
Deleted: sha256:2cef62a8f77b015fbfcdabf57ed41b80da3a9865e49a792401984c0d1773a3fe
Deleted: sha256:fc963c03ace7e481e752f9c546b0eaf22415d88b176b9eac281a45b3661c1944
Deleted: sha256:686ba69102214f9485ce89713f3d657d3ae8c7e995d0acbd6ec8afa3750532b2
Deleted: sha256:c65f242db68de60c705879d1d9d14c5991d2f289128ef279aa7275dc3f40d391
Deleted: sha256:228f2ee22f041a2c9ef456aed20797c3130c6a6c7a9d5c936939e588691d40be
Deleted: sha256:bf67b7cd3d78c87db1a37a824a2b286da9af818fb345fd386384fef5595fc80a
Deleted: sha256:c2fe2877a8178507b58cf76b74c42766ecb28a149c989db1a813d63f26011d6c
Deleted: sha256:80471bbd52d652faf38192e1775edd0c5924d7915277fc9f07c967617a33f830
Deleted: sha256:eff1a8a137818b0039a61ba363622b938c1f8db79af78f8fde1eec9ad50da455
Deleted: sha256:b8f6741f03ea331bca7ca356b63c6e7c1e7582b9c37808a2e067bf29040e3bb9
Deleted: sha256:08c520f58c090be881fad7f03cd06ee5f8efb5160ea6e87e8c0420c0be227298
Deleted: sha256:6092d250b3abf7d7cf47eb878656f4bede735a61edc561a7f1ecfdac44ff63db
Deleted: sha256:7528f5a03100e15e6d458628459274d7f9eefd771a91f04c9cf40dc63b5d819f
Deleted: sha256:dbfd484ea614f4c56db25fd71ae0b52387e2e203bdbbe2f70c6a910cb85b98a3
Deleted: sha256:432505d5129d3ecc9194ee27cee82286761f724f01026dad806b4a86541146d2
Deleted: sha256:7313aad502e0609b21ece9e31445bf9dc539dba18acdf47916164d887a4b32e7
Deleted: sha256:ee43a59180b113bf6c2c32f36e2cc111f49d42bd474ce26ee7b02ac989d92060
Deleted: sha256:11f552d45c3fab56e613c4734633dbdaec6f95ec89dd276b1f333e1604ee44a1
Deleted: sha256:7f3da92c3d7a54db0d07ae23b2bd11312e816f16db0df97246b5e958f58d9df2
Deleted: sha256:8b9cc47d42615939aa9d73230128c087f99783b807d150ecd7544d8ae8c2d747
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220506120145]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:86d15f2db18cba1a837ee784dc8ecff775cd28c1bf6838fa16321a12563ebe7b]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/examplesJavaRunnerV2IntegrationTest/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 43m 21s
112 actionable tasks: 73 executed, 35 from cache, 4 up-to-date

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

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