See <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/3190/display/redirect?page=changes>
Changes: [mmack] [BEAM-13653] Make SnsIO.write topicArn optional. If provided, validate [noreply] [BEAM-10897] Update the fastavro lower bound due to an issue on Windows [noreply] [BEAM-13605] Update pandas_doctests_test denylists in preparation for [noreply] Merge pull request #16538 from [BEAM-13676][Playground][Bugfix]Build Of [noreply] Merge pull request #16582 from [BEAM-13711] [Playground] [Bugfix] Add [noreply] Merge pull request #16515 from [BEAM-13636] [Playground] Checking the [ningkang0957] [BEAM-13275] Removed the explicit selenium dependency from setup [noreply] [BEAM-10206] Deprecate unused shallow cloning functions (#16600) ------------------------------------------ [...truncated 322.51 KB...] <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/JvmInitializers.java>:34: error: cannot find symbol for (JvmInitializer initializer : ReflectHelpers.loadServicesOrdered(JvmInitializer.class)) { ^ symbol: variable ReflectHelpers location: class JvmInitializers <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/JvmInitializers.java>:34: error: cannot find symbol for (JvmInitializer initializer : ReflectHelpers.loadServicesOrdered(JvmInitializer.class)) { ^ symbol: class JvmInitializer location: class JvmInitializers <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/JvmInitializers.java>:52: error: cannot find symbol for (JvmInitializer initializer : ReflectHelpers.loadServicesOrdered(JvmInitializer.class)) { ^ symbol: class JvmInitializer location: class JvmInitializers <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/JvmInitializers.java>:52: error: cannot find symbol for (JvmInitializer initializer : ReflectHelpers.loadServicesOrdered(JvmInitializer.class)) { ^ symbol: variable ReflectHelpers location: class JvmInitializers <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/JvmInitializers.java>:52: error: cannot find symbol for (JvmInitializer initializer : ReflectHelpers.loadServicesOrdered(JvmInitializer.class)) { ^ symbol: class JvmInitializer location: class JvmInitializers <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataBufferingOutboundObserver.java>:75: error: cannot find symbol List<String> experiments = options.as(ExperimentalOptions.class).getExperiments(); ^ symbol: class ExperimentalOptions location: interface BeamFnDataBufferingOutboundObserver<T> where T is a type-variable: T extends Object declared in interface BeamFnDataBufferingOutboundObserver <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataBufferingOutboundObserver.java>:91: error: cannot find symbol List<String> experiments = options.as(ExperimentalOptions.class).getExperiments(); ^ symbol: class ExperimentalOptions location: interface BeamFnDataBufferingOutboundObserver<T> where T is a type-variable: T extends Object declared in interface BeamFnDataBufferingOutboundObserver <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/DataEndpoint.java>:27: error: cannot find symbol return new AutoValue_DataEndpoint<>(transformId, coder, receiver); ^ symbol: class AutoValue_DataEndpoint location: class DataEndpoint<T> where T is a type-variable: T extends Object declared in class DataEndpoint <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/TimerEndpoint.java>:27: error: cannot find symbol return new AutoValue_TimerEndpoint<>(transformId, timerFamilyId, coder, receiver); ^ symbol: class AutoValue_TimerEndpoint location: class TimerEndpoint<T> where T is a type-variable: T extends Object declared in class TimerEndpoint <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:142: error: cannot find symbol Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder(); ^ symbol: class Coder location: class BeamFnDataInboundObserver2 <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:142: error: cannot find symbol Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder(); ^ symbol: class Coder location: class BeamFnDataInboundObserver2 <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:176: error: cannot find symbol Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder(); ^ symbol: class Coder location: class BeamFnDataInboundObserver2 <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java>:176: error: cannot find symbol Coder<Object> coder = (Coder<Object>) endpoint.endpoint.getCoder(); ^ symbol: class Coder location: class BeamFnDataInboundObserver2 <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:57: error: method does not override or implement a method from a supertype @Override ^ <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:68: error: method does not override or implement a method from a supertype @Override ^ <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:73: error: method does not override or implement a method from a supertype @Override ^ <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:78: error: method does not override or implement a method from a supertype @Override ^ <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/splittabledofn/RestrictionTrackers.java>:83: error: method does not override or implement a method from a supertype @Override ^ 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. 87 errors > Task :sdks:java:fn-execution:compileJava FAILED > Task :runners:local-java:compileJava FAILED 13 errors FAILURE: Build completed with 11 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:extensions:protobuf:extractIncludeProto'. > Cannot expand ZIP > '<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/core/build/libs/beam-sdks-java-core-2.37.0-SNAPSHOT.jar'> > as it does not exist. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:extensions:join-library:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:io:common:compileTestJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:testing:test-utils:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 5: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:io:hadoop-common:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 6: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:io:thrift:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 7: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:io:mongodb:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 8: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:extensions:arrow:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 9: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:io:amazon-web-services2:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 10: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:java:fn-execution:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 11: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':runners:local-java:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.3.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 2m 26s 123 actionable tasks: 103 executed, 20 from cache Publishing build scan... https://gradle.com/s/pvymu7ehg3w6g Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
