KZEC-5072, fix null upon agg. #110
main.yml
on: push
Windows (JDK 8)
12m 7s
Windows (JDK 17)
10m 11s
Windows (JDK 21)
10m 1s
Linux (JDK 8, oldest Guava, America/New_York Timezone)
7m 52s
Linux (JDK 8, latest Guava, America/New_York Timezone)
8m 59s
Linux (JDK 11, Pacific/Chatham Timezone)
9m 38s
Linux (JDK 17)
7m 33s
Linux (JDK 21)
9m 26s
Linux (JDK 23)
7m 44s
Linux (JDK 11, Avatica main)
7m 54s
macOS (JDK 21)
25m 3s
ErrorProne (JDK 11, latest Guava)
6m 39s
CheckerFramework (JDK 11)
13m 2s
CheckerFramework (JDK 11, oldest Guava)
13m 4s
Linux (JDK 8) Slow Tests
0s
Druid Tests
9m 7s
Annotations
44 errors and 30 warnings
Linux (JDK 17):
RelToSqlConverterTest.java#L2309
0.1sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 17):
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 17):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 17)
Unknown error
|
Linux (JDK 23):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 23):
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 23):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 23)
Unknown error
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 8, oldest Guava, America/New_York Timezone):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
Unknown error
|
Linux (JDK 11, Avatica main):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 11, Avatica main):
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 11, Avatica main):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 11, Avatica main)
Unknown error
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
LintTest.java#L301
0.0sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 8, latest Guava, America/New_York Timezone):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 8, latest Guava, America/New_York Timezone)
Unknown error
|
Linux (JDK 21):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 21):
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 21):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 21)
Unknown error
|
Linux (JDK 11, Pacific/Chatham Timezone):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Linux (JDK 11, Pacific/Chatham Timezone):
LintTest.java#L301
0.1sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Linux (JDK 11, Pacific/Chatham Timezone):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///home/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
Linux (JDK 11, Pacific/Chatham Timezone)
Unknown error
|
Windows (JDK 21):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Windows (JDK 21):
LintTest.java#L301
2.0sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Windows (JDK 21):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
|
Windows (JDK 21)
Unknown error
|
Windows (JDK 17):
RelToSqlConverterTest.java#L2309
0.1sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Windows (JDK 17):
LintTest.java#L301
3.9sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Windows (JDK 17):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
|
Windows (JDK 17)
Unknown error
|
Windows (JDK 8):
RelToSqlConverterTest.java#L2309
0.0sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
Windows (JDK 8):
LintTest.java#L301
4.9sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
Windows (JDK 8):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/calcite/calcite/core/build/reports/tests/test/index.html
|
Windows (JDK 8)
Unknown error
|
macOS (JDK 21):
RelToSqlConverterTest.java#L2309
0.1sec org.apache.calcite.rel.rel2sql.RelToSqlConverterTest > testOrderByOrdinalDescNullsLast()
java.lang.AssertionError:
Expected: is "SELECT \"product_id\"\nFROM (SELECT \"product_id\", MAX(\"net_weight\") AS \"EXPR$1\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST) AS \"t3\""
but: was "SELECT \"product_id\"\nFROM \"foodmart\".\"product\"\nWHERE \"net_weight\" IS NOT NULL\nGROUP BY \"product_id\"\nORDER BY 2 DESC NULLS LAST"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest$Sql.ok(RelToSqlConverterTest.java:8956)
at org.apache.calcite.rel.rel2sql.RelToSqlConverterTest.testOrderByOrdinalDescNullsLast(RelToSqlConverterTest.java:2309)
|
macOS (JDK 21):
LintTest.java#L301
0.8sec org.apache.calcite.test.LintTest > testLintLog()
java.lang.AssertionError:
Expected: an empty collection
but: <[invalid git log message 'KZEC-5072, fix null upon agg.'; ends with period]>
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:301)
|
macOS (JDK 21):
task ':core:test'#L1
Execution failed for task ':core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///Users/runner/work/calcite/calcite/core/build/reports/tests/test/index.html
|
macOS (JDK 21)
Unknown error
|
ErrorProne (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/
|
ErrorProne (JDK 11, latest Guava)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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 17)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linux (JDK 23)
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 23)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Linux (JDK 8, oldest Guava, America/New_York Timezone)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Linux (JDK 11, Avatica main)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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, latest Guava, America/New_York Timezone)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Druid Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v2, actions/checkout@v3, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linux (JDK 21)
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 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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 11, Pacific/Chatham Timezone)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Windows (JDK 21)
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 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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 17)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Windows (JDK 8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
CheckerFramework (JDK 11, oldest Guava)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macOS (JDK 21)
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 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|