See <https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/28/display/redirect?page=changes>
Changes: [echauchot] [BEAM-4138] Support runners that do not support committed metrics in [apilloud] [SQL] Add BeamEnumerableConverter [mairbek] Templatize host name in SpannerIO [coheigea] A few small fixes to catch a few regressions - put String literals [sidhom] Move SyntheticNodes to top-level construction package and rename [sidhom] Pull Flink execution environment utilities into static methods [sidhom] Refactor Runner/SDK wire coder creation into a shared utility [sidhom] [BEAM-3972] Translate portable batch pipelines by proto [sidhom] FIXUP: Use ModelCoders to create proto coders and use WireCoders to [sidhom] FIXUP: Use RunnerApi in WireCoders to prepare for coder instantiation [tgroh] Add additional methods to QueryablePipeline [tgroh] Expand the ExecutableGraph interface [tgroh] Add ProtoOverrides [jasonkuster] Add labels to Go SDK Dataflow Runner. [jasonkuster] Add verbose error message if unmarshaling fails for label flag. [tgroh] Add an Unsupported StateRequestHandler [apilloud] [SQL] Use the same javacc and fmpp as calcite [apilloud] [SQL] BeamQueryPlanner uses BeamSqlParserImpl ------------------------------------------ [...truncated 2.55 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/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/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.5.0-SNAPSHOT.jar(/org/apache/beam/sdk/metrics/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/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 ':',5,main]) completed. Took 8.281 secs. :beam-sdks-java-nexmark:processResources (Thread[Task worker for ':',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 ':',5,main]) completed. Took 0.002 secs. :beam-sdks-java-nexmark:classes (Thread[Task worker for ':',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 ':',5,main]) completed. Took 0.0 secs. :beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':',5,main]) started. > Task :beam-sdks-java-nexmark:shadowJar Build cache key for task ':beam-sdks-java-nexmark:shadowJar' is 6587728e5ee75ecac6df0e7c009c4fa8 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.075s [2075ms] Average Time/Jar: 1.0375s [1037.5ms] ******************* :beam-sdks-java-nexmark:shadowJar (Thread[Task worker for ':',5,main]) completed. Took 2.29 secs. :beam-sdks-java-nexmark:compileTestJava (Thread[Task worker for ':',5,main]) started. > Task :beam-sdks-java-nexmark:compileTestJava Build cache key for task ':beam-sdks-java-nexmark:compileTestJava' is 6f097b19dc2daab20865a33b62c36b9f 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 ':',5,main]) completed. Took 3.527 secs. :beam-sdks-java-nexmark:processTestResources (Thread[Task worker for ':',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 ':',5,main]) completed. Took 0.0 secs. :beam-sdks-java-nexmark:testClasses (Thread[Task worker for ':',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 ':',5,main]) completed. Took 0.0 secs. :beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':',5,main]) started. > Task :beam-sdks-java-nexmark:shadowTestJar Build cache key for task ':beam-sdks-java-nexmark:shadowTestJar' is 3fb0d2cabb13cc1e76f671ca82900cda 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: 1.879s [1879ms] Average Time/Jar: 0.9395s [939.5ms] ******************* :beam-sdks-java-nexmark:shadowTestJar (Thread[Task worker for ':',5,main]) completed. Took 1.932 secs. :beam-sdks-java-nexmark:sourcesJar (Thread[Task worker for ':',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 ':',5,main]) completed. Took 0.024 secs. :beam-sdks-java-nexmark:testSourcesJar (Thread[Task worker for ':',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 ':',5,main]) completed. Took 0.006 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 18m 53s 595 actionable tasks: 591 executed, 4 from cache Publishing build scan... https://gradle.com/s/2n7xehum2qkro 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 sid...@google.com Not sending mail to unregistered user apill...@google.com Not sending mail to unregistered user mair...@google.com Not sending mail to unregistered user jasonkus...@google.com