alamb opened a new issue, #14982: URL: https://github.com/apache/datafusion/issues/14982
### Describe the bug https://github.com/apache/datafusion/actions/runs/13634013005/job/38108199083 ``` Run cargo check --profile ci --all-targets error: toolchain '1.85.0-x86_64-unknown-linux-gnu' is not installed help: run `rustup toolchain install 1.85.0-x86_64-unknown-linux-gnu` to install it Error: Process completed with exit code 1. ``` First started happening - https://github.com/apache/datafusion/pull/14938 Note I also saw the same error when trying to verify the 46.0.0 release: - #14123 - https://lists.apache.org/thread/zh7s3n2h089fbhrh64y9pcx7bdw7ptv4 I ran the verification script ``` $ ./dev/release/verify-release-candidate.sh 46.0.0 1 ``` And it errored in the following way: ``` error: toolchain '1.85.0-aarch64-apple-darwin' is not installed help: run `rustup toolchain install 1.85.0-aarch64-apple-darwin` to install it + cleanup + '[' no = yes ']' + echo 'Failed to verify release candidate. See /var/folders/1l/tg68jc6550gg8xqf1hr4mlwr0000gn/T/datafusion-46.0.0.XXXXX.ps1ExCTVRs for details.' Failed to verify release candidate. See /var/folders/1l/tg68jc6550gg8xqf1hr4mlwr0000gn/T/datafusion-46.0.0.XXXXX.ps1ExCTVRs for details. ``` ### To Reproduce I am not sure how to reproduce this yet ### Expected behavior _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org