Skip to content

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

@alamb

Description

@alamb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions