See <https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/1426/display/redirect?page=changes>
Changes: [Julian Hyde] [CALCITE-7073] If the Java return type of a UDF is ByteString, Calcite should deduce that the SQL type is VARBINARY ------------------------------------------ Started by GitHub push by julianhyde Started by GitHub push by julianhyde Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds23 (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... [WS-CLEANUP] Done 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 2447a2d1cff183452422a0a33edb036be5c4d918 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 2447a2d1cff183452422a0a33edb036be5c4d918 # timeout=10 Commit message: "[CALCITE-7073] If the Java return type of a UDF is ByteString, Calcite should deduce that the SQL type is VARBINARY" > git rev-list --no-walk 2fb437b93774d3d69df66547715b374d9281fdbb # 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:buildext:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc:javacc:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc: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:javacc:processResources > Task :buildSrc:fmpp:processResources > Task :buildSrc:buildext:processResources > Task :buildSrc:javacc:compileKotlin > Task :buildSrc:fmpp:compileKotlin > Task :buildSrc:javacc:compileJava NO-SOURCE > Task :buildSrc:fmpp:compileJava NO-SOURCE > Task :buildSrc:javacc:classes > Task :buildSrc:fmpp:classes > Task :buildSrc:fmpp:jar > Task :buildSrc:javacc:jar > Task :buildSrc:buildext:compileKotlin > Task :buildSrc:buildext:compileJava NO-SOURCE > Task :buildSrc:buildext:classes > Task :buildSrc:buildext:jar > Configure project : Building Apache Calcite 1.41.0-SNAPSHOT FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':plus'. > Could not read workspace metadata from > /home/jenkins/.gradle/caches/8.7/kotlin-dsl/scripts/6637131df35ca0cd3a1a087b88cfadb6/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 1m 17s 17 actionable tasks: 17 executed See the profiling report at: file://<https://ci-builds.apache.org/job/Calcite/job/Calcite-snapshots/ws/buildSrc/build/reports/profile/profile-2025-06-27-04-21-33.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?