Skip to content

AL-9920 Disable agg removal to prevent row count inconsistencies in q… #106

AL-9920 Disable agg removal to prevent row count inconsistencies in q…

AL-9920 Disable agg removal to prevent row count inconsistencies in q… #106

Triggered via push September 29, 2024 09:50
Status Failure
Total duration 5m 0s
Artifacts

main.yml

on: push
Windows (JDK 8)
3m 52s
Windows (JDK 8)
Linux (JDK 11), Avatica master
18s
Linux (JDK 11), Avatica master
Linux (OpenJ9 8)
4m 48s
Linux (OpenJ9 8)
macOS (JDK 17)
2m 48s
macOS (JDK 17)
Error Prone (JDK 11)
3m 18s
Error Prone (JDK 11)
CheckerFramework (JDK 11)
1m 7s
CheckerFramework (JDK 11)
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Linux (JDK 8) Druid Tests
17s
Linux (JDK 8) Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 19 warnings
Linux (JDK 8) Druid Tests
Process completed with exit code 127.
Linux (JDK 11), Avatica master
Process completed with exit code 128.
CheckerFramework (JDK 11)
A problem occurred configuring root project 'calcite'. > Could not resolve all files for configuration ':classpath'. > Could not find org.ajoberstar.grgit:grgit-core:4.0.1. Searched in the following locations: - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 > org.ajoberstar.grgit:grgit-gradle:4.0.1
macOS (JDK 17)
A problem occurred configuring root project 'calcite'. > Could not resolve all files for configuration ':classpath'. > Could not find org.ajoberstar.grgit:grgit-core:4.0.1. Searched in the following locations: - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 > org.ajoberstar.grgit:grgit-gradle:4.0.1
Error Prone (JDK 11)
A problem occurred configuring root project 'calcite'. > Could not resolve all files for configuration ':classpath'. > Could not find org.ajoberstar.grgit:grgit-core:4.0.1. Searched in the following locations: - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 > org.ajoberstar.grgit:grgit-gradle:4.0.1
Windows (JDK 8)
A problem occurred configuring root project 'calcite'. > Could not resolve all files for configuration ':classpath'. > Could not find org.ajoberstar.grgit:grgit-core:4.0.1. Searched in the following locations: - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 > org.ajoberstar.grgit:grgit-gradle:4.0.1
Linux (OpenJ9 8)
A problem occurred configuring root project 'calcite'. > Could not resolve all files for configuration ':classpath'. > Could not find org.ajoberstar.grgit:grgit-core:4.0.1. Searched in the following locations: - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.76 > com.github.vlsi.gradle:stage-vote-release-plugin:1.76 > org.ajoberstar.grgit:grgit-gradle:4.0.1
Linux (JDK 8) Druid Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1. 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) Druid Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@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 master
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1. 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 master
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@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/checkout@v2, actions/setup-java@v1. 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@v2, actions/setup-java@v1, 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)
Gradle Build Scan: https://gradle.com/s/lv46ia5x5uvyy
macOS (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. 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 17)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v1, 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 17)
Gradle Build Scan: https://gradle.com/s/az757tkimm4iq
Error Prone (JDK 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. 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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v1, 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/
Error Prone (JDK 11)
Gradle Build Scan: https://gradle.com/s/ztv7m3ontneba
Windows (JDK 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. 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@v2, actions/setup-java@v1, 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)
Gradle Build Scan: https://gradle.com/s/ou3kxowdfdzhw
Linux (OpenJ9 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, AdoptOpenJDK/install-jdk@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (OpenJ9 8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, AdoptOpenJDK/install-jdk@v1, 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 (OpenJ9 8)
Gradle Build Scan: https://gradle.com/s/4vkq5bwmiam4m