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

clippy and rustfmt unavailable on recent Tier 2 builds #1943

Closed
asomers opened this issue Jul 9, 2019 · 3 comments
Closed

clippy and rustfmt unavailable on recent Tier 2 builds #1943

asomers opened this issue Jul 9, 2019 · 3 comments
Labels

Comments

@asomers
Copy link
Contributor

asomers commented Jul 9, 2019

Problem
Recent nightly builds are missing the clippy and rustfmt components for all Tier 2 architectures. They've been missing since at least july-3-2019, and probably earlier.
https://rust-lang.github.io/rustup-components-history/x86_64-unknown-freebsd.html

Steps

  1. rustup update nightly on a system that already has clippy and rustfmt installed for the nightly toolchain

Output of rustup --version:

> rustup --version
rustup 1.16.0 (beab5ac2b 2018-12-06)

Output of rustup show:

> rustup show
Default host: x86_64-unknown-freebsd

installed toolchains
--------------------

stable-x86_64-unknown-freebsd (default)
beta-x86_64-unknown-freebsd
nightly-2018-02-09-x86_64-unknown-freebsd
nightly-2018-02-25-x86_64-unknown-freebsd
nightly-2018-06-01-x86_64-unknown-freebsd
nightly-2018-09-06-x86_64-unknown-freebsd
nightly-2018-09-12-x86_64-unknown-freebsd
nightly-2018-09-13-x86_64-unknown-freebsd
nightly-2018-09-14-x86_64-unknown-freebsd
nightly-2018-09-15-x86_64-unknown-freebsd
nightly-2018-09-18-x86_64-unknown-freebsd
nightly-2018-10-01-x86_64-unknown-freebsd
nightly-2018-10-15-x86_64-unknown-freebsd
nightly-2018-11-28-x86_64-unknown-freebsd
nightly-2019-04-21-x86_64-unknown-freebsd
nightly-2019-04-26-x86_64-unknown-freebsd
nightly-2019-04-28-x86_64-unknown-freebsd
nightly-2019-04-30-x86_64-unknown-freebsd
nightly-x86_64-unknown-freebsd
stage1
1.20.0-x86_64-unknown-freebsd
1.25.0-x86_64-unknown-freebsd
1.31.0-x86_64-unknown-freebsd
1.32.0-x86_64-unknown-freebsd
1.35.0-x86_64-unknown-freebsd

active toolchain
----------------

stable-x86_64-unknown-freebsd (default)
rustc 1.33.0 (2aa4c46cf 2019-02-28)
@asomers asomers added the bug label Jul 9, 2019
@rbtcollins rbtcollins changed the title clippy and rustup unavailable on recent Tier 2 builds clippy and rustfmt unavailable on recent Tier 2 builds Jul 9, 2019
@rbtcollins
Copy link
Contributor

Hi, this really isn't a rustup issue - rustup deals with installing what has been built, not with getting it built - you'll need to talk with the clippy and rustfmt teams about their builds - I don't think we can directly help you here

@kinnison
Copy link
Contributor

This is not a direct thing we can deal with -- we have ongoing work which will ameliorate, though not solve, this situation.

As Robert says, rustup is only able to offer access to that which has been built. Sadly Tier 2 platforms lack sufficient support within the teams to promote to Tier 1, but even Tier 1 sometimes doesn't have clippy/rustfmt/whatever in nightly.

@asomers
Copy link
Contributor Author

asomers commented Jul 10, 2019

Sorry for the spam. Issue reopened at rust-lang/rust#62558 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants