See 
<https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Dataflow/1690/display/redirect>

Changes:


------------------------------------------
[...truncated 45.41 KB...]
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:1722

org.apache.beam.sdk.transforms.ViewTest > testWindowedSideInputFixedToGlobal 
FAILED
    java.lang.RuntimeException at ViewTest.java:1416
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ViewTest.java:1416

org.apache.beam.sdk.transforms.ParDoTest$StateTests > 
testValueStateTaggedOutput FAILED
    java.lang.RuntimeException at ParDoTest.java:2021
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:2021

org.apache.beam.sdk.transforms.ViewTest > 
testMultimapSideInputWithNonDeterministicKeyCoder FAILED
    java.lang.RuntimeException at ViewTest.java:650
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ViewTest.java:650

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testStateSideInput FAILED
    java.lang.RuntimeException at ParDoTest.java:2328
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:2328

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > 
testParDoWithOnlyTaggedOutput FAILED
    java.lang.RuntimeException at ParDoTest.java:699
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:699

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > 
testMultiOutputParDoWithSideInputs FAILED
    java.lang.RuntimeException at ParDoTest.java:1105
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:1105

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > 
testSideInputsWithMultipleWindows FAILED
    java.lang.RuntimeException at ParDoTest.java:1191
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:1191

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > 
testParDoEmptyWithTaggedOutput FAILED
    java.lang.RuntimeException at ParDoTest.java:646
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:646

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > 
testParDoWithTaggedOutput FAILED
    java.lang.RuntimeException at ParDoTest.java:604
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:604

org.apache.beam.sdk.transforms.ParDoTest$TimerTests > 
testEventTimeTimerMultipleKeys FAILED
    java.lang.RuntimeException at ParDoTest.java:3177
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:3177

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testBagStateSideInput 
FAILED
    java.lang.RuntimeException at ParDoTest.java:2306
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:2306

org.apache.beam.sdk.transforms.windowing.WindowingTest > testMergingWindowing 
FAILED
    java.lang.RuntimeException at WindowingTest.java:168
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
WindowingTest.java:168

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testTimestampCombinerDefault FAILED
    java.lang.RuntimeException at WindowTest.java:468
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
WindowTest.java:468

org.apache.beam.sdk.PipelineTest > testIdentityTransform FAILED
    java.lang.RuntimeException at PipelineTest.java:305
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
PipelineTest.java:305

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemasPassedThrough FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:420
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:420

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemaFieldSelectionNested 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:633
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:633

org.apache.beam.sdk.transforms.CombineTest$AccumulationTests > 
testAccumulatingCombineEmpty FAILED
    java.lang.RuntimeException at CombineTest.java:1462
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
CombineTest.java:1462

org.apache.beam.sdk.transforms.ParDoSchemaTest > 
testSchemaFieldSelectionUnboxing FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:542
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:542

org.apache.beam.sdk.transforms.ParDoSchemaTest > 
testSchemaFieldDescriptorSelectionUnboxing FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:583
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:583

org.apache.beam.sdk.transforms.ParDoSchemaTest > testInferredSchemaPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:405

org.apache.beam.sdk.transforms.join.CoGroupByKeyTest > testCoGroupByKeyGetOnly 
FAILED
    java.lang.RuntimeException at CoGroupByKeyTest.java:139

org.apache.beam.sdk.transforms.ParDoTest$StateCoderInferenceTests > 
testCombiningStateCoderInference FAILED
    java.lang.RuntimeException at ParDoTest.java:2721
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:2721

org.apache.beam.sdk.transforms.join.CoGroupByKeyTest > 
testCoGroupByKeyHandleResults FAILED
    java.lang.RuntimeException at CoGroupByKeyTest.java:466
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
CoGroupByKeyTest.java:466

org.apache.beam.sdk.transforms.ParDoTest$StateCoderInferenceTests > 
testBagStateCoderInference FAILED
    java.lang.RuntimeException at ParDoTest.java:2420
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:2420

org.apache.beam.sdk.transforms.ParDoSchemaTest > testFieldAccessSchemaPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:327

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSimpleSchemaPipeline FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:96
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:96

org.apache.beam.sdk.transforms.windowing.WindowTest > testMergingCustomWindows 
FAILED
    java.lang.RuntimeException at WindowTest.java:632
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
WindowTest.java:632

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testNoWindowFnDoesNotReassignWindows FAILED
    java.lang.RuntimeException at WindowTest.java:434
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
WindowTest.java:434

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemaConversionPipeline 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:453
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:453

