See <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/5348/display/redirect>
Changes: ------------------------------------------ [...truncated 366.58 KB...] symbol: variable FieldType <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:160: error: cannot find symbol return FieldType.BYTES; ^ symbol: variable FieldType <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:165: error: cannot find symbol return FieldType.logicalType(FixedBytes.of(type.getByteWidth())); ^ symbol: variable FieldType <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:165: error: cannot find symbol return FieldType.logicalType(FixedBytes.of(type.getByteWidth())); ^ symbol: variable FixedBytes <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:170: error: cannot find symbol return FieldType.BOOLEAN; ^ symbol: variable FieldType <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:198: error: cannot find symbol return FieldType.DATETIME; ^ symbol: variable FieldType <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:295: error: method does not override or implement a method from a supertype @Override ^ <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:303: error: cannot find symbol return new FieldValueGetter<Integer, Object>() { ^ symbol: class FieldValueGetter location: class FieldVectorListValueGetterFactory <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:317: error: cannot find symbol return new FieldValueGetter<Integer, Object>() { ^ symbol: class FieldValueGetter location: class FieldVectorListValueGetterFactory <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:468: error: cannot find symbol new CachingFactory<>( ^ symbol: class CachingFactory location: class RecordBatchRowIterator <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:488: error: cannot find symbol Row result = ^ symbol: class Row location: class RecordBatchRowIterator <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:489: error: cannot find symbol Row.withSchema(schema).withFieldValueGetters(this.fieldValueGetters, this.currRowIndex); ^ symbol: variable Row location: class RecordBatchRowIterator <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:505: error: package Schema does not exist Schema.Builder builder = Schema.builder(); ^ <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:505: error: cannot find symbol Schema.Builder builder = Schema.builder(); ^ symbol: variable Schema location: class ArrowSchemaTranslator <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/ws/src/sdks/java/extensions/arrow/src/main/java/org/apache/beam/sdk/extensions/arrow/ArrowConversion.java>:507: error: cannot find symbol Field beamField = toBeamField(field); ^ symbol: class Field location: class ArrowSchemaTranslator 75 errors :sdks:java:extensions:arrow:compileJava (Thread[Execution **** for ':' Thread 5,5,main]) completed. Took 8.518 secs. > Task :runners:local-java:compileJava FAILED 13 errors :runners:local-java:compileJava (Thread[Execution **** for ':' Thread 11,5,main]) completed. Took 8.676 secs. > Task :sdks:java:fn-execution:compileJava FAILED <https://ci-beam.apache.org/job/beam_PerformanceTests_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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_ParquetIOIT/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 2,5,main]) completed. Took 8.804 secs. FAILURE: Build completed with 8 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_ParquetIOIT/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: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. ============================================================================== 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 --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 --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: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. ============================================================================== 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: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 33s 85 actionable tasks: 62 executed, 21 from cache, 2 up-to-date Publishing build scan... https://gradle.com/s/rfdfn7bj4xxb2 Stopped 7 **** 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: [email protected] For additional commands, e-mail: [email protected]
