See <https://ci-beam.apache.org/job/beam_PreCommit_GoPortable_Cron/3500/display/redirect>
Changes: ------------------------------------------ [...truncated 286.22 KB...] 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_PreCommit_GoPortable_Cron/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.6.2/userguide/validation_problems.html#implicit_dependency for more details about this problem. > Task :release:go-licenses:java:dockerRun W0804 20:27:55.917560 81 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 + chmod -R a+w /output/licenses > Task :release:go-licenses:go:dockerRun go: added cloud.google.com/go v0.110.2 go: added cloud.google.com/go/compute v1.19.3 go: added cloud.google.com/go/compute/metadata v0.2.3 go: added cloud.google.com/go/iam v1.1.0 go: added cloud.google.com/go/storage v1.30.1 go: added github.com/apache/beam/sdks/v2 v2.49.0 go: added github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: added github.com/golang/protobuf v1.5.3 go: added github.com/google/go-cmp v0.5.9 go: added github.com/google/s2a-go v0.1.4 go: added github.com/google/uuid v1.3.0 go: added github.com/googleapis/enterprise-certificate-proxy v0.2.5 go: added github.com/googleapis/gax-go/v2 v2.11.0 go: added go.opencensus.io v0.24.0 go: added golang.org/x/crypto v0.10.0 go: added golang.org/x/net v0.11.0 go: added golang.org/x/oauth2 v0.9.0 go: added golang.org/x/sys v0.9.0 go: added golang.org/x/text v0.10.0 go: added golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: added google.golang.org/api v0.129.0 go: added google.golang.org/appengine v1.6.7 go: added google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc go: added google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc go: added google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc go: added google.golang.org/grpc v1.56.1 go: added google.golang.org/protobuf v1.31.0 + go-licenses save github.com/apache/beam/sdks/v2/go/container --save_path=/output/licenses W0804 20:27:59.772532 34 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 W0804 20:28:04.477393 34 library.go:101] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s W0804 20:28:04.508459 34 library.go:101] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s W0804 20:28:04.518528 34 library.go:101] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_x86.s + go-licenses csv github.com/apache/beam/sdks/v2/go/container + tee /output/licenses/list.csv W0804 20:28:08.688061 81 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 W0804 20:28:13.213980 81 library.go:101] "golang.org/x/crypto/chacha20poly1305" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/chacha20poly1305/chacha20poly1305_amd64.s W0804 20:28:13.238649 81 library.go:101] "golang.org/x/crypto/internal/poly1305" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/internal/poly1305/sum_amd64.s W0804 20:28:13.245633 81 library.go:101] "golang.org/x/sys/cpu" contains non-Go code that can't be inspected for further dependencies: /go/pkg/mod/golang.org/x/[email protected]/cpu/cpu_x86.s + chmod -R a+w /output/licenses > Task :release:go-licenses:java:createLicenses > Task :sdks:java:container:java8:copyGolangLicenses > Task :release:go-licenses:go:createLicenses > Task :sdks:go:container:copyGolangLicenses > Task :sdks:go:container:dockerPrepare > Task :sdks:java:container:java8: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.5s #4 [1/7] FROM docker.io/library/debian:bullseye@sha256:630454da4c59041a2bca987a0d54c68962f1d6ea37a3641bd61db42b753234f2 #4 CACHED #5 [internal] load build context #5 transferring context: 24.10MB 0.3s done #5 DONE 0.3s #6 [2/7] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* #6 0.599 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #6 0.670 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #6 0.684 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #6 1.033 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] #6 1.317 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [252 kB] #6 1.539 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [17.3 kB] #6 3.198 Fetched 8661 kB in 3s (3292 kB/s) #6 3.198 Reading package lists... #6 4.008 Reading package lists... #6 4.815 Building dependency tree... #6 5.046 Reading state information... #6 5.290 The following additional packages will be installed: #6 5.290 openssl #6 5.356 The following NEW packages will be installed: #6 5.358 ca-certificates openssl #6 5.439 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. #6 5.439 Need to get 1012 kB of archives. #6 5.439 After this operation, 1892 kB of additional disk space will be used. #6 5.439 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u5 [854 kB] #6 5.577 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] #6 6.352 debconf: delaying package configuration, since apt-utils is not installed #6 6.419 Fetched 1012 kB in 0s (4863 kB/s) #6 6.539 Selecting previously unselected package openssl. #6 6.539 (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 6.548 Preparing to unpack .../openssl_1.1.1n-0+deb11u5_amd64.deb ... #6 6.581 Unpacking openssl (1.1.1n-0+deb11u5) ... #6 7.032 Selecting previously unselected package ca-certificates. #6 7.034 Preparing to unpack .../ca-certificates_20210119_all.deb ... #6 7.053 Unpacking ca-certificates (20210119) ... #6 7.264 Setting up openssl (1.1.1n-0+deb11u5) ... #6 7.389 Setting up ca-certificates (20210119) ... #6 8.483 Updating certificates in /etc/ssl/certs... > Task :sdks:java:container:java8:docker #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.58kB 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/eclipse-temurin:8 #3 DONE 0.3s #4 [ 1/16] FROM docker.io/library/eclipse-temurin:8@sha256:7d0337d8e1d13d5af166eb17d4d37eaa30767cc8d3010d4501eaaca48e917ce1 #4 CACHED #5 [internal] load build context #5 transferring context: 47.06MB 0.5s done #5 DONE 0.5s #6 [ 2/16] ADD target/slf4j-api.jar /opt/apache/beam/jars/ #6 DONE 4.2s #7 [ 3/16] ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/ #7 DONE 0.2s #8 [ 4/16] ADD target/jcl-over-slf4j.jar /opt/apache/beam/jars/ #8 DONE 0.1s #9 [ 5/16] ADD target/log4j-over-slf4j.jar /opt/apache/beam/jars/ #9 DONE 0.1s #10 [ 6/16] ADD target/log4j-to-slf4j.jar /opt/apache/beam/jars/ #10 DONE 0.1s #11 [ 7/16] ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/ #11 DONE 0.1s #12 [ 8/16] COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/ #12 DONE 0.2s #13 [ 9/16] COPY target/linux_amd64/boot /opt/apache/beam/ #13 DONE 0.3s #14 [10/16] COPY target/LICENSE /opt/apache/beam/ #14 DONE 0.1s #15 [11/16] COPY target/NOTICE /opt/apache/beam/ #15 DONE 0.1s #16 [12/16] ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/ #16 DONE 0.3s #17 [13/16] COPY target/LICENSE target/options/* /opt/apache/beam/options/ #17 DONE 0.3s #18 [14/16] COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ #18 DONE 0.2s #19 [15/16] RUN if [ "true" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi #19 DONE 1.4s #20 [16/16] COPY target/profiler/* /opt/google_cloud_profiler/ #20 DONE 0.4s #21 exporting to image #21 exporting layers #21 exporting layers 0.3s done #21 writing image sha256:b53ea1003364df7392105af806e32353756357be77e1002b0db75882f60f66d3 #21 writing image sha256:b53ea1003364df7392105af806e32353756357be77e1002b0db75882f60f66d3 0.0s done #21 naming to docker.io/apache/beam_java8_sdk:2.50.0.dev done #21 DONE 0.4s > Task :sdks:go:container:docker #6 9.666 129 added, 0 removed; done. #6 9.733 Processing triggers for ca-certificates (20210119) ... #6 9.743 Updating certificates in /etc/ssl/certs... #6 10.37 0 added, 0 removed; done. #6 10.37 Running hooks in /etc/ca-certificates/update.d... #6 10.37 done. #6 DONE 11.1s #7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/ #7 DONE 0.5s #8 [4/7] COPY target/LICENSE /opt/apache/beam/ #8 DONE 0.2s #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.2s #11 [7/7] RUN if [ "true" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi #11 DONE 0.5s #12 exporting to image #12 exporting layers #12 exporting layers 0.2s done #12 writing image sha256:a81dd3d9ac8769c7971938b27aba32df9612be36ba3930b0cd04519b1fc3eb13 done #12 naming to docker.io/apache/beam_go_sdk:latest done #12 DONE 0.2s FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sdks:go:test:setupVirtualenv'. > 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 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.6.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 2m 5s 118 actionable tasks: 75 executed, 37 from cache, 6 up-to-date Publishing build scan... https://ge.apache.org/s/baebcfbhot3bw 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]