org.apache.beam.sdk.transforms.windowing.WindowTest > 
testMergingCustomWindowsKeyedCollection FAILED
    java.lang.RuntimeException at WindowTest.java:659
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
WindowTest.java:659

org.apache.beam.sdk.testing.PAssertTest > testEmptyFalse FAILED
    java.lang.AssertionError at PAssertTest.java:487

org.apache.beam.sdk.transforms.ParDoSchemaTest > 
testReadAndWriteWithSchemaRegistry FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:292
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:292

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

org.apache.beam.sdk.transforms.ParDoSchemaTest > testReadAndWriteMultiOutput 
FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:247

org.apache.beam.sdk.transforms.ParDoSchemaTest > testNestedSchema FAILED
    java.lang.RuntimeException at ParDoSchemaTest.java:492
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoSchemaTest.java:492

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCoderInferenceOfList 
FAILED
    java.lang.RuntimeException at ParDoTest.java:1863
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:1863

org.apache.beam.sdk.testing.PAssertTest > testEmpty FAILED
    java.lang.RuntimeException at PAssertTest.java:452

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

org.apache.beam.sdk.transforms.ParDoTest$TimerTests > 
testPipelineOptionsParameterOnTimer FAILED
    java.lang.RuntimeException at ParDoTest.java:3688
        Caused by: 
com.google.api.client.googleapis.json.GoogleJsonResponseException at 
ParDoTest.java:3688

org.apache.beam.sdk.transforms.join.CoGroupByKeyTest > 
testCoGroupByKeyWithWindowing FAILED
    java.lang.RuntimeException at CoGroupByKeyTest.java:494

org.apache.beam.sdk.transforms.CombineTest$BasicTests > testBasicCombine FAILED
    java.lang.RuntimeException at CombineTest.java:680

org.apache.beam.sdk.transforms.FlattenTest > testFlattenIterablesEmpty FAILED
    java.lang.RuntimeException at FlattenTest.java:312

org.apache.beam.sdk.transforms.ParDoTest$BasicTests > testParDoEmpty FAILED
    java.lang.RuntimeException at ParDoTest.java:374

org.apache.beam.sdk.transforms.ReifyTimestampsTest > inValuesSucceeds FAILED
    java.lang.RuntimeException at ReifyTimestampsTest.java:60

org.apache.beam.sdk.transforms.SplittableDoFnTest > 
testPairWithIndexBasicUnbounded FAILED
    java.lang.RuntimeException at SplittableDoFnTest.java:153

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

org.apache.beam.sdk.transforms.FlattenTest > testFlattenIterablesLists FAILED
    java.lang.RuntimeException at FlattenTest.java:265

org.apache.beam.sdk.transforms.CombineTest$BasicTests > testCombinePerKeyLambda 
FAILED
    java.lang.RuntimeException at CombineTest.java:911

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

org.apache.beam.sdk.transforms.ImpulseTest > testImpulse FAILED
    java.lang.RuntimeException at ImpulseTest.java:47

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

org.apache.beam.sdk.transforms.ParDoTest$BasicTests > 
testParDoInCustomTransform FAILED
    java.lang.RuntimeException at ParDoTest.java:420

org.apache.beam.sdk.testing.PAssertTest > testPAssertEqualsSingletonFalse FAILED
    java.lang.AssertionError at PAssertTest.java:370

org.apache.beam.sdk.transforms.ParDoTest$BasicTests > testParDoEmptyOutputs 
FAILED
    java.lang.RuntimeException at ParDoTest.java:390

org.apache.beam.sdk.transforms.SplittableDoFnTest > 
testPairWithIndexWindowedTimestampedBounded FAILED
    java.lang.RuntimeException at SplittableDoFnTest.java:220

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

org.apache.beam.sdk.transforms.ReshuffleTest > testJustReshuffle FAILED
    java.lang.RuntimeException at ReshuffleTest.java:102

org.apache.beam.sdk.testing.PAssertTest > testContainsInAnyOrderNotSerializable 
FAILED
    java.lang.RuntimeException at PAssertTest.java:183

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

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

org.apache.beam.sdk.testing.PAssertTest > testSerializablePredicate FAILED
    java.lang.RuntimeException at PAssertTest.java:204

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

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

217 tests completed, 92 failed, 2 skipped

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:validatesRunnerLegacyWorkerJava11Test'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesRunnerLegacyWorkerJava11Test/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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1h 21m 52s
77 actionable tasks: 51 executed, 26 from cache

Publishing build scan...
https://scans.gradle.com/s/zcavt5wjjm34e

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