See <https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/2470/display/redirect?page=changes>
Changes: [noreply] Fix Java 11 Example PreCommit GItHub Action (#28291) ------------------------------------------ [...truncated 54.83 KB...] google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.31.0/LICENSE,BSD-3-Clause + chmod -R a+w /output/licenses > Task :runners:spark:3:job-server:validatesPortableRunnerBatch > Task :release:go-licenses:java:createLicenses > Task :sdks:java:container:java8:copyGolangLicenses > Task :sdks:java:container:java8:dockerPrepare > Task :sdks:java:container:java8:docker #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #1 transferring dockerfile: 2.58kB done #1 DONE 1.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 1.0s #3 [internal] load metadata for docker.io/library/eclipse-temurin:8 #3 DONE 0.9s #4 [ 1/16] FROM docker.io/library/eclipse-temurin:8@sha256:a239363b3c5f06ce52fd2cfd50c6d092c33400ba827842e49f206c72e5a7b287 #4 DONE 0.0s #5 [internal] load build context #5 ... #4 [ 1/16] FROM docker.io/library/eclipse-temurin:8@sha256:a239363b3c5f06ce52fd2cfd50c6d092c33400ba827842e49f206c72e5a7b287 #4 CACHED #5 [internal] load build context #5 transferring context: 47.19MB 0.4s done #5 DONE 1.7s #6 [ 2/16] ADD target/slf4j-api.jar /opt/apache/beam/jars/ #6 DONE 5.4s #7 [ 3/16] ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/ #7 DONE 0.1s #8 [ 4/16] ADD target/jcl-over-slf4j.jar /opt/apache/beam/jars/ #8 DONE 0.1s #9 [ 5/16] ADD target/log4j-over-slf4j.jar /opt/apache/beam/jars/ #9 DONE 0.1s #10 [ 6/16] ADD target/log4j-to-slf4j.jar /opt/apache/beam/jars/ #10 DONE 0.1s #11 [ 7/16] ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/ #11 DONE 0.1s #12 [ 8/16] COPY target/jamm.jar target/open-module-agent*.jar /opt/apache/beam/jars/ #12 DONE 0.1s #13 [ 9/16] COPY target/linux_amd64/boot /opt/apache/beam/ #13 DONE 0.2s #14 [10/16] COPY target/LICENSE /opt/apache/beam/ #14 DONE 0.1s #15 [11/16] COPY target/NOTICE /opt/apache/beam/ #15 DONE 0.1s #16 [12/16] ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/ #16 DONE 0.2s #17 [13/16] COPY target/LICENSE target/options/* /opt/apache/beam/options/ #17 DONE 0.1s #18 [14/16] COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ #18 DONE 0.1s #19 [15/16] RUN if [ "true" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi #19 DONE 0.9s #20 [16/16] COPY target/profiler/* /opt/google_cloud_profiler/ #20 DONE 0.1s #21 exporting to image #21 exporting layers #21 exporting layers 0.4s done #21 writing image sha256:4822373e3f8aaa951b3596ee04c92f0fa56073afce37ef084d609cf271b8a846 done #21 naming to docker.io/apache/beam_java8_sdk:2.51.0.dev done #21 DONE 0.5s > Task :runners:spark:3:job-server:validatesPortableRunnerBatch org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoEmptyWithTaggedOutput FAILED java.lang.RuntimeException at ParDoTest.java:765 org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithTaggedOutput FAILED java.lang.RuntimeException at ParDoTest.java:723 [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /tmp/spark-f721a499-5585-4199-9562-5ba40c600c9e org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testMultiOutputParDoWithSideInputsIsCumulative FAILED java.lang.RuntimeException at ParDoTest.java:1289 org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testSideInputAnnotationWithMultipleSideInputs FAILED java.lang.RuntimeException at ParDoTest.java:1179 org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testSideInputAnnotation FAILED java.lang.RuntimeException at ParDoTest.java:1076 org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithEmptyTaggedOutput FAILED java.lang.RuntimeException at ParDoTest.java:789 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testBagState FAILED java.lang.RuntimeException at ParDoTest.java:2627 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCombiningState FAILED java.lang.RuntimeException at ParDoTest.java:3497 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateSameId FAILED java.lang.RuntimeException at ParDoTest.java:2528 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateTaggedOutput FAILED java.lang.RuntimeException at ParDoTest.java:2579 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testBagStateSideInput FAILED java.lang.RuntimeException at ParDoTest.java:3583 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCombiningStateParameterSuperclass FAILED java.lang.RuntimeException at ParDoTest.java:3533 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCoderInferenceOfList FAILED java.lang.RuntimeException at ParDoTest.java:2429 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateDedup FAILED java.lang.RuntimeException at ParDoTest.java:2342 org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateFixedWindows FAILED java.lang.RuntimeException at ParDoTest.java:2473 org.apache.beam.sdk.transforms.ParDoTest$TimestampTests > testParDoTaggedOutputWithTimestamp FAILED java.lang.RuntimeException at ParDoTest.java:2030 [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /tmp/spark-1f0cc165-365e-42cb-aa96-8f989fb3aace org.apache.beam.sdk.transforms.ParDoTest$TimestampTests > testParDoShiftTimestampUnlimited FAILED java.lang.RuntimeException at ParDoTest.java:2142 [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /tmp/spark-7b5e2411-0c96-4e5b-8f05-58318560a42d [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /tmp/spark-29c06c8a-f5a4-4e3b-bc1f-380ca29fdfa4 [pool-732-thread-2] WARN org.apache.beam.fn.harness.control.ExecutionStateSampler - Operation ongoing in bundle 13 for at least 01h38m36s without outputting or completing: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.apache.beam.sdk.fn.CancellableQueue.take(CancellableQueue.java:95) at org.apache.beam.sdk.fn.data.BeamFnDataInboundObserver.awaitCompletion(BeamFnDataInboundObserver.java:122) at org.apache.beam.fn.harness.control.ProcessBundleHandler.processBundle(ProcessBundleHandler.java:550) at org.apache.beam.fn.harness.FnHarness$$Lambda$1519/207921691.apply(Unknown Source) at org.apache.beam.fn.harness.control.BeamFnControlClient.delegateOnInstructionRequestType(BeamFnControlClient.java:150) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver.lambda$onNext$0(BeamFnControlClient.java:115) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver$$Lambda$1543/1797662483.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.beam.sdk.util.UnboundedScheduledExecutorService$ScheduledFutureTask.run(UnboundedScheduledExecutorService.java:163) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) [pool-786-thread-2] WARN org.apache.beam.fn.harness.control.ExecutionStateSampler - Operation ongoing in bundle 1 for at least 01h36m35s without outputting or completing: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.apache.beam.sdk.fn.CancellableQueue.take(CancellableQueue.java:95) at org.apache.beam.sdk.fn.data.BeamFnDataInboundObserver.awaitCompletion(BeamFnDataInboundObserver.java:122) at org.apache.beam.fn.harness.control.ProcessBundleHandler.processBundle(ProcessBundleHandler.java:550) at org.apache.beam.fn.harness.FnHarness$$Lambda$1519/207921691.apply(Unknown Source) at org.apache.beam.fn.harness.control.BeamFnControlClient.delegateOnInstructionRequestType(BeamFnControlClient.java:150) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver.lambda$onNext$0(BeamFnControlClient.java:115) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver$$Lambda$1543/1797662483.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.beam.sdk.util.UnboundedScheduledExecutorService$ScheduledFutureTask.run(UnboundedScheduledExecutorService.java:163) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) [pool-1029-thread-2] WARN org.apache.beam.fn.harness.control.ExecutionStateSampler - Operation ongoing in bundle 6 for at least 01h26m55s without outputting or completing: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.apache.beam.sdk.fn.CancellableQueue.take(CancellableQueue.java:95) at org.apache.beam.sdk.fn.data.BeamFnDataInboundObserver.awaitCompletion(BeamFnDataInboundObserver.java:122) at org.apache.beam.fn.harness.control.ProcessBundleHandler.processBundle(ProcessBundleHandler.java:550) at org.apache.beam.fn.harness.FnHarness$$Lambda$1519/207921691.apply(Unknown Source) at org.apache.beam.fn.harness.control.BeamFnControlClient.delegateOnInstructionRequestType(BeamFnControlClient.java:150) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver.lambda$onNext$0(BeamFnControlClient.java:115) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver$$Lambda$1543/1797662483.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.beam.sdk.util.UnboundedScheduledExecutorService$ScheduledFutureTask.run(UnboundedScheduledExecutorService.java:163) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) [pool-732-thread-2] WARN org.apache.beam.fn.harness.control.ExecutionStateSampler - Operation ongoing in bundle 13 for at least 01h38m36s without outputting or completing: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at org.apache.beam.sdk.fn.CancellableQueue.take(CancellableQueue.java:95) at org.apache.beam.sdk.fn.data.BeamFnDataInboundObserver.awaitCompletion(BeamFnDataInboundObserver.java:122) at org.apache.beam.fn.harness.control.ProcessBundleHandler.processBundle(ProcessBundleHandler.java:550) at org.apache.beam.fn.harness.FnHarness$$Lambda$1519/207921691.apply(Unknown Source) at org.apache.beam.fn.harness.control.BeamFnControlClient.delegateOnInstructionRequestType(BeamFnControlClient.java:150) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver.lambda$onNext$0(BeamFnControlClient.java:115) at org.apache.beam.fn.harness.control.BeamFnControlClient$InboundObserver$$Lambda$1543/1797662483.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.beam.sdk.util.UnboundedScheduledExecutorService$ScheduledFutureTask.run(UnboundedScheduledExecutorService.java:163) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) 234 tests completed, 17 failed, 1 skipped > Task :runners:spark:3:job-server:validatesPortableRunnerBatch FAILED > Task :runners:spark:3:job-server:validatesPortableRunnerDocker FROM-CACHE FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':runners:spark:3:job-server:validatesPortableRunnerBatch'. > There were failing tests. See the report at: > file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/ws/src/runners/spark/3/job-server/build/reports/tests/validatesPortableRunnerBatch/index.html> * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.6.2/userguide/command_line_interface.html#sec:command_line_warnings Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness. Please consult deprecation warnings for more details. BUILD FAILED in 1h 54m 27s 118 actionable tasks: 72 executed, 42 from cache, 4 up-to-date Publishing build scan... https://ge.apache.org/s/nx5yhcdabqsvq Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
