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

No new nightly for 2019-09-17 #64540

Closed
RalfJung opened this issue Sep 17, 2019 · 8 comments · Fixed by #64543
Closed

No new nightly for 2019-09-17 #64540

RalfJung opened this issue Sep 17, 2019 · 8 comments · Fixed by #64543
Labels
C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@RalfJung
Copy link
Member

Seems like no nightly was released today. That might be related to #64451? Unfortunately I don't think I have access to the logs.

Cc @pietroalbini @rust-lang/infra

@pietroalbini
Copy link
Member

Logs are missing on the server, let me start a manual release...

@pietroalbini
Copy link
Member

thread 'main' panicked at 'failed to find toolstate for rust commit', src/libcore/option.rs:1166:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

@RalfJung
Copy link
Member Author

Well that is odd. You wouldn't know what commit is is using? (git_commit_hash file in the rust tarball, if I recall correctly.)

@RalfJung
Copy link
Member Author

Is there a way for me to download the "dist" artifacts for better testing? Right now I am manually grabbing a bunch of files from https://s3-us-west-1.amazonaws.com/rust-lang-ci2 (and we only get dir listing for alt builds there it seems so I am using those). That's not very convenient at all.

@pietroalbini
Copy link
Member

Apparently not all commits are pushed to toolstate (toolstate commits vs rustc merges), for example the latest one (5670d04) is missing in toolstate as there was nothing to commit.

Is there a way for me to download the "dist" artifacts for better testing? Right now I am manually grabbing a bunch of files from https://s3-us-west-1.amazonaws.com/rust-lang-ci2 (and we only get dir listing for alt builds there it seems so I am using those). That's not very convenient at all.

rustup-toolchain-install-master

@pietroalbini
Copy link
Member

Reverting the cause in the meantime -- #64543.

@RalfJung
Copy link
Member Author

Alternatively we could land #64542 which will just skip of the toolstate is not found.

rustup-toolchain-install-master

That installs a toolchain based on these artifacts, but I don't think it gives me access to the tarballs.

FTR, for now I did

wget 'https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds/5670d048c0f88af9976b5505c7853b23dd06770d/rust-nightly-x86_64-unknown-linux-gnu.tar.gz'
wget 'https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds/5670d048c0f88af9976b5505c7853b23dd06770d/miri-nightly-x86_64-unknown-linux-gnu.tar.gz'

Apparently not all commits are pushed to toolstate (toolstate commits vs rustc merges), for example the latest one (5670d04) is missing in toolstate as there was nothing to commit.

So we are only committing when the toolstate changed? Ouch. That kills my entire approach :(

@pietroalbini
Copy link
Member

pietroalbini commented Sep 17, 2019

That installs a toolchain based on these artifacts, but I don't think it gives me access to the tarballs.

It should print the URLs it's downloading though, and you can use --dry-run to avoid it actually downloading stuff.

@jonas-schievink jonas-schievink added C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Sep 17, 2019
@bors bors closed this as completed in f504e37 Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants