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

Tool chain setup fails in Test on windows-latest Rust stable #2075

Closed
HaoYang670 opened this issue Jul 15, 2022 · 2 comments
Closed

Tool chain setup fails in Test on windows-latest Rust stable #2075

HaoYang670 opened this issue Jul 15, 2022 · 2 comments
Labels
development-process Related to development process of arrow-rs

Comments

@HaoYang670
Copy link
Contributor

Describe the bug
There are tool chain setup failures in several PRs: #2073, #2064, #2041

Run rustup toolchain install stable
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: checking for self-updates
  stable-x8[6](https://github.com/apache/arrow-rs/runs/7354128765?check_suite_focus=true#step:3:7)_64-pc-windows-msvc unchanged - rustc 1.62.0 (a8314ef[7](https://github.com/apache/arrow-rs/runs/7354128765?check_suite_focus=true#step:3:8)d 2022-06-27)
info: downloading self-update
warning: tool `rustfmt` is already installed, remove it from `C:\Users\runneradmin\.cargo\bin`, then run `rustup update` to have rustup manage this tool.
warning: tool `cargo-fmt` is already installed, remove it from `C:\Users\runneradmin\.cargo\bin`, then run `rustup update` to have rustup manage this tool.
error: error: Invalid value for '<+toolchain>': Toolchain overrides must begin with '+'
Error: Process completed with exit code 1.
@HaoYang670 HaoYang670 added the bug label Jul 15, 2022
@tustvold
Copy link
Contributor

I looked into this a bit under #2069 but it seems to have fixed itself, or at the very least be intermittent...

@tustvold
Copy link
Contributor

I think #2070 has fixed this

@alamb alamb added development-process Related to development process of arrow-rs and removed bug labels Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs
Projects
None yet
Development

No branches or pull requests

3 participants