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 2019/06/04 12:17:09 UTC

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Spark #4258

See <https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/4258/display/redirect?page=changes>

Changes:

[bhulette] Add support for full unboxing in Convert

------------------------------------------
[...truncated 40.91 KB...]
Note: <https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/ws/src/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/ServerFactory.java> uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:java-fn-execution:classes
> Task :runners:java-fn-execution:shadowJar

> Task :runners:direct-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:direct-java:classes

> Task :runners:spark:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:spark:classes
> Task :runners:direct-java:shadowJar
> Task :runners:spark:shadowJar
> Task :examples:java:shadowJar
> Task :examples:java:shadowTestJar

> Task :runners:spark:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:spark:testClasses
> Task :runners:spark:shadowTestJar

> Task :sdks:java:io:hadoop-format:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :sdks:java:io:hadoop-format:testClasses
> Task :sdks:java:io:hadoop-format:shadowTestJar
> Task :runners:spark:validatesRunnerBatch

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testBagState FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1778
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMapAsEntrySetSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:977
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCombiningState FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1925
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMultimapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:543
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testEmptyIterableSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:470
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateSameId FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1671
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateSimple FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1427
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testSideInputWithNestedIterables FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1539
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateTaggedOutput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1726
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testListSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:241
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testBagStateSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:2012
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:945
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCombiningStateParameterSuperclass FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1961
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testCoderInferenceOfList FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1568
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedSideInputFixedToFixedWithDefault FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1455
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testMapState FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1887
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedIterableSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:442
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateDedup FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1477
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedMapSideInputWithNonDeterministicKeyCoder FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1144
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedSideInputFixedToGlobal FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1416
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testValueStateFixedWindows FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1616
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMultimapSideInputWithNonDeterministicKeyCoder FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:650
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ParDoTest$StateTests > testSetState FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ParDoTest.java:1831
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testEmptyMultimapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:830
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testCombinedMapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1334
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMultimapSideInputIsImmutable FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:913
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedMultimapAsEntrySetSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:747
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedMultimapSideInputWithNonDeterministicKeyCoder FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:797
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMapSideInputWithNonDeterministicKeyCoder FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1012
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedSingletonSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:152
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedMultimapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:699
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testSideInputWithNullDefault FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1484
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedListSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:290
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedMapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1056
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testIterableSideInputIsImmutable FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:505
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testListSideInputIsImmutable FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:368
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testEmptyListSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:319
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedSideInputFixedToFixed FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1375
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testEmptyMapSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1177
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMapSideInputIsImmutable FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1301
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testWindowedMapAsEntrySetSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1099
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testEmptyMapSideInputWithNonDeterministicKeyCoder FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:1211
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testMultimapAsEntrySetSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:581
        Caused by: java.io.FileNotFoundException

org.apache.beam.sdk.transforms.ViewTest > testSingletonSideInput FAILED
    org.apache.beam.sdk.Pipeline$PipelineExecutionException at ViewTest.java:113
        Caused by: java.io.FileNotFoundException

239 tests completed, 44 failed, 2 skipped

> Task :runners:spark:validatesRunnerBatch FAILED
> Task :runners:spark:validatesRunnerStreaming

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:spark:validatesRunnerBatch'.
> There were failing tests. See the report at: file://<https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/ws/src/runners/spark/build/reports/tests/validatesRunnerBatch/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 17m 36s
84 actionable tasks: 80 executed, 4 from cache

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

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_PostCommit_Java_ValidatesRunner_Spark #4259

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/4259/display/redirect>


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