You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/01/21 06:28:02 UTC

Build failed in Jenkins: beam_PerformanceTests_TextIOIT_HDFS #5389

See <https://ci-beam.apache.org/job/beam_PerformanceTests_TextIOIT_HDFS/5389/display/redirect?page=changes>

Changes:

[thiagotnunes] [BEAM-12164]: Add SDF for reading change stream records

[sergey.kalinin] Update GH Actions to use proper variables names and proper triggers

[dhuntsperger] edited README and comments in Python multi-lang pipes examples

[noreply] Merge pull request #16540 from [BEAM-13678][Playground]Update Github

[noreply] Merge pull request #16546 from [BEAM-13661] [BEAM-13704] [Playground]

[noreply] Merge pull request #16369 from [BEAM-13558] [Playground] Hide the Graph


------------------------------------------
[...truncated 419.81 KB...]
  	at org.gradle.process.internal.****.request.WorkerAction$1.call(WorkerAction.java:138)
  	at org.gradle.process.internal.****.child.WorkerLogEventListener.withWorkerLoggingProtocol(WorkerLogEventListener.java:41)
  	at org.gradle.process.internal.****.request.WorkerAction.run(WorkerAction.java:135)
  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  	at java.lang.reflect.Method.invoke(Method.java:498)
  	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
  	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
  	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
  	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
  	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
  	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
  	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
  	at java.lang.Thread.run(Thread.java:748)
13 errors
:runners:local-java:compileJava (Thread[Daemon ****,5,main]) completed. Took 14.856 secs.

> Task :sdks:java:extensions:arrow:compileJava
75 errors

> Task :sdks:java:extensions:arrow:compileJava FAILED
:sdks:java:extensions:arrow:compileJava (Thread[Execution **** for ':' Thread 5,5,main]) completed. Took 15.023 secs.

> Task :sdks:java:fn-execution:compileJava FAILED
<https://ci-beam.apache.org/job/beam_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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_PerformanceTests_TextIOIT_HDFS/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
:sdks:java:fn-execution:compileJava (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 15.595 secs.

FAILURE: Build completed with 9 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_PerformanceTests_TextIOIT_HDFS/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 --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: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 --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 --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:hadoop-common:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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.
==============================================================================

5: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:java:io:xml:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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.
==============================================================================

6: 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 --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 ':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 --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 --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:fn-execution:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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

BUILD FAILED in 1m 26s
87 actionable tasks: 64 executed, 21 from cache, 2 up-to-date

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

Stopped 8 **** daemon(s).
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

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


Jenkins build is back to normal : beam_PerformanceTests_TextIOIT_HDFS #5390

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PerformanceTests_TextIOIT_HDFS/5390/display/redirect>


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