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 2023/10/10 02:36:06 UTC

Build failed in Jenkins: beam_PostCommit_Go #11880

See <https://ci-beam.apache.org/job/beam_PostCommit_Go/11880/display/redirect>

Changes:


------------------------------------------
[...truncated 6.56 KB...]
Google Cloud SDK 406.0.0
alpha 2022.10.17
beta 2022.10.17
bq 2.0.79
bundled-python3-unix 3.9.12
core 2022.10.17
gcloud-crc32c 1.0.0
gsutil 5.14
$ gcloud_ver=406.0.0
$ TAG=20231010-023514
$ 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=20231010-023514
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
> Task :sdks:go:container:dockerClean UP-TO-DATE
> 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

#1 [internal] load build definition from Dockerfile
> Task :sdks:go:container:docker#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 CACHED

#5 [internal] load build context
#5 transferring context: 22.15MB 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.456 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#6 0.532 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#6 0.562 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#6 0.684 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB]
#6 0.881 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [254 kB]
#6 0.915 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [17.4 kB]
#6 2.191 Fetched 8542 kB in 2s (4738 kB/s)
#6 2.191 Reading package lists...
#6 2.844 Reading package lists...
#6 3.464 Building dependency tree...
#6 3.635 Reading state information...
#6 3.802 The following additional packages will be installed:
#6 3.802   openssl
#6 3.847 The following NEW packages will be installed:
#6 3.848   ca-certificates openssl
#6 3.920 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
#6 3.920 Need to get 1017 kB of archives.
#6 3.920 After this operation, 1897 kB of additional disk space will be used.
#6 3.920 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB]
#6 4.058 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
#6 4.282 debconf: delaying package configuration, since apt-utils is not installed
#6 4.314 Fetched 1017 kB in 0s (4959 kB/s)
#6 4.338 Selecting previously unselected package openssl.
#6 4.338 (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.348 Preparing to unpack .../openssl_1.1.1w-0+deb11u1_amd64.deb ...
#6 4.352 Unpacking openssl (1.1.1w-0+deb11u1) ...
#6 4.538 Selecting previously unselected package ca-certificates.
#6 4.540 Preparing to unpack .../ca-certificates_20210119_all.deb ...
#6 4.543 Unpacking ca-certificates (20210119) ...
#6 4.608 Setting up openssl (1.1.1w-0+deb11u1) ...
#6 4.623 Setting up ca-certificates (20210119) ...
#6 5.387 Updating certificates in /etc/ssl/certs...
#6 6.118 129 added, 0 removed; done.
#6 6.167 Processing triggers for ca-certificates (20210119) ...
#6 6.176 Updating certificates in /etc/ssl/certs...
#6 6.716 0 added, 0 removed; done.
#6 6.716 Running hooks in /etc/ca-certificates/update.d...
#6 6.755 done.
#6 DONE 11.6s

#7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/
#7 DONE 0.2s

#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.0s

#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 imageDeprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.


#12 exporting layers
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
#12 exporting layers 0.2s done

#12 writing image sha256:d7ce0eccac430451b9f6ee32f09b31f4535d1b17a5a9d296922cc19284d9ad62 done
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.
#12 naming to us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514 done

#12 DONE 0.2s
BUILD SUCCESSFUL in 27s
10 actionable tasks: 5 executed, 5 up-to-date

Publishing build scan...
https://ge.apache.org/s/6i3cqr3n5f6c6

$ docker images
$ grep 20231010-023514
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk                       20231010-023514      d7ce0eccac43   2 seconds ago   150MB
$ gcloud docker -- push us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514
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]
1d8ce769b5d3: Preparing
5badf4b78eef: Preparing
675a6fa57848: Preparing
a9f7f240024b: Preparing
d1f8a052a044: Preparing
7eef8a17e12a: Preparing
8a5350ad66cb: Preparing
7eef8a17e12a: Waiting
8a5350ad66cb: Waiting
5badf4b78eef: Pushed
1d8ce769b5d3: Pushed
675a6fa57848: Pushed
8a5350ad66cb: Layer already exists
a9f7f240024b: Pushed
d1f8a052a044: Pushed
7eef8a17e12a: Pushed
20231010-023514: digest: sha256:4ba979aaa3202e3337c2d710ce8ff40d428b433eb01b4be50f6ef86ddba843fe size: 1781
$ 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:20231010-023514 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test8899 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test8899 --endpoint= 
$ 
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/... ./test/regression -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:20231010-023514 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test8899 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test8899 --endpoint=
go: downloading cloud.google.com/go/bigquery v1.56.0
# github.com/apache/beam/sdks/v2/go/test/integration [github.com/apache/beam/sdks/v2/go/test/integration.test]
test/integration/integration.go:41:2: "os" imported and not used
FAIL	github.com/apache/beam/sdks/v2/go/test/integration [build failed]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/containers	[no test files]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/jars	[no test files]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/ports	[no test files]
# 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/io/bigqueryio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/fhirio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/mongodbio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/spannerio [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	github.com/apache/beam/sdks/v2/go/test/integration/primitives [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/synthetic [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/transforms/xlang/dataframe [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/transforms/xlang/inference [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/wordcount [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/xlang [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/regression [build failed]
FAIL
$ TEST_EXIT_CODE=0
$ cd ../..
$ docker rmi us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:4ba979aaa3202e3337c2d710ce8ff40d428b433eb01b4be50f6ef86ddba843fe
Deleted: sha256:d7ce0eccac430451b9f6ee32f09b31f4535d1b17a5a9d296922cc19284d9ad62
$ gcloud --quiet container images delete us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514
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:4ba979aaa3202e3337c2d710ce8ff40d428b433eb01b4be50f6ef86ddba843fe
  Associated tags:
 - 20231010-023514
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-023514].
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:4ba979aaa3202e3337c2d710ce8ff40d428b433eb01b4be50f6ef86ddba843fe].
$ rm -rf /tmp/tmp.4FLxrLUKos
$ exit 1
$ exit 1

> Task :sdks:go:test:dataflowValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Go/ws/src/sdks/go/test/build.gradle'> line: 36

* What went wrong:
Execution failed for task ':sdks:go:test:dataflowValidatesRunner'.
> 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 1m 37s
6 actionable tasks: 5 executed, 1 from cache

Publishing build scan...
https://ge.apache.org/s/44ooqryvajbbm

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_Go #11883

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Go/11883/display/redirect>


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


Build failed in Jenkins: beam_PostCommit_Go #11882

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Go/11882/display/redirect>

Changes:


------------------------------------------
[...truncated 6.37 KB...]
$ gcloud --version
Google Cloud SDK 406.0.0
alpha 2022.10.17
beta 2022.10.17
bq 2.0.79
bundled-python3-unix 3.9.12
core 2022.10.17
gcloud-crc32c 1.0.0
gsutil 5.14
$ gcloud_ver=406.0.0
$ TAG=20231010-143452
$ 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=20231010-143452
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
> Task :sdks:go:container:dockerClean UP-TO-DATE
> 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

#1 [internal] load build definition from Dockerfile
> Task :sdks:go:container:docker
#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.4s

#4 [1/7] FROM docker.io/library/debian:bullseye@sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d
#4 CACHED

#5 [internal] load build context
#5 transferring context: 22.19MB 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.455 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#6 0.532 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#6 0.562 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#6 0.692 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB]
#6 0.889 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [254 kB]
#6 0.920 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [17.4 kB]
#6 2.189 Fetched 8542 kB in 2s (4725 kB/s)
#6 2.189 Reading package lists...
#6 2.853 Reading package lists...
#6 3.487 Building dependency tree...
#6 3.638 Reading state information...
#6 3.804 The following additional packages will be installed:
#6 3.804   openssl
#6 3.847 The following NEW packages will be installed:
#6 3.849   ca-certificates openssl
#6 3.920 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
#6 3.920 Need to get 1017 kB of archives.
#6 3.920 After this operation, 1897 kB of additional disk space will be used.
#6 3.920 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB]
#6 4.057 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
#6 4.300 debconf: delaying package configuration, since apt-utils is not installed
#6 4.334 Fetched 1017 kB in 0s (4980 kB/s)
#6 4.357 Selecting previously unselected package openssl.
#6 4.357 (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.366 Preparing to unpack .../openssl_1.1.1w-0+deb11u1_amd64.deb ...
#6 4.370 Unpacking openssl (1.1.1w-0+deb11u1) ...
#6 4.503 Selecting previously unselected package ca-certificates.
#6 4.504 Preparing to unpack .../ca-certificates_20210119_all.deb ...
#6 4.507 Unpacking ca-certificates (20210119) ...
#6 4.653 Setting up openssl (1.1.1w-0+deb11u1) ...
#6 4.667 Setting up ca-certificates (20210119) ...
#6 5.468 Updating certificates in /etc/ssl/certs...
#6 6.172 129 added, 0 removed; done.
#6 6.230 Processing triggers for ca-certificates (20210119) ...
#6 6.239 Updating certificates in /etc/ssl/certs...
#6 6.764 0 added, 0 removed; done.
#6 6.764 Running hooks in /etc/ca-certificates/update.d...
#6 6.781 done.
#6 DONE 11.2s

#7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/
#7 DONE 0.2s

#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.0s

#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:0080d784c16ad86037ad678e55ec937958b0c6b8175abb88163ea1577656e644 done
#12 naming to us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452 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 25s
10 actionable tasks: 5 executed, 5 up-to-date

Publishing build scan...
https://ge.apache.org/s/eifat4ktjdqk6

$ docker images
$ grep 20231010-143452
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk                       20231010-143452      0080d784c16a   2 seconds ago   150MB
$ gcloud docker -- push us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452
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]
e2cbcfbcf6ae: Preparing
2745c9b79dfc: Preparing
d066777addf2: Preparing
cd4d044f6f47: Preparing
88e76cb074c5: Preparing
4f3e2166609d: Preparing
8a5350ad66cb: Preparing
4f3e2166609d: Waiting
8a5350ad66cb: Waiting
d066777addf2: Pushed
cd4d044f6f47: Pushed
e2cbcfbcf6ae: Pushed
8a5350ad66cb: Layer already exists
2745c9b79dfc: Pushed
88e76cb074c5: Pushed
4f3e2166609d: Pushed
20231010-143452: digest: sha256:43ddcabe45857a04b7df6ff6baf7b4d579ac68b1db70f6267f14ba87bbe0dc77 size: 1781
$ 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:20231010-143452 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test24709 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test24709 --endpoint= 
$ 
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/... ./test/regression -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:20231010-143452 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test24709 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test24709 --endpoint=
# github.com/apache/beam/sdks/v2/go/test/integration [github.com/apache/beam/sdks/v2/go/test/integration.test]
test/integration/integration.go:41:2: "os" imported and not used
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/containers	[no test files]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/jars	[no test files]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/ports	[no test files]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration [build failed]
# 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/io/bigqueryio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/fhirio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/mongodbio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/spannerio [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	github.com/apache/beam/sdks/v2/go/test/integration/primitives [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/synthetic [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/transforms/xlang/dataframe [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/transforms/xlang/inference [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/wordcount [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/xlang [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/regression [build failed]
FAIL
$ TEST_EXIT_CODE=0
$ cd ../..
$ docker rmi us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:43ddcabe45857a04b7df6ff6baf7b4d579ac68b1db70f6267f14ba87bbe0dc77
Deleted: sha256:0080d784c16ad86037ad678e55ec937958b0c6b8175abb88163ea1577656e644
$ gcloud --quiet container images delete us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452
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:43ddcabe45857a04b7df6ff6baf7b4d579ac68b1db70f6267f14ba87bbe0dc77
  Associated tags:
 - 20231010-143452
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-143452].
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:43ddcabe45857a04b7df6ff6baf7b4d579ac68b1db70f6267f14ba87bbe0dc77].
$ rm -rf /tmp/tmp.OyrObU74WI
$ exit 1
$ exit 1

> Task :sdks:go:test:dataflowValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Go/ws/src/sdks/go/test/build.gradle'> line: 36

* What went wrong:
Execution failed for task ':sdks:go:test:dataflowValidatesRunner'.
> 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 1m 29s
6 actionable tasks: 5 executed, 1 from cache

Publishing build scan...
https://ge.apache.org/s/azftvmqm7aavc

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


Build failed in Jenkins: beam_PostCommit_Go #11881

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Go/11881/display/redirect>

Changes:


------------------------------------------
[...truncated 6.28 KB...]
$ gcloud --version
Google Cloud SDK 406.0.0
alpha 2022.10.17
beta 2022.10.17
bq 2.0.79
bundled-python3-unix 3.9.12
core 2022.10.17
gcloud-crc32c 1.0.0
gsutil 5.14
$ gcloud_ver=406.0.0
$ TAG=20231010-083452
$ 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=20231010-083452
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
go1.21.2: already downloaded in /home/jenkins/sdk/go1.21.2
GOCMD=/home/jenkins/go/bin/go1.21.2

> Task :sdks:go:container:copyLicenses
> Task :sdks:go:container:dockerClean UP-TO-DATE
> 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

#1 [internal] load build definition from Dockerfile
> Task :sdks:go:container:docker
#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.4s

#4 [1/7] FROM docker.io/library/debian:bullseye@sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d
#4 CACHED

#5 [internal] load build context
#5 transferring context: 22.15MB 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.495 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#6 0.573 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#6 0.602 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#6 0.732 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 kB]
#6 0.930 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [254 kB]
#6 0.977 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [17.4 kB]
#6 2.244 Fetched 8542 kB in 2s (4682 kB/s)
#6 2.244 Reading package lists...
#6 2.904 Reading package lists...
#6 3.550 Building dependency tree...
#6 3.705 Reading state information...
#6 3.873 The following additional packages will be installed:
#6 3.873   openssl
#6 3.917 The following NEW packages will be installed:
#6 3.918   ca-certificates openssl
#6 3.988 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
#6 3.988 Need to get 1017 kB of archives.
#6 3.988 After this operation, 1897 kB of additional disk space will be used.
#6 3.988 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1w-0+deb11u1 [859 kB]
#6 4.126 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
#6 4.481 debconf: delaying package configuration, since apt-utils is not installed
#6 4.514 Fetched 1017 kB in 0s (4977 kB/s)
#6 4.536 Selecting previously unselected package openssl.
#6 4.536 (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.545 Preparing to unpack .../openssl_1.1.1w-0+deb11u1_amd64.deb ...
#6 4.548 Unpacking openssl (1.1.1w-0+deb11u1) ...
#6 4.675 Selecting previously unselected package ca-certificates.
#6 4.676 Preparing to unpack .../ca-certificates_20210119_all.deb ...
#6 4.679 Unpacking ca-certificates (20210119) ...
#6 4.762 Setting up openssl (1.1.1w-0+deb11u1) ...
#6 4.778 Setting up ca-certificates (20210119) ...
#6 5.534 Updating certificates in /etc/ssl/certs...
#6 6.260 129 added, 0 removed; done.
#6 6.307 Processing triggers for ca-certificates (20210119) ...
#6 6.316 Updating certificates in /etc/ssl/certs...
#6 6.862 0 added, 0 removed; done.
#6 6.862 Running hooks in /etc/ca-certificates/update.d...
#6 6.872 done.
#6 DONE 9.9s

#7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/
#7 DONE 0.2s

#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.0s

#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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
#12 exporting layers

#12 exporting layers 0.2s done
#12 writing image sha256:348f6d1d76c1c6d1d95d94eae27e218844df91d3ef42dd7595729483ea734f60 done
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
#12 naming to us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452 done

#12 DONE 0.2s
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 25s
10 actionable tasks: 5 executed, 5 up-to-date

Publishing build scan...
https://ge.apache.org/s/dkvjni7gklhpw

$ docker images
$ grep 20231010-083452
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk                       20231010-083452      348f6d1d76c1   2 seconds ago   150MB
$ gcloud docker -- push us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452
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]
d834bc33a669: Preparing
dd961d01e31d: Preparing
ab81f053c1c2: Preparing
94700b26673b: Preparing
1b211139bafa: Preparing
8232e86949fc: Preparing
8a5350ad66cb: Preparing
8232e86949fc: Waiting
8a5350ad66cb: Waiting
dd961d01e31d: Pushed
d834bc33a669: Pushed
ab81f053c1c2: Pushed
94700b26673b: Pushed
8a5350ad66cb: Layer already exists
8232e86949fc: Pushed
1b211139bafa: Pushed
20231010-083452: digest: sha256:fd2868ee021a8a4858effd7bb7f9b4aea0e0eae59890c2db54a6d2df99ba622c size: 1781
$ 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:20231010-083452 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test18734 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test18734 --endpoint= 
$ 
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/... ./test/regression -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:20231010-083452 --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test/test18734 --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test/test18734 --endpoint=
# github.com/apache/beam/sdks/v2/go/test/integration [github.com/apache/beam/sdks/v2/go/test/integration.test]
test/integration/integration.go:41:2: "os" imported and not used
FAIL	github.com/apache/beam/sdks/v2/go/test/integration [build failed]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/containers	[no test files]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/jars	[no test files]
?   	github.com/apache/beam/sdks/v2/go/test/integration/internal/ports	[no test files]
# 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/io/bigqueryio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/fhirio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/mongodbio [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/io/spannerio [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	github.com/apache/beam/sdks/v2/go/test/integration/primitives [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/synthetic [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/transforms/xlang/dataframe [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/transforms/xlang/inference [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/wordcount [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/integration/xlang [build failed]
FAIL	github.com/apache/beam/sdks/v2/go/test/regression [build failed]
FAIL
$ TEST_EXIT_CODE=0
$ cd ../..
$ docker rmi us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:fd2868ee021a8a4858effd7bb7f9b4aea0e0eae59890c2db54a6d2df99ba622c
Deleted: sha256:348f6d1d76c1c6d1d95d94eae27e218844df91d3ef42dd7595729483ea734f60
$ gcloud --quiet container images delete us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452
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:fd2868ee021a8a4858effd7bb7f9b4aea0e0eae59890c2db54a6d2df99ba622c
  Associated tags:
 - 20231010-083452
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20231010-083452].
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:fd2868ee021a8a4858effd7bb7f9b4aea0e0eae59890c2db54a6d2df99ba622c].
$ rm -rf /tmp/tmp.aE0UGuUuVI
$ exit 1
$ exit 1

> Task :sdks:go:test:dataflowValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Go/ws/src/sdks/go/test/build.gradle'> line: 36

* What went wrong:
Execution failed for task ':sdks:go:test:dataflowValidatesRunner'.
> 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 1m 6s
6 actionable tasks: 5 executed, 1 from cache

Publishing build scan...
https://ge.apache.org/s/gxki4iackspc2

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