See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/1848/display/redirect>

Changes:


------------------------------------------
[...truncated 40.46 KB...]
> Task :sdks:java:extensions:avro:testClasses UP-TO-DATE
> Task :sdks:java:extensions:avro:testJar
> Task :runners:core-construction-java:compileTestJava FROM-CACHE
> Task :runners:core-construction-java:testClasses UP-TO-DATE
> Task :runners:core-java:compileTestJava FROM-CACHE
> Task :runners:core-java:testClasses UP-TO-DATE
> Task :runners:core-construction-java:testJar
> Task :runners:core-java:testJar
> Task :runners:portability:java:compileTestJava FROM-CACHE
> Task :runners:portability:java:testClasses UP-TO-DATE
> Task :runners:portability:java:testJar
> Task :runners:spark:3:compileTestJava FROM-CACHE
> Task :runners:spark:3:testClasses
> Task :runners:spark:3:testJar
> Task :release:go-licenses:java:dockerClean UP-TO-DATE
> Task :sdks:java:container:java8:dockerClean UP-TO-DATE
> Task :release:go-licenses:java:dockerPrepare
> Task :sdks:java:container:generateLicenseReport

> Task :release:go-licenses:java:docker
Sending build context to Docker daemon  6.656kB
Step 1/8 : FROM golang:1.20-bullseye
 ---> 74b93dfc9812
Step 2/8 : WORKDIR /usr/src/app
 ---> Using cache
 ---> 74e38650c939
Step 3/8 : COPY go.mod ./
 ---> Using cache
 ---> 33366a929d07
Step 4/8 : RUN go install github.com/google/go-licenses@latest
 ---> Using cache
 ---> 91a9835ae667
Step 5/8 : COPY get-licenses.sh /opt/apache/beam/
 ---> Using cache
 ---> 3d23f34998c1
Step 6/8 : ARG sdk_location
 ---> Using cache
 ---> 5a7ae86e449f
Step 7/8 : ENV sdk_location=$sdk_location
 ---> Using cache
 ---> f1f2414d1d39
Step 8/8 : ENTRYPOINT /opt/apache/beam/get-licenses.sh
 ---> Using cache
 ---> e000db043f22
Successfully built e000db043f22
Successfully tagged golicenses-java:latest

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/build/reports/dependency-license>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Collecting pip
  Using cached pip-23.0.1-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-67.6.1-py3-none-any.whl (1.1 MB)
Collecting wheel
  Using cached wheel-0.40.0-py3-none-any.whl (64 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-23.0.1 setuptools-67.6.1 wheel-0.40.0
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.12.0-py3-none-any.whl (132 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.4-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.12.0 pyyaml-5.4.1 six-1.16.0 
soupsieve-2.4 tenacity-5.1.5
Executing python 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py>
 
--license_index=<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/build/reports/dependency-license/index.json>
        
--output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/build/target/java_third_party_licenses>
        
--dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>
        
--manual_license_path=<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 124 dependencies using 16 threads.
INFO:root:Replaced local file URL with 
file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING>
 for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 1.437466 seconds with 16 
threads.
Copying licenses from 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/build/target/java_third_party_licenses>
 to 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ go get github.com/apache/beam/sdks/v2/java/container
go: downloading github.com/apache/beam/sdks/v2 v2.46.0
go: downloading github.com/apache/beam v2.46.0+incompatible
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.52.3
go: downloading google.golang.org/protobuf v1.28.1
go: downloading golang.org/x/sys v0.5.0
go: downloading google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
go: downloading golang.org/x/text v0.7.0
go: added github.com/apache/beam/sdks/v2 v2.46.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.5.0
go: added golang.org/x/sys v0.5.0
go: added golang.org/x/text v0.7.0
go: added google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
go: added google.golang.org/grpc v1.52.3
go: added google.golang.org/protobuf v1.28.1
+ go-licenses save github.com/apache/beam/sdks/v2/java/container 
--save_path=/output/licenses

> Task :runners:spark:3:job-server:validatesPortableRunnerBatch

> Task :release:go-licenses:java:dockerRun
W0404 04:21:32.810643      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
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W0404 04:21:39.913001      80 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.46.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.46.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/+/v0.5.0:LICENSE,BSD-3-Clause
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.5.0:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.7.0:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/76db0878b65f/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.52.3/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:java8:dockerPrepare

> Task :sdks:java:container:java8:docker
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.85kB 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.4s

#4 [ 1/18] FROM 
docker.io/library/eclipse-temurin:8@sha256:005d3189b2ec1612c3ade6eadabd1935c312f03aa7905cf0528e9d71980ad512
#4 CACHED

#5 [internal] load build context
#5 transferring context: 35.79MB 0.5s done
#5 DONE 0.5s

#6 [ 2/18] ADD target/slf4j-api.jar /opt/apache/beam/jars/
#6 DONE 8.6s

#7 [ 3/18] ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
#7 DONE 1.2s

#8 [ 4/18] ADD target/jcl-over-slf4j.jar /opt/apache/beam/jars/
#8 DONE 0.6s

#9 [ 5/18] ADD target/log4j-over-slf4j.jar /opt/apache/beam/jars/
#9 DONE 0.2s

#10 [ 6/18] ADD target/log4j-to-slf4j.jar /opt/apache/beam/jars/
#10 DONE 0.1s

#11 [ 7/18] ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
#11 DONE 0.3s

#12 [ 8/18] COPY target/jamm.jar target/open-module-agent*.jar 
/opt/apache/beam/jars/
#12 DONE 0.5s

#13 [ 9/18] COPY target/linux_amd64/boot /opt/apache/beam/
#13 DONE 0.6s

#14 [10/18] COPY target/LICENSE /opt/apache/beam/
#14 DONE 1.4s

#15 [11/18] COPY target/NOTICE /opt/apache/beam/
#15 DONE 2.3s

#16 [12/18] ADD target/third_party_licenses 
/opt/apache/beam/third_party_licenses/
#16 DONE 1.0s

#17 [13/18] COPY target/LICENSE target/options/* /opt/apache/beam/options/
#17 DONE 0.4s

#18 [14/18] RUN rm /opt/apache/beam/options/LICENSE
#18 DONE 0.8s

#19 [15/18] COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#19 DONE 0.3s

#20 [16/18] RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
#20 DONE 0.7s

#21 [17/18] RUN if [ "true" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
#21 DONE 0.8s

#22 [18/18] COPY target/profiler/* /opt/google_cloud_profiler/
#22 ERROR: lstat /var/lib/docker/tmp/buildkit-mount1273726124/target/profiler: 
no such file or directory
------
 > [18/18] COPY target/profiler/* /opt/google_cloud_profiler/:
------
ERROR: failed to solve: lstat 
/var/lib/docker/tmp/buildkit-mount1273726124/target/profiler: no such file or 
directory

> Task :sdks:java:container:java8:docker FAILED

> Task :runners:spark:3:job-server:validatesPortableRunnerBatch
[grpc-default-executor-2] INFO 
org.apache.beam.runners.fnexecution.logging.GrpcLoggingService - Logging client 
hanged up.
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown 
hook called
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting 
directory /tmp/spark-7af4e3a2-6fc3-4480-8977-469e1af83033
[grpc-default-executor-19] INFO 
org.apache.beam.runners.fnexecution.logging.GrpcLoggingService - Logging client 
hanged up.
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown 
hook called
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting 
directory /tmp/spark-4e4a7287-63c4-4b3e-875b-b290c2b560ec
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown 
hook called
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting 
directory /tmp/spark-2b00335f-73ba-43ca-9bcd-f19a7507cc8c
[grpc-default-executor-116] INFO 
org.apache.beam.runners.fnexecution.logging.GrpcLoggingService - Logging client 
hanged up.
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown 
hook called
[shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting 
directory /tmp/spark-514c1e6f-37bf-443e-bd16-7f1554f9b8ef

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:java8:docker'.
> Process 'command 'docker'' 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.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 2h 9m 38s
117 actionable tasks: 74 executed, 39 from cache, 4 up-to-date

Publishing build scan...
https://gradle.com/s/hg6okxhgdh6l4

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]

Reply via email to