See <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/1179/display/redirect?page=changes>
Changes: [mbudiu] [CALCITE-6762] Preserving the CAST conversion for operands in Presto ------------------------------------------ Started by GitHub push by mihaibudiu Started by GitHub push by mihaibudiu Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds25 (ubuntu) in workspace <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/> [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 100 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/apache/calcite.git > git init > <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/> # > timeout=10 Fetching upstream changes from https://github.com/apache/calcite.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --no-tags --force --progress --depth=100 -- > https://github.com/apache/calcite.git +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url https://github.com/apache/calcite.git # > timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 71131ab0ead715b575a00462b6a80814990e7e5b (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 71131ab0ead715b575a00462b6a80814990e7e5b # timeout=10 Commit message: "[CALCITE-6762] Preserving the CAST conversion for operands in Presto" > git rev-list --no-walk 4d3a6f232121d8b8ff99d1920b73f1903d8e6929 # timeout=10 [Gradle] - Launching build. [Calcite-snapshots] $ <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/gradlew> "-Dorg.gradle.jvmargs=-Xmx1024m -XX:MaxMetaspaceSize=512m" -Pasf=true -PCI=true --no-build-cache --profile --no-daemon build publish To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.7/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build > Task :buildSrc:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc:javacc:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc:buildext:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc:fmpp:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc:compileKotlin NO-SOURCE > Task :buildSrc:compileJava NO-SOURCE > Task :buildSrc:compileGroovy NO-SOURCE > Task :buildSrc:processResources NO-SOURCE > Task :buildSrc:classes UP-TO-DATE > Task :buildSrc:jar > Task :buildSrc:buildext:pluginDescriptors > Task :buildSrc:fmpp:pluginDescriptors > Task :buildSrc:javacc:pluginDescriptors > Task :buildSrc:buildext:processResources > Task :buildSrc:fmpp:processResources > Task :buildSrc:javacc:processResources > Task :buildSrc:fmpp:compileKotlin > Task :buildSrc:fmpp:compileJava NO-SOURCE > Task :buildSrc:fmpp:classes > Task :buildSrc:fmpp:jar > Task :buildSrc:buildext:compileKotlin > Task :buildSrc:buildext:compileJava NO-SOURCE > Task :buildSrc:buildext:classes > Task :buildSrc:buildext:jar > Task :buildSrc:javacc:compileKotlin > Task :buildSrc:javacc:compileJava NO-SOURCE > Task :buildSrc:javacc:classes > Task :buildSrc:javacc:jar > Configure project : w: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/build.gradle.kts>:878:49: Unchecked cast: Enumeration<*>! to Enumeration<String> Building Apache Calcite 1.39.0-SNAPSHOT > Configure project :splunk w: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/splunk/build.gradle.kts>:59:61: Parameter 'sourceSetName' is never used FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':ubenchmark'. > A build operation failed. Could not read workspace metadata from /home/jenkins/.gradle/caches/transforms-4/447808d9cae23e291824fd9fb06cd186/metadata.bin > Could not read workspace metadata from /home/jenkins/.gradle/caches/transforms-4/447808d9cae23e291824fd9fb06cd186/metadata.bin * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org. BUILD FAILED in 2m 57s 17 actionable tasks: 17 executed Publishing build scan... https://ge.apache.org/s/pnu4kftmteodg See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/buildSrc/build/reports/profile/profile-2025-01-08-17-45-07.html> A fine-grained performance profile is available: use the --scan option. Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
