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

Changes:

[noreply] [Playground] [Frontend] Migrate Playground to Google Analytics 4


------------------------------------------
[...truncated 68.39 KB...]
#5 transferring context: 25.47MB 0.2s
#5 transferring context: 46.89MB 0.3s done
#5 DONE 73.7s

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

#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 1.2s

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

#15 [11/16] COPY target/NOTICE /opt/apache/beam/
#15 DONE 0.0s

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

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

#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.2s done
#21 writing image 
sha256:d9a4905bbec485b91fb25e0bceb256e05e5746d4844f2437f9f8f3a336d1ca53 0.0s 
done
#21 naming to docker.io/apache/beam_java8_sdk:2.48.0.dev done
#21 DONE 0.3s

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
WARNING: `gcloud docker` will not be supported for Docker client versions above 
18.03.

As an alternative, use `gcloud auth configure-docker` to configure `docker` to
use `gcloud` as a credential helper, then use `docker` as you would for non-GCR
registries, e.g. `docker pull gcr.io/project-id/my-image`. Add
`--verbosity=error` to silence this warning: `gcloud docker
--verbosity=error -- pull gcr.io/project-id/my-image`.

See: 
https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker

The push refers to repository 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java]
ed3603eeb4bb: Preparing
5f70bf18a086: Preparing
6ae4e52b3a79: Preparing
b1dbf2b92634: Preparing
fe4aa9942fb1: Preparing
d69855bf6222: Preparing
6408593baea8: Preparing
29862c7ff8e7: Preparing
2669d007ad41: Preparing
fa415aef0ac1: Preparing
c3410207cc58: Preparing
e184d8af563f: Preparing
6425c9af2a8a: Preparing
b39ab5da0875: Preparing
304cf189e69a: Preparing
d69855bf6222: Waiting
533af4d05d89: Preparing
29862c7ff8e7: Waiting
d09fdd9ad3ef: Preparing
2669d007ad41: Waiting
04d1dcab20cb: Preparing
fa415aef0ac1: Waiting
b93c1bd012ab: Preparing
6408593baea8: Waiting
e184d8af563f: Waiting
c3410207cc58: Waiting
6425c9af2a8a: Waiting
304cf189e69a: Waiting
04d1dcab20cb: Waiting
b39ab5da0875: Waiting
d09fdd9ad3ef: Waiting
533af4d05d89: Waiting
5f70bf18a086: Layer already exists
6ae4e52b3a79: Pushed
d69855bf6222: Pushed
b1dbf2b92634: Pushed
fe4aa9942fb1: Pushed
ed3603eeb4bb: Pushed
6408593baea8: Pushed
2669d007ad41: Pushed
c3410207cc58: Pushed
fa415aef0ac1: Pushed
29862c7ff8e7: Pushed
533af4d05d89: Layer already exists
d09fdd9ad3ef: Layer already exists
e184d8af563f: Pushed
04d1dcab20cb: Layer already exists
b93c1bd012ab: Layer already exists
6425c9af2a8a: Pushed
304cf189e69a: Pushed
b39ab5da0875: Pushed
20230412185029: digest: 
sha256:fbdfd6a65ac2da87acd13710b43aef52af87baa31a83252bd8b8f5de49be90fd size: 
4296

> Task :runners:google-cloud-dataflow-java:validatesRunnerV2Test

org.apache.beam.sdk.transforms.GroupByKeyTest > 
org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testGroupByKeyWithBadEqualsHashCode
 FAILED
    java.lang.RuntimeException at GroupByKeyTest.java:585

org.apache.beam.sdk.transforms.ViewTest > testMapSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:991

org.apache.beam.sdk.testing.PAssertTest > testContainsInAnyOrderFalse FAILED
    java.lang.AssertionError at PAssertTest.java:495

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > 
testParDoWithSideInputsIsCumulative FAILED
    java.lang.RuntimeException at ParDoTest.java:1212

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testTimestampCombinerEndOfWindow FAILED
    java.lang.RuntimeException at WindowTest.java:502

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testTimestampCombinerDefault FAILED
    java.lang.RuntimeException at WindowTest.java:472

org.apache.beam.sdk.transforms.CombineTest$CombineWithContextTests > 
testSimpleCombineWithContextEmpty FAILED
    java.lang.RuntimeException at CombineTest.java:1005

org.apache.beam.sdk.transforms.windowing.WindowingTest > testMergingWindowing 
FAILED
    java.lang.RuntimeException at WindowingTest.java:170

org.apache.beam.sdk.transforms.windowing.WindowingTest > testWindowPreservation 
FAILED
    java.lang.RuntimeException at WindowingTest.java:199

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testNoWindowFnDoesNotReassignWindows FAILED
    java.lang.RuntimeException at WindowTest.java:438

org.apache.beam.sdk.transforms.windowing.WindowingTest > 
testNonPartitioningWindowing FAILED
    java.lang.RuntimeException at WindowingTest.java:152

org.apache.beam.sdk.transforms.ViewTest > 
testWindowedMapSideInputWithNonDeterministicKeyCoder FAILED
    java.lang.RuntimeException at ViewTest.java:1190

org.apache.beam.sdk.transforms.ViewTest > testWindowedSideInputFixedToGlobal 
FAILED
    java.lang.RuntimeException at ViewTest.java:1463

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testMergingCustomWindowsKeyedCollection FAILED
    java.lang.RuntimeException at WindowTest.java:663

org.apache.beam.sdk.transforms.ViewTest > testCombinedMapSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:1381

org.apache.beam.sdk.transforms.ViewTest > testMultimapSideInputIsImmutable 
FAILED
    java.lang.RuntimeException at ViewTest.java:959

org.apache.beam.sdk.transforms.ViewTest > 
testWindowedMultimapAsEntrySetSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:793

org.apache.beam.sdk.transforms.ViewTest > 
testWindowedMultimapSideInputWithNonDeterministicKeyCoder FAILED
    java.lang.RuntimeException at ViewTest.java:843

org.apache.beam.sdk.transforms.ViewTest > 
testMapSideInputWithNonDeterministicKeyCoder FAILED
    java.lang.RuntimeException at ViewTest.java:1058

org.apache.beam.sdk.transforms.ViewTest > testWindowedSingletonSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:157

org.apache.beam.sdk.transforms.ViewTest > testWindowedMultimapSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:745

org.apache.beam.sdk.transforms.ViewTest > testSideInputWithNullDefault FAILED
    java.lang.RuntimeException at ViewTest.java:1531

org.apache.beam.sdk.transforms.ViewTest > testWindowedListSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:336

org.apache.beam.sdk.transforms.ViewTest > testWindowedMapSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:1102

org.apache.beam.sdk.transforms.ViewTest > testIterableSideInputIsImmutable 
FAILED
    java.lang.RuntimeException at ViewTest.java:551

org.apache.beam.sdk.transforms.ViewTest > testListSideInputIsImmutable FAILED
    java.lang.RuntimeException at ViewTest.java:414

org.apache.beam.sdk.transforms.ViewTest > testEmptyListSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:365

org.apache.beam.sdk.transforms.ViewTest > testWindowedSideInputFixedToFixed 
FAILED
    java.lang.RuntimeException at ViewTest.java:1422

org.apache.beam.sdk.transforms.ViewTest > testIterableSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:442

org.apache.beam.sdk.transforms.ViewTest > 
testEmptyMultimapSideInputWithNonDeterministicKeyCoder FAILED
    java.lang.RuntimeException at ViewTest.java:910

org.apache.beam.sdk.transforms.ViewTest > testEmptyMapSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:1223

220 tests completed, 31 failed, 1 skipped

> Task :runners:google-cloud-dataflow-java:validatesRunnerV2Test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:validatesRunnerV2Test'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesRunnerV2Test/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.5.1/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 3h 3m 43s
148 actionable tasks: 95 executed, 49 from cache, 4 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to