You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/05/07 07:19:19 UTC

Build failed in Jenkins: beam_Release_Gradle_NightlySnapshot #31

See <https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/31/display/redirect>

------------------------------------------
[...truncated 2.51 MB...]
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/state/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/windowing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/values/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:174: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:180: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:186: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:284: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkSuite.java>:92: warning: [ImmutableEnumChecker] enums should be immutable: 'NexmarkSuite' has field 'configurations' of type 'java.util.List<org.apache.beam.sdk.nexmark.NexmarkConfiguration>', 'List' is mutable
  private final List<NexmarkConfiguration> configurations;
                                           ^
    (see http://errorprone.info/bugpattern/ImmutableEnumChecker)
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/model/Event.java>:40: warning: [ImmutableEnumChecker] enums should be immutable: 'Tag' has non-final field 'value'
    private int value = -1;
                ^
    (see http://errorprone.info/bugpattern/ImmutableEnumChecker)
  Did you mean 'private final int value = -1;'?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/schemas/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/model/sql/adapter/ModelAdaptersMapping.java>:41: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final Map<Class, ModelFieldsAdapter> ADAPTERS =
                         ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableMap<Class, ModelFieldsAdapter> ADAPTERS ='?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/testing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/sources/generator/model/AuctionGenerator.java>:131: warning: [IntLongMath] Expression of type int may overflow before being assigned to a long
            / GeneratorConfig.AUCTION_PROPORTION;
            ^
    (see http://errorprone.info/bugpattern/IntLongMath)
  Did you mean '((long) config.getNumInFlightAuctions() * GeneratorConfig.PROPORTION_DENOMINATOR)'?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/join/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/Query10.java>:139: warning: [MissingCasesInEnumSwitch] Non-exhaustive switch; either add a default or handle the remaining cases: UNKNOWN
    switch (timing) {
    ^
    (see http://errorprone.info/bugpattern/MissingCasesInEnumSwitch)
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.
20 warnings
Packing task ':beam-sdks-java-nexmark:compileJava'
:beam-sdks-java-nexmark:compileJava (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 8.568 secs.
:beam-sdks-java-nexmark:processResources (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:processResources
Build cache key for task ':beam-sdks-java-nexmark:processResources' is a4d4fb4d073f6af4fc60751b415ce8ed
Caching disabled for task ':beam-sdks-java-nexmark:processResources': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:processResources' is not up-to-date because:
  No history is available.
:beam-sdks-java-nexmark:processResources (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 0.003 secs.
:beam-sdks-java-nexmark:classes (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:classes
Skipping task ':beam-sdks-java-nexmark:classes' as it has no actions.
:beam-sdks-java-nexmark:classes (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:shadowJar
Build cache key for task ':beam-sdks-java-nexmark:shadowJar' is 55fbadbbd0a5e38bb8fee96205538ef2
Caching disabled for task ':beam-sdks-java-nexmark:shadowJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:shadowJar' is not up-to-date because:
  No history is available.
*******************
GRADLE SHADOW STATS

Total Jars: 2 (includes project)
Total Time: 1.972s [1972ms]
Average Time/Jar: 0.986s [986.0ms]
*******************
:beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 2.195 secs.
:beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:compileTestJava
Build cache key for task ':beam-sdks-java-nexmark:compileTestJava' is 690c249e688b9087f2bf48cc27e458ea
Task ':beam-sdks-java-nexmark:compileTestJava' is not up-to-date because:
  No history is available.
Custom actions are attached to task ':beam-sdks-java-nexmark:compileTestJava'.
All input files are considered out-of-date for incremental task ':beam-sdks-java-nexmark:compileTestJava'.
Compiling with error-prone compiler
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation': class file for edu.umd.cs.findbugs.annotations.DefaultAnnotation not found
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/testing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/values/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/schemas/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/io/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:49: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:55: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:61: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<AuctionCount> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<AuctionCount> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:41: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Person> PEOPLE = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Person> PEOPLE = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:48: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Auction> AUCTIONS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Auction> AUCTIONS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:60: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> PEOPLE_AND_AUCTIONS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> PEOPLE_AND_AUCTIONS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:78: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<NameCityStateId> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<NameCityStateId> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:46: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:53: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:60: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<Bid> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<Bid> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:44: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:54: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:64: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<AuctionPrice> BIDS_EVEN = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<AuctionPrice> BIDS_EVEN = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:70: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<AuctionPrice> BIDS_EVERY_THIRD = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<AuctionPrice> BIDS_EVERY_THIRD = ImmutableList.of('?
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
20 warnings
Packing task ':beam-sdks-java-nexmark:compileTestJava'
:beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 3.901 secs.
:beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:processTestResources NO-SOURCE
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
Skipping task ':beam-sdks-java-nexmark:processTestResources' as it has no source files and no previous output files.
:beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:testClasses
Skipping task ':beam-sdks-java-nexmark:testClasses' as it has no actions.
:beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:shadowTestJar
Build cache key for task ':beam-sdks-java-nexmark:shadowTestJar' is 407c791ff2cf4abb7b6f0673e0a8ee64
Caching disabled for task ':beam-sdks-java-nexmark:shadowTestJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:shadowTestJar' is not up-to-date because:
  No history is available.
*******************
GRADLE SHADOW STATS

Total Jars: 2 (includes project)
Total Time: 2.189s [2189ms]
Average Time/Jar: 1.0945s [1094.5ms]
*******************
:beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 2.245 secs.
:beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:sourcesJar
Build cache key for task ':beam-sdks-java-nexmark:sourcesJar' is a2ef1bb8cedbae3e6c65544e484628b5
Caching disabled for task ':beam-sdks-java-nexmark:sourcesJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:sourcesJar' is not up-to-date because:
  No history is available.
:beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 0.026 secs.
:beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':' Thread 10,5,main]) started.

> Task :beam-sdks-java-nexmark:testSourcesJar
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
Build cache key for task ':beam-sdks-java-nexmark:testSourcesJar' is ad9b635fcbaa70567f99174bbb259d91
Caching disabled for task ':beam-sdks-java-nexmark:testSourcesJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:testSourcesJar' is not up-to-date because:
  No history is available.
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
:beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':' Thread 10,5,main]) completed. Took 0.007 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-sdks-java-extensions-sql:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/extensions/sql/build/tmp/javadoc/javadoc.options'>

* Try:
Run with --stacktrace option to get the stack trace. Run with --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 5.0.
See https://docs.gradle.org/4.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 8s
595 actionable tasks: 590 executed, 5 from cache

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Not sending mail to unregistered user mariagh@mariagh.svl.corp.google.com
Not sending mail to unregistered user sidhom@google.com
Not sending mail to unregistered user swegner@google.com
Not sending mail to unregistered user apilloud@google.com
Not sending mail to unregistered user mairbek@google.com
Not sending mail to unregistered user jasonkuster@google.com

Jenkins build is back to normal : beam_Release_Gradle_NightlySnapshot #34

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/34/display/redirect?page=changes>


Build failed in Jenkins: beam_Release_Gradle_NightlySnapshot #33

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/33/display/redirect?page=changes>

Changes:

[github] Explictly delcare globals defined elsewhere

[schroederc] Move textio.FileSystem and its registry to a separate package

[schroederc] Move filesystem implementations under beam/io/filesystem package

[wcn] Fix missing return in datastore connector.

[swegner] Create ValidatesRunner task for DirectRunner.

[swegner] Convert some tests from ValidatesRunner -> NeedsRunner

[apilloud] [SQL] Cleanout unneeded sqlEnv

[apilloud] [SQL] Hide details of BeamSqlEnv from rel test

[apilloud] [SQL] Simplify TableProvider interface

[apilloud] [SQL] Return map from TableProvider.getTables

[apilloud] [SQL] Add tables via TableStore in CalciteSchema

[apilloud] [SQL] Move Create and Drop Table inline with ddl

[mairbek] Introduced SpannerWriteResult that

[mairbek] Addressed comments

[mairbek] Happy checkstyle

[tgroh] Suppress Thread Leak Test

[tgroh] Rename ExecutorServiceParlallelExecutorTest#test

[github] Adding a microbenchmark for side input iterables. (#5294)

[apilloud] Enable githubCommitNotifier for post commits

[tgroh] Migrate the `portable` subpackage to Portability

[Pablo] Make experiments as set attr of RuntimeValueProvider

------------------------------------------
[...truncated 2.52 MB...]
  Did you mean 'public static final ImmutableMap<Class, ModelFieldsAdapter> ADAPTERS ='?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/testing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/sources/generator/model/AuctionGenerator.java>:131: warning: [IntLongMath] Expression of type int may overflow before being assigned to a long
            / GeneratorConfig.AUCTION_PROPORTION;
            ^
    (see http://errorprone.info/bugpattern/IntLongMath)
  Did you mean '((long) config.getNumInFlightAuctions() * GeneratorConfig.PROPORTION_DENOMINATOR)'?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/join/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/Query10.java>:139: warning: [MissingCasesInEnumSwitch] Non-exhaustive switch; either add a default or handle the remaining cases: UNKNOWN
    switch (timing) {
    ^
    (see http://errorprone.info/bugpattern/MissingCasesInEnumSwitch)
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.
20 warnings
Packing task ':beam-sdks-java-nexmark:compileJava'
:beam-sdks-java-nexmark:compileJava (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 9.371 secs.
:beam-sdks-java-nexmark:processResources (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:processResources
Build cache key for task ':beam-sdks-java-nexmark:processResources' is a4d4fb4d073f6af4fc60751b415ce8ed
Caching disabled for task ':beam-sdks-java-nexmark:processResources': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:processResources' is not up-to-date because:
  No history is available.
:beam-sdks-java-nexmark:processResources (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 0.003 secs.
:beam-sdks-java-nexmark:classes (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:classes
Skipping task ':beam-sdks-java-nexmark:classes' as it has no actions.
:beam-sdks-java-nexmark:classes (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:shadowJar
Build cache key for task ':beam-sdks-java-nexmark:shadowJar' is d977b294727342993ec8980aec09e02b
Caching disabled for task ':beam-sdks-java-nexmark:shadowJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:shadowJar' is not up-to-date because:
  No history is available.
*******************
GRADLE SHADOW STATS

Total Jars: 2 (includes project)
Total Time: 2.123s [2123ms]
Average Time/Jar: 1.0615s [1061.5ms]
*******************
:beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 2.368 secs.
:beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:compileTestJava
Build cache key for task ':beam-sdks-java-nexmark:compileTestJava' is 8b59241d478b2cf9918395bcd354d99e
Task ':beam-sdks-java-nexmark:compileTestJava' is not up-to-date because:
  No history is available.
Custom actions are attached to task ':beam-sdks-java-nexmark:compileTestJava'.
All input files are considered out-of-date for incremental task ':beam-sdks-java-nexmark:compileTestJava'.
Compiling with error-prone compiler
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation': class file for edu.umd.cs.findbugs.annotations.DefaultAnnotation not found
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/testing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/values/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/schemas/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/io/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:49: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:55: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:61: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<AuctionCount> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<AuctionCount> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:41: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Person> PEOPLE = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Person> PEOPLE = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:48: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Auction> AUCTIONS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Auction> AUCTIONS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:60: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> PEOPLE_AND_AUCTIONS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> PEOPLE_AND_AUCTIONS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:78: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<NameCityStateId> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<NameCityStateId> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:46: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:53: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:60: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<Bid> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<Bid> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:44: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:54: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:64: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<AuctionPrice> BIDS_EVEN = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<AuctionPrice> BIDS_EVEN = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:70: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<AuctionPrice> BIDS_EVERY_THIRD = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<AuctionPrice> BIDS_EVERY_THIRD = ImmutableList.of('?
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
20 warnings
Packing task ':beam-sdks-java-nexmark:compileTestJava'
:beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 3.941 secs.
:beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:processTestResources NO-SOURCE
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
Skipping task ':beam-sdks-java-nexmark:processTestResources' as it has no source files and no previous output files.
:beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:testClasses
Skipping task ':beam-sdks-java-nexmark:testClasses' as it has no actions.
:beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:shadowTestJar
Build cache key for task ':beam-sdks-java-nexmark:shadowTestJar' is dc97febc7df7bae0fa87c5719d12acc5
Caching disabled for task ':beam-sdks-java-nexmark:shadowTestJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:shadowTestJar' is not up-to-date because:
  No history is available.
*******************
GRADLE SHADOW STATS

Total Jars: 2 (includes project)
Total Time: 2.156s [2156ms]
Average Time/Jar: 1.078s [1078.0ms]
*******************
:beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 2.219 secs.
:beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:sourcesJar
Build cache key for task ':beam-sdks-java-nexmark:sourcesJar' is a2ef1bb8cedbae3e6c65544e484628b5
Caching disabled for task ':beam-sdks-java-nexmark:sourcesJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:sourcesJar' is not up-to-date because:
  No history is available.
:beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 0.026 secs.
:beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':' Thread 15,5,main]) started.

> Task :beam-sdks-java-nexmark:testSourcesJar
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
Build cache key for task ':beam-sdks-java-nexmark:testSourcesJar' is ad9b635fcbaa70567f99174bbb259d91
Caching disabled for task ':beam-sdks-java-nexmark:testSourcesJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:testSourcesJar' is not up-to-date because:
  No history is available.
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
:beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':' Thread 15,5,main]) completed. Took 0.007 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-sdks-java-extensions-sql:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/extensions/sql/build/tmp/javadoc/javadoc.options'>

* Try:
Run with --stacktrace option to get the stack trace. Run with --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 5.0.
See https://docs.gradle.org/4.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 2s
595 actionable tasks: 590 executed, 5 from cache

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

Build cache (/home/jenkins/.gradle/caches/build-cache-1) remove files older than Wed May 02 07:00:15 UTC 2018.
Build cache (/home/jenkins/.gradle/caches/build-cache-1) removing 957 cache entries (73 MB reclaimed).
Build cache (/home/jenkins/.gradle/caches/build-cache-1) cleaned up in 0.093 secs.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@3be4c7fc[description=Apache Beam,homepage=,name=beam,fork=false,size=58754,milestones={},language=Java,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/json; charset=utf-8], Date=[Wed, 09 May 2018 07:20:16 GMT], ETag=[W/"edc538b569b8706bee144344d3b1a471"], Last-Modified=[Wed, 09 May 2018 06:33:16 GMT], OkHttp-Received-Millis=[1525850416867], OkHttp-Response-Source=[NETWORK 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1525850416719], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], Server=[GitHub.com], Status=[200 OK], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[BBA4:4F3F:6BBC56:FF1F4D:5AF2A124], X-OAuth-Scopes=[admin:repo_hook, repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4885], X-RateLimit-Reset=[1525852336], X-Runtime-rack=[0.066922], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/apache/beam,id=50904245]] (sha:60f90c8) with context:beam_Release_Gradle_NightlySnapshot
Setting commit status on GitHub for https://github.com/apache/beam/commit/60f90c8dcb229c35a82c7be15e64a89678bae058
ERROR: Build step failed with exception
java.io.FileNotFoundException: https://api.github.com/repos/apache/beam/statuses/60f90c8dcb229c35a82c7be15e64a89678bae058
	at com.squareup.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:243)
	at com.squareup.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
	at com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:25)
	at org.kohsuke.github.Requester.parse(Requester.java:612)
	at org.kohsuke.github.Requester.parse(Requester.java:594)
	at org.kohsuke.github.Requester._to(Requester.java:272)
Caused: org.kohsuke.github.GHFileNotFoundException: {"message":"Not Found","documentation_url":"https://developer.github.com/v3/repos/statuses/#create-a-status"}
	at org.kohsuke.github.Requester.handleApiError(Requester.java:686)
	at org.kohsuke.github.Requester._to(Requester.java:293)
	at org.kohsuke.github.Requester.to(Requester.java:234)
	at org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1075)
	at org.jenkinsci.plugins.github.status.GitHubCommitStatusSetter.perform(GitHubCommitStatusSetter.java:160)
Caused: org.jenkinsci.plugins.github.common.CombineErrorHandler$ErrorHandlingException
	at org.jenkinsci.plugins.github.common.CombineErrorHandler.handle(CombineErrorHandler.java:74)
	at org.jenkinsci.plugins.github.status.GitHubCommitStatusSetter.perform(GitHubCommitStatusSetter.java:164)
	at com.cloudbees.jenkins.GitHubCommitNotifier.perform(GitHubCommitNotifier.java:151)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1749)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Set build status on GitHub commit [deprecated]' marked build as failure
Not sending mail to unregistered user sidhom@google.com
Not sending mail to unregistered user swegner@google.com
Not sending mail to unregistered user apilloud@google.com
Not sending mail to unregistered user wcn@google.com
Not sending mail to unregistered user mariagh@mariagh.svl.corp.google.com
Not sending mail to unregistered user daniel.o.programmer@gmail.com
Not sending mail to unregistered user mairbek@google.com
Not sending mail to unregistered user github@alasdairhodge.co.uk
Not sending mail to unregistered user jasonkuster@google.com
Not sending mail to unregistered user schroederc@google.com

Build failed in Jenkins: beam_Release_Gradle_NightlySnapshot #32

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/32/display/redirect?page=changes>

Changes:

[thw] [BEAM-4246] Remove Maven build directory dependency in Apex runner.

[thw] Upgrade Apex version to 3.7.0 to get rid of poisened netlet 1.3.0

[daniel.o.programmer] Change to docstring in filesystem.py

[github] Moving Python PostCommit into a Gradle task. (#5289)

------------------------------------------
[...truncated 2.51 MB...]
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/windowing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/values/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:174: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:180: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:186: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkOptions.java>:284: warning: [NullablePrimitive] @Nullable should not be used for primitive types since they cannot be null
  @Nullable
  ^
    (see http://errorprone.info/bugpattern/NullablePrimitive)
  Did you mean to remove this line?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkSuite.java>:92: warning: [ImmutableEnumChecker] enums should be immutable: 'NexmarkSuite' has field 'configurations' of type 'java.util.List<org.apache.beam.sdk.nexmark.NexmarkConfiguration>', 'List' is mutable
  private final List<NexmarkConfiguration> configurations;
                                           ^
    (see http://errorprone.info/bugpattern/ImmutableEnumChecker)
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/model/Event.java>:40: warning: [ImmutableEnumChecker] enums should be immutable: 'Tag' has non-final field 'value'
    private int value = -1;
                ^
    (see http://errorprone.info/bugpattern/ImmutableEnumChecker)
  Did you mean 'private final int value = -1;'?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/schemas/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/model/sql/adapter/ModelAdaptersMapping.java>:41: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final Map<Class, ModelFieldsAdapter> ADAPTERS =
                         ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableMap<Class, ModelFieldsAdapter> ADAPTERS ='?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/testing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/sources/generator/model/AuctionGenerator.java>:131: warning: [IntLongMath] Expression of type int may overflow before being assigned to a long
            / GeneratorConfig.AUCTION_PROPORTION;
            ^
    (see http://errorprone.info/bugpattern/IntLongMath)
  Did you mean '((long) config.getNumInFlightAuctions() * GeneratorConfig.PROPORTION_DENOMINATOR)'?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/join/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/Query10.java>:139: warning: [MissingCasesInEnumSwitch] Non-exhaustive switch; either add a default or handle the remaining cases: UNKNOWN
    switch (timing) {
    ^
    (see http://errorprone.info/bugpattern/MissingCasesInEnumSwitch)
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.
20 warnings
Packing task ':beam-sdks-java-nexmark:compileJava'
:beam-sdks-java-nexmark:compileJava (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 9.689 secs.
:beam-sdks-java-nexmark:processResources (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:processResources
Build cache key for task ':beam-sdks-java-nexmark:processResources' is a4d4fb4d073f6af4fc60751b415ce8ed
Caching disabled for task ':beam-sdks-java-nexmark:processResources': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:processResources' is not up-to-date because:
  No history is available.
:beam-sdks-java-nexmark:processResources (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 0.003 secs.
:beam-sdks-java-nexmark:classes (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:classes
Skipping task ':beam-sdks-java-nexmark:classes' as it has no actions.
:beam-sdks-java-nexmark:classes (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:shadowJar
Build cache key for task ':beam-sdks-java-nexmark:shadowJar' is 8c7953db70dce6fbb6a9bc22c892dff5
Caching disabled for task ':beam-sdks-java-nexmark:shadowJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:shadowJar' is not up-to-date because:
  No history is available.
*******************
GRADLE SHADOW STATS

Total Jars: 2 (includes project)
Total Time: 2.29s [2290ms]
Average Time/Jar: 1.145s [1145.0ms]
*******************
:beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 2.519 secs.
:beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:compileTestJava
Build cache key for task ':beam-sdks-java-nexmark:compileTestJava' is 796824c8b69af6e3a226e73b418e7123
Task ':beam-sdks-java-nexmark:compileTestJava' is not up-to-date because:
  No history is available.
Custom actions are attached to task ':beam-sdks-java-nexmark:compileTestJava'.
All input files are considered out-of-date for incremental task ':beam-sdks-java-nexmark:compileTestJava'.
Compiling with error-prone compiler
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation': class file for edu.umd.cs.findbugs.annotations.DefaultAnnotation not found
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/testing/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/values/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/schemas/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/transforms/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/io/package-info.class)>: warning: Cannot find annotation method 'value()' in type 'DefaultAnnotation'
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:49: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:55: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery5Test.java>:61: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<AuctionCount> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<AuctionCount> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:41: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Person> PEOPLE = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Person> PEOPLE = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:48: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Auction> AUCTIONS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Auction> AUCTIONS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:60: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> PEOPLE_AND_AUCTIONS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> PEOPLE_AND_AUCTIONS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery3Test.java>:78: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<NameCityStateId> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<NameCityStateId> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:46: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:53: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery7Test.java>:60: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  public static final List<Bid> RESULTS = ImmutableList.of(
                          ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'public static final ImmutableList<Bid> RESULTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:44: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Bid> BIDS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Bid> BIDS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:54: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<Event> BIDS_EVENTS = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<Event> BIDS_EVENTS = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:64: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<AuctionPrice> BIDS_EVEN = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<AuctionPrice> BIDS_EVEN = ImmutableList.of('?
<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/sql/SqlQuery2Test.java>:70: warning: [MutableConstantField] Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List)
  private static final List<AuctionPrice> BIDS_EVERY_THIRD = ImmutableList.of(
                           ^
    (see http://errorprone.info/bugpattern/MutableConstantField)
  Did you mean 'private static final ImmutableList<AuctionPrice> BIDS_EVERY_THIRD = ImmutableList.of('?
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
20 warnings
Packing task ':beam-sdks-java-nexmark:compileTestJava'
:beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 4.021 secs.
:beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:processTestResources NO-SOURCE
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
Skipping task ':beam-sdks-java-nexmark:processTestResources' as it has no source files and no previous output files.
:beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:testClasses
Skipping task ':beam-sdks-java-nexmark:testClasses' as it has no actions.
:beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 0.0 secs.
:beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:shadowTestJar
Build cache key for task ':beam-sdks-java-nexmark:shadowTestJar' is f05bb64afc4d303a8d3cde4582887237
Caching disabled for task ':beam-sdks-java-nexmark:shadowTestJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:shadowTestJar' is not up-to-date because:
  No history is available.
*******************
GRADLE SHADOW STATS

Total Jars: 2 (includes project)
Total Time: 2.17s [2170ms]
Average Time/Jar: 1.085s [1085.0ms]
*******************
:beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 2.232 secs.
:beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:sourcesJar
Build cache key for task ':beam-sdks-java-nexmark:sourcesJar' is a2ef1bb8cedbae3e6c65544e484628b5
Caching disabled for task ':beam-sdks-java-nexmark:sourcesJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:sourcesJar' is not up-to-date because:
  No history is available.
:beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 0.025 secs.
:beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':' Thread 6,5,main]) started.

> Task :beam-sdks-java-nexmark:testSourcesJar
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
Build cache key for task ':beam-sdks-java-nexmark:testSourcesJar' is ad9b635fcbaa70567f99174bbb259d91
Caching disabled for task ':beam-sdks-java-nexmark:testSourcesJar': Caching has not been enabled for the task
Task ':beam-sdks-java-nexmark:testSourcesJar' is not up-to-date because:
  No history is available.
file or directory '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/nexmark/src/test/resources',> not found
:beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':' Thread 6,5,main]) completed. Took 0.007 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-sdks-java-extensions-sql:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/ws/src/sdks/java/extensions/sql/build/tmp/javadoc/javadoc.options'>

* Try:
Run with --stacktrace option to get the stack trace. Run with --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 5.0.
See https://docs.gradle.org/4.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 18s
595 actionable tasks: 590 executed, 5 from cache

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Not sending mail to unregistered user sidhom@google.com
Not sending mail to unregistered user swegner@google.com
Not sending mail to unregistered user apilloud@google.com
Not sending mail to unregistered user mariagh@mariagh.svl.corp.google.com
Not sending mail to unregistered user daniel.o.programmer@gmail.com
Not sending mail to unregistered user mairbek@google.com
Not sending mail to unregistered user github@alasdairhodge.co.uk
Not sending mail to unregistered user jasonkuster@google.com