See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/1405/display/redirect>

Changes:


------------------------------------------
[...truncated 54.02 KB...]
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerContainer
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]
62b418572c86: Preparing
254bfff74fc4: Preparing
0804f4ef5b86: Preparing
f2b4af2507fc: Preparing
6819f4cc0e87: Preparing
f07d15c54ae4: Preparing
df69e75f0ff6: Preparing
e0b6c512d43a: Preparing
349660387e1a: Preparing
46872b03d80b: Preparing
13c3650d8c32: Preparing
bab115bbebbc: Preparing
ebf469e844a6: Preparing
94c94d3b2e6b: Preparing
36e0782f1159: Preparing
ba6e5ff31f23: Preparing
9f9f651e9303: Preparing
0b3c02b5d746: Preparing
62a747bf1719: Preparing
e0b6c512d43a: Waiting
ba6e5ff31f23: Waiting
349660387e1a: Waiting
9f9f651e9303: Waiting
13c3650d8c32: Waiting
94c94d3b2e6b: Waiting
0b3c02b5d746: Waiting
46872b03d80b: Waiting
bab115bbebbc: Waiting
36e0782f1159: Waiting
f07d15c54ae4: Waiting
62a747bf1719: Waiting
df69e75f0ff6: Waiting
ebf469e844a6: Waiting
6819f4cc0e87: Pushed
0804f4ef5b86: Pushed
254bfff74fc4: Pushed
f07d15c54ae4: Pushed
62b418572c86: Pushed
e0b6c512d43a: Pushed
f2b4af2507fc: Pushed
349660387e1a: Pushed
ebf469e844a6: Layer already exists
94c94d3b2e6b: Layer already exists
36e0782f1159: Layer already exists
ba6e5ff31f23: Layer already exists
9f9f651e9303: Layer already exists
0b3c02b5d746: Layer already exists
13c3650d8c32: Pushed
62a747bf1719: Layer already exists
df69e75f0ff6: Pushed
bab115bbebbc: Pushed
46872b03d80b: Pushed
20211101061931: digest: 
sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5 size: 
4311

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

org.apache.beam.sdk.PipelineTest > testIdentityTransform FAILED
    java.lang.RuntimeException at PipelineTest.java:318

org.apache.beam.sdk.testing.PAssertTest > testIsEqualTo FAILED
    java.lang.RuntimeException at PAssertTest.java:315

org.apache.beam.sdk.transforms.CombineFnsTest > testComposedCombine FAILED
    java.lang.RuntimeException at CombineFnsTest.java:147

org.apache.beam.sdk.testing.PAssertTest > 
testPAssertThatListSatisfiesMultipleMatchers FAILED
    java.lang.RuntimeException at PAssertTest.java:720

org.apache.beam.sdk.transforms.FlattenTest > testFlattenInputMultipleCopies 
FAILED
    java.lang.RuntimeException at FlattenTest.java:167

org.apache.beam.sdk.transforms.CombineTest$WindowingTests > testSessionsCombine 
FAILED
    java.lang.RuntimeException at CombineTest.java:1265

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

org.apache.beam.sdk.transforms.ViewTest > 
testWindowedSideInputFixedToFixedWithDefault FAILED
    java.lang.RuntimeException at ViewTest.java:1499

org.apache.beam.sdk.transforms.ParDoTest$StateTests > 
testValueStateFixedWindows FAILED
    java.lang.RuntimeException at ParDoTest.java:2174

org.apache.beam.sdk.transforms.FlattenTest > testFlattenPCollectionsThenParDo 
FAILED
    java.lang.RuntimeException at FlattenTest.java:123

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

org.apache.beam.sdk.transforms.ReshuffleTest > testReshuffleAfterFixedWindows 
FAILED
    java.lang.RuntimeException at ReshuffleTest.java:235

org.apache.beam.sdk.transforms.ReshuffleTest > 
testReshuffleAfterFixedWindowsAndGroupByKey FAILED
    java.lang.RuntimeException at ReshuffleTest.java:194

org.apache.beam.sdk.transforms.ReshuffleTest > testReshuffleAfterSlidingWindows 
FAILED
    java.lang.RuntimeException at ReshuffleTest.java:255

org.apache.beam.sdk.transforms.ReshuffleTest > 
testReshuffleAfterSlidingWindowsAndGroupByKey FAILED
    java.lang.RuntimeException at ReshuffleTest.java:215

org.apache.beam.sdk.transforms.ParDoTest$TimerTests > 
testOutputTimestampDefaultUnbounded FAILED
    java.lang.RuntimeException at ParDoTest.java:4012

org.apache.beam.sdk.testing.PAssertTest > 
testPAssertThatListSatisfiesMultipleMatchersFalse FAILED
    java.lang.AssertionError at PAssertTest.java:754

org.apache.beam.sdk.transforms.join.CoGroupByKeyTest > testCoGroupByKey FAILED
    java.lang.RuntimeException at CoGroupByKeyTest.java:296

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

org.apache.beam.sdk.testing.PAssertTest > 
testAssertionSiteIsCapturedWithoutMessage FAILED
    java.lang.AssertionError at PAssertTest.java:562

org.apache.beam.sdk.transforms.CreateTest > testCreate FAILED
    java.lang.RuntimeException at CreateTest.java:94

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

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

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

org.apache.beam.sdk.transforms.ParDoLifecycleTest > testFnCallSequenceStateful 
FAILED
    java.lang.RuntimeException at ParDoLifecycleTest.java:108

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

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

org.apache.beam.sdk.transforms.ParDoTest$TimerCoderInferenceTests > 
testValueStateCoderInferenceFromInputCoder FAILED
    java.lang.RuntimeException at ParDoTest.java:5413

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

org.apache.beam.sdk.transforms.GroupByKeyTest > 
org.apache.beam.sdk.transforms.GroupByKeyTest$WindowTests.testGroupByKeyMergingWindows
 FAILED
    java.lang.RuntimeException at GroupByKeyTest.java:586

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

org.apache.beam.sdk.io.CountingSourceTest > testUnboundedSourceSplits FAILED
    java.lang.RuntimeException at CountingSourceTest.java:243

org.apache.beam.sdk.transforms.SplittableDoFnTest > 
testWindowedSideInputWithCheckpointsUnbounded FAILED
    java.lang.RuntimeException at SplittableDoFnTest.java:710

org.apache.beam.sdk.transforms.SplittableDoFnTest > testSideInputUnbounded 
FAILED
    java.lang.RuntimeException at SplittableDoFnTest.java:451

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

org.apache.beam.sdk.transforms.ViewTest > testSingletonSideInput FAILED
    java.lang.RuntimeException at ViewTest.java:115

org.apache.beam.sdk.transforms.ParDoTest$TimerFamilyTests > 
testTimerWithMultipleTimerFamilyUnbounded FAILED
    java.lang.RuntimeException at ParDoTest.java:5802

org.apache.beam.sdk.transforms.ParDoTest$KeyTests > 
testKeyInOnTimerWithGenericKey FAILED
    java.lang.RuntimeException at ParDoTest.java:5978

org.apache.beam.sdk.transforms.ParDoSchemaTest > testReadAndWrite FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:169

org.apache.beam.sdk.transforms.ParDoSchemaTest > 
testSchemaFieldDescriptorSelectionUnboxing FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:602

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSimpleSchemaPipeline FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:115

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemaConversionPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:472

240 tests completed, 42 failed, 3 skipped

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211101061931
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211101061931]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20211101061931] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:32e41825930e9ee6df5578fa84e8ce60fb98c8476f06b5ea6a87bf60b07e6bb5].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:validatesRunnerV2TestStreaming'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesRunnerV2TestStreaming/index.html>

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

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5h 33m 39s
124 actionable tasks: 83 executed, 39 from cache, 2 up-to-date

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

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