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/23 00:08:46 UTC

Build failed in Jenkins: beam_PreCommit_SQL_Cron #3183

See <https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/3183/display/redirect>

Changes:


------------------------------------------
[...truncated 320.38 KB...]
                         ^
  symbol:   class PipelineOptions
  location: class AwsRegionFactory
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsOptions.java>:90: error: cannot find symbol
  class AwsUserCredentialsFactory implements DefaultValueFactory<AwsCredentialsProvider> {
                                             ^
  symbol:   class DefaultValueFactory
  location: interface AwsOptions
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsOptions.java>:92: error: cannot find symbol
    public AwsCredentialsProvider create(PipelineOptions options) {
                                         ^
  symbol:   class PipelineOptions
  location: class AwsUserCredentialsFactory
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsModule.java>:45: error: package org.apache.beam.repackaged.core.org.apache.commons.lang3.reflect does not exist
import org.apache.beam.repackaged.core.org.apache.commons.lang3.reflect.FieldUtils;
                                                                       ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsModule.java>:46: error: package org.apache.beam.sdk.annotations does not exist
import org.apache.beam.sdk.annotations.Experimental;
                                      ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsModule.java>:47: error: package org.apache.beam.sdk.annotations.Experimental does not exist
import org.apache.beam.sdk.annotations.Experimental.Kind;
                                                   ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/options/AwsModule.java>:71: error: cannot find symbol
@Experimental(Kind.SOURCE_SINK)
 ^
  symbol: class Experimental
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedSource.java>:23: error: package org.apache.beam.sdk.coders does not exist
import org.apache.beam.sdk.coders.Coder;
                                 ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedSource.java>:24: error: package org.apache.beam.sdk.coders does not exist
import org.apache.beam.sdk.coders.SerializableCoder;
                                 ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedSource.java>:25: error: cannot find symbol
import org.apache.beam.sdk.io.UnboundedSource;
                             ^
  symbol:   class UnboundedSource
  location: package org.apache.beam.sdk.io
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:24: error: package org.apache.beam.sdk.annotations does not exist
import org.apache.beam.sdk.annotations.Experimental;
                                      ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:25: error: package org.apache.beam.sdk.annotations.Experimental does not exist
import org.apache.beam.sdk.annotations.Experimental.Kind;
                                                   ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:27: error: package org.apache.beam.sdk.transforms does not exist
import org.apache.beam.sdk.transforms.DoFn;
                                     ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:28: error: package org.apache.beam.sdk.transforms does not exist
import org.apache.beam.sdk.transforms.PTransform;
                                     ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:29: error: package org.apache.beam.sdk.transforms does not exist
import org.apache.beam.sdk.transforms.ParDo;
                                     ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:30: error: package org.apache.beam.sdk.values does not exist
import org.apache.beam.sdk.values.PBegin;
                                 ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:31: error: package org.apache.beam.sdk.values does not exist
import org.apache.beam.sdk.values.PCollection;
                                 ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:32: error: package org.apache.beam.sdk.values does not exist
import org.apache.beam.sdk.values.PDone;
                                 ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedSource.java>:27: error: package org.apache.beam.sdk.options does not exist
import org.apache.beam.sdk.options.PipelineOptions;
                                  ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedSource.java>:33: error: cannot find symbol
class SqsUnboundedSource extends UnboundedSource<SqsMessage, SqsCheckpointMark> {
                                 ^
  symbol: class UnboundedSource
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:80: error: cannot find symbol
@Experimental(Kind.SOURCE_SINK)
 ^
  symbol: class Experimental
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsCheckpointMark.java>:26: error: cannot find symbol
import org.apache.beam.sdk.io.UnboundedSource;
                             ^
  symbol:   class UnboundedSource
  location: package org.apache.beam.sdk.io
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsCheckpointMark.java>:35: error: package UnboundedSource does not exist
class SqsCheckpointMark implements UnboundedSource.CheckpointMark, Serializable {
                                                  ^
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:101: error: cannot find symbol
  public abstract static class Read extends PTransform<PBegin, PCollection<SqsMessage>> {
                                            ^
  symbol:   class PTransform
  location: class SqsIO
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:101: error: cannot find symbol
  public abstract static class Read extends PTransform<PBegin, PCollection<SqsMessage>> {
                                                       ^
  symbol:   class PBegin
  location: class SqsIO
<https://ci-beam.apache.org/job/beam_PreCommit_SQL_Cron/ws/src/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/sqs/SqsIO.java>:101: error: cannot find symbol
  public abstract static class Read extends PTransform<PBegin, PCollection<SqsMessage>> {
                                                               ^
  symbol:   class PCollection
  location: class SqsIO
100 errors

> Task :sdks:java:io:amazon-web-services2:compileJava FAILED

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

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

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

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

* 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 54s
123 actionable tasks: 104 executed, 19 from cache

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

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_PreCommit_SQL_Cron #3184

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


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