See <https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/2293/display/redirect>
Changes: ------------------------------------------ [...truncated 56.38 KB...] 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 256 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 > Task :release:go-licenses:java:dockerRun go: added github.com/apache/beam/sdks/v2 v2.42.0 go: added github.com/golang/protobuf v1.5.2 go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810 go: added golang.org/x/text v0.3.7 go: added google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc go: added google.golang.org/grpc v1.49.0 go: added google.golang.org/protobuf v1.28.1 + go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses W1108 15:57:59.017999 27 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 W1108 15:58:03.427629 183 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.42.0/sdks/go/README.md,Apache-2.0 github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.42.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/+/1bab6f36:LICENSE,BSD-3-Clause golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/9e6da59bd2fc/LICENSE,Apache-2.0 google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.49.0/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 :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 25.549616 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.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 :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] 168d6e02b25f: Preparing 9336f404ff30: Preparing edac1a987cbb: Preparing e1cc390fab57: Preparing a5f876834806: Preparing 4fa3c49e13df: Preparing 3271a9a85749: Preparing 1c68474ca131: Preparing a026ab46457e: Preparing 9dd83fc767dd: Preparing 37b9e3c6bcda: Preparing ee54e458bb8d: Preparing 50eb62cf4783: Preparing d2382492733a: Preparing 493ca3bb17a5: Preparing 6b5aaff44254: Preparing 53a0b163e995: Preparing b626401ef603: Preparing 9b55156abf26: Preparing 293d5db30c9f: Preparing 03127cdb479b: Preparing 9c742cd6c7a5: Preparing 493ca3bb17a5: Waiting 6b5aaff44254: Waiting 3271a9a85749: Waiting 293d5db30c9f: Waiting 03127cdb479b: Waiting 9c742cd6c7a5: Waiting 53a0b163e995: Waiting ee54e458bb8d: Waiting 50eb62cf4783: Waiting d2382492733a: Waiting 1c68474ca131: Waiting b626401ef603: Waiting 37b9e3c6bcda: Waiting 9b55156abf26: Waiting 9dd83fc767dd: Waiting 4fa3c49e13df: Waiting a026ab46457e: Waiting a5f876834806: Pushed e1cc390fab57: Pushed edac1a987cbb: Pushed 9336f404ff30: Pushed 168d6e02b25f: Pushed 3271a9a85749: Pushed 1c68474ca131: Pushed 9dd83fc767dd: Pushed a026ab46457e: Pushed 4fa3c49e13df: Pushed 37b9e3c6bcda: Pushed ee54e458bb8d: 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 d2382492733a: Pushed 493ca3bb17a5: Pushed 50eb62cf4783: Pushed 20221108155742: digest: sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a size: 4935 > Task :runners:google-cloud-dataflow-java:coreSDKJavaRunnerV2IntegrationTest > NO-SOURCE > Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest org.apache.beam.examples.cookbook.FilterExamplesIT > testE2EFilterExamples FAILED java.lang.RuntimeException at FilterExamplesIT.java:73 *********************************************************** *********************************************************** **********************Set Up Pubsub************************ The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-1108155903-7301bfdb The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1108155903-7301bfdb *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1108155903-7301bfdb The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1108155903-7301bfdb *********************************************************** *********************************************************** *********************************************************** *********************************************************** **********************Set Up Pubsub************************ The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-1108155903-f5b1576c The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1108155903-f5b1576c *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-1108155903-f5b1576c The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-1108155903-f5b1576c *********************************************************** *********************************************************** 13 tests completed, 1 failed > Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest > FAILED > Task > :runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221108155742 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a Deleted: sha256:9e69aad940aded6ed8243cdbf44d69826afbf412601f34d0edf2a44e811bce25 Deleted: sha256:713b948d8532d1ccd161250e6a951292973616b6746d1e7a13f958d179204156 Deleted: sha256:84eccd285a617e4a178f3e49dc27231240fc082a9de978a956d6754f7de4afe6 Deleted: sha256:f31099fb5e7d0a243e54951f9d76d722134c928d4b9d6427faacb303fc60fd76 Deleted: sha256:9c57010cc23a10a8290f3f046280bdefaae0d5d204bd00416c25050a069ca0ab Deleted: sha256:37541be5828a184c9517814fce0a8988d8c5ada974b010ab94b3446dd5c499de Deleted: sha256:6777764ce7c692148903985f0f54b769cae50783548113687dc79bdc231562f1 Deleted: sha256:81b9e91b7464d4ec55e2646c505bcee8b3e1a2218c6d9ff74a1be72c9e3e92ea Deleted: sha256:52e623f15c90004fb15dfff34732f5e7cf685c4430bd7d886d2429cbcd411025 Deleted: sha256:224edd9b7be4b5dbd3f1c240c4ffcccb990c080822c83877f0d0bff213336890 Deleted: sha256:07ff2c82132f232c956639c071cec831da8ebecfc24638dc43ba5e5c14fd80ed Deleted: sha256:f8b21cfb1d8cead3705c70fd8b56ddae982a3ee39b16b84cc71999e682b95095 Deleted: sha256:c19b3380aa4612105ca45857ef948faa3c4ffc1cf1a11c353d2e899265801871 Deleted: sha256:edf0819816c2d01b5486c06facbb64e0b6df31db18408a3879fec2806cb3b800 Deleted: sha256:aebc5decdaa8239bd28c491c6f43a813596aa9a0fcc15ab35f1a350ad1762955 Deleted: sha256:10ab68050cd4787ae3df71acb3aeedb87f10532ec17074d9bd68f46bd36336cd Deleted: sha256:9a330cf046402d966c7a4b8337c98ef107b6e4b941a62c73fd8c5ac85dd73ede Deleted: sha256:559b143ff67eb4a6ec00dc806be191601bc12806a4f81138d7e559cfe05f72f4 Deleted: sha256:363a42a59d2a33632e8a64f9154f0564b43b10b9e320c186782b3a0c32347416 Deleted: sha256:6712d0697496dbbe9c42f125b2ec600816b2093560031fa6de8753dff50446cc Deleted: sha256:68aa854223daa98404515a6d76c1ea9dbbc90301fa52f89d080dca4d847b2bb7 Deleted: sha256:e266fc6e00f38a0d92d6ecbe091fbed6e302eeaf9f5cebbef829267eef730522 Deleted: sha256:7d619b59300fccf1e50bdf04da05c38f1b31f9dc496f60fc31ae2ddb49178cf8 Deleted: sha256:ac8910f38ab7f9fa63e5ddc9f72353b77a0879d15aa7643eaf2603b3e604b682 Deleted: sha256:00d191bc2da7a7ced9927f54e43ea29e8d5c035c27bb03d5005c2340ebf40aa2 Deleted: sha256:aa8547e19a1fa776a2adc8454a3c7fb1a6e7c21244f995f2090aaf7e6b85829f Deleted: sha256:d5517aacee89b3d80fd52a64877a58bed83596323e4b4c13387f56f87dad1b4c Deleted: sha256:5983f4a69ee441ca593f32809a742942d2b5c1028e9407ac55e1864ba60abeee Deleted: sha256:b0f729aff6bb91f3a8b804264dc19562d3fa17904e5cd2b86fee7fd5dc9ae398 Deleted: sha256:fd05a22e6cd0271e12ee68509eb632ffa500613331e0a2e213b4653a7b9888da Deleted: sha256:5f81c431bba7bceeae78b9bded3a1d8f6b9c45eca0ea6bbb07cfc3daa00b77a9 Deleted: sha256:6cd768e5a7d873f204c0492129a50770015a008b56d96433459a90c98d1ca714 Deleted: sha256:2361cd172fae5398b31eb06b7be4ef50ee7071aa8136a454c279025533875bf5 Deleted: sha256:43021514c3cb521cf3300928ea69a7a9830b0517fa09befe3505c79e46d6bcf1 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:20221108155742] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221108155742] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5f032a9327c65be1280a3bc470dd26d8ba5eb0c5fdbe4e549e83c67c8397462a]. 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_DataflowV2/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. * 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 18m 21s 145 actionable tasks: 93 executed, 48 from cache, 4 up-to-date Publishing build scan... https://gradle.com/s/v2ckxqkyiaopq 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]
