Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: toolchain '1.85.0-x86_64-unknown-linux-gnu' is not installed on CI / verification script #14982

Closed
alamb opened this issue Mar 3, 2025 · 4 comments · Fixed by #14990
Closed
Labels
bug Something isn't working

Comments

@alamb
Copy link
Contributor

alamb commented Mar 3, 2025

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

@alamb alamb added the bug Something isn't working label Mar 3, 2025
@alamb
Copy link
Contributor Author

alamb commented Mar 3, 2025

Looks like rustup may have just released a new version:
🤔
https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md#1280---2025-03-04

@andygrove
Copy link
Member

For Comet, I am testing with updating the rust-toolchain file to use channel "stable" rather than a specific version number.

@alamb
Copy link
Contributor Author

alamb commented Mar 3, 2025

#14985 (comment)

Rust release notes: https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md

rustup will no longer automatically install the active toolchain if it is not installed

  • To ensure its installation, run rustup toolchain install with no arguments

@alamb
Copy link
Contributor Author

alamb commented Mar 3, 2025

I have a PR to fix the issue here:

I will try and finish it up tonight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants