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
Note I also saw the same error when trying to verify the 46.0.0 release:
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
Describe the bug
https://github.com/apache/datafusion/actions/runs/13634013005/job/38108199083
First started happening
Note I also saw the same error when trying to verify the 46.0.0 release:
46.0.0#14123I ran the verification script
And it errored in the following way:
To Reproduce
I am not sure how to reproduce this yet
Expected behavior
No response
Additional context
No response