Skip to content

improved tests

improved tests #247

Triggered via push March 3, 2024 16:26
Status Failure
Total duration 10m 2s
Artifacts

main.yml

on: push
Windows (JDK 8)
9m 21s
Windows (JDK 8)
Windows (JDK 17)
8m 38s
Windows (JDK 17)
Linux (JDK 8), oldest Guava, America/New_York Timezone
2m 30s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
2m 18s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
2m 11s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
2m 16s
Linux (JDK 17)
Linux (JDK 19)
2m 3s
Linux (JDK 19)
Linux (JDK 11), Avatica main
3m 35s
Linux (JDK 11), Avatica main
macOS (JDK 19)
2m 51s
macOS (JDK 19)
Error Prone (JDK 11), latest Guava
2m 39s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
9m 42s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
9m 53s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
6m 49s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 26 warnings
Linux (JDK 19): task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 19)
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11), Pacific/Chatham Timezone: task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11), Pacific/Chatham Timezone
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 17): task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 17)
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8), latest Guava, America/New_York Timezone: task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8), latest Guava, America/New_York Timezone
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8), oldest Guava, America/New_York Timezone: task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8), oldest Guava, America/New_York Timezone
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Error Prone (JDK 11), latest Guava: task ':arrow:compileJava'#L1
Execution failed for task ':arrow:compileJava': org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details. at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:58) at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:41) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.delegateAndHandleErrors(NormalizingJavaCompiler.java:98) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:52) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:38) at org.gradle.api.internal.tasks.compile.AnnotationProcessorDiscoveringCompiler.execute(AnnotationProcessorDiscoveringCompiler.java:51) at org.gradle.api.internal.tasks.compile.AnnotationProcessorDiscoveringCompiler.execute(AnnotationProcessorDiscoveringCompiler.java:37) at org.gradle.api.internal.tasks.compile.ModuleApplicationNameWritingCompiler.execute(ModuleApplicationNameWritingCompiler.java:46) at org.gradle.api.internal.tasks.compile.ModuleApplicationNameWritingCompiler.execute(ModuleApplicationNameWritingCompiler.java:36) at org.gradle.jvm.toolchain.internal.DefaultToolchainJavaCompiler.execute(DefaultToolchainJavaCompiler.java:57) at org.gradle.api.tasks.compile.JavaCompile.lambda$createToolchainCompiler$1(JavaCompile.java:237) at org.gradle.api.internal.tasks.compile.CleaningJavaCompiler.execute(CleaningJavaCompiler.java:53) at org.gradle.api.internal.tasks.compile.incremental.IncrementalCompilerFactory.lambda$createRebuildAllCompiler$0(IncrementalCompilerFactory.java:52) at org.gradle.api.internal.tasks.compile.incremental.SelectiveCompiler.execute(SelectiveCompiler.java:70) at org.gradle.api.internal.tasks.compile.incremental.SelectiveCompiler.execute(SelectiveCompiler.java:44) at org.gradle.api.internal.tasks.compile.incremental.IncrementalResultStoringCompiler.execute(IncrementalResultStoringCompiler.java:66) at org.gradle.api.internal.tasks.compile.incremental.IncrementalResultStoringCompiler.execute(IncrementalResultStoringCompiler.java:52) at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler$2.call(CompileJavaBuildOperationReportingCompiler.java:59) at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler$2.call(CompileJavaBuildOperationReportingCompiler.java:51) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler.execute(CompileJavaBuildOperationReportingCompiler.java:51) at org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:288) at org.gradle.api.tasks.compile.JavaCompile.performIncrementalCompilation(JavaCompile.java:170) at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:148) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.
Error Prone (JDK 11), latest Guava
Execution failed for task ':arrow:compileJava'. > Compilation failed; see the compiler error output for details.
macOS (JDK 19): task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
macOS (JDK 19)
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11), Avatica main: task ':arrow:autostyleJavaCheck'#L1
Execution failed for task ':arrow:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11), Avatica main
Execution failed for task ':arrow:autostyleJavaCheck'. > The following files have format violations: arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFilterEnumerator.java @@ -16,6 +16,9 @@ */ package org.apache.calcite.adapter.arrow; +import org.apache.calcite.util.ImmutableIntList; +import org.apache.calcite.util.Util; + import org.apache.arrow.gandiva.evaluator.Filter; import org.apache.arrow.gandiva.evaluator.SelectionVector; import org.apache.arrow.gandiva.evaluator.SelectionVectorInt16; @@ -26,9 +29,6 @@ import org.apache.arrow.vector.ipc.ArrowFileReader; import org.apache.arrow.vector.ipc.message.ArrowRecordBatch; -import org.apache.calcite.util.ImmutableIntList; -import org.apache.calcite.util.Util; - import java.io.IOException; /** arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowSchema.java @@ -20,6 +20,7 @@ import org.apache.calcite.schema.impl.AbstractSchema; import org.apache.calcite.util.Sources; import org.apache.calcite.util.Util; +import org.apache.calcite.util.trace.CalciteTrace; import org.apache.arrow.memory.RootAllocator; import org.apache.arrow.vector.ipc.ArrowFileReader; @@ -28,8 +29,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableMap; -import org.apache.calcite.util.trace.CalciteTrace; - import org.checkerframework.checker.nullness.qual.Nullable; import org.slf4j.Logger; arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java @@ -16,8 +16,6 @@ */ package org.apache.calcite.adapter.arrow; -import com.google.common.collect.ImmutableList; - import org.apache.calcite.jdbc.JavaTypeFactoryImpl; import org.apache.calcite.rel.type.RelDataType; import org.apache.calcite.rel.type.RelDataTypeFactory; @@ -26,6 +24,7 @@ ... (74 more lines that didn't fit) Violations also present in: arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowExtension.java You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 17): LintTest.java#L296
1.4sec org.apache.calcite.test.LintTest > testLintLog() java.lang.AssertionError: Expected: an empty collection but: <[invalid git log message 'improved tests'; Message must start with upper-case letter, invalid git log message 'use logger for ArrowSchema'; Message must start with upper-case letter, invalid git log message 'split add method for ArrowRel.Implementor'; Message must start with upper-case letter, invalid git log message 'splitting ArrowEnumerator into sub-classes'; Message must start with upper-case letter]> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:296)
Windows (JDK 17): task ':core:test'#L1
Execution failed for task ':core:test': org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 17)
Execution failed for task ':core:test'. > There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 8): LintTest.java#L296
4.3sec org.apache.calcite.test.LintTest > testLintLog() java.lang.AssertionError: Expected: an empty collection but: <[invalid git log message 'improved tests'; Message must start with upper-case letter, invalid git log message 'use logger for ArrowSchema'; Message must start with upper-case letter, invalid git log message 'split add method for ArrowRel.Implementor'; Message must start with upper-case letter, invalid git log message 'splitting ArrowEnumerator into sub-classes'; Message must start with upper-case letter]> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.calcite.test.LintTest.testLintLog(LintTest.java:296)
Windows (JDK 8): task ':core:test'#L1
Execution failed for task ':core:test': org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Windows (JDK 8)
Execution failed for task ':core:test'. > There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
Linux (JDK 19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 11), Pacific/Chatham Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 11), Pacific/Chatham Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), latest Guava, America/New_York Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 8), latest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), oldest Guava, America/New_York Timezone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 8), oldest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Error Prone (JDK 11), latest Guava
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Error Prone (JDK 11), latest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS (JDK 19)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 11), Avatica main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux (JDK 11), Avatica main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Druid Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, actions/checkout@v3, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Druid Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows (JDK 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CheckerFramework (JDK 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CheckerFramework (JDK 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CheckerFramework (JDK 11), oldest Guava
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CheckerFramework (JDK 11), oldest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/