See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/2227/display/redirect>
Changes: ------------------------------------------ [...truncated 671.03 KB...] $ TAG=20231009-203028 $ CONTAINER=us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk Using container us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk $ ./gradlew :sdks:go:container:docker -Pdocker-repository-root=us.gcr.io/apache-beam-testing/jenkins -Pdocker-tag=20231009-203028 To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.3/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build Configuration on demand is an incubating feature. Gradle Enterprise plugins resolution: https://plugins.gradle.org/m2 Enforcing Gradle Enterprise: https://ge.apache.org, allowUntrustedServer: false > Task :buildSrc:compileJava NO-SOURCE > Task :buildSrc:compileGroovy UP-TO-DATE > Task :buildSrc:pluginDescriptors UP-TO-DATE > Task :buildSrc:processResources UP-TO-DATE > Task :buildSrc:classes UP-TO-DATE > Task :buildSrc:jar UP-TO-DATE > Configure project :sdks:go:container docker-pull-licenses not set, skipping go-licenses System Go installation: /snap/bin/go is go version go1.16.15 linux/amd64; Preparing to use /home/jenkins/go/bin/go1.21.2 GOCMD=/home/jenkins/go/bin/go1.21.2 go1.21.2: already downloaded in /home/jenkins/sdk/go1.21.2 > Task :sdks:go:container:copyLicenses UP-TO-DATE > Task :sdks:go:container:dockerClean > Task :sdks:go:container:goPrepare UP-TO-DATE > Task :sdks:go:container:goBuild /home/jenkins/go/bin/go1.21.2 build -o ./build/target/linux_amd64/boot boot.go boot_test.go > Task :sdks:go:container:skipPullLicenses > Task :sdks:go:container:dockerPrepare > Task :sdks:go:container:docker #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.70kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.3s #4 [1/7] FROM docker.io/library/debian:bullseye@sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d #4 resolve docker.io/library/debian:bullseye@sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d 0.0s done #4 CACHED #5 [internal] load build context #5 transferring context: 22.34MB 0.2s done #5 DONE 0.2s #6 [2/7] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* #6 0.441 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #6 0.554 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #6 0.598 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #6 0.713 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB] #6 0.989 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [254 kB] #6 1.030 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [17.4 kB] #6 2.335 Fetched 8542 kB in 2s (4323 kB/s) #6 2.335 Reading package lists... #6 3.010 Reading package lists... #6 3.677 Building dependency tree... #6 3.847 Reading state information... #6 4.022 The following additional packages will be installed: #6 4.022 openssl #6 4.068 The following NEW packages will be installed: #6 4.069 ca-certificates openssl #6 4.113 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded. #6 4.113 Need to get 1017 kB of archives. #6 4.113 After this operation, 1897 kB of additional disk space will be used. #6 4.113 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB] #6 4.173 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] #6 4.325 debconf: delaying package configuration, since apt-utils is not installed #6 4.358 Fetched 1017 kB in 0s (10.2 MB/s) #6 4.384 Selecting previously unselected package openssl. #6 4.384 (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 6664 files and directories currently installed.) #6 4.392 Preparing to unpack .../openssl_1.1.1w-0+deb11u1_amd64.deb ... #6 4.396 Unpacking openssl (1.1.1w-0+deb11u1) ... #6 4.515 Selecting previously unselected package ca-certificates. #6 4.517 Preparing to unpack .../ca-certificates_20210119_all.deb ... #6 4.521 Unpacking ca-certificates (20210119) ... #6 4.604 Setting up openssl (1.1.1w-0+deb11u1) ... #6 5.084 Setting up ca-certificates (20210119) ... #6 5.985 Updating certificates in /etc/ssl/certs... #6 6.741 129 added, 0 removed; done. #6 7.115 Processing triggers for ca-certificates (20210119) ... #6 7.153 Updating certificates in /etc/ssl/certs... #6 7.760 0 added, 0 removed; done. #6 7.760 Running hooks in /etc/ca-certificates/update.d... #6 7.761 done. #6 DONE 9.8s #7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/ #7 DONE 0.3s #8 [4/7] COPY target/LICENSE /opt/apache/beam/ #8 DONE 0.1s #9 [5/7] COPY target/NOTICE /opt/apache/beam/ #9 DONE 0.1s #10 [6/7] COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ #10 DONE 0.1s #11 [7/7] RUN if [ "false" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi #11 DONE 0.3s #12 exporting to image #12 exporting layers #12 exporting layers 0.2s done #12 writing image sha256:56ee450696d7eb8af1f1a2563367514274f2e9d0e5441861c374aa71414e74a0 done #12 naming to us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 done #12 DONE 0.2s Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 26s 10 actionable tasks: 5 executed, 5 up-to-date Publishing build scan... https://ge.apache.org/s/smn3mpl3bftm2 $ docker images $ grep 20231009-203028 us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk 20231009-203028 56ee450696d7 2 seconds ago 150MB $ gcloud docker -- push us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 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/jenkins/beam_go_sdk] 473d32d36d46: Preparing ba38b369edae: Preparing 851649a0b469: Preparing 59031322a114: Preparing 87a29f06db28: Preparing 55bf3278907a: Preparing 8a5350ad66cb: Preparing 55bf3278907a: Waiting 59031322a114: Pushed 473d32d36d46: Pushed 8a5350ad66cb: Layer already exists 851649a0b469: Pushed ba38b369edae: Pushed 55bf3278907a: Pushed 87a29f06db28: Pushed 20231009-203028: digest: sha256:e454cc3fe950a39286de8b7d7109ca26e8c3844b3aba12b0cc3df5eaf8a83752 size: 1783 $ OVERRIDE=--sdk_harness_container_image_override=.*java.*,us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231009202038 $ cd sdks/go >>> RUNNING dataflow integration tests with pipeline options: -p 3 -v -timeout >>> 3h --runner=dataflow --project=apache-beam-testing --region=us-central1 >>> --environment_type=DOCKER >>> --environment_config=us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 >>> >>> --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test28863 >>> >>> --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test28863 >>> --endpoint= >>> --sdk_harness_container_image_override=.*java.*,us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231009202038 >>> >>> --kafka_jar=<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/testing/kafka-service/build/libs/beam-sdks-java-testing-kafka-service-testKafkaService-2.52.0-SNAPSHOT.jar> >>> >>> --expansion_jar=io:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/io/expansion-service/build/libs/beam-sdks-java-io-expansion-service-2.52.0-SNAPSHOT.jar> >>> >>> --expansion_jar=schemaio:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/extensions/schemaio-expansion-service/build/libs/beam-sdks-java-extensions-schemaio-expansion-service-2.52.0-SNAPSHOT.jar> >>> >>> --expansion_jar=debeziumio:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/io/debezium/expansion-service/build/libs/beam-sdks-java-io-debezium-expansion-service-2.52.0-SNAPSHOT.jar> >>> >>> --expansion_jar=gcpio:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/io/google-cloud-platform/expansion-service/build/libs/beam-sdks-java-io-google-cloud-platform-expansion-service-2.52.0-SNAPSHOT.jar> >>> --bq_dataset=apache-beam-testing.beam_bigquery_io_test_temp >>> --bt_instance=projects/apache-beam-testing/instances/beam-test >>> --expansion_addr=test:localhost:35291 $ System Go installation: /snap/bin/go is go version go1.16.15 linux/amd64; Preparing to use /home/jenkins/go/bin/go1.21.0 go1.21.0: already downloaded in /home/jenkins/sdk/go1.21.0 /home/jenkins/go/bin/go1.21.0 test -v ./test/integration/xlang ./test/integration/io/xlang/... -p 3 -v -timeout 3h --runner=dataflow --project=apache-beam-testing --region=us-central1 --environment_type=DOCKER --environment_config=us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test28863 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test28863 --endpoint= --sdk_harness_container_image_override=.*java.*,us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231009202038 --kafka_jar=<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/testing/kafka-service/build/libs/beam-sdks-java-testing-kafka-service-testKafkaService-2.52.0-SNAPSHOT.jar> --expansion_jar=io:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/io/expansion-service/build/libs/beam-sdks-java-io-expansion-service-2.52.0-SNAPSHOT.jar> --expansion_jar=schemaio:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/extensions/schemaio-expansion-service/build/libs/beam-sdks-java-extensions-schemaio-expansion-service-2.52.0-SNAPSHOT.jar> --expansion_jar=debeziumio:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/io/debezium/expansion-service/build/libs/beam-sdks-java-io-debezium-expansion-service-2.52.0-SNAPSHOT.jar> --expansion_jar=gcpio:<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/java/io/google-cloud-platform/expansion-service/build/libs/beam-sdks-java-io-google-cloud-platform-expansion-service-2.52.0-SNAPSHOT.jar> --bq_dataset=apache-beam-testing.beam_bigquery_io_test_temp --bt_instance=projects/apache-beam-testing/instances/beam-test --expansion_addr=test:localhost:35291 # github.com/apache/beam/sdks/v2/go/test/integration test/integration/integration.go:41:2: "os" imported and not used FAIL github.com/apache/beam/sdks/v2/go/test/integration/xlang [build failed] FAIL github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/bigquery [build failed] FAIL github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/bigtable [build failed] FAIL github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/debezium [build failed] FAIL github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/jdbc [build failed] FAIL github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/kafka [build failed] FAIL $ TEST_EXIT_CODE=0 $ cd ../.. $ docker rmi us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:e454cc3fe950a39286de8b7d7109ca26e8c3844b3aba12b0cc3df5eaf8a83752 Deleted: sha256:56ee450696d7eb8af1f1a2563367514274f2e9d0e5441861c374aa71414e74a0 $ gcloud --quiet container images delete us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 WARNING: Successfully resolved tag to sha256, but it is recommended to use sha256 directly. Digests: - us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:e454cc3fe950a39286de8b7d7109ca26e8c3844b3aba12b0cc3df5eaf8a83752 Associated tags: - 20231009-203028 Tags: - us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028 Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231009-203028]. Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:e454cc3fe950a39286de8b7d7109ca26e8c3844b3aba12b0cc3df5eaf8a83752]. $ rm -rf /tmp/tmp.vhJBbk5ZpT $ exit 1 $ exit 1 > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerGoUsingJava > FAILED > Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE > Task :runners:google-cloud-dataflow-java:cleanUpDockerPythonImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python:20231009202038 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:7a23f639c3e5e1fbca473db53d518d6762fc282816565965586708c7baf488cc WARNING: Successfully resolved tag to sha256, but it is recommended to use sha256 directly. Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20231009202038] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:7a23f639c3e5e1fbca473db53d518d6762fc282816565965586708c7baf488cc] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20231009202038] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:7a23f639c3e5e1fbca473db53d518d6762fc282816565965586708c7baf488cc])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:7a23f639c3e5e1fbca473db53d518d6762fc282816565965586708c7baf488cc > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231009202038 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d9930925ed3cdd84601c11c4e0a2bed2ba5d7fafcabcddd4f1ab8f64e9bce91e 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:20231009202038] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d9930925ed3cdd84601c11c4e0a2bed2ba5d7fafcabcddd4f1ab8f64e9bce91e] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20231009202038] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d9930925ed3cdd84601c11c4e0a2bed2ba5d7fafcabcddd4f1ab8f64e9bce91e])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d9930925ed3cdd84601c11c4e0a2bed2ba5d7fafcabcddd4f1ab8f64e9bce91e > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup Stopping expansion service pid: 2330766. Stopping expansion service pid: 2330767. FAILURE: Build failed with an exception. * Where: Build file '<https://ci-beam.apache.org/job/beam_PostCommit_XVR_GoUsingJava_Dataflow/ws/src/sdks/go/test/build.gradle'> line: 235 * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerGoUsingJava'. > Process 'command 'sh'' finished with non-zero exit value 1 * 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 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 11m 9s 237 actionable tasks: 163 executed, 64 from cache, 10 up-to-date Publishing build scan... https://ge.apache.org/s/odeav2j622flq 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]
