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 2022/10/14 16:27:26 UTC

Build failed in Jenkins: beam_Publish_Beam_SDK_Snapshots #4071

See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4071/display/redirect?page=changes>

Changes:

[Moritz Mack] Minor improvements to the tpcds gradle build for Spark

[Moritz Mack] Fix SparkSessionFactory to not fail when using Spark master local[*]


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-11 (beam) in workspace <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --force --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b784c988643b5c4ae2e25bb2d1d5317576b858ec (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b784c988643b5c4ae2e25bb2d1d5317576b858ec # timeout=10
Commit message: "Merge pull request #23621: Minor improvements to the tpcds gradle build for Spark"
 > git rev-list --no-walk 7e7cbd6cfd3239b77d47467376a6ce0244d7e8d3 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SETUPTOOLS_USE_DISTUTILS=stdlib
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[beam_Publish_Beam_SDK_Snapshots] $ /bin/bash -xe /tmp/jenkins4637407152120515719.sh
+ echo 'Pushing SDK snapshots to gcr.io/apache-beam-testing/beam-sdk at tag: ${GIT_COMMIT}'
Pushing SDK snapshots to gcr.io/apache-beam-testing/beam-sdk at tag: ${GIT_COMMIT}
[Gradle] - Launching build.
[src] $ <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/gradlew> --continue --max-workers=8 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses -Pdocker-repository-root=gcr.io/apache-beam-testing/beam-sdk -Pdocker-tag-list=b784c988643b5c4ae2e25bb2d1d5317576b858ec,latest :sdks:go:container:dockerTagPush :sdks:java:container:java8:dockerTagPush :sdks:java:container:java11:dockerTagPush :sdks:java:container:java17:dockerTagPush :sdks:python:container:py37:dockerTagPush :sdks:python:container:py38:dockerTagPush :sdks:python:container:py39:dockerTagPush :sdks:python:container:py310:dockerTagPush
Configuration on demand is an incubating feature.
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:compileGroovy FAILED
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovy FROM-CACHE
> Task :buildSrc:spotlessGroovyCheck UP-TO-DATE
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck UP-TO-DATE
> Task :buildSrc:processTestResources NO-SOURCE

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':buildSrc:compileGroovy'.
> Failed to load cache entry 95264e1b87cace4fbdf3cd41f18228f3 for task ':buildSrc:compileGroovy': Could not load from local cache: Timeout waiting to lock Build cache (/home/jenkins/.gradle/caches/build-cache-1). It is currently in use by another Gradle instance.
  Owner PID: 1783866
  Our PID: 2144009
  Owner Operation: 
  Our operation: 
  Lock file: /home/jenkins/.gradle/caches/build-cache-1/build-cache-1.lock

* 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

BUILD FAILED in 1m 58s
7 actionable tasks: 3 executed, 2 from cache, 2 up-to-date

Publishing build scan...
https://gradle.com/s/6n3m7tamuvdxc

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_Publish_Beam_SDK_Snapshots #4096

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4096/display/redirect?page=changes>


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


Build failed in Jenkins: beam_Publish_Beam_SDK_Snapshots #4095

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4095/display/redirect?page=changes>

Changes:

[noreply] add website page about data processing for ML (#23552)

[noreply] [Go SDK] Dataframe API wrapper  (#23450)

[noreply] [Go SDK]: Adds Automated Python Expansion Service (#23582)

[noreply] Include CombineFn's in __all__ (#23685)

[noreply] Bump google.golang.org/grpc from 1.50.0 to 1.50.1 in /sdks (#23654)


------------------------------------------
[...truncated 58.88 KB...]
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  178.8MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in e4459cb845ce
Removing intermediate container e4459cb845ce
 ---> 7c3f760fec0a
Step 4/21 : ARG pull_licenses
 ---> Running in 4e37552446d6
Removing intermediate container 4e37552446d6
 ---> c7d329ee3567
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 920a0f24f59c
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 6f50ec6a20eb
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 447f50bb4c2a
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 7ed6428735a3
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 548b1b74e0f7
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 0e860e93a7d7
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 2281f45c9643
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 6cac4286050c
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> d6e2e6d012f3
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 034519acee78
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> c3ae1752e2ce
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in c0929c4e12df
Removing intermediate container c0929c4e12df
 ---> 47add5f4e4c5
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> ef21d4e464ca
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in d81cac07ffa1
Removing intermediate container d81cac07ffa1
 ---> bdc496eeb0c2
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 13c5a39b8369
Removing intermediate container 13c5a39b8369
 ---> 10b85fc8533d
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> c26db67e23dd
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in d0fed8b39e56
Removing intermediate container d0fed8b39e56
 ---> 51b9b91d2c37
Successfully built 51b9b91d2c37
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTagBd8110c765d94f4640a59a4caaf1f1824e6cb889

> Task :sdks:java:container:java8:dockerPushBd8110c765d94f4640a59a4caaf1f1824e6cb889
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
b0143c1ec7b1: Preparing
6ef6f60bb97c: Preparing
5c21ae2feb27: Preparing
774cd8675f49: Preparing
375d53272e84: Preparing
2cb83196ed5e: Preparing
d963be63987b: Preparing
5bdeb5337bb9: Preparing
2c32929c8049: Preparing
bce0941ff019: Preparing
c26e32257cc9: Preparing
851fe81b0d7e: Preparing
afdaf79b1c16: Preparing
2467993ab758: Preparing
e492d96da24c: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
5bdeb5337bb9: Waiting
e492d96da24c: Waiting
6b5aaff44254: Waiting
293d5db30c9f: Waiting
2c32929c8049: Waiting
53a0b163e995: Waiting
03127cdb479b: Waiting
2467993ab758: Waiting
bce0941ff019: Waiting
b626401ef603: Waiting
9c742cd6c7a5: Waiting
afdaf79b1c16: Waiting
851fe81b0d7e: Waiting
c26e32257cc9: Waiting
2cb83196ed5e: Waiting
d963be63987b: Waiting
9b55156abf26: Waiting
774cd8675f49: Pushed
375d53272e84: Pushed
6ef6f60bb97c: Pushed
5c21ae2feb27: Pushed
b0143c1ec7b1: Pushed
d963be63987b: Pushed
5bdeb5337bb9: Pushed
bce0941ff019: Pushed
851fe81b0d7e: Pushed
c26e32257cc9: Pushed
2cb83196ed5e: Pushed
6b5aaff44254: Layer already exists
2c32929c8049: Pushed
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
2467993ab758: Pushed
e492d96da24c: Pushed
afdaf79b1c16: Pushed
bd8110c765d94f4640a59a4caaf1f1824e6cb889: digest: sha256:dd600149cbc54c77bbde762e2a1d37522d1adacc41be4ce72b3a1bbd78981144 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
b0143c1ec7b1: Preparing
6ef6f60bb97c: Preparing
5c21ae2feb27: Preparing
774cd8675f49: Preparing
375d53272e84: Preparing
2cb83196ed5e: Preparing
d963be63987b: Preparing
5bdeb5337bb9: Preparing
2c32929c8049: Preparing
bce0941ff019: Preparing
c26e32257cc9: Preparing
851fe81b0d7e: Preparing
afdaf79b1c16: Preparing
2467993ab758: Preparing
e492d96da24c: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
2cb83196ed5e: Waiting
d963be63987b: Waiting
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
5bdeb5337bb9: Waiting
bce0941ff019: Waiting
b626401ef603: Waiting
851fe81b0d7e: Waiting
afdaf79b1c16: Waiting
9b55156abf26: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
e492d96da24c: Waiting
293d5db30c9f: Waiting
2467993ab758: Waiting
53a0b163e995: Waiting
2c32929c8049: Waiting
b0143c1ec7b1: Layer already exists
774cd8675f49: Layer already exists
5c21ae2feb27: Layer already exists
d963be63987b: Layer already exists
375d53272e84: Layer already exists
2cb83196ed5e: Layer already exists
6ef6f60bb97c: Layer already exists
5bdeb5337bb9: Layer already exists
bce0941ff019: Layer already exists
2c32929c8049: Layer already exists
afdaf79b1c16: Layer already exists
851fe81b0d7e: Layer already exists
2467993ab758: Layer already exists
6b5aaff44254: Layer already exists
c26e32257cc9: Layer already exists
53a0b163e995: Layer already exists
e492d96da24c: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:dd600149cbc54c77bbde762e2a1d37522d1adacc41be4ce72b3a1bbd78981144 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 39s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4094

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4094/display/redirect?page=changes>

Changes:

[noreply] [GitHub Actions] - Run RC Validations Workflow  (#23531)

[noreply] Add workflow to update milestone on issue close (#23629)


------------------------------------------
[...truncated 58.33 KB...]
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  172.9MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in e10f649300a9
Removing intermediate container e10f649300a9
 ---> 99c27527cfa5
Step 4/21 : ARG pull_licenses
 ---> Running in bf1e7acb50ae
Removing intermediate container bf1e7acb50ae
 ---> d2db4b87d16a
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> e6a857f4fc5d
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 4745ff4ea264
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 409971b661f9
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 3f0a9fa0a60d
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 33194e9d5f58
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 42f446a8db86
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> ea204ddd6412
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 6770d4e7b6f0
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 22099e680d1f
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 56c7aa2b76ff
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> f31ee9535035
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in ec88c16d5e93
Removing intermediate container ec88c16d5e93
 ---> c92f79bf433d
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 40079fee2780
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 94853c99aebf
Removing intermediate container 94853c99aebf
 ---> 12b8700865db
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in b4e6839d5703
Removing intermediate container b4e6839d5703
 ---> 91237dbb14d1
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 251c500fbf14
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 7ee978b007a7
Removing intermediate container 7ee978b007a7
 ---> d0bcb6684e4c
Successfully built d0bcb6684e4c
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag5cd7dd74c8451ac76f0e798505414e1fbc30abda

> Task :sdks:java:container:java8:dockerPush5cd7dd74c8451ac76f0e798505414e1fbc30abda
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
9e170300076c: Preparing
25828c779eb1: Preparing
1ac994b4708f: Preparing
bc16dab330d7: Preparing
4cfd21eacabe: Preparing
b1beeeac9be6: Preparing
1dba70657199: Preparing
04fb8a7363e2: Preparing
09e4c3bd1560: Preparing
5a6b534090bb: Preparing
04b2a5263eff: Preparing
b51c1c50083a: Preparing
3c05247f2915: Preparing
73185b9a2a3b: Preparing
149d446754ad: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
3c05247f2915: Waiting
73185b9a2a3b: Waiting
b1beeeac9be6: Waiting
b51c1c50083a: Waiting
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
b626401ef603: Waiting
9c742cd6c7a5: Preparing
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
53a0b163e995: Waiting
293d5db30c9f: Waiting
9b55156abf26: Waiting
09e4c3bd1560: Waiting
04fb8a7363e2: Waiting
6b5aaff44254: Waiting
1ac994b4708f: Pushed
bc16dab330d7: Pushed
25828c779eb1: Pushed
9e170300076c: Pushed
04fb8a7363e2: Pushed
1dba70657199: Pushed
4cfd21eacabe: Pushed
5a6b534090bb: Pushed
09e4c3bd1560: Pushed
b1beeeac9be6: Pushed
04b2a5263eff: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
b51c1c50083a: Pushed
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
73185b9a2a3b: Pushed
149d446754ad: Pushed
3c05247f2915: Pushed
5cd7dd74c8451ac76f0e798505414e1fbc30abda: digest: sha256:245272cd2054b6c61c52d20c7d5fd567344ebf51be95fa6533b809db973843e2 size: 4934

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
9e170300076c: Preparing
25828c779eb1: Preparing
1ac994b4708f: Preparing
bc16dab330d7: Preparing
4cfd21eacabe: Preparing
b1beeeac9be6: Preparing
1dba70657199: Preparing
04fb8a7363e2: Preparing
09e4c3bd1560: Preparing
5a6b534090bb: Preparing
04b2a5263eff: Preparing
b51c1c50083a: Preparing
3c05247f2915: Preparing
73185b9a2a3b: Preparing
149d446754ad: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
04fb8a7363e2: Waiting
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
09e4c3bd1560: Waiting
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
73185b9a2a3b: Waiting
b51c1c50083a: Waiting
5a6b534090bb: Waiting
149d446754ad: Waiting
3c05247f2915: Waiting
b1beeeac9be6: Waiting
6b5aaff44254: Waiting
293d5db30c9f: Waiting
1dba70657199: Waiting
53a0b163e995: Waiting
03127cdb479b: Waiting
b626401ef603: Waiting
9c742cd6c7a5: Waiting
9e170300076c: Layer already exists
25828c779eb1: Layer already exists
1ac994b4708f: Layer already exists
bc16dab330d7: Layer already exists
4cfd21eacabe: Layer already exists
04fb8a7363e2: Layer already exists
1dba70657199: Layer already exists
09e4c3bd1560: Layer already exists
b1beeeac9be6: Layer already exists
5a6b534090bb: Layer already exists
04b2a5263eff: Layer already exists
b51c1c50083a: Layer already exists
3c05247f2915: Layer already exists
73185b9a2a3b: Layer already exists
149d446754ad: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
6b5aaff44254: Layer already exists
293d5db30c9f: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
latest: digest: sha256:245272cd2054b6c61c52d20c7d5fd567344ebf51be95fa6533b809db973843e2 size: 4934

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 3m 56s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4093

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4093/display/redirect?page=changes>

Changes:

[Alexey Romanenko] [TPC-DS] Use "nonpartitioned" input for Jenkins jobs

[noreply] Update scopes to match the existing set and update test to clear


------------------------------------------
[...truncated 60.10 KB...]
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  174.6MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 0dc0135ec0f9
Removing intermediate container 0dc0135ec0f9
 ---> d3777ea7d76a
Step 4/21 : ARG pull_licenses
 ---> Running in 4efcc404ef7a
Removing intermediate container 4efcc404ef7a
 ---> eaee5bcc78f0
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 2b42c09667f2
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> b6f945e62fb8
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> f9a465fc3b49
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 2475d0f24032
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> e291167c8824
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 543c576f9958
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> f8c2581e925d
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 04cb6cad3727
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 344259ea9561
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> d5b4004300e9
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> d4f003300126
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in c649f2876d41
Removing intermediate container c649f2876d41
 ---> 8684ce5642d8
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> adb34d449b25
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 32db4ff86f2c
Removing intermediate container 32db4ff86f2c
 ---> c4ff582d0be9
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in daf262086284
Removing intermediate container daf262086284
 ---> 5e35faa4e4a6
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 0e34477e6dc1
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in dd6cc7be8c21
Removing intermediate container dd6cc7be8c21
 ---> f3ffdf313933
Successfully built f3ffdf313933
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTagFe41855c322e31dee2077d8cf3b95ad2fba85870

> Task :sdks:java:container:java8:dockerPushFe41855c322e31dee2077d8cf3b95ad2fba85870
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
5ce91e0f645f: Preparing
29452d7f1ac0: Preparing
b8049a32d3ca: Preparing
d646e576c549: Preparing
a0091259e9f2: Preparing
16e20b52638a: Preparing
9caa7f6284f7: Preparing
bcec18d8868e: Preparing
ca973d31603b: Preparing
e8d667af23ab: Preparing
62e8cebfd855: Preparing
0604db2eb438: Preparing
71a173580824: Preparing
4eefaf92961a: Preparing
33297990f139: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
0604db2eb438: Waiting
bcec18d8868e: Waiting
71a173580824: Waiting
9c742cd6c7a5: Preparing
ca973d31603b: Waiting
4eefaf92961a: Waiting
e8d667af23ab: Waiting
6b5aaff44254: Waiting
03127cdb479b: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Waiting
62e8cebfd855: Waiting
293d5db30c9f: Waiting
9caa7f6284f7: Waiting
a0091259e9f2: Pushed
d646e576c549: Pushed
5ce91e0f645f: Pushed
29452d7f1ac0: Pushed
b8049a32d3ca: Pushed
9caa7f6284f7: Pushed
bcec18d8868e: Pushed
e8d667af23ab: Pushed
0604db2eb438: Pushed
62e8cebfd855: Pushed
16e20b52638a: Pushed
ca973d31603b: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
4eefaf92961a: Pushed
33297990f139: Pushed
71a173580824: Pushed
fe41855c322e31dee2077d8cf3b95ad2fba85870: digest: sha256:f09a108c0f7aaa0a78365880592cc0e317dffefbe081c3f48e103bacde9ff4d6 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
5ce91e0f645f: Preparing
29452d7f1ac0: Preparing
b8049a32d3ca: Preparing
d646e576c549: Preparing
a0091259e9f2: Preparing
16e20b52638a: Preparing
9caa7f6284f7: Preparing
bcec18d8868e: Preparing
ca973d31603b: Preparing
e8d667af23ab: Preparing
62e8cebfd855: Preparing
0604db2eb438: Preparing
71a173580824: Preparing
4eefaf92961a: Preparing
33297990f139: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
16e20b52638a: Waiting
9caa7f6284f7: Waiting
6b5aaff44254: Waiting
bcec18d8868e: Waiting
71a173580824: Waiting
ca973d31603b: Waiting
53a0b163e995: Waiting
4eefaf92961a: Waiting
293d5db30c9f: Waiting
b626401ef603: Waiting
9b55156abf26: Waiting
33297990f139: Waiting
62e8cebfd855: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
0604db2eb438: Waiting
e8d667af23ab: Waiting
5ce91e0f645f: Layer already exists
29452d7f1ac0: Layer already exists
b8049a32d3ca: Layer already exists
a0091259e9f2: Layer already exists
d646e576c549: Layer already exists
9caa7f6284f7: Layer already exists
bcec18d8868e: Layer already exists
16e20b52638a: Layer already exists
ca973d31603b: Layer already exists
e8d667af23ab: Layer already exists
0604db2eb438: Layer already exists
4eefaf92961a: Layer already exists
62e8cebfd855: Layer already exists
33297990f139: Layer already exists
71a173580824: Layer already exists
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
b626401ef603: Layer already exists
latest: digest: sha256:f09a108c0f7aaa0a78365880592cc0e317dffefbe081c3f48e103bacde9ff4d6 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 19s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4092

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4092/display/redirect?page=changes>

Changes:

[noreply] Fix python log_level_overrides cannot be used on flink and other

[noreply] Better error for disabling runner v2 with cross language pipelines.


------------------------------------------
[...truncated 58.26 KB...]
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  179.8MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 42790233ad49
Removing intermediate container 42790233ad49
 ---> 361b6cf3a053
Step 4/21 : ARG pull_licenses
 ---> Running in 3dcec6c84d37
Removing intermediate container 3dcec6c84d37
 ---> 80fd7d4f533b
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> e5f06d4e7ff2
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 5c63d2c24a68
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 45339c5ff281
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 4d3241761431
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 8b981f6ef772
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 722d498587aa
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 8f21d3f177da
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 3650ddd99923
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> be238fedecbb
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 3a6b3c07a731
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 5f6ca73b1a72
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 2762fff5610d
Removing intermediate container 2762fff5610d
 ---> 7a161476daeb
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 453fd6465609
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in a22113c80b12
Removing intermediate container a22113c80b12
 ---> d12ea5cb6fa5
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 5d8d70a10964
Removing intermediate container 5d8d70a10964
 ---> b04a7f2e6546
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> eb4c40471a4a
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in c0b7612744de
Removing intermediate container c0b7612744de
 ---> 15ce9ae5f364
Successfully built 15ce9ae5f364
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag00e55256922d632454f1053a0d721eb3c96afae2

> Task :sdks:java:container:java8:dockerPush00e55256922d632454f1053a0d721eb3c96afae2
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
fc9909e7ff30: Preparing
7effef09d4e4: Preparing
f677f8f17908: Preparing
d80b39c008f1: Preparing
8969774233e6: Preparing
7264ad031975: Preparing
a88b1b5974d9: Preparing
8112ffb37304: Preparing
41421014454d: Preparing
cd5f3f6bcf7b: Preparing
07990d1152a0: Preparing
bf2f526d85c5: Preparing
952b7a08f76a: Preparing
3c22d2f8b0ad: Preparing
b156c71321de: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
3c22d2f8b0ad: Waiting
b156c71321de: Waiting
6b5aaff44254: Waiting
53a0b163e995: Waiting
9b55156abf26: Waiting
03127cdb479b: Waiting
293d5db30c9f: Waiting
7264ad031975: Waiting
9c742cd6c7a5: Waiting
a88b1b5974d9: Waiting
cd5f3f6bcf7b: Waiting
bf2f526d85c5: Waiting
8112ffb37304: Waiting
b626401ef603: Waiting
41421014454d: Waiting
952b7a08f76a: Waiting
d80b39c008f1: Pushed
f677f8f17908: Pushed
7effef09d4e4: Pushed
8969774233e6: Pushed
fc9909e7ff30: Pushed
8112ffb37304: Pushed
a88b1b5974d9: Pushed
cd5f3f6bcf7b: Pushed
7264ad031975: Pushed
41421014454d: Pushed
bf2f526d85c5: Pushed
07990d1152a0: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
3c22d2f8b0ad: Pushed
b156c71321de: Pushed
952b7a08f76a: Pushed
00e55256922d632454f1053a0d721eb3c96afae2: digest: sha256:99c13cabacf8b82b112af389d291803dab30377603ab766b50c35c510fca0857 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
fc9909e7ff30: Preparing
7effef09d4e4: Preparing
f677f8f17908: Preparing
d80b39c008f1: Preparing
8969774233e6: Preparing
7264ad031975: Preparing
a88b1b5974d9: Preparing
8112ffb37304: Preparing
41421014454d: Preparing
cd5f3f6bcf7b: Preparing
07990d1152a0: Preparing
bf2f526d85c5: Preparing
952b7a08f76a: Preparing
3c22d2f8b0ad: Preparing
b156c71321de: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
9b55156abf26: Waiting
07990d1152a0: Waiting
9c742cd6c7a5: Waiting
bf2f526d85c5: Waiting
03127cdb479b: Waiting
6b5aaff44254: Waiting
b156c71321de: Waiting
952b7a08f76a: Waiting
53a0b163e995: Waiting
293d5db30c9f: Waiting
b626401ef603: Waiting
41421014454d: Waiting
8112ffb37304: Waiting
cd5f3f6bcf7b: Waiting
7264ad031975: Waiting
d80b39c008f1: Layer already exists
f677f8f17908: Layer already exists
fc9909e7ff30: Layer already exists
8969774233e6: Layer already exists
7effef09d4e4: Layer already exists
8112ffb37304: Layer already exists
41421014454d: Layer already exists
cd5f3f6bcf7b: Layer already exists
a88b1b5974d9: Layer already exists
07990d1152a0: Layer already exists
bf2f526d85c5: Layer already exists
3c22d2f8b0ad: Layer already exists
7264ad031975: Layer already exists
b156c71321de: Layer already exists
952b7a08f76a: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:99c13cabacf8b82b112af389d291803dab30377603ab766b50c35c510fca0857 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 1m 33s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4091

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4091/display/redirect?page=changes>

Changes:

[noreply] Fixes #23627: Speed up website checks (#23673)

[noreply] Suppress a FloatingPointLiteralPrecision error (#23667)

[noreply] Improved test coverage and fix the implementation of Inject and CoGBK


------------------------------------------
[...truncated 59.66 KB...]
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  181.2MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in e5798006c833
Removing intermediate container e5798006c833
 ---> ef04ea312bce
Step 4/21 : ARG pull_licenses
 ---> Running in f8461bf2b242
Removing intermediate container f8461bf2b242
 ---> f3a1d81fe730
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> fe23b7aa2745
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> b0a95908617b
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 7facb1b0dd9b
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 364edba4b1a7
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> a25de5006771
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> d9a5ed1b0d82
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 2ca8bd0f6de0
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 7ddea7b72867
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 404ccfb9ed09
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> f09822e901c4
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> cec2c5216235
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 1988e3eb1ecf
Removing intermediate container 1988e3eb1ecf
 ---> 32c5afa44c38
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> d0ac3986d7de
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 21c49deb9693
Removing intermediate container 21c49deb9693
 ---> 726a50c273d4
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in b34dc33e1656
Removing intermediate container b34dc33e1656
 ---> 55527b563e9e
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 08918e61e0c5
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 9698bfaaaa82
Removing intermediate container 9698bfaaaa82
 ---> 058a303e8e0d
Successfully built 058a303e8e0d
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTagC66e5f2c982d857dc2c627c08f0ce8bd5e7e56fc

> Task :sdks:java:container:java8:dockerPushC66e5f2c982d857dc2c627c08f0ce8bd5e7e56fc
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
9cabd0a89b67: Preparing
4de052c75127: Preparing
e93857372ee9: Preparing
c32d58da6283: Preparing
52004da2baaa: Preparing
1d540c45cb41: Preparing
3d346288e730: Preparing
1c5654990705: Preparing
1d540c45cb41: Waiting
106d4ee52447: Preparing
3d346288e730: Waiting
b69adc323129: Preparing
abb6a9d2d32f: Preparing
725d4f0490a0: Preparing
c5a9ce449b78: Preparing
a8c762fc32dd: Preparing
d869206309f1: Preparing
b69adc323129: Waiting
6b5aaff44254: Preparing
1c5654990705: Waiting
53a0b163e995: Preparing
b626401ef603: Preparing
abb6a9d2d32f: Waiting
725d4f0490a0: Waiting
a8c762fc32dd: Waiting
9b55156abf26: Preparing
d869206309f1: Waiting
293d5db30c9f: Preparing
6b5aaff44254: Waiting
03127cdb479b: Preparing
b626401ef603: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Preparing
53a0b163e995: Waiting
03127cdb479b: Waiting
293d5db30c9f: Waiting
4de052c75127: Pushed
c32d58da6283: Pushed
e93857372ee9: Pushed
9cabd0a89b67: Pushed
3d346288e730: Pushed
106d4ee52447: Pushed
b69adc323129: Pushed
1c5654990705: Pushed
abb6a9d2d32f: Pushed
a8c762fc32dd: Pushed
52004da2baaa: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
d869206309f1: Pushed
9c742cd6c7a5: Layer already exists
725d4f0490a0: Pushed
1d540c45cb41: Pushed
c5a9ce449b78: Pushed
c66e5f2c982d857dc2c627c08f0ce8bd5e7e56fc: digest: sha256:89b037524d2f1d451b6c8465e15d91a1b944e23c833b92eda2e3f3841eb3f188 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
9cabd0a89b67: Preparing
4de052c75127: Preparing
e93857372ee9: Preparing
c32d58da6283: Preparing
52004da2baaa: Preparing
1d540c45cb41: Preparing
3d346288e730: Preparing
1c5654990705: Preparing
106d4ee52447: Preparing
b69adc323129: Preparing
abb6a9d2d32f: Preparing
725d4f0490a0: Preparing
c5a9ce449b78: Preparing
a8c762fc32dd: Preparing
d869206309f1: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
1d540c45cb41: Waiting
abb6a9d2d32f: Waiting
106d4ee52447: Waiting
725d4f0490a0: Waiting
b69adc323129: Waiting
3d346288e730: Waiting
c5a9ce449b78: Waiting
a8c762fc32dd: Waiting
1c5654990705: Waiting
d869206309f1: Waiting
293d5db30c9f: Waiting
6b5aaff44254: Waiting
03127cdb479b: Waiting
b626401ef603: Waiting
52004da2baaa: Layer already exists
e93857372ee9: Layer already exists
9cabd0a89b67: Layer already exists
4de052c75127: Layer already exists
c32d58da6283: Layer already exists
1d540c45cb41: Layer already exists
3d346288e730: Layer already exists
1c5654990705: Layer already exists
106d4ee52447: Layer already exists
b69adc323129: Layer already exists
abb6a9d2d32f: Layer already exists
a8c762fc32dd: Layer already exists
c5a9ce449b78: Layer already exists
6b5aaff44254: Layer already exists
725d4f0490a0: Layer already exists
d869206309f1: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9b55156abf26: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:89b037524d2f1d451b6c8465e15d91a1b944e23c833b92eda2e3f3841eb3f188 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 3s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4090

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4090/display/redirect?page=changes>

Changes:

[noreply] Adjust 2.42.0 publishing time.

[noreply] Adds a Java RunInference example (#23619)


------------------------------------------
[...truncated 60.59 KB...]
latest: digest: sha256:df95c3e7c5ed7b461563a75923a6c88f483e9f7621270014aa98a0127e40ecbb size: 1783

> Task :sdks:go:container:dockerTagsPush

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  179.8MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 1a98e7b707da
Removing intermediate container 1a98e7b707da
 ---> cc0512bd9f85
Step 4/21 : ARG pull_licenses
 ---> Running in 5328b2d8eb0c
Removing intermediate container 5328b2d8eb0c
 ---> d4ef531cead5
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 0a8d6d109b91
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 0188a604fab8
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 2ae26b93c48a
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> fa8573c000b6
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 16da1e9ca2e8
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> eaefe0794f50
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 7bbb34f18f8b
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 5f5cc8c03a60
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 28ada8c7b165
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 51d2bd261076
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> eea029346c2b
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 51075de164d0
Removing intermediate container 51075de164d0
 ---> 64f97b9bd936
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 6f9d02632400
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 9e422bad3cbb
Removing intermediate container 9e422bad3cbb
 ---> 5f47eb53a229
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 30059e849204
Removing intermediate container 30059e849204
 ---> 1132084fd70a
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> c5eb77f6eeff
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 225bc1ef3b5e
Removing intermediate container 225bc1ef3b5e
 ---> 289a05a19bfe
Successfully built 289a05a19bfe
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag10e15a96383de0bb1167d619e4d1fce5dd5b562b

> Task :sdks:java:container:java8:dockerPush10e15a96383de0bb1167d619e4d1fce5dd5b562b
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
e5d2bd0b930d: Preparing
15c8d75c1235: Preparing
edee707e7961: Preparing
9d92b385b936: Preparing
d96affd03d69: Preparing
1279e2e64032: Preparing
caf2cffa57a0: Preparing
eb12bccd141e: Preparing
78d602c7db82: Preparing
1aefae81322c: Preparing
e66c6f088f9c: Preparing
c29e35d25ecb: Preparing
cf4513fb8b43: Preparing
50ab83ff10e7: Preparing
567f4b8f9df6: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
53a0b163e995: Waiting
50ab83ff10e7: Waiting
293d5db30c9f: Waiting
e66c6f088f9c: Waiting
03127cdb479b: Waiting
567f4b8f9df6: Waiting
caf2cffa57a0: Waiting
9c742cd6c7a5: Waiting
9b55156abf26: Waiting
1279e2e64032: Waiting
78d602c7db82: Waiting
6b5aaff44254: Waiting
c29e35d25ecb: Waiting
cf4513fb8b43: Waiting
b626401ef603: Waiting
1aefae81322c: Waiting
9d92b385b936: Pushed
15c8d75c1235: Pushed
d96affd03d69: Pushed
edee707e7961: Pushed
e5d2bd0b930d: Pushed
eb12bccd141e: Pushed
caf2cffa57a0: Pushed
1aefae81322c: Pushed
78d602c7db82: Pushed
c29e35d25ecb: Pushed
1279e2e64032: Pushed
6b5aaff44254: Layer already exists
e66c6f088f9c: Pushed
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
567f4b8f9df6: Pushed
50ab83ff10e7: Pushed
cf4513fb8b43: Pushed
10e15a96383de0bb1167d619e4d1fce5dd5b562b: digest: sha256:de5afe5b474dc6fb3784af5e4d032dc082de5c24da9dc73354c3387861c4b430 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
e5d2bd0b930d: Preparing
15c8d75c1235: Preparing
edee707e7961: Preparing
9d92b385b936: Preparing
d96affd03d69: Preparing
1279e2e64032: Preparing
caf2cffa57a0: Preparing
eb12bccd141e: Preparing
78d602c7db82: Preparing
1aefae81322c: Preparing
e66c6f088f9c: Preparing
c29e35d25ecb: Preparing
cf4513fb8b43: Preparing
50ab83ff10e7: Preparing
567f4b8f9df6: Preparing
eb12bccd141e: Waiting
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
78d602c7db82: Waiting
293d5db30c9f: Preparing
03127cdb479b: Preparing
1aefae81322c: Waiting
e66c6f088f9c: Waiting
9c742cd6c7a5: Preparing
1279e2e64032: Waiting
567f4b8f9df6: Waiting
53a0b163e995: Waiting
50ab83ff10e7: Waiting
6b5aaff44254: Waiting
03127cdb479b: Waiting
cf4513fb8b43: Waiting
b626401ef603: Waiting
293d5db30c9f: Waiting
9c742cd6c7a5: Waiting
9b55156abf26: Waiting
caf2cffa57a0: Waiting
c29e35d25ecb: Waiting
edee707e7961: Layer already exists
15c8d75c1235: Layer already exists
9d92b385b936: Layer already exists
e5d2bd0b930d: Layer already exists
1279e2e64032: Layer already exists
d96affd03d69: Layer already exists
caf2cffa57a0: Layer already exists
78d602c7db82: Layer already exists
eb12bccd141e: Layer already exists
e66c6f088f9c: Layer already exists
1aefae81322c: Layer already exists
c29e35d25ecb: Layer already exists
50ab83ff10e7: Layer already exists
cf4513fb8b43: Layer already exists
567f4b8f9df6: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
9b55156abf26: Layer already exists
b626401ef603: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
293d5db30c9f: Layer already exists
latest: digest: sha256:de5afe5b474dc6fb3784af5e4d032dc082de5c24da9dc73354c3387861c4b430 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 1m 48s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4089

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4089/display/redirect?page=changes>

Changes:

[Moritz Mack] [Jenkins,Spark] Stop running Nexmark suite for deprecated Spark 2 runner

[noreply] [Playground] Examples CI (#23476)

[noreply] [Tour Of Beam] README update (#23318)

[noreply] Bump google.golang.org/api from 0.98.0 to 0.99.0 in /sdks (#23655)

[noreply] Fix  beam_PerformanceTests_PubsubIOIT_Python_Streaming (#23607)

[noreply] 2.42.0 Release Blog Post  (#23406)

[noreply] Docs for state in go (#22965)

[noreply] Fix typo in 2.42.0 blog.


------------------------------------------
[...truncated 54.14 KB...]
8e079fee2186: Layer already exists
08c2a8fe32b6: Pushed
02b6a3e04a34132dcdee60f2af1c14f22a57dd87: digest: sha256:718f5a03490fd5e07e880b24e3009c7c20cfe559b511c5f8c95fc01fb45dc663 size: 1783

> Task :release:go-licenses:java:dockerRun
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.42.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.42.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/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/9e6da59bd2fc/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.49.0/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 :sdks:go:container:dockerTagLatest

> Task :sdks:go:container:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
5bc0168e46df: Preparing
f3e22cfdbe34: Preparing
0579b073c881: Preparing
e1aafa07ce6d: Preparing
246018669081: Preparing
08c2a8fe32b6: Preparing
8e079fee2186: Preparing
08c2a8fe32b6: Waiting
8e079fee2186: Waiting
0579b073c881: Layer already exists
f3e22cfdbe34: Layer already exists
246018669081: Layer already exists
5bc0168e46df: Layer already exists
08c2a8fe32b6: Layer already exists
e1aafa07ce6d: Layer already exists
8e079fee2186: Layer already exists
latest: digest: sha256:718f5a03490fd5e07e880b24e3009c7c20cfe559b511c5f8c95fc01fb45dc663 size: 1783

> Task :sdks:go:container:dockerTagsPush
> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java11:copyGolangLicenses

> Task :sdks:java:container:pullLicenses
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5
INFO:root:pull_licenses_java.py succeed. It took 7.145693 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java11:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:dockerClean UP-TO-DATE
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

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

> Task :sdks:java:container:java8:dockerPush02b6a3e04a34132dcdee60f2af1c14f22a57dd87
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c7e119ce7cb1: Preparing
a1d9899b5bce: Preparing
5c65fa05d580: Preparing
10c1b07039e9: Preparing
89dca47d3f8b: Preparing
f0db2a20a33a: Preparing
c595e807e40f: Preparing
069cc08de02c: Preparing
5d43bc88eb13: Preparing
02de7f7a8eb2: Preparing
ba523fa15df2: Preparing
b3112bc029ce: Preparing
42ba2e35f024: Preparing
152cdc08103a: Preparing
51373bc9de77: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
152cdc08103a: Waiting
f0db2a20a33a: Waiting
51373bc9de77: Waiting
6b5aaff44254: Waiting
53a0b163e995: Waiting
b626401ef603: Waiting
9b55156abf26: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
069cc08de02c: Waiting
9c742cd6c7a5: Waiting
5d43bc88eb13: Waiting
02de7f7a8eb2: Waiting
b3112bc029ce: Waiting
ba523fa15df2: Waiting
42ba2e35f024: Waiting
c595e807e40f: Waiting
a1d9899b5bce: Pushed
10c1b07039e9: Pushed
89dca47d3f8b: Pushed
5c65fa05d580: Pushed
c595e807e40f: Pushed
c7e119ce7cb1: Pushed
069cc08de02c: Pushed
02de7f7a8eb2: Pushed
b3112bc029ce: Pushed
ba523fa15df2: Pushed
f0db2a20a33a: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
152cdc08103a: Pushed
51373bc9de77: Pushed
5d43bc88eb13: Pushed
42ba2e35f024: Pushed
02b6a3e04a34132dcdee60f2af1c14f22a57dd87: digest: sha256:9f34d7d7ef656dca660dc8c2cccb5d34c578ec53af94b0d2eea1ed4ccdcfb9f9 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c7e119ce7cb1: Preparing
a1d9899b5bce: Preparing
5c65fa05d580: Preparing
10c1b07039e9: Preparing
89dca47d3f8b: Preparing
f0db2a20a33a: Preparing
c595e807e40f: Preparing
069cc08de02c: Preparing
5d43bc88eb13: Preparing
02de7f7a8eb2: Preparing
ba523fa15df2: Preparing
b3112bc029ce: Preparing
42ba2e35f024: Preparing
152cdc08103a: Preparing
51373bc9de77: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
f0db2a20a33a: Waiting
c595e807e40f: Waiting
069cc08de02c: Waiting
5d43bc88eb13: Waiting
02de7f7a8eb2: Waiting
b3112bc029ce: Waiting
ba523fa15df2: Waiting
42ba2e35f024: Waiting
51373bc9de77: Waiting
152cdc08103a: Waiting
6b5aaff44254: Waiting
b626401ef603: Waiting
53a0b163e995: Waiting
9b55156abf26: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
c7e119ce7cb1: Layer already exists
5c65fa05d580: Layer already exists
10c1b07039e9: Layer already exists
a1d9899b5bce: Layer already exists
89dca47d3f8b: Layer already exists
069cc08de02c: Layer already exists
c595e807e40f: Layer already exists
f0db2a20a33a: Layer already exists
5d43bc88eb13: Layer already exists
02de7f7a8eb2: Layer already exists
b3112bc029ce: Layer already exists
152cdc08103a: Layer already exists
42ba2e35f024: Layer already exists
ba523fa15df2: Layer already exists
51373bc9de77: Layer already exists
9b55156abf26: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
b626401ef603: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
293d5db30c9f: Layer already exists
latest: digest: sha256:9f34d7d7ef656dca660dc8c2cccb5d34c578ec53af94b0d2eea1ed4ccdcfb9f9 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 4m 5s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4088

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

Changes:


------------------------------------------
[...truncated 57.10 KB...]
> Task :sdks:java:container:java17:copyLicenses

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon    180MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 0b140e9547a5
Removing intermediate container 0b140e9547a5
 ---> c397c27a14f0
Step 4/21 : ARG pull_licenses
 ---> Running in 9fe9073cc279
Removing intermediate container 9fe9073cc279
 ---> 5d9718f1992f
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 9c71abe070ad
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 6b565749e949
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> f1ed1c6084a2
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> e3eaf5e63d01
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> a2dcd4a533ea
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 2914fa89a770
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> e291f8ae7074
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 9bffe3e063cb
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> ba5a9e887f39
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> fbfd84c4bdf3
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> d389bc9e119e
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 8d94325ad799
Removing intermediate container 8d94325ad799
 ---> 9efd434ccd49
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 3e2f95a13063
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 644ac528f9aa
Removing intermediate container 644ac528f9aa
 ---> bc099919e86b
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in be1794fe1377
Removing intermediate container be1794fe1377
 ---> 60852fb2438c
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 5001f2f461bd
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 69dfa663ff9c
Removing intermediate container 69dfa663ff9c
 ---> 79fe9256cc46
Successfully built 79fe9256cc46
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c

> Task :sdks:java:container:java8:dockerPush948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c0c293acf7f6: Preparing
845fe61772a6: Preparing
01821a1f2a8f: Preparing
fa94eb8ada53: Preparing
2dfdb4d09a53: Preparing
3f030158df6e: Preparing
4997d6e58dab: Preparing
03d0e2b141b4: Preparing
6263e233efa6: Preparing
61f787ec8893: Preparing
4a29145c578d: Preparing
d03b883b8928: Preparing
2a763f82a025: Preparing
5d221d1811fa: Preparing
c03da9d335c1: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
61f787ec8893: Waiting
4a29145c578d: Waiting
d03b883b8928: Waiting
2a763f82a025: Waiting
5d221d1811fa: Waiting
4997d6e58dab: Waiting
c03da9d335c1: Waiting
6b5aaff44254: Waiting
293d5db30c9f: Waiting
b626401ef603: Waiting
53a0b163e995: Waiting
03127cdb479b: Waiting
03d0e2b141b4: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Waiting
6263e233efa6: Waiting
01821a1f2a8f: Pushed
845fe61772a6: Pushed
fa94eb8ada53: Pushed
2dfdb4d09a53: Pushed
c0c293acf7f6: Pushed
4997d6e58dab: Pushed
03d0e2b141b4: Pushed
61f787ec8893: Pushed
d03b883b8928: Pushed
6263e233efa6: Pushed
4a29145c578d: Pushed
3f030158df6e: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
5d221d1811fa: Pushed
c03da9d335c1: Pushed
2a763f82a025: Pushed
948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c: digest: sha256:cdda4ccc1d4e4fbf6ab0629c6e9f4f9b8ce59daa7fae717d83ad259865d8baa2 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c0c293acf7f6: Preparing
845fe61772a6: Preparing
01821a1f2a8f: Preparing
fa94eb8ada53: Preparing
2dfdb4d09a53: Preparing
3f030158df6e: Preparing
4997d6e58dab: Preparing
03d0e2b141b4: Preparing
6263e233efa6: Preparing
61f787ec8893: Preparing
4a29145c578d: Preparing
d03b883b8928: Preparing
2a763f82a025: Preparing
5d221d1811fa: Preparing
c03da9d335c1: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
3f030158df6e: Waiting
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
4997d6e58dab: Waiting
03d0e2b141b4: Waiting
4a29145c578d: Waiting
6263e233efa6: Waiting
61f787ec8893: Waiting
d03b883b8928: Waiting
c03da9d335c1: Waiting
293d5db30c9f: Waiting
b626401ef603: Waiting
03127cdb479b: Waiting
2a763f82a025: Waiting
9b55156abf26: Waiting
5d221d1811fa: Waiting
53a0b163e995: Waiting
9c742cd6c7a5: Waiting
6b5aaff44254: Waiting
fa94eb8ada53: Layer already exists
01821a1f2a8f: Layer already exists
2dfdb4d09a53: Layer already exists
c0c293acf7f6: Layer already exists
845fe61772a6: Layer already exists
03d0e2b141b4: Layer already exists
3f030158df6e: Layer already exists
6263e233efa6: Layer already exists
4997d6e58dab: Layer already exists
61f787ec8893: Layer already exists
d03b883b8928: Layer already exists
4a29145c578d: Layer already exists
2a763f82a025: Layer already exists
5d221d1811fa: Layer already exists
c03da9d335c1: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
latest: digest: sha256:cdda4ccc1d4e4fbf6ab0629c6e9f4f9b8ce59daa7fae717d83ad259865d8baa2 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 18s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4087

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

Changes:


------------------------------------------
[...truncated 58.77 KB...]
> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  182.3MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in fed8cdee7384
Removing intermediate container fed8cdee7384
 ---> e1d0547574cc
Step 4/21 : ARG pull_licenses
 ---> Running in 12af736a5ab1
Removing intermediate container 12af736a5ab1
 ---> f3231695373e
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 00561f6ecee3
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 201a179b0b6d
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 47d6f821ff96
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 6adf322cc595
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 76bc441b5dbc
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> b7528fe96666
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> f103ec6253c9
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 2aadd6983788
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 2b888fdd4daf
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 18f0a5d00775
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 78add719973c
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 7323eedb5df1
Removing intermediate container 7323eedb5df1
 ---> c3347768e546
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> b63643273694
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 50d4bc161a92
Removing intermediate container 50d4bc161a92
 ---> b39cebaec7a0
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in d9a8e1f38c74
Removing intermediate container d9a8e1f38c74
 ---> 75280f271d1e
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> d6cbdf49393d
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 1567d2746846
Removing intermediate container 1567d2746846
 ---> 0234c4212bff
Successfully built 0234c4212bff
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c

> Task :sdks:java:container:java8:dockerPush948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
1b530332c9ec: Preparing
fc6ce21eba88: Preparing
224a4304e99d: Preparing
98e2e72216ec: Preparing
4f62b2f61793: Preparing
70aa87308179: Preparing
346718b121ab: Preparing
aa53ef3dd543: Preparing
e3d9e26b1e7c: Preparing
2c0facd4f4c3: Preparing
0e2e3967c9bf: Preparing
04329023e227: Preparing
247e42a03b4d: Preparing
cea1fa725b33: Preparing
f883b98e7018: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
70aa87308179: Waiting
346718b121ab: Waiting
0e2e3967c9bf: Waiting
aa53ef3dd543: Waiting
04329023e227: Waiting
f883b98e7018: Waiting
e3d9e26b1e7c: Waiting
53a0b163e995: Waiting
247e42a03b4d: Waiting
b626401ef603: Waiting
cea1fa725b33: Waiting
6b5aaff44254: Waiting
9b55156abf26: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
224a4304e99d: Pushed
98e2e72216ec: Pushed
4f62b2f61793: Pushed
fc6ce21eba88: Pushed
1b530332c9ec: Pushed
346718b121ab: Pushed
aa53ef3dd543: Pushed
2c0facd4f4c3: Pushed
70aa87308179: Pushed
0e2e3967c9bf: Pushed
04329023e227: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
e3d9e26b1e7c: Pushed
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
cea1fa725b33: Pushed
f883b98e7018: Pushed
247e42a03b4d: Pushed
948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c: digest: sha256:3eef21f81ce3c4b8d0e58cbd740e1220a638237d3ac328931e531c10d4af5a99 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
1b530332c9ec: Preparing
fc6ce21eba88: Preparing
224a4304e99d: Preparing
98e2e72216ec: Preparing
4f62b2f61793: Preparing
70aa87308179: Preparing
346718b121ab: Preparing
aa53ef3dd543: Preparing
e3d9e26b1e7c: Preparing
2c0facd4f4c3: Preparing
0e2e3967c9bf: Preparing
04329023e227: Preparing
247e42a03b4d: Preparing
cea1fa725b33: Preparing
f883b98e7018: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
2c0facd4f4c3: Waiting
53a0b163e995: Waiting
70aa87308179: Waiting
b626401ef603: Waiting
0e2e3967c9bf: Waiting
aa53ef3dd543: Waiting
cea1fa725b33: Waiting
9b55156abf26: Waiting
346718b121ab: Waiting
04329023e227: Waiting
293d5db30c9f: Waiting
f883b98e7018: Waiting
9c742cd6c7a5: Waiting
247e42a03b4d: Waiting
03127cdb479b: Waiting
6b5aaff44254: Waiting
e3d9e26b1e7c: Waiting
98e2e72216ec: Layer already exists
224a4304e99d: Layer already exists
4f62b2f61793: Layer already exists
1b530332c9ec: Layer already exists
70aa87308179: Layer already exists
346718b121ab: Layer already exists
e3d9e26b1e7c: Layer already exists
04329023e227: Layer already exists
0e2e3967c9bf: Layer already exists
2c0facd4f4c3: Layer already exists
247e42a03b4d: Layer already exists
fc6ce21eba88: Layer already exists
f883b98e7018: Layer already exists
aa53ef3dd543: Layer already exists
6b5aaff44254: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
cea1fa725b33: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
53a0b163e995: Layer already exists
latest: digest: sha256:3eef21f81ce3c4b8d0e58cbd740e1220a638237d3ac328931e531c10d4af5a99 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 1m 52s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4086

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

Changes:


------------------------------------------
[...truncated 59.49 KB...]
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  182.7MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 6a9d0dd7f672
Removing intermediate container 6a9d0dd7f672
 ---> cf973ad577d8
Step 4/21 : ARG pull_licenses
 ---> Running in aa0f293cc8ae
Removing intermediate container aa0f293cc8ae
 ---> dc2ec74afadb
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> b850f02a6e6a
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 6afbd13e0a58
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 6bac1e41bb36
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> d695c65c6f54
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> e146a358f61f
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 3aa18b4d7a3b
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 3cb83de6f97e
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 13548b883d8a
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 92b5dc4280b2
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 1ae7b12fc8a7
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 1670ccc3d3ba
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in bbdbe78b0065
Removing intermediate container bbdbe78b0065
 ---> 089489a89648
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 680a1e52e28f
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in eafd211b710c
Removing intermediate container eafd211b710c
 ---> bfef45a8ce19
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in b7c82fc53295
Removing intermediate container b7c82fc53295
 ---> 166d6f7fd3f7
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> d1eb886e2e57
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in a644df657a04
Removing intermediate container a644df657a04
 ---> abd8eb275a62
Successfully built abd8eb275a62
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c

> Task :sdks:java:container:java8:dockerPush948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c006494df4fa: Preparing
ebc5a5902296: Preparing
59d6455f37af: Preparing
e98c75b53a4a: Preparing
b4f77e4045ca: Preparing
2e4106f66ccf: Preparing
4883e0814e54: Preparing
9e5dd073afcd: Preparing
4af3adb68c7b: Preparing
db3a6f25da6f: Preparing
e186033665a4: Preparing
3764f9f18623: Preparing
4b9521b05ac2: Preparing
a6736e88c893: Preparing
511c7f2648e4: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
db3a6f25da6f: Waiting
9e5dd073afcd: Waiting
6b5aaff44254: Waiting
a6736e88c893: Waiting
b626401ef603: Preparing
3764f9f18623: Waiting
e186033665a4: Waiting
53a0b163e995: Waiting
9b55156abf26: Preparing
b626401ef603: Waiting
4883e0814e54: Waiting
293d5db30c9f: Preparing
2e4106f66ccf: Waiting
03127cdb479b: Preparing
293d5db30c9f: Waiting
4b9521b05ac2: Waiting
9c742cd6c7a5: Preparing
9c742cd6c7a5: Waiting
4af3adb68c7b: Waiting
03127cdb479b: Waiting
e98c75b53a4a: Pushed
ebc5a5902296: Pushed
b4f77e4045ca: Pushed
59d6455f37af: Pushed
c006494df4fa: Pushed
4883e0814e54: Pushed
9e5dd073afcd: Pushed
db3a6f25da6f: Pushed
3764f9f18623: Pushed
2e4106f66ccf: Pushed
4af3adb68c7b: Pushed
6b5aaff44254: Layer already exists
e186033665a4: Pushed
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
511c7f2648e4: Pushed
9c742cd6c7a5: Layer already exists
a6736e88c893: Pushed
4b9521b05ac2: Pushed
948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c: digest: sha256:fed8ea3822dfd65248ba09e67ee2428949c1addd78525f88f733e451f3c6ac33 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c006494df4fa: Preparing
ebc5a5902296: Preparing
59d6455f37af: Preparing
e98c75b53a4a: Preparing
b4f77e4045ca: Preparing
2e4106f66ccf: Preparing
4883e0814e54: Preparing
9e5dd073afcd: Preparing
4af3adb68c7b: Preparing
db3a6f25da6f: Preparing
e186033665a4: Preparing
3764f9f18623: Preparing
4b9521b05ac2: Preparing
a6736e88c893: Preparing
2e4106f66ccf: Waiting
511c7f2648e4: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
4883e0814e54: Waiting
b626401ef603: Preparing
9e5dd073afcd: Waiting
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
e186033665a4: Waiting
9c742cd6c7a5: Preparing
4af3adb68c7b: Waiting
3764f9f18623: Waiting
db3a6f25da6f: Waiting
6b5aaff44254: Waiting
4b9521b05ac2: Waiting
511c7f2648e4: Waiting
a6736e88c893: Waiting
293d5db30c9f: Waiting
9b55156abf26: Waiting
b626401ef603: Waiting
9c742cd6c7a5: Waiting
c006494df4fa: Layer already exists
e98c75b53a4a: Layer already exists
59d6455f37af: Layer already exists
ebc5a5902296: Layer already exists
b4f77e4045ca: Layer already exists
4883e0814e54: Layer already exists
db3a6f25da6f: Layer already exists
4af3adb68c7b: Layer already exists
3764f9f18623: Layer already exists
e186033665a4: Layer already exists
4b9521b05ac2: Layer already exists
2e4106f66ccf: Layer already exists
a6736e88c893: Layer already exists
511c7f2648e4: Layer already exists
9e5dd073afcd: Layer already exists
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
9b55156abf26: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:fed8ea3822dfd65248ba09e67ee2428949c1addd78525f88f733e451f3c6ac33 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 3s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4085

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4085/display/redirect?page=changes>

Changes:

[noreply] Blog post for Hop web in Google Cloud (#23652)


------------------------------------------
[...truncated 58.19 KB...]
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon    179MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 1f459d01152e
Removing intermediate container 1f459d01152e
 ---> b46fba858cbd
Step 4/21 : ARG pull_licenses
 ---> Running in ae36aee2b2fb
Removing intermediate container ae36aee2b2fb
 ---> 4e0a3427cdc4
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 76cee2c8b390
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> c4e45a53a8dd
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> e28881ca053a
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 29820e632795
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 29f00ece5e47
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 2e229d3ace0a
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 81c693c4e248
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> d1d5b34bb87c
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 0f781bbaa05b
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 2d2ea978cfe2
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 05d7f8e1b44d
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 0ac81a8bfd8d
Removing intermediate container 0ac81a8bfd8d
 ---> de1b85e654d0
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 338dfbbb0442
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in aaa519cd7d71
Removing intermediate container aaa519cd7d71
 ---> 9b1f6b57e129
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 1c017ad886ae
Removing intermediate container 1c017ad886ae
 ---> c9d2654b12fe
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 9e248efc72c1
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 5887caa02638
Removing intermediate container 5887caa02638
 ---> 8608579c47e0
Successfully built 8608579c47e0
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c

> Task :sdks:java:container:java8:dockerPush948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
362df554839b: Preparing
861696e691d2: Preparing
29757e7734cf: Preparing
5804dd3c2457: Preparing
efe3297a0483: Preparing
f1f858fec644: Preparing
a5613f85961c: Preparing
9ca1ddad555b: Preparing
75182b99dbab: Preparing
65406be4f45b: Preparing
2b2a9e8c10bb: Preparing
dcd833ee3e86: Preparing
83b772484979: Preparing
82f8a02df145: Preparing
b1883c50c4fb: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
f1f858fec644: Waiting
a5613f85961c: Waiting
65406be4f45b: Waiting
03127cdb479b: Preparing
2b2a9e8c10bb: Waiting
9c742cd6c7a5: Preparing
9ca1ddad555b: Waiting
75182b99dbab: Waiting
83b772484979: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Waiting
03127cdb479b: Waiting
293d5db30c9f: Waiting
6b5aaff44254: Waiting
53a0b163e995: Waiting
82f8a02df145: Waiting
b1883c50c4fb: Waiting
b626401ef603: Waiting
29757e7734cf: Pushed
861696e691d2: Pushed
efe3297a0483: Pushed
5804dd3c2457: Pushed
362df554839b: Pushed
a5613f85961c: Pushed
9ca1ddad555b: Pushed
dcd833ee3e86: Pushed
f1f858fec644: Pushed
2b2a9e8c10bb: Pushed
75182b99dbab: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
65406be4f45b: Pushed
9c742cd6c7a5: Layer already exists
82f8a02df145: Pushed
b1883c50c4fb: Pushed
83b772484979: Pushed
948d9e2d558f13a71cf5dc17ea463d1d45fb5e5c: digest: sha256:a932c598c7d8f86bc27d5601d4342a0c4f58e16c7ee528d1409bede89103472a size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
362df554839b: Preparing
861696e691d2: Preparing
29757e7734cf: Preparing
5804dd3c2457: Preparing
efe3297a0483: Preparing
f1f858fec644: Preparing
a5613f85961c: Preparing
9ca1ddad555b: Preparing
75182b99dbab: Preparing
65406be4f45b: Preparing
2b2a9e8c10bb: Preparing
dcd833ee3e86: Preparing
83b772484979: Preparing
82f8a02df145: Preparing
b1883c50c4fb: Preparing
6b5aaff44254: Preparing
a5613f85961c: Waiting
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
f1f858fec644: Waiting
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
9ca1ddad555b: Waiting
82f8a02df145: Waiting
75182b99dbab: Waiting
b1883c50c4fb: Waiting
65406be4f45b: Waiting
2b2a9e8c10bb: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
293d5db30c9f: Waiting
6b5aaff44254: Waiting
83b772484979: Waiting
9b55156abf26: Waiting
dcd833ee3e86: Waiting
29757e7734cf: Layer already exists
efe3297a0483: Layer already exists
5804dd3c2457: Layer already exists
362df554839b: Layer already exists
861696e691d2: Layer already exists
9ca1ddad555b: Layer already exists
a5613f85961c: Layer already exists
75182b99dbab: Layer already exists
f1f858fec644: Layer already exists
65406be4f45b: Layer already exists
2b2a9e8c10bb: Layer already exists
83b772484979: Layer already exists
dcd833ee3e86: Layer already exists
b1883c50c4fb: Layer already exists
82f8a02df145: Layer already exists
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9b55156abf26: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:a932c598c7d8f86bc27d5601d4342a0c4f58e16c7ee528d1409bede89103472a size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 40s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4084

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

Changes:


------------------------------------------
[...truncated 71.33 KB...]
> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  177.3MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 58f6332df364
Removing intermediate container 58f6332df364
 ---> 2861496b2e66
Step 4/21 : ARG pull_licenses
 ---> Running in d6b7832ddd82
Removing intermediate container d6b7832ddd82
 ---> 4e888126058c
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> ef273bbc4165
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 45cae20380be
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 6710d66b6160
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 1208cf6bbfe1
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 74d5c69da8e4
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> e5dcfab7c719
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 70f159a96b5c
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> efa3449c9847
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 8753a7a8db7e
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 8991bf12fa26
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> a58883a039fe
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in acbf7a31a930
Removing intermediate container acbf7a31a930
 ---> 08e81ba60602
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> f00ec4c97d1f
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in f56800791c9a
Removing intermediate container f56800791c9a
 ---> b36b2b6009c2
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in f760d451e86d
Removing intermediate container f760d451e86d
 ---> 55176985e3d5
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> c1c4e8011960
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in d7486394d005
Removing intermediate container d7486394d005
 ---> 4e503586fe31
Successfully built 4e503586fe31
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTagE1596578e0fd0bfac241db3dfb138bceb07b6f5b

> Task :sdks:java:container:java8:dockerPushE1596578e0fd0bfac241db3dfb138bceb07b6f5b
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
8c9ec914f7e0: Preparing
6a8a0b748485: Preparing
1a66d819a8ea: Preparing
821b3a0df24b: Preparing
443d31f16190: Preparing
1d24f81fb86f: Preparing
cb8748c28ff2: Preparing
5fa8b6957586: Preparing
f2903aea1d3c: Preparing
f0e377525d8e: Preparing
4e6797b337b4: Preparing
1e280d4f1979: Preparing
ad0e53d5eedc: Preparing
f0232348d972: Preparing
ed36cc54962c: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
f0e377525d8e: Waiting
1d24f81fb86f: Waiting
cb8748c28ff2: Waiting
4e6797b337b4: Waiting
f0232348d972: Waiting
1e280d4f1979: Waiting
03127cdb479b: Preparing
ed36cc54962c: Waiting
9c742cd6c7a5: Preparing
ad0e53d5eedc: Waiting
5fa8b6957586: Waiting
f2903aea1d3c: Waiting
03127cdb479b: Waiting
6b5aaff44254: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Waiting
293d5db30c9f: Waiting
b626401ef603: Waiting
53a0b163e995: Waiting
1a66d819a8ea: Pushed
443d31f16190: Pushed
821b3a0df24b: Pushed
6a8a0b748485: Pushed
8c9ec914f7e0: Pushed
5fa8b6957586: Pushed
cb8748c28ff2: Pushed
f0e377525d8e: Pushed
1e280d4f1979: Pushed
f2903aea1d3c: Pushed
1d24f81fb86f: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
4e6797b337b4: Pushed
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
f0232348d972: Pushed
ed36cc54962c: Pushed
ad0e53d5eedc: Pushed
e1596578e0fd0bfac241db3dfb138bceb07b6f5b: digest: sha256:df9328a76552c10d42eb8ef11e7b167d3d5f1568bc267a4469a265e5b52cbb99 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
8c9ec914f7e0: Preparing
6a8a0b748485: Preparing
1a66d819a8ea: Preparing
821b3a0df24b: Preparing
443d31f16190: Preparing
1d24f81fb86f: Preparing
cb8748c28ff2: Preparing
5fa8b6957586: Preparing
f2903aea1d3c: Preparing
f0e377525d8e: Preparing
4e6797b337b4: Preparing
1e280d4f1979: Preparing
ad0e53d5eedc: Preparing
f0232348d972: Preparing
ed36cc54962c: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
ed36cc54962c: Waiting
cb8748c28ff2: Waiting
293d5db30c9f: Waiting
6b5aaff44254: Waiting
5fa8b6957586: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
f2903aea1d3c: Waiting
53a0b163e995: Waiting
b626401ef603: Waiting
4e6797b337b4: Waiting
1d24f81fb86f: Waiting
ad0e53d5eedc: Waiting
f0232348d972: Waiting
1e280d4f1979: Waiting
821b3a0df24b: Layer already exists
443d31f16190: Layer already exists
8c9ec914f7e0: Layer already exists
1a66d819a8ea: Layer already exists
6a8a0b748485: Layer already exists
5fa8b6957586: Layer already exists
1d24f81fb86f: Layer already exists
cb8748c28ff2: Layer already exists
f2903aea1d3c: Layer already exists
f0e377525d8e: Layer already exists
4e6797b337b4: Layer already exists
1e280d4f1979: Layer already exists
ad0e53d5eedc: Layer already exists
ed36cc54962c: Layer already exists
f0232348d972: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
9b55156abf26: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:df9328a76552c10d42eb8ef11e7b167d3d5f1568bc267a4469a265e5b52cbb99 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 3m 18s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4083

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

Changes:


------------------------------------------
[...truncated 32.85 KB...]
go: downloading google.golang.org/grpc v1.48.0
go: downloading google.golang.org/protobuf v1.28.0
go: downloading cloud.google.com/go/storage v1.24.0
go: downloading google.golang.org/api v0.89.0
go: downloading github.com/golang/protobuf v1.5.2
go: downloading cloud.google.com/go v0.102.1
go: downloading cloud.google.com/go/iam v0.3.0
go: downloading cloud.google.com/go/compute v1.7.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/googleapis/gax-go/v2 v2.4.0
go: downloading golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
go: downloading google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: downloading golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: downloading google.golang.org/appengine v1.6.7
go: downloading golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.1.0
go: downloading github.com/google/go-cmp v0.5.8
go: added cloud.google.com/go v0.102.1
go: added cloud.google.com/go/compute v1.7.0
go: added cloud.google.com/go/iam v0.3.0
go: added cloud.google.com/go/storage v1.24.0
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: added github.com/golang/protobuf v1.5.2
go: added github.com/google/go-cmp v0.5.8
go: added github.com/google/uuid v1.3.0
go: added github.com/googleapis/enterprise-certificate-proxy v0.1.0
go: added github.com/googleapis/gax-go/v2 v2.4.0
go: added go.opencensus.io v0.23.0
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
go: added google.golang.org/api v0.89.0
go: added google.golang.org/appengine v1.6.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/go/container --save_path=/output/licenses
W1016 16:14:06.169775      39 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/go/container
+ tee /output/licenses/list.csv
W1016 16:14:12.813181     195 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s

> Task :sdks:java:container:generateLicenseReport

> Task :release:go-licenses:go:dockerRun
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:go:createLicenses
> Task :sdks:go:container:copyGolangLicenses
> Task :release:go-licenses:java:dockerClean UP-TO-DATE
> Task :sdks:java:container:java8:dockerClean UP-TO-DATE
> Task :sdks:java:container:java11:copyJdkOptions
> Task :release:go-licenses:java:dockerPrepare
> Task :sdks:java:container:agent:createCheckerFrameworkManifest
> Task :sdks:java:container:agent:compileJava SKIPPED
> Task :sdks:java:container:java11:copyLicenses
> Task :sdks:java:container:agent:processResources SKIPPED
> Task :sdks:java:container:agent:classes SKIPPED
> Task :sdks:java:container:agent:jar SKIPPED

> Task :sdks:java:container:java11:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java11:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java11:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :release:go-licenses:java:docker
> Task :sdks:go:container:dockerPrepare
> Task :sdks:java:container:java11:copyDockerfileDependencies

> 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.41.0
go: downloading github.com/apache/beam v2.41.0+incompatible
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.48.0
go: downloading google.golang.org/protobuf v1.28.0
go: downloading golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: downloading google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses
W1016 16:14:39.261997      28 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1016 16:14:43.823787     169 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses

> Task :sdks:java:container:pullLicenses
INFO:root:Pulling license for 256 dependencies using 16 threads.

> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java11:copyGolangLicenses

> Task :sdks:go:container:docker
Removing intermediate container 0a280a960899
 ---> 7256c7a067fa
Step 10/11 : RUN if [ "$pull_licenses" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in acb635c1a549
Removing intermediate container acb635c1a549
 ---> b8bf2395ee90
Step 11/11 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 6266955866c8
Removing intermediate container 6266955866c8
 ---> f4ee06e12f23
Successfully built f4ee06e12f23
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk:latest

> Task :sdks:go:container:dockerTagE1596578e0fd0bfac241db3dfb138bceb07b6f5b

> Task :sdks:go:container:dockerPushE1596578e0fd0bfac241db3dfb138bceb07b6f5b
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
d25302fc6db0: Preparing
7b73c8697bdd: Preparing
418e5038c9ae: Preparing
162f7b383b62: Preparing
b0921bb8d479: Preparing
6dc974521f3f: Preparing
8e079fee2186: Preparing
6dc974521f3f: Waiting
8e079fee2186: Waiting
418e5038c9ae: Pushed
7b73c8697bdd: Pushed
d25302fc6db0: Pushed
8e079fee2186: Layer already exists
162f7b383b62: Pushed
6dc974521f3f: Pushed
b0921bb8d479: Pushed
e1596578e0fd0bfac241db3dfb138bceb07b6f5b: digest: sha256:38b82ba0d8f3237cde9155b1d0c609bf7b3c1daadd1ec7b19a6b0361d7c4c62d size: 1783

> Task :sdks:java:container:pullLicenses
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5

> Task :sdks:go:container:dockerTagLatest

> Task :sdks:go:container:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
d25302fc6db0: Preparing
7b73c8697bdd: Preparing
418e5038c9ae: Preparing
162f7b383b62: Preparing
b0921bb8d479: Preparing
6dc974521f3f: Preparing
8e079fee2186: Preparing
6dc974521f3f: Waiting
8e079fee2186: Waiting
7b73c8697bdd: Layer already exists
418e5038c9ae: Layer already exists
162f7b383b62: Layer already exists
d25302fc6db0: Layer already exists
b0921bb8d479: Layer already exists
8e079fee2186: Layer already exists
6dc974521f3f: Layer already exists
latest: digest: sha256:38b82ba0d8f3237cde9155b1d0c609bf7b3c1daadd1ec7b19a6b0361d7c4c62d size: 1783

> Task :sdks:go:container:dockerTagsPush

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 22.309277 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:dockerClean UP-TO-DATE
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
> Task :sdks:java:container:java8:dockerTagE1596578e0fd0bfac241db3dfb138bceb07b6f5b
> Task :sdks:java:container:java8:dockerPushE1596578e0fd0bfac241db3dfb138bceb07b6f5b
> Task :sdks:java:container:java8:dockerTagLatest
> Task :sdks:java:container:java8:dockerPushLatest
> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 3s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4082

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

Changes:


------------------------------------------
[...truncated 59.44 KB...]

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  182.7MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in acad58b5f60a
Removing intermediate container acad58b5f60a
 ---> 45c026d221b0
Step 4/21 : ARG pull_licenses
 ---> Running in ec566d358086
Removing intermediate container ec566d358086
 ---> eb00b641b6e0
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 0602622e655f
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 3ba57a0e39b1
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> b6b7476a64d5
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 9c0d324f5b3b
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> a5714667a860
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> c12b051c37d5
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> b109b9750ab6
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 45385a465279
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> a5858a78ee64
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 90e9b464386c
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> f80bba50e18a
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 67d2bad37b3d
Removing intermediate container 67d2bad37b3d
 ---> 8f65c1d614c0
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 9bb59a2226f7
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in e7f52ef09e9d
Removing intermediate container e7f52ef09e9d
 ---> 8acaca71a389
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in a67cd719062c
Removing intermediate container a67cd719062c
 ---> b061069a1b64
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> fad526b8817e
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 8a8fe8158beb
Removing intermediate container 8a8fe8158beb
 ---> 00b1049c62f0
Successfully built 00b1049c62f0
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTagE1596578e0fd0bfac241db3dfb138bceb07b6f5b

> Task :sdks:java:container:java8:dockerPushE1596578e0fd0bfac241db3dfb138bceb07b6f5b
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
b0ca2989e310: Preparing
b97988c3e2ee: Preparing
d2a34c13d1ff: Preparing
605de8da0f59: Preparing
217dc0c8d3ad: Preparing
b517e6cea1da: Preparing
db2a3773ee1d: Preparing
dc5a89d08648: Preparing
47669335be71: Preparing
46a4878bbf77: Preparing
8489e08db7a3: Preparing
2f70297f15bb: Preparing
901e6f6c9707: Preparing
7e38b6ab5784: Preparing
edd9890a5b06: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
901e6f6c9707: Waiting
b626401ef603: Waiting
9b55156abf26: Waiting
7e38b6ab5784: Waiting
edd9890a5b06: Waiting
293d5db30c9f: Waiting
b517e6cea1da: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
db2a3773ee1d: Waiting
53a0b163e995: Waiting
46a4878bbf77: Waiting
dc5a89d08648: Waiting
8489e08db7a3: Waiting
2f70297f15bb: Waiting
47669335be71: Waiting
6b5aaff44254: Waiting
217dc0c8d3ad: Pushed
d2a34c13d1ff: Pushed
b97988c3e2ee: Pushed
605de8da0f59: Pushed
b0ca2989e310: Pushed
db2a3773ee1d: Pushed
dc5a89d08648: Pushed
46a4878bbf77: Pushed
2f70297f15bb: Pushed
b517e6cea1da: Pushed
8489e08db7a3: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
7e38b6ab5784: Pushed
47669335be71: Pushed
edd9890a5b06: Pushed
901e6f6c9707: Pushed
e1596578e0fd0bfac241db3dfb138bceb07b6f5b: digest: sha256:70705c3f192380521526181ef56d4d1991ac66773bd3cf1e240cb6f5b244184d size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
b0ca2989e310: Preparing
b97988c3e2ee: Preparing
d2a34c13d1ff: Preparing
605de8da0f59: Preparing
217dc0c8d3ad: Preparing
b517e6cea1da: Preparing
db2a3773ee1d: Preparing
dc5a89d08648: Preparing
47669335be71: Preparing
46a4878bbf77: Preparing
8489e08db7a3: Preparing
2f70297f15bb: Preparing
901e6f6c9707: Preparing
7e38b6ab5784: Preparing
edd9890a5b06: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
b517e6cea1da: Waiting
db2a3773ee1d: Waiting
9b55156abf26: Waiting
293d5db30c9f: Waiting
6b5aaff44254: Waiting
03127cdb479b: Waiting
2f70297f15bb: Waiting
dc5a89d08648: Waiting
53a0b163e995: Waiting
9c742cd6c7a5: Waiting
901e6f6c9707: Waiting
47669335be71: Waiting
8489e08db7a3: Waiting
46a4878bbf77: Waiting
edd9890a5b06: Waiting
b626401ef603: Waiting
7e38b6ab5784: Waiting
b0ca2989e310: Layer already exists
b97988c3e2ee: Layer already exists
217dc0c8d3ad: Layer already exists
d2a34c13d1ff: Layer already exists
605de8da0f59: Layer already exists
b517e6cea1da: Layer already exists
46a4878bbf77: Layer already exists
dc5a89d08648: Layer already exists
47669335be71: Layer already exists
db2a3773ee1d: Layer already exists
901e6f6c9707: Layer already exists
8489e08db7a3: Layer already exists
2f70297f15bb: Layer already exists
7e38b6ab5784: Layer already exists
edd9890a5b06: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
6b5aaff44254: Layer already exists
293d5db30c9f: Layer already exists
9b55156abf26: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:70705c3f192380521526181ef56d4d1991ac66773bd3cf1e240cb6f5b244184d size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 11s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4081

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

Changes:


------------------------------------------
[...truncated 44.92 KB...]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1011 kB in 0s (3971 kB/s)
Selecting previously unselected package openssl.
(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 ... 6661 files and directories currently installed.)
Preparing to unpack .../openssl_1.1.1n-0+deb11u3_amd64.deb ...
Unpacking openssl (1.1.1n-0+deb11u3) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20210119_all.deb ...
Unpacking ca-certificates (20210119) ...
Setting up openssl (1.1.1n-0+deb11u3) ...
Setting up ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
129 added, 0 removed; done.
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container fbc9059f5878
 ---> 11ddb7b3589f
Step 5/11 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> e28d37a3eb22
Step 6/11 : COPY target/LICENSE /opt/apache/beam/
 ---> bc9cda9b088b
Step 7/11 : COPY target/NOTICE /opt/apache/beam/
 ---> 6d0c42b95c47
Step 8/11 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 4b9c8ff2be95
Step 9/11 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in c4e67ae9548b
Removing intermediate container c4e67ae9548b
 ---> 44c28b446204
Step 10/11 : RUN if [ "$pull_licenses" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in b505f13b5364

> 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.41.0
go: downloading github.com/apache/beam v2.41.0+incompatible
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.48.0
go: downloading google.golang.org/protobuf v1.28.0
go: downloading golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: downloading google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses
W1016 08:14:45.758189      27 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1016 08:14:50.614222     181 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.41.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/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/042d03aeabc9/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.48.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/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:java11:copyGolangLicenses

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/reports/dependency-license> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Collecting pip
  Using cached pip-22.3-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-65.5.0-py3-none-any.whl (1.2 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.3 setuptools-65.5.0 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 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.2.post1-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.11.1 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.2.post1 tenacity-5.1.5
Executing python <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>        --manual_license_path=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 256 dependencies using 16 threads.
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5

> Task :sdks:go:container:docker
Removing intermediate container b505f13b5364
 ---> 4808337ac47a
Step 11/11 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 96c2fa1b0587
Removing intermediate container 96c2fa1b0587
 ---> 73dc1d94e32a
Successfully built 73dc1d94e32a
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk:latest

> Task :sdks:go:container:dockerTagE1596578e0fd0bfac241db3dfb138bceb07b6f5b

> Task :sdks:go:container:dockerPushE1596578e0fd0bfac241db3dfb138bceb07b6f5b
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
b897ae8e572a: Preparing
6eae2b9db740: Preparing
b528f774849c: Preparing
2ff3222bd308: Preparing
33a66fd11e76: Preparing
f084de503034: Preparing
8e079fee2186: Preparing
8e079fee2186: Waiting
f084de503034: Waiting
b897ae8e572a: Pushed
b528f774849c: Pushed
2ff3222bd308: Pushed
8e079fee2186: Layer already exists
6eae2b9db740: Pushed
f084de503034: Pushed
33a66fd11e76: Pushed
e1596578e0fd0bfac241db3dfb138bceb07b6f5b: digest: sha256:59cff5c22443e4dba02c459805a3d07bc41a56b3323f32b9948255ac730af366 size: 1783

> Task :sdks:go:container:dockerTagLatest

> Task :sdks:go:container:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
b897ae8e572a: Preparing
6eae2b9db740: Preparing
b528f774849c: Preparing
2ff3222bd308: Preparing
33a66fd11e76: Preparing
f084de503034: Preparing
8e079fee2186: Preparing
f084de503034: Waiting
8e079fee2186: Waiting
6eae2b9db740: Layer already exists
2ff3222bd308: Layer already exists
b528f774849c: Layer already exists
33a66fd11e76: Layer already exists
b897ae8e572a: Layer already exists
f084de503034: Layer already exists
8e079fee2186: Layer already exists
latest: digest: sha256:59cff5c22443e4dba02c459805a3d07bc41a56b3323f32b9948255ac730af366 size: 1783

> Task :sdks:go:container:dockerTagsPush

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 14.919881 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:dockerClean UP-TO-DATE
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker FAILED
COPY failed: no source files were specified

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

3: Task 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 1m 53s
111 actionable tasks: 79 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4080

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4080/display/redirect?page=changes>

Changes:

[noreply] [GitHub Actions] - Verify Release Build Workflow  (#23390)


------------------------------------------
[...truncated 95.65 KB...]
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  176.2MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in b9587ce015a8
Removing intermediate container b9587ce015a8
 ---> 566f560a221d
Step 4/21 : ARG pull_licenses
 ---> Running in e001692c06c1
Removing intermediate container e001692c06c1
 ---> 1f57191fde5f
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 613fbe2de1ba
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 643971f94b4f
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> db342449ac7e
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 5b121a8fc4a6
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> f5d15e25ba89
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> ad9c4a066ca1
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 5a9605820b10
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> b3d84156792b
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 6afff616660c
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> f7fb93eb8b3b
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> f089350bdbda
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in ebc7daa0d449
Removing intermediate container ebc7daa0d449
 ---> c20d78ca1b50
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 2895bb9f6f85
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 292259899fbf
Removing intermediate container 292259899fbf
 ---> fe3ba2299577
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 6043565f601a
Removing intermediate container 6043565f601a
 ---> 0fa8494b9978
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 4f273891c8bf
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 47a6c1d21f63
Removing intermediate container 47a6c1d21f63
 ---> 12c79a988023
Successfully built 12c79a988023
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTagE1596578e0fd0bfac241db3dfb138bceb07b6f5b

> Task :sdks:java:container:java8:dockerPushE1596578e0fd0bfac241db3dfb138bceb07b6f5b
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c71cd14ed8a6: Preparing
0b1bb380ebe2: Preparing
02f5c9f5d138: Preparing
969c622a61bf: Preparing
5d736c5a2d1f: Preparing
4d6188dfb41b: Preparing
5872fc25344d: Preparing
c38e9d7d228f: Preparing
03ba077fd6b7: Preparing
c4ef860c20e9: Preparing
8a92278c1ea9: Preparing
4e1b0c3d58bf: Preparing
867b445aaab1: Preparing
496f27695b59: Preparing
7231fc298370: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
53a0b163e995: Waiting
496f27695b59: Waiting
c38e9d7d228f: Waiting
b626401ef603: Waiting
03ba077fd6b7: Waiting
7231fc298370: Waiting
c4ef860c20e9: Waiting
6b5aaff44254: Waiting
867b445aaab1: Waiting
8a92278c1ea9: Waiting
4e1b0c3d58bf: Waiting
4d6188dfb41b: Waiting
9b55156abf26: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
5872fc25344d: Waiting
0b1bb380ebe2: Pushed
02f5c9f5d138: Pushed
5d736c5a2d1f: Pushed
969c622a61bf: Pushed
c71cd14ed8a6: Pushed
5872fc25344d: Pushed
c38e9d7d228f: Pushed
c4ef860c20e9: Pushed
4e1b0c3d58bf: Pushed
03ba077fd6b7: Pushed
8a92278c1ea9: Pushed
6b5aaff44254: Layer already exists
4d6188dfb41b: Pushed
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
496f27695b59: Pushed
7231fc298370: Pushed
867b445aaab1: Pushed
e1596578e0fd0bfac241db3dfb138bceb07b6f5b: digest: sha256:bd6f38775e07039b9ef1311960b782b1a3ae2286c727540850703d40eae62f06 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
c71cd14ed8a6: Preparing
0b1bb380ebe2: Preparing
02f5c9f5d138: Preparing
969c622a61bf: Preparing
5d736c5a2d1f: Preparing
4d6188dfb41b: Preparing
5872fc25344d: Preparing
c38e9d7d228f: Preparing
03ba077fd6b7: Preparing
c4ef860c20e9: Preparing
8a92278c1ea9: Preparing
4e1b0c3d58bf: Preparing
867b445aaab1: Preparing
496f27695b59: Preparing
7231fc298370: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
8a92278c1ea9: Waiting
c38e9d7d228f: Waiting
4d6188dfb41b: Waiting
03ba077fd6b7: Waiting
4e1b0c3d58bf: Waiting
5872fc25344d: Waiting
867b445aaab1: Waiting
293d5db30c9f: Waiting
496f27695b59: Waiting
c4ef860c20e9: Waiting
9b55156abf26: Waiting
53a0b163e995: Waiting
9c742cd6c7a5: Waiting
03127cdb479b: Waiting
6b5aaff44254: Waiting
c71cd14ed8a6: Layer already exists
969c622a61bf: Layer already exists
0b1bb380ebe2: Layer already exists
02f5c9f5d138: Layer already exists
5d736c5a2d1f: Layer already exists
5872fc25344d: Layer already exists
c38e9d7d228f: Layer already exists
4d6188dfb41b: Layer already exists
03ba077fd6b7: Layer already exists
c4ef860c20e9: Layer already exists
4e1b0c3d58bf: Layer already exists
8a92278c1ea9: Layer already exists
496f27695b59: Layer already exists
7231fc298370: Layer already exists
867b445aaab1: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
6b5aaff44254: Layer already exists
293d5db30c9f: Layer already exists
9b55156abf26: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
latest: digest: sha256:bd6f38775e07039b9ef1311960b782b1a3ae2286c727540850703d40eae62f06 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 47s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4079

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

Changes:


------------------------------------------
[...truncated 94.26 KB...]
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 563, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for slf4j-jdk14-1.7.30: http://www.opensource.org/licenses/mit-license.php. Retrying...
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 58, in pull_from_url
    url_read = urlopen(Request(url, headers={
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 563, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 563, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for slf4j-jdk14-1.7.30: http://www.opensource.org/licenses/mit-license.php. Retrying...
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 58, in pull_from_url
    url_read = urlopen(Request(url, headers={
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 563, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for mysql-1.16.3: http://opensource.org/licenses/MIT. Retrying...
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 58, in pull_from_url
    url_read = urlopen(Request(url, headers={
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 563, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 755, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
ERROR:root:Invalid url for mysql-1.16.3: http://opensource.org/licenses/MIT. Retrying...
INFO:root:pull_licenses_java.py succeed. It took 94.309437 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:dockerClean UP-TO-DATE
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  171.9MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 2e6587221a6e
Removing intermediate container 2e6587221a6e
 ---> 2f235e54345f
Step 4/21 : ARG pull_licenses
 ---> Running in 307d3c603942
Removing intermediate container 307d3c603942
 ---> ba1d6be199d3
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> c0d60b5280c0
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> f49ae9be962f
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 8d41065c125b
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> c0cb221fec55
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 3a9dd1c36a34
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 3628e7896753
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 8f0fa1e8b751
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> a4f0ee2a3415
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 751e830a005d
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 1b86fb74caf0
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 254b9d22c1c3
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 4b63f9c8d7ef
Removing intermediate container 4b63f9c8d7ef
 ---> ca40579caeb0
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 6d2ae87f31ce
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 0bd3bd0d0c27
Removing intermediate container 0bd3bd0d0c27
 ---> 03bdff038c75
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 979a1b1d297b
Removing intermediate container 979a1b1d297b
 ---> ddbf34073c07
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
COPY failed: no source files were specified

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

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

3: Task 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 3m 28s
111 actionable tasks: 79 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4078

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

Changes:


------------------------------------------
[...truncated 58.87 KB...]
> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  173.8MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 8465e16e970f
Removing intermediate container 8465e16e970f
 ---> 72f35d327242
Step 4/21 : ARG pull_licenses
 ---> Running in 47aa1f2d5c01
Removing intermediate container 47aa1f2d5c01
 ---> 47e911d763d4
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> cb3103977435
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 52d1bfcc6154
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> febe3bfd0471
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> f5582976ae88
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 5e7eb3c4a0fd
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 4301006b2bb3
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 89950a3d0910
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 7bf1063d71a1
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> e918435a01cd
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 37f77fefa073
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 57a01586575a
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 7c0244f02ad4
Removing intermediate container 7c0244f02ad4
 ---> 24f0212a8b98
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 68f6f282b684
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 96c84b8f1834
Removing intermediate container 96c84b8f1834
 ---> ae97d2686bb2
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in d1ce5a1c0bdb
Removing intermediate container d1ce5a1c0bdb
 ---> 289675007622
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 177506049237
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in c0a23f982cf7
Removing intermediate container c0a23f982cf7
 ---> a489133d818a
Successfully built a489133d818a
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag8e2431c0e55237af4bd00a9786e4c150e20d4e14

> Task :sdks:java:container:java8:dockerPush8e2431c0e55237af4bd00a9786e4c150e20d4e14
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
044b52e943dc: Preparing
2211790f5dc6: Preparing
b7582b0a6a31: Preparing
7073ff06c143: Preparing
cd1d5da84a2d: Preparing
9fab72c75364: Preparing
05e525f53a83: Preparing
e0b08bb51172: Preparing
09d24d127348: Preparing
1dcfc118299c: Preparing
fef415340416: Preparing
4c3db336884f: Preparing
af8f7bf86d89: Preparing
74c34c77aae0: Preparing
eb750b2411ee: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
4c3db336884f: Waiting
af8f7bf86d89: Waiting
b626401ef603: Preparing
fef415340416: Waiting
9b55156abf26: Preparing
293d5db30c9f: Preparing
74c34c77aae0: Waiting
eb750b2411ee: Waiting
6b5aaff44254: Waiting
e0b08bb51172: Waiting
9fab72c75364: Waiting
03127cdb479b: Preparing
b626401ef603: Waiting
9c742cd6c7a5: Preparing
09d24d127348: Waiting
293d5db30c9f: Waiting
1dcfc118299c: Waiting
53a0b163e995: Waiting
9c742cd6c7a5: Waiting
03127cdb479b: Waiting
cd1d5da84a2d: Pushed
b7582b0a6a31: Pushed
2211790f5dc6: Pushed
7073ff06c143: Pushed
044b52e943dc: Pushed
05e525f53a83: Pushed
e0b08bb51172: Pushed
1dcfc118299c: Pushed
4c3db336884f: Pushed
9fab72c75364: Pushed
09d24d127348: Pushed
fef415340416: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
9b55156abf26: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
eb750b2411ee: Pushed
74c34c77aae0: Pushed
af8f7bf86d89: Pushed
8e2431c0e55237af4bd00a9786e4c150e20d4e14: digest: sha256:0f788d4f9ff4d3d26032bafdbebbd6abf442cf9d0ae890218b4ece7577faa16a size: 4934

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
044b52e943dc: Preparing
2211790f5dc6: Preparing
b7582b0a6a31: Preparing
7073ff06c143: Preparing
cd1d5da84a2d: Preparing
9fab72c75364: Preparing
05e525f53a83: Preparing
e0b08bb51172: Preparing
09d24d127348: Preparing
1dcfc118299c: Preparing
fef415340416: Preparing
4c3db336884f: Preparing
af8f7bf86d89: Preparing
74c34c77aae0: Preparing
eb750b2411ee: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
9fab72c75364: Waiting
1dcfc118299c: Waiting
05e525f53a83: Waiting
fef415340416: Waiting
e0b08bb51172: Waiting
4c3db336884f: Waiting
09d24d127348: Waiting
af8f7bf86d89: Waiting
74c34c77aae0: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
53a0b163e995: Waiting
9b55156abf26: Waiting
b626401ef603: Waiting
eb750b2411ee: Waiting
9c742cd6c7a5: Waiting
6b5aaff44254: Waiting
b7582b0a6a31: Layer already exists
044b52e943dc: Layer already exists
cd1d5da84a2d: Layer already exists
7073ff06c143: Layer already exists
2211790f5dc6: Layer already exists
05e525f53a83: Layer already exists
9fab72c75364: Layer already exists
e0b08bb51172: Layer already exists
09d24d127348: Layer already exists
fef415340416: Layer already exists
1dcfc118299c: Layer already exists
4c3db336884f: Layer already exists
74c34c77aae0: Layer already exists
af8f7bf86d89: Layer already exists
6b5aaff44254: Layer already exists
eb750b2411ee: Layer already exists
53a0b163e995: Layer already exists
9b55156abf26: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:0f788d4f9ff4d3d26032bafdbebbd6abf442cf9d0ae890218b4ece7577faa16a size: 4934

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 54s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

Publishing build scan...
https://gradle.com/s/77wf7ucrtpgka

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_Publish_Beam_SDK_Snapshots #4077

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

Changes:


------------------------------------------
[...truncated 59.63 KB...]

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  177.2MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 2e6a5e1d3e23
Removing intermediate container 2e6a5e1d3e23
 ---> 1518d2d5d2a4
Step 4/21 : ARG pull_licenses
 ---> Running in c8ab49a0d176
Removing intermediate container c8ab49a0d176
 ---> 72eb1803e476
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 0b943852de74
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> e60262ec5550
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> df4af31d8c16
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 350d76751712
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 3fc80f5f53cb
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 14747c262d67
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 3708be6c90a1
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 6efd3e98e744
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 4e5bb712cc4e
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 9185f5f8d9cb
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 05d4198f8589
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 0b2fa83d89c4
Removing intermediate container 0b2fa83d89c4
 ---> 024cd2bf92a3
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> d40a049cae63
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 65343cc01a55
Removing intermediate container 65343cc01a55
 ---> d61eeb43bdb9
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 873f2898abd5
Removing intermediate container 873f2898abd5
 ---> 4ef7bb696370
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 858beeff368c
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 0c1002cb9880
Removing intermediate container 0c1002cb9880
 ---> bfe23aaea7dd
Successfully built bfe23aaea7dd
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag8e2431c0e55237af4bd00a9786e4c150e20d4e14

> Task :sdks:java:container:java8:dockerPush8e2431c0e55237af4bd00a9786e4c150e20d4e14
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
d33cff564bbb: Preparing
42a7a957d1b0: Preparing
27a3dce338a5: Preparing
a25f90ad31d9: Preparing
61d70e6a7009: Preparing
c8547f4d21d4: Preparing
309ec1122cc2: Preparing
3e5f8d371100: Preparing
489a4bb31204: Preparing
8d8d9ac9458e: Preparing
1a0627076ce4: Preparing
bd360ac3fc90: Preparing
d54dcfedc24e: Preparing
f5b3ea94406d: Preparing
51c0b1fb23ef: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
3e5f8d371100: Waiting
489a4bb31204: Waiting
8d8d9ac9458e: Waiting
1a0627076ce4: Waiting
c8547f4d21d4: Waiting
bd360ac3fc90: Waiting
309ec1122cc2: Waiting
9c742cd6c7a5: Waiting
9b55156abf26: Waiting
6b5aaff44254: Waiting
51c0b1fb23ef: Waiting
d54dcfedc24e: Waiting
53a0b163e995: Waiting
03127cdb479b: Waiting
f5b3ea94406d: Waiting
b626401ef603: Waiting
293d5db30c9f: Waiting
61d70e6a7009: Pushed
42a7a957d1b0: Pushed
27a3dce338a5: Pushed
d33cff564bbb: Pushed
a25f90ad31d9: Pushed
309ec1122cc2: Pushed
3e5f8d371100: Pushed
8d8d9ac9458e: Pushed
bd360ac3fc90: Pushed
c8547f4d21d4: Pushed
489a4bb31204: Pushed
6b5aaff44254: Layer already exists
1a0627076ce4: Pushed
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
f5b3ea94406d: Pushed
51c0b1fb23ef: Pushed
d54dcfedc24e: Pushed
8e2431c0e55237af4bd00a9786e4c150e20d4e14: digest: sha256:7fb2c9152d249b5f55930166c71dddcc1140843bd885a9a505c6ef1e385180bf size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
d33cff564bbb: Preparing
42a7a957d1b0: Preparing
27a3dce338a5: Preparing
a25f90ad31d9: Preparing
61d70e6a7009: Preparing
c8547f4d21d4: Preparing
309ec1122cc2: Preparing
3e5f8d371100: Preparing
489a4bb31204: Preparing
8d8d9ac9458e: Preparing
1a0627076ce4: Preparing
bd360ac3fc90: Preparing
d54dcfedc24e: Preparing
f5b3ea94406d: Preparing
51c0b1fb23ef: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
c8547f4d21d4: Waiting
53a0b163e995: Waiting
309ec1122cc2: Waiting
b626401ef603: Waiting
bd360ac3fc90: Waiting
9b55156abf26: Waiting
d54dcfedc24e: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
3e5f8d371100: Waiting
9c742cd6c7a5: Waiting
6b5aaff44254: Waiting
489a4bb31204: Waiting
f5b3ea94406d: Waiting
51c0b1fb23ef: Waiting
1a0627076ce4: Waiting
8d8d9ac9458e: Waiting
a25f90ad31d9: Layer already exists
d33cff564bbb: Layer already exists
27a3dce338a5: Layer already exists
42a7a957d1b0: Layer already exists
61d70e6a7009: Layer already exists
c8547f4d21d4: Layer already exists
309ec1122cc2: Layer already exists
3e5f8d371100: Layer already exists
489a4bb31204: Layer already exists
8d8d9ac9458e: Layer already exists
1a0627076ce4: Layer already exists
bd360ac3fc90: Layer already exists
d54dcfedc24e: Layer already exists
f5b3ea94406d: Layer already exists
51c0b1fb23ef: Layer already exists
b626401ef603: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
latest: digest: sha256:7fb2c9152d249b5f55930166c71dddcc1140843bd885a9a505c6ef1e385180bf size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 17s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4076

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

Changes:


------------------------------------------
[...truncated 55.04 KB...]
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Removing intermediate container 936f0359a11a
 ---> 28f855a4d038
Step 4/21 : ARG pull_licenses
 ---> Running in 145f357c0561
Removing intermediate container 145f357c0561
 ---> 22bd59402fe0
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 6ca9d2bbc9d6
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> e2f86e455d8b
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> d0ed2d8dd98b
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> f86acaf08079
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 604dad705d4e
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 1f1fd0857dee
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 06948f59d63d
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 6741b87d8568
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 61fc62d77f1d
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> fb7fb82b0405
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 69bf46974958
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 16b4d79cf7a5
Removing intermediate container 16b4d79cf7a5
 ---> 247f4a8cef73
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 2d3f754656f0
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 18985462a0b6
Removing intermediate container 18985462a0b6
 ---> 2745936a1fa8
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 4557d119c048
Removing intermediate container 4557d119c048
 ---> 5cb5ea4f2c52
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 9377179ddb64
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 57541c78ef55
Removing intermediate container 57541c78ef55
 ---> e2d319828acc
Successfully built e2d319828acc
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag8e2431c0e55237af4bd00a9786e4c150e20d4e14

> Task :sdks:java:container:java8:dockerPush8e2431c0e55237af4bd00a9786e4c150e20d4e14
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
96db04b6de23: Preparing
0c9040e4be74: Preparing
90ad6f7a6d9e: Preparing
08ba6ab5ec5a: Preparing
3c35d884b05e: Preparing
2592c7769211: Preparing
b6c78566341d: Preparing
4b58a0e67eb2: Preparing
192d99a6226d: Preparing
df221cda2a29: Preparing
fd246cacbb64: Preparing
d605ad696cf1: Preparing
5e6f866a1283: Preparing
7a402f00cbe3: Preparing
0faaff455e10: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
4b58a0e67eb2: Waiting
03127cdb479b: Preparing
2592c7769211: Waiting
9c742cd6c7a5: Preparing
192d99a6226d: Waiting
b6c78566341d: Waiting
df221cda2a29: Waiting
fd246cacbb64: Waiting
d605ad696cf1: Waiting
5e6f866a1283: Waiting
9b55156abf26: Waiting
6b5aaff44254: Waiting
293d5db30c9f: Waiting
53a0b163e995: Waiting
03127cdb479b: Waiting
b626401ef603: Waiting
9c742cd6c7a5: Waiting
7a402f00cbe3: Waiting
0faaff455e10: Waiting
0c9040e4be74: Pushed
08ba6ab5ec5a: Pushed
3c35d884b05e: Pushed
90ad6f7a6d9e: Pushed
96db04b6de23: Pushed
4b58a0e67eb2: Pushed
b6c78566341d: Pushed
df221cda2a29: Pushed
2592c7769211: Pushed
192d99a6226d: Pushed
d605ad696cf1: Pushed
fd246cacbb64: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
9b55156abf26: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
7a402f00cbe3: Pushed
0faaff455e10: Pushed
5e6f866a1283: Pushed
8e2431c0e55237af4bd00a9786e4c150e20d4e14: digest: sha256:be98f808fb14607cdd8256e365c83ce75e019ea7ca8cac3c8c77d6cf8c6123dd size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
96db04b6de23: Preparing
0c9040e4be74: Preparing
90ad6f7a6d9e: Preparing
08ba6ab5ec5a: Preparing
3c35d884b05e: Preparing
2592c7769211: Preparing
b6c78566341d: Preparing
4b58a0e67eb2: Preparing
192d99a6226d: Preparing
df221cda2a29: Preparing
fd246cacbb64: Preparing
d605ad696cf1: Preparing
5e6f866a1283: Preparing
7a402f00cbe3: Preparing
0faaff455e10: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
0faaff455e10: Waiting
4b58a0e67eb2: Waiting
9b55156abf26: Waiting
2592c7769211: Waiting
293d5db30c9f: Waiting
192d99a6226d: Waiting
6b5aaff44254: Waiting
03127cdb479b: Waiting
b6c78566341d: Waiting
df221cda2a29: Waiting
5e6f866a1283: Waiting
9c742cd6c7a5: Waiting
53a0b163e995: Waiting
fd246cacbb64: Waiting
7a402f00cbe3: Waiting
b626401ef603: Waiting
d605ad696cf1: Waiting
96db04b6de23: Layer already exists
08ba6ab5ec5a: Layer already exists
0c9040e4be74: Layer already exists
3c35d884b05e: Layer already exists
90ad6f7a6d9e: Layer already exists
df221cda2a29: Layer already exists
b6c78566341d: Layer already exists
192d99a6226d: Layer already exists
4b58a0e67eb2: Layer already exists
5e6f866a1283: Layer already exists
d605ad696cf1: Layer already exists
7a402f00cbe3: Layer already exists
fd246cacbb64: Layer already exists
2592c7769211: Layer already exists
0faaff455e10: Layer already exists
b626401ef603: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
293d5db30c9f: Layer already exists
9b55156abf26: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
latest: digest: sha256:be98f808fb14607cdd8256e365c83ce75e019ea7ca8cac3c8c77d6cf8c6123dd size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 22s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4075

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

Changes:


------------------------------------------
[...truncated 59.88 KB...]
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  181.4MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in eb2ad649ab1a
Removing intermediate container eb2ad649ab1a
 ---> f8d5d3834a73
Step 4/21 : ARG pull_licenses
 ---> Running in e1b3c832a6c3
Removing intermediate container e1b3c832a6c3
 ---> 20e18c784c3f
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> c96691761f8c
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> a6a95740856e
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> a5780f040e3a
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> cfe6f2f02e5a
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 280bd74a9399
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 68dd46ba21c2
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 00f93ad73f06
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> 92d8dc3face3
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 878c94de4546
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 6a301e6fd9a5
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> c3d281f73ca3
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in e24091fbb881
Removing intermediate container e24091fbb881
 ---> 631e71f5e48b
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> e542c23b19c0
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 22ee4ab0053e
Removing intermediate container 22ee4ab0053e
 ---> e3389932961b
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 9ae86eef4d63
Removing intermediate container 9ae86eef4d63
 ---> e3efd92db85d
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 6be488e1b9b6
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in dd934f1e8280
Removing intermediate container dd934f1e8280
 ---> 4cf07d9e3fe7
Successfully built 4cf07d9e3fe7
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag8e2431c0e55237af4bd00a9786e4c150e20d4e14

> Task :sdks:java:container:java8:dockerPush8e2431c0e55237af4bd00a9786e4c150e20d4e14
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
2e5508b6e8f1: Preparing
ad9fc1949544: Preparing
ce09920ce412: Preparing
4e16023d820a: Preparing
4179b68c9413: Preparing
e648e2e17b0d: Preparing
54328ef9e4f4: Preparing
7a7c0fb9a005: Preparing
692922012013: Preparing
06a1f9def9cb: Preparing
fdd44595833a: Preparing
6879f5f4dd55: Preparing
6965318eea20: Preparing
f97e2f480018: Preparing
abb4f50f9440: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
abb4f50f9440: Waiting
6b5aaff44254: Waiting
7a7c0fb9a005: Waiting
53a0b163e995: Waiting
692922012013: Waiting
b626401ef603: Waiting
06a1f9def9cb: Waiting
9b55156abf26: Waiting
fdd44595833a: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
f97e2f480018: Waiting
9c742cd6c7a5: Waiting
e648e2e17b0d: Waiting
6879f5f4dd55: Waiting
6965318eea20: Waiting
54328ef9e4f4: Waiting
4179b68c9413: Pushed
ad9fc1949544: Pushed
ce09920ce412: Pushed
4e16023d820a: Pushed
2e5508b6e8f1: Pushed
54328ef9e4f4: Pushed
7a7c0fb9a005: Pushed
06a1f9def9cb: Pushed
692922012013: Pushed
e648e2e17b0d: Pushed
6879f5f4dd55: Pushed
fdd44595833a: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
9b55156abf26: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
abb4f50f9440: Pushed
f97e2f480018: Pushed
6965318eea20: Pushed
8e2431c0e55237af4bd00a9786e4c150e20d4e14: digest: sha256:1e8851031fc5580395dacdb776e0230e67711901fb4a64b22c23c0ed6111b80c size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
2e5508b6e8f1: Preparing
ad9fc1949544: Preparing
ce09920ce412: Preparing
4e16023d820a: Preparing
4179b68c9413: Preparing
e648e2e17b0d: Preparing
54328ef9e4f4: Preparing
7a7c0fb9a005: Preparing
692922012013: Preparing
06a1f9def9cb: Preparing
fdd44595833a: Preparing
6879f5f4dd55: Preparing
6965318eea20: Preparing
f97e2f480018: Preparing
abb4f50f9440: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
06a1f9def9cb: Waiting
f97e2f480018: Waiting
fdd44595833a: Waiting
abb4f50f9440: Waiting
6965318eea20: Waiting
6b5aaff44254: Waiting
6879f5f4dd55: Waiting
293d5db30c9f: Waiting
53a0b163e995: Waiting
03127cdb479b: Waiting
9b55156abf26: Waiting
b626401ef603: Waiting
9c742cd6c7a5: Waiting
54328ef9e4f4: Waiting
7a7c0fb9a005: Waiting
692922012013: Waiting
e648e2e17b0d: Waiting
2e5508b6e8f1: Layer already exists
4179b68c9413: Layer already exists
ce09920ce412: Layer already exists
ad9fc1949544: Layer already exists
4e16023d820a: Layer already exists
e648e2e17b0d: Layer already exists
692922012013: Layer already exists
54328ef9e4f4: Layer already exists
7a7c0fb9a005: Layer already exists
06a1f9def9cb: Layer already exists
fdd44595833a: Layer already exists
6879f5f4dd55: Layer already exists
6965318eea20: Layer already exists
f97e2f480018: Layer already exists
abb4f50f9440: Layer already exists
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
9b55156abf26: Layer already exists
b626401ef603: Layer already exists
03127cdb479b: Layer already exists
293d5db30c9f: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:1e8851031fc5580395dacdb776e0230e67711901fb4a64b22c23c0ed6111b80c size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 5s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4074

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4074/display/redirect?page=changes>

Changes:

[noreply] Make GCP OAuth scopes configurable via pipeline options. (#23644)

[noreply] Update BQIO to a single scheduled executor service reduce threads


------------------------------------------
[...truncated 48.57 KB...]
go: downloading golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added github.com/apache/beam/sdks/v2 v2.41.0
go: added github.com/golang/protobuf v1.5.2
go: added golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
go: added golang.org/x/sys v0.0.0-20220624220833-87e55d714810
go: added golang.org/x/text v0.3.7
go: added google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9
go: added google.golang.org/grpc v1.48.0
go: added google.golang.org/protobuf v1.28.0
+ go-licenses save github.com/apache/beam/sdks/v2/java/container --save_path=/output/licenses
W1015 04:14:32.328651      28 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s
+ go-licenses csv github.com/apache/beam/sdks/v2/java/container
+ tee /output/licenses/list.csv
W1015 04:14:36.818574     174 library.go:94] "golang.org/x/sys/unix" contains non-Go code that can't be inspected for further dependencies:
/go/pkg/mod/golang.org/x/sys@v0.0.0-20220624220833-87e55d714810/unix/asm_linux_amd64.s

> Task :sdks:go:container:dockerTag8e2431c0e55237af4bd00a9786e4c150e20d4e14

> Task :sdks:java:container:pullLicenses
Copying already-fetched licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/reports/dependency-license> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses>
Collecting pip
  Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
Collecting setuptools
  Using cached setuptools-65.5.0-py3-none-any.whl (1.2 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.2.2 setuptools-65.5.0 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.11.1-py3-none-any.whl (128 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.2.post1-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.11.1 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.2.post1 tenacity-5.1.5
Executing python <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml>        --manual_license_path=<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/manual_licenses>
INFO:root:Pulling license for 256 dependencies using 16 threads.

> Task :release:go-licenses:java:dockerRun
github.com/apache/beam/sdks/v2/go/pkg/beam,https://github.com/apache/beam/blob/sdks/v2.41.0/sdks/go/README.md,Apache-2.0
github.com/apache/beam/sdks/v2/java/container,https://github.com/apache/beam/blob/sdks/v2.41.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/+/1bab6f36:LICENSE,BSD-3-Clause
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/87e55d71:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.3.7:LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/042d03aeabc9/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.48.0/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.0/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:java11:copyGolangLicenses

> Task :sdks:go:container:dockerPush8e2431c0e55237af4bd00a9786e4c150e20d4e14
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
6788c457a115: Preparing
5d2ad5eba705: Preparing
ba3e4d6348a7: Preparing
a1101ee0cd68: Preparing
3803edaa6dc4: Preparing
70e107b94e79: Preparing
8e079fee2186: Preparing
8e079fee2186: Waiting
70e107b94e79: Waiting
a1101ee0cd68: Pushed
6788c457a115: Pushed
ba3e4d6348a7: Pushed
5d2ad5eba705: Pushed
8e079fee2186: Layer already exists
3803edaa6dc4: Pushed
70e107b94e79: Pushed
8e2431c0e55237af4bd00a9786e4c150e20d4e14: digest: sha256:fbec2cc4530747d6e9add5c74fc8cdb06d5474fac6190b333ff236919edb0065 size: 1783

> Task :sdks:go:container:dockerTagLatest

> Task :sdks:java:container:pullLicenses
INFO:root:Replaced local file URL with file://<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/license_scripts/manual_licenses/xz/COPYING> for xz-1.5

> Task :sdks:go:container:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk]
6788c457a115: Preparing
5d2ad5eba705: Preparing
ba3e4d6348a7: Preparing
a1101ee0cd68: Preparing
3803edaa6dc4: Preparing
70e107b94e79: Preparing
8e079fee2186: Preparing
70e107b94e79: Waiting
8e079fee2186: Waiting
6788c457a115: Layer already exists
a1101ee0cd68: Layer already exists
3803edaa6dc4: Layer already exists
5d2ad5eba705: Layer already exists
ba3e4d6348a7: Layer already exists
70e107b94e79: Layer already exists
8e079fee2186: Layer already exists
latest: digest: sha256:fbec2cc4530747d6e9add5c74fc8cdb06d5474fac6190b333ff236919edb0065 size: 1783

> Task :sdks:go:container:dockerTagsPush

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 21.305654 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java11:dockerClean UP-TO-DATE
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java17:copyJavaThirdPartyLicenses
> Task :sdks:java:container:java17:copyJdkOptions
> Task :sdks:java:container:java17:copyLicenses

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  171.9MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in 9c3fe839ff3c
Removing intermediate container 9c3fe839ff3c
 ---> 8253609174a5
Step 4/21 : ARG pull_licenses
 ---> Running in 4a5488df1645
Removing intermediate container 4a5488df1645
 ---> cbe5a1514f7f
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> 5d8e71247781
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> f29e3d3833df
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 20788c1c911d
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> c38142444b87
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> f22911ea4189
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> ff78c48ca005
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> 06558370569b
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> c22c36462fae
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> fb9cd61ba48c
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 3e2a81ecca06
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 5f6bf3ae4264
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 4bcd2b35559e
Removing intermediate container 4bcd2b35559e
 ---> f5dc7d95fa10
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 09fc85e9d921
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in a32844019b25
Removing intermediate container a32844019b25
 ---> 32746e6d4f47
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 0304d45ef2dd
Removing intermediate container 0304d45ef2dd
 ---> e51f0a09f79a
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
COPY failed: no source files were specified

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

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

3: Task 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 1m 43s
111 actionable tasks: 79 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4073

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

Changes:


------------------------------------------
[...truncated 58.80 KB...]
> Task :sdks:java:container:java17:copyLicenses
> Task :sdks:java:container:java8:dockerPrepare

> Task :sdks:java:container:java17:copySdkHarnessLauncher
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  181.6MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in c502fb85bf0d
Removing intermediate container c502fb85bf0d
 ---> 523d65cdae6f
Step 4/21 : ARG pull_licenses
 ---> Running in e9d0711feacb
Removing intermediate container e9d0711feacb
 ---> 3d6858062e1e
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> a7802fd7c8e8
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 5cd6fcb35d2c
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> 22b397ff21ad
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> 3574e7c6e5bc
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 417f05f48184
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> e2bc2828e28a
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> d897f5c65d73
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> a7863ab4ebb8
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> 6a336e790f19
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> 2ab80cdd78b2
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 0e4c15af05d6
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in 2f2fbef6ef54
Removing intermediate container 2f2fbef6ef54
 ---> c85e7d1edba3
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 706d0452efca
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in eab7316994fd
Removing intermediate container eab7316994fd
 ---> 27883aaa2e3b
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 9842c90ad660
Removing intermediate container 9842c90ad660
 ---> dd05b4e86006
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> 63b88dcef755
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 0650bf37063a
Removing intermediate container 0650bf37063a
 ---> 86c81ba0162d
Successfully built 86c81ba0162d
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag45cc0854be553b5138753cf649fa863a80ff2b04

> Task :sdks:java:container:java8:dockerPush45cc0854be553b5138753cf649fa863a80ff2b04
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
5a0557f853ac: Preparing
c59c57e764e8: Preparing
9a7181276e51: Preparing
34fb5ebd95db: Preparing
dc4dcdcafc51: Preparing
fe4e4fda12fc: Preparing
a2ee74f55d56: Preparing
da424bdcf73f: Preparing
f6b944002be8: Preparing
a1a2c25001ed: Preparing
d8c00b972ea1: Preparing
397315651fb6: Preparing
eb46c5e1a9e3: Preparing
fa5d4058d052: Preparing
a6e7ecf0b953: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
a1a2c25001ed: Waiting
53a0b163e995: Waiting
b626401ef603: Waiting
9b55156abf26: Waiting
d8c00b972ea1: Waiting
293d5db30c9f: Waiting
397315651fb6: Waiting
03127cdb479b: Waiting
eb46c5e1a9e3: Waiting
a2ee74f55d56: Waiting
9c742cd6c7a5: Waiting
6b5aaff44254: Waiting
fa5d4058d052: Waiting
da424bdcf73f: Waiting
fe4e4fda12fc: Waiting
f6b944002be8: Waiting
a6e7ecf0b953: Waiting
9a7181276e51: Pushed
dc4dcdcafc51: Pushed
34fb5ebd95db: Pushed
c59c57e764e8: Pushed
5a0557f853ac: Pushed
a2ee74f55d56: Pushed
da424bdcf73f: Pushed
a1a2c25001ed: Pushed
fe4e4fda12fc: Pushed
397315651fb6: Pushed
f6b944002be8: Pushed
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
fa5d4058d052: Pushed
a6e7ecf0b953: Pushed
d8c00b972ea1: Pushed
eb46c5e1a9e3: Pushed
45cc0854be553b5138753cf649fa863a80ff2b04: digest: sha256:bbadff30ffa9efc6430e740beb18e8d51f06da1ffe2639ba4b0bfa3ac6e927be size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
5a0557f853ac: Preparing
c59c57e764e8: Preparing
9a7181276e51: Preparing
34fb5ebd95db: Preparing
dc4dcdcafc51: Preparing
fe4e4fda12fc: Preparing
a2ee74f55d56: Preparing
da424bdcf73f: Preparing
f6b944002be8: Preparing
a1a2c25001ed: Preparing
d8c00b972ea1: Preparing
397315651fb6: Preparing
eb46c5e1a9e3: Preparing
fa5d4058d052: Preparing
a6e7ecf0b953: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
a2ee74f55d56: Waiting
53a0b163e995: Waiting
eb46c5e1a9e3: Waiting
da424bdcf73f: Waiting
fe4e4fda12fc: Waiting
b626401ef603: Waiting
f6b944002be8: Waiting
6b5aaff44254: Waiting
a6e7ecf0b953: Waiting
a1a2c25001ed: Waiting
fa5d4058d052: Waiting
9b55156abf26: Waiting
9c742cd6c7a5: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
dc4dcdcafc51: Layer already exists
9a7181276e51: Layer already exists
c59c57e764e8: Layer already exists
34fb5ebd95db: Layer already exists
5a0557f853ac: Layer already exists
fe4e4fda12fc: Layer already exists
a2ee74f55d56: Layer already exists
da424bdcf73f: Layer already exists
f6b944002be8: Layer already exists
a1a2c25001ed: Layer already exists
397315651fb6: Layer already exists
d8c00b972ea1: Layer already exists
eb46c5e1a9e3: Layer already exists
a6e7ecf0b953: Layer already exists
fa5d4058d052: Layer already exists
53a0b163e995: Layer already exists
6b5aaff44254: Layer already exists
293d5db30c9f: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
9c742cd6c7a5: Layer already exists
03127cdb479b: Layer already exists
latest: digest: sha256:bbadff30ffa9efc6430e740beb18e8d51f06da1ffe2639ba4b0bfa3ac6e927be size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 9s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

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

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_Publish_Beam_SDK_Snapshots #4072

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4072/display/redirect?page=changes>

Changes:

[Moritz Mack] [Spark dataset runner] Add direct translation of Reshuffle and


------------------------------------------
[...truncated 58.90 KB...]
Execution optimizations have been disabled for task ':sdks:java:container:java17:copySdkHarnessLauncher' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17:copySdkHarnessLauncher' uses this output of task ':sdks:java:container:downloadCloudProfilerAgent' 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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/build/target'.> Reason: Task ':sdks:java:container:java17: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.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :sdks:java:container:java8:docker
Sending build context to Docker daemon  179.4MB
Step 1/21 : ARG java_version
Step 2/21 : FROM openjdk:${java_version}-bullseye
8-bullseye: Pulling from library/openjdk
Digest: sha256:28cfff18f95cfd22b42c144c648fd44f68c3a0d0119efbe3430202d113ccf469
Status: Downloaded newer image for openjdk:8-bullseye
 ---> b273004037cc
Step 3/21 : MAINTAINER "Apache Beam <de...@beam.apache.org>"
 ---> Running in f9ef5d7085ec
Removing intermediate container f9ef5d7085ec
 ---> aa92d3df7cfa
Step 4/21 : ARG pull_licenses
 ---> Running in db80a2e29b39
Removing intermediate container db80a2e29b39
 ---> c4465b2d01ec
Step 5/21 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
 ---> f96056bcba00
Step 6/21 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
 ---> 064151eadf0b
Step 7/21 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
 ---> bec6f79f7c87
Step 8/21 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
 ---> eea241dd09cd
Step 9/21 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
 ---> 4e96d1dba0b9
Step 10/21 : COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/
 ---> 6afca2ddbefc
Step 11/21 : ADD target/linux_amd64/boot /opt/apache/beam/
 ---> a739b8ac086d
Step 12/21 : COPY target/LICENSE /opt/apache/beam/
 ---> e355b8f93ae4
Step 13/21 : COPY target/NOTICE /opt/apache/beam/
 ---> a9e67933398d
Step 14/21 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/
 ---> e576606095a9
Step 15/21 : COPY target/LICENSE target/options/* /opt/apache/beam/options/
 ---> 0bde1225155a
Step 16/21 : RUN rm /opt/apache/beam/options/LICENSE
 ---> Running in c7210ec18087
Removing intermediate container c7210ec18087
 ---> 5651e1f7731b
Step 17/21 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 65c4405fce91
Step 18/21 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in df28582c3fdc
Removing intermediate container df28582c3fdc
 ---> b81c9d5c1a89
Step 19/21 : RUN if [ "${pull_licenses}" = "false" ] ; then     rm -rf /opt/apache/beam/third_party_licenses ;    fi
 ---> Running in 210bfbdccae2
Removing intermediate container 210bfbdccae2
 ---> b356bcfedae4
Step 20/21 : COPY target/profiler/* /opt/google_cloud_profiler/
 ---> b2f4c76a6ebd
Step 21/21 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in ff9176d0261f
Removing intermediate container ff9176d0261f
 ---> aae951c9ac35
Successfully built aae951c9ac35
Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk:2.43.0.dev

> Task :sdks:java:container:java8:dockerTag45cc0854be553b5138753cf649fa863a80ff2b04

> Task :sdks:java:container:java8:dockerPush45cc0854be553b5138753cf649fa863a80ff2b04
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
0c4a8d7ceb0c: Preparing
3868e12db0d2: Preparing
a4b77483950b: Preparing
ca5659660741: Preparing
91b02a6fd1ed: Preparing
f2b633caf198: Preparing
2b3802395195: Preparing
d2b0a96abcd5: Preparing
0dfa23128e73: Preparing
c32e895bdcc5: Preparing
2ae75bef89df: Preparing
062b1143e352: Preparing
d9d0623ea1d5: Preparing
35df06f8e25c: Preparing
d91cfe719e2d: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
f2b633caf198: Waiting
03127cdb479b: Preparing
2ae75bef89df: Waiting
9c742cd6c7a5: Preparing
2b3802395195: Waiting
062b1143e352: Waiting
d9d0623ea1d5: Waiting
d2b0a96abcd5: Waiting
35df06f8e25c: Waiting
0dfa23128e73: Waiting
c32e895bdcc5: Waiting
9b55156abf26: Waiting
d91cfe719e2d: Waiting
b626401ef603: Waiting
53a0b163e995: Waiting
6b5aaff44254: Waiting
9c742cd6c7a5: Waiting
293d5db30c9f: Waiting
03127cdb479b: Waiting
a4b77483950b: Pushed
ca5659660741: Pushed
3868e12db0d2: Pushed
91b02a6fd1ed: Pushed
0c4a8d7ceb0c: Pushed
2b3802395195: Pushed
d2b0a96abcd5: Pushed
c32e895bdcc5: Pushed
062b1143e352: Pushed
f2b633caf198: Pushed
2ae75bef89df: Pushed
6b5aaff44254: Layer already exists
0dfa23128e73: Pushed
53a0b163e995: Layer already exists
9b55156abf26: Layer already exists
b626401ef603: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
35df06f8e25c: Pushed
d91cfe719e2d: Pushed
d9d0623ea1d5: Pushed
45cc0854be553b5138753cf649fa863a80ff2b04: digest: sha256:ac34913be9ec6bd74da11a1fd34d13fadb22f2531768c57157cb04d3bbba9159 size: 4935

> Task :sdks:java:container:java8:dockerTagLatest

> Task :sdks:java:container:java8:dockerPushLatest
The push refers to repository [gcr.io/apache-beam-testing/beam-sdk/beam_java8_sdk]
0c4a8d7ceb0c: Preparing
3868e12db0d2: Preparing
a4b77483950b: Preparing
ca5659660741: Preparing
91b02a6fd1ed: Preparing
f2b633caf198: Preparing
2b3802395195: Preparing
d2b0a96abcd5: Preparing
0dfa23128e73: Preparing
c32e895bdcc5: Preparing
2ae75bef89df: Preparing
062b1143e352: Preparing
d9d0623ea1d5: Preparing
35df06f8e25c: Preparing
d91cfe719e2d: Preparing
6b5aaff44254: Preparing
53a0b163e995: Preparing
b626401ef603: Preparing
9b55156abf26: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
f2b633caf198: Waiting
2ae75bef89df: Waiting
0dfa23128e73: Waiting
d91cfe719e2d: Waiting
9c742cd6c7a5: Waiting
c32e895bdcc5: Waiting
03127cdb479b: Waiting
b626401ef603: Waiting
9b55156abf26: Waiting
062b1143e352: Waiting
d9d0623ea1d5: Waiting
d2b0a96abcd5: Waiting
53a0b163e995: Waiting
293d5db30c9f: Waiting
35df06f8e25c: Waiting
6b5aaff44254: Waiting
91b02a6fd1ed: Layer already exists
0c4a8d7ceb0c: Layer already exists
a4b77483950b: Layer already exists
3868e12db0d2: Layer already exists
ca5659660741: Layer already exists
2b3802395195: Layer already exists
f2b633caf198: Layer already exists
d2b0a96abcd5: Layer already exists
0dfa23128e73: Layer already exists
c32e895bdcc5: Layer already exists
2ae75bef89df: Layer already exists
062b1143e352: Layer already exists
d9d0623ea1d5: Layer already exists
35df06f8e25c: Layer already exists
d91cfe719e2d: Layer already exists
6b5aaff44254: Layer already exists
53a0b163e995: Layer already exists
b626401ef603: Layer already exists
9b55156abf26: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
latest: digest: sha256:ac34913be9ec6bd74da11a1fd34d13fadb22f2531768c57157cb04d3bbba9159 size: 4935

> Task :sdks:java:container:java8:dockerTagsPush

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java17:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/ws/src/sdks/java/container/common.gradle'> line: 96

* What went wrong:
Execution failed for task ':sdks:java:container:java11:validateJavaHome'.
> java17Home or java11Home property required. Re-run with -Pjava17Home or -Pjava11Home

* 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 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 2m 49s
115 actionable tasks: 83 executed, 25 from cache, 7 up-to-date

Publishing build scan...
https://gradle.com/s/7qp6z4d7hmh4k

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