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 2021/09/01 13:53:48 UTC

Build failed in Jenkins: beam_PostCommit_Java_DataflowV2 #609

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

Changes:


------------------------------------------
[...truncated 46.18 KB...]
  Using cached PyYAML-5.3.1-cp35-cp35m-linux_x86_64.whl
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.1-py3-none-any.whl (32 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, tenacity, pyyaml, future, beautifulsoup4
Successfully installed beautifulsoup4-4.9.3 future-0.18.2 pyyaml-5.3.1 six-1.16.0 soupsieve-2.1 tenacity-5.1.5
Executing <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/ws/src/sdks/java/container/build/virtualenv/bin/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> 
INFO:root:Pulling license for 207 dependencies using 16 threads.

> Task :sdks:java:harness:shadowJar FROM-CACHE

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 1.894681 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:java8:copyJavaThirdPartyLicenses
> Task :runners:java-fn-execution:compileJava FROM-CACHE
> Task :runners:java-fn-execution:classes UP-TO-DATE
> Task :runners:java-fn-execution:jar
> Task :sdks:java:expansion-service:compileJava FROM-CACHE
> Task :sdks:java:expansion-service:classes UP-TO-DATE
> Task :sdks:java:expansion-service:jar
> Task :runners:direct-java:compileJava FROM-CACHE
> Task :runners:direct-java:classes UP-TO-DATE
> Task :sdks:java:io:kafka:compileJava FROM-CACHE
> Task :sdks:java:io:kafka:classes UP-TO-DATE
> Task :sdks:java:extensions:ml:compileJava FROM-CACHE
> Task :sdks:java:extensions:ml:classes UP-TO-DATE
> Task :runners:direct-java:shadowJar FROM-CACHE
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:extensions:ml:jar
> Task :sdks:java:io:google-cloud-platform:compileJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:classes UP-TO-DATE
> Task :sdks:java:io:google-cloud-platform:jar
> Task :sdks:java:container:java8:copyDockerfileDependencies
> Task :runners:google-cloud-dataflow-java:compileJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:classes
> Task :examples:java:compileJava FROM-CACHE
> Task :examples:java:classes UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:jar
> Task :examples:java:jar
> Task :sdks:java:io:google-cloud-platform:compileTestJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testClasses
> Task :sdks:java:io:google-cloud-platform:testJar
> Task :examples:java:compileTestJava FROM-CACHE
> Task :examples:java:testClasses
> Task :examples:java:testJar

> 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/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
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
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:buildAndPushDockerContainer
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]
f060f6438798: Preparing
ad8dca056702: Preparing
356b323de17e: Preparing
85d647bdacc6: Preparing
ae34c1e208b4: Preparing
c8cdc9b03494: Preparing
7481657279e6: Preparing
1c34cdbc32f3: Preparing
27187c9dd1e7: Preparing
3f4bf8a2ffd5: Preparing
f209ab8c53cb: Preparing
34b8323e1643: Preparing
cf8ce6105788: Preparing
8ff94addd2f4: Preparing
062f9311b72d: Preparing
9889ce9dc2b0: Preparing
21b17a30443e: Preparing
05103deb4558: Preparing
a881cfa23a78: Preparing
c8cdc9b03494: Waiting
7481657279e6: Waiting
1c34cdbc32f3: Waiting
27187c9dd1e7: Waiting
3f4bf8a2ffd5: Waiting
f209ab8c53cb: Waiting
34b8323e1643: Waiting
cf8ce6105788: Waiting
8ff94addd2f4: Waiting
062f9311b72d: Waiting
9889ce9dc2b0: Waiting
21b17a30443e: Waiting
05103deb4558: Waiting
a881cfa23a78: Waiting
ad8dca056702: Pushed
356b323de17e: Pushed
ae34c1e208b4: Pushed
85d647bdacc6: Pushed
f060f6438798: Pushed
c8cdc9b03494: Pushed
1c34cdbc32f3: Pushed
27187c9dd1e7: Pushed
34b8323e1643: Pushed
cf8ce6105788: Layer already exists
8ff94addd2f4: Layer already exists
f209ab8c53cb: Pushed
062f9311b72d: Layer already exists
9889ce9dc2b0: Layer already exists
21b17a30443e: Layer already exists
05103deb4558: Layer already exists
a881cfa23a78: Layer already exists
7481657279e6: Pushed
3f4bf8a2ffd5: Pushed
20210901120117: digest: sha256:0a53d073c255af338eb2c1763468c577b7cfb9cfddfdd4ea8284aa8ce4c0b21a size: 4311

> 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-0901120500-a29f0ac7
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0901120500-a29f0ac7
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: apache-beam-testing:traffic_routes_1630497893299.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0901120500-a29f0ac7
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0901120500-a29f0ac7
The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_routes_1630497893299.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage.
***********************************************************
***********************************************************

***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0901122946-87cad382
The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0901122946-87cad382
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example: apache-beam-testing:traffic_max_lane_flow_1630499385438.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0901122946-87cad382
The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0901122946-87cad382
The BigQuery table might contain the example's output, and it is not deleted automatically: apache-beam-testing:traffic_max_lane_flow_1630499385438.traffic_max_lane_flow_table
Please go to the Developers Console to delete it manually. Otherwise, you may be charged for its usage.
***********************************************************
***********************************************************

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

org.apache.beam.sdk.io.gcp.healthcare.HL7v2IOReadWriteIT > testHL7v2IOE2E FAILED
    com.google.api.client.googleapis.json.GoogleJsonResponseException at HL7v2IOReadWriteIT.java:87

org.apache.beam.sdk.io.gcp.healthcare.HL7v2IOReadIT > testHL7v2IO_ListHL7v2Messages_filtered FAILED
    com.google.api.client.googleapis.json.GoogleJsonResponseException at HL7v2IOReadIT.java:80

org.apache.beam.sdk.io.gcp.healthcare.HL7v2IOReadIT > testHL7v2IO_ListHL7v2Messages FAILED
    com.google.api.client.googleapis.json.GoogleJsonResponseException at HL7v2IOReadIT.java:80

37 tests completed, 3 failed, 1 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210901120117
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:0a53d073c255af338eb2c1763468c577b7cfb9cfddfdd4ea8284aa8ce4c0b21a
Deleted: sha256:5e8f1f3e9480aa125637d20841b6ff4ffaa7bf12600cf2dc124ac1a493f2ccb6
Deleted: sha256:681ead297be76d1782c01c67bbbff48330e7362a4b81fca405619b43ef138814
Deleted: sha256:38c3a70c90060f2b36c838edf5bb16281638d1c4ae928cb120ec8ced253c1982
Deleted: sha256:1ab2491afe0979cbdd83b2fc22c5a5e8bf214f1acaaf9c97fa44a88ce67178a3
Deleted: sha256:f9234ce8af6674c7e56b3c9f7ad202e4cae656c81d813d728899393100ab91a3
Deleted: sha256:74ee8115ee637414e92af66070980316179bb05b8c27657cf6d89c3c114c38ea
Deleted: sha256:6a427bf704d1f65a536912c2eb599272d4f0d3368a06c4c62fd258750d33d208
Deleted: sha256:1cb60be7c458b93eaa41f0fc1b8add681a913d2d85e9d83677c3066e1186496f
Deleted: sha256:77372ebcc3bd5460a6cf8822bd68896268a75f33fa00a1c18bc4436113dbc4c6
Deleted: sha256:ec2a236721dbf4b54ee274b3097c9ebcfb6c93f02ed1a6dc12c8927611851020
Deleted: sha256:f828e2a3aab5b32dc9c673d810ae44a1f49dce9163f5bfa6f41cf70b4c9b941e
Deleted: sha256:3a19ecf0f96ffc9de3db61b7df854768a42f988201c1eb9a7fc175b80f566570
Deleted: sha256:154adeb196026e5fee75eee13ddedc961756eed8335da4d3896458766df1051d
Deleted: sha256:abee34e8fa07bd3d8a694566affeabce57aa2ca71cd9738075e36b762698ce50
Deleted: sha256:b9fbfc3238191274d518261d2a5abc08c32221e589bc666d39b8209551f4c37c
Deleted: sha256:0623dcab3f4c54146f74c5c46205feffd14fc3b9535a819322b93bf611ae3256
Deleted: sha256:bd8ce7f83083af052c67729195b68996bd3f3f1eb6b0d7b23d74a84e4621712e
Deleted: sha256:101161d061265ab53952aa7b52a1db32f3867f53268f39fd11db166796976def
Deleted: sha256:2935e637b0e33e31cb76204e6a9fc810c4a1acab61f6310a9f6416217efd9569
Deleted: sha256:ad33a057a56ffe804e6e113d7ebdfac4f2f4fce939e5056174fe042d536afb60
Deleted: sha256:98e5ad88339b59efb964a1260f0f86590b029ab2fc33e4f34caedd4918060fe8
Deleted: sha256:9883a6a393fcc888ebe524e63074a7d6968ce252c041e55be19ddd477fcc8446
Deleted: sha256:5915f3a1c0fa5aa98cfd9743c7af601479d9649c5ed4ba84f6f21ecf6f1186c4
Deleted: sha256:66ee622f7f8c56706c1b3e24150d4c589e3dd4214cf24530168a2c1a8150d8bf
Deleted: sha256:7713bd37f26b69fbb44d4c745186247ba5d99a5a90dcde9c45433000cc767909
Deleted: sha256:6a11d18c69571f79f0df9b2ac6b4b371720d1ed3656135276275791b10f9b1ad
Deleted: sha256:955ae3ebdd201f9729a9c71caca4adaf0820b426cbbf2c1152b33a6ebf5f6d33
Deleted: sha256:5abfda9373abbead293a03983631f7cea4e226f264344cdca05370356b62d359
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210901120117]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:0a53d073c255af338eb2c1763468c577b7cfb9cfddfdd4ea8284aa8ce4c0b21a]

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

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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1h 53m 13s
129 actionable tasks: 87 executed, 40 from cache, 2 up-to-date

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

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 #610

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


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