See 
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Hadoop_Versions/1191/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 296.46 KB...]
75 errors

> Task :runners:local-java:compileJava FAILED
13 errors

> Task :sdks:java:fn-execution:compileJava FAILED
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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_PostCommit_Java_Hadoop_Versions/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

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_PostCommit_Java_Hadoop_Versions/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 ':examples:java:twitter: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: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.
==============================================================================

4: 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.
==============================================================================

5: 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.
==============================================================================

6: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:extensions:sorter: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:hadoop-file-system: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:io:jdbc: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: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.
==============================================================================

10: 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.
==============================================================================

11: 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.
==============================================================================

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 35s
89 actionable tasks: 69 executed, 18 from cache, 2 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to