See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/1930/display/redirect>
Changes: ------------------------------------------ [...truncated 35.02 KB...] > Task :examples:java:compileTestJava FROM-CACHE > Task :examples:java:testClasses > Task :examples:java:testJar > Task :sdks:java:container:generateLicenseReport > Task :sdks:java:container:java11:copyDockerfileDependencies > Task :sdks:java:container:pullLicenses Copying already-fetched licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/reports/dependency-license> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/target/java_third_party_licenses> Collecting pip Using cached pip-22.0.4-py3-none-any.whl (2.1 MB) Collecting setuptools Using cached setuptools-61.3.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-61.3.0 wheel-0.37.1 Collecting beautifulsoup4<5.0,>=4.9.0 Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 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.1-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.10.0 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.1 tenacity-5.1.5 Executing python <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/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_java11/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_java11/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_java11/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_java11/ws/src/sdks/java/container/license_scripts/manual_licenses> INFO:root:Pulling license for 224 dependencies using 16 threads. INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5 INFO:root:pull_licenses_java.py succeed. It took 39.118562 seconds with 16 threads. Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java11/ws/src/sdks/java/container/build/target/third_party_licenses.> Finished license_scripts.sh > Task :sdks:java:container:java11:copyJavaThirdPartyLicenses > 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/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause 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 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:java11:copyGolangLicenses > Task :sdks:java:container:java11:dockerPrepare > Task :sdks:java:container:java11: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] f05da07eac76: Preparing 19df965a2a4a: Preparing 24b2c6d42425: Preparing dacb0a03e9c7: Preparing 2d9c9544468d: Preparing b1889a39dae9: Preparing 393bc52e6c0e: Preparing 22a351a7a071: Preparing 87b8f953e906: Preparing 52bff49d8231: Preparing 1bdc1d74029e: Preparing 393bc52e6c0e: Waiting 958bc6fb33e9: Preparing 9977be25de67: Preparing 7949dca38ceb: Preparing 97b3927d1115: Preparing 87b8f953e906: Waiting 0816d1f73744: Preparing 52bff49d8231: Waiting 84f2cb0fc541: Preparing b0dc1a441986: Preparing 7a7698da17f2: Preparing 1bdc1d74029e: Waiting d59769727d80: Preparing 348622fdcc61: Preparing 958bc6fb33e9: Waiting 4ac8bc2cd0be: Preparing 9977be25de67: Waiting 7949dca38ceb: Waiting 7a7698da17f2: Waiting 97b3927d1115: Waiting d59769727d80: Waiting 0816d1f73744: Waiting 348622fdcc61: Waiting 84f2cb0fc541: Waiting 4ac8bc2cd0be: Waiting b0dc1a441986: Waiting 24b2c6d42425: Pushed 2d9c9544468d: Pushed 19df965a2a4a: Pushed dacb0a03e9c7: Pushed f05da07eac76: Pushed 393bc52e6c0e: Pushed 22a351a7a071: Pushed 52bff49d8231: Pushed 958bc6fb33e9: Pushed 1bdc1d74029e: Pushed 87b8f953e906: Pushed 0816d1f73744: Layer already exists 84f2cb0fc541: Layer already exists b0dc1a441986: Layer already exists b1889a39dae9: Pushed 7a7698da17f2: Layer already exists d59769727d80: Layer already exists 348622fdcc61: Layer already exists 4ac8bc2cd0be: Layer already exists 7949dca38ceb: Pushed 97b3927d1115: Pushed 9977be25de67: Pushed 20220401120109: digest: sha256:0fc6d0644ca68d481033a526e241983ca6af93e3794c21af4bba7483241a4913 size: 4935 > 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-0401120448-f62a6c7f The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0401120448-f62a6c7f *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0401120448-f62a6c7f The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0401120448-f62a6c7f *********************************************************** *********************************************************** org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT > testTableIO FAILED java.lang.RuntimeException at BigQuerySamplesIT.java:121 *********************************************************** *********************************************************** **********************Set Up Pubsub************************ The Pub/Sub topic has been set up for this example: projects/apache-beam-testing/topics/testpipeline-jenkins-0401120447-3a26eece The Pub/Sub subscription has been set up for this example: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0401120447-3a26eece *************************Tear Down************************* The Pub/Sub topic has been deleted: projects/apache-beam-testing/topics/testpipeline-jenkins-0401120447-3a26eece The Pub/Sub subscription has been deleted: projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0401120447-3a26eece *********************************************************** *********************************************************** 13 tests completed, 1 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:20220401120109 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:0fc6d0644ca68d481033a526e241983ca6af93e3794c21af4bba7483241a4913 Deleted: sha256:c7591c53ea83c84497f7c4b325e5b55bb194ddaf13f938852d7124f6e2859d86 Deleted: sha256:d2d5092e46d13ada6169a22d24b3a3b4f50a9d567752204d9086cb4070df132c Deleted: sha256:96a1ce7dbda519790e922f55713e78a5de14228a1592e9557ba409138bd782f9 Deleted: sha256:a92408037e40dc5657cba51b711c59d9b8ce2d1b7935d155e28a626e9c8b1d04 Deleted: sha256:fb41290758a4b8eba44c4058205d6eb49d6d929fbdd0314e5994c7112ad522eb Deleted: sha256:aadeeca860c5c443c0c7fb30074ac87f08109210ed6e69fd61d1b907b563c65e Deleted: sha256:34cd531f122b162f6340edcc40230ab3e9c2c42c4a10942390465a1325c8fc34 Deleted: sha256:b08cff89f4516c97a4d1ab066b31582d009cbff497c8b95e4afcc62d24230532 Deleted: sha256:8ba2ca5a78e72a1bec8ab08c06e620fe6df6eac8952456186d8ebba022a0ad04 Deleted: sha256:41c0404ceb580d5661a20ad28ab7a07ee8fea1c91f5c07866e1d586809dc47b9 Deleted: sha256:0ff8999834eb099b9804e714b33b03cdb1fe7f31eee026f3d83a69bb5726c6cc Deleted: sha256:ae1a0af1b6db0c6f368385663c885939141fbef7bed6bfd4b7e74d3cc9f6a549 Deleted: sha256:0e548c46cda3fb2e0a74ec46ce9423a4e07f46322b6f80c689ec1df61363241b Deleted: sha256:64fe7d8a04115ddeb5a878fe550c1397c518cf2aca85392cdc47291a8cad958f Deleted: sha256:ccc99eeacb987490a712e99731b1ca11b36d02fbb9ae64b5c729f17c2aaf58c6 Deleted: sha256:9b24c532008e6db7f8e8ee0f85fe5f6b3753c648cd327759c61774880e374d13 Deleted: sha256:ba161f909a7a8edbccbae1f204e3525a9b4cc6cac94e40a6fd51398a7cc506a7 Deleted: sha256:2b61520025e22ce54054831740b9a3e1f52712c8f8457dc1428cc08d47c89f31 Deleted: sha256:ea451c22515faf050817083d2cce4f0b96bb992cd990342f883778e82fb4ef98 Deleted: sha256:38866882de550a217a288fea48ab0d999efadc5d3a29760c7e35f4ee9e83fb8c Deleted: sha256:4a8ab25c2c3771ad95719e60f8d6b900aa5f693662f11d36717e4a79d9ad1060 Deleted: sha256:6a58448839bd52783a1258f6a718b62ba7ea1719975a720b03a3719fd9f8aafb Deleted: sha256:6677f186cd32318437c0272643ee6ee18c4038294f55c2f51e4f4c0e9dec7421 Deleted: sha256:ade57fb5a7052b531dc169b0aa2a5d455d62bcdab4b938627eaef29f05cecb10 Deleted: sha256:3a641e1b324f0308f57889ad2c1765cf238d464d84655e8bae9b85a2f32fa8f9 Deleted: sha256:653b40a73a86bee7cee4e50aa7c345c2d4e4a9a592fa921e07a8d199b4798a2f Deleted: sha256:e7e008413c9265a6ac90a19fed72b5d847d7c3bc08a58c1051134c4ca764f83b Deleted: sha256:6ec827bd1dbb3a00135062d4c99ba74dcc24edef005252ff73cf7833df5aae5a Deleted: sha256:5037a26b4640585bcf3e2ff385a73a67db1ba2b55613d3cb989a6a6d7aaca02b Deleted: sha256:5f7426ad79b054c005fb02b64e3eb7d5a70749c6585a6a072f5717c5428e3aa2 Deleted: sha256:c0d074147ed75d2486c0323b6c9d7ad66a68296e4468987cd2923b58af09b6b6 Deleted: sha256:45120c58d489c0297acdd2e0164ca42ad84d0dcd0856ea1e99caa7bfc4e67924 Deleted: sha256:3d16ddd860fc1df0272f8053326c5cb5ad8ace5553e84e538b9ec43b6140e995 Deleted: sha256:971d153224f122d7846d509cd912df1a6009bb3e8fc48a474531262715cb8258 Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220401120109] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:824b2ae847c82a0e6a81b27eeebfb8fedad3f256ca92bba37ea3101a968bc69f] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220401120109] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:824b2ae847c82a0e6a81b27eeebfb8fedad3f256ca92bba37ea3101a968bc69f])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cab39d4fe90ebff9c139105ea54d0bc441571d926c1a441c41f34429c6fa9321 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cab39d4fe90ebff9c139105ea54d0bc441571d926c1a441c41f34429c6fa9321 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:cab39d4fe90ebff9c139105ea54d0bc441571d926c1a441c41f34429c6fa9321]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:824b2ae847c82a0e6a81b27eeebfb8fedad3f256ca92bba37ea3101a968bc69f Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:824b2ae847c82a0e6a81b27eeebfb8fedad3f256ca92bba37ea3101a968bc69f Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:824b2ae847c82a0e6a81b27eeebfb8fedad3f256ca92bba37ea3101a968bc69f]. 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_java11/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.3.2/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 34m 42s 88 actionable tasks: 53 executed, 33 from cache, 2 up-to-date Publishing build scan... https://gradle.com/s/nzfil6thgvhqq 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]
