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

Rollup of 7 pull requests #114181

Merged
merged 16 commits into from
Jul 29, 2023
Merged

Rollup of 7 pull requests #114181

merged 16 commits into from
Jul 29, 2023

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

estebank and others added 16 commits July 27, 2023 14:06
I have verified that the test fails if stderr begins to contain output
by making sure the test fails when I add

    eprintln!("some output on stderr");

to the compiler (I added it to `fn build_session()`).
When `staged_api` is enabled, effective visibilities are computed earlier
and this can trigger an ICE in some cases.

In particular, if a impl of a trait method has a visibility then an error
will be reported for that, but when privacy invariants are being checked,
the effective visibility will still be greater than the nominal visbility
and that will trigger a `span_bug!`.

However, this invariant - that effective visibilites are limited to
nominal visibility - doesn't make sense for associated functions.

Signed-off-by: David Wood <[email protected]>
…effective-vis-gt-nominal-vis-when-trait-method-vis, r=petrochenkov

privacy: no nominal visibility for assoc fns

Fixes rust-lang#113860.

When `staged_api` is enabled, effective visibilities are computed earlier and this can trigger an ICE in some cases.

In particular, if a impl of a trait method has a visibility then an error will be reported for that, but when privacy invariants are being checked, the effective visibility will still be greater than the nominal visbility and that will trigger a `span_bug!`.

However, this invariant - that effective visibilites are limited to nominal visibility - doesn't make sense for associated functions.
…davidtwco

When flushing delayed span bugs, write to the ICE dump file even if it doesn't exist

Fix rust-lang#113881.
…ethod-sugg, r=estebank

Adjust spans correctly for fn -> method suggestion

Fixes rust-lang#114131
…-name, r=spastorino

Skip reporting item name when checking RPITIT GAT's associated type bounds hold

Doesn't really make sense to label an item that has a name that users can't really mention. Fixes rust-lang#114145. Also fixes rust-lang#113794.

r? `@spastorino`
…=spastorino

Insert RPITITs that were shadowed by missing ADTs that resolve to [type error]

Comment inline explains how this can happen.

Fixes rust-lang#113903
Replace a lazy `RefCell<Option<T>>` with `OnceCell<T>`

This code was using `RefCell<Option<T>>` to manually implement lazy initialization. Now that we have `OnceCell` in the standard library, we can just use that instead.

In particular, this avoids a confusing doubly-nested option, because the value being lazily computed is itself an `Option<Symbol>`.
…ompiler-errors

Add regression test for `--cap-lints allow` and trait bounds warning

Closes rust-lang#43134

I have verified that the test fails if stderr begins to contain output by making sure the test fails when I add

    eprintln!("some output on stderr");

to the compiler (I added it to `fn build_session()`).
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jul 28, 2023
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=7

@bors
Copy link
Contributor

bors commented Jul 28, 2023

📌 Commit a4b9405 has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 28, 2023
@bors
Copy link
Contributor

bors commented Jul 28, 2023

⌛ Testing commit a4b9405 with merge 80ac6f235c080155f120d75bae72735825d70896...

@rust-log-analyzer
Copy link
Collaborator

The job dist-x86_64-apple failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
-rw-r--r--    1 runner  staff    98M Jul 28 22:02 rustc-dev-nightly-x86_64-apple-darwin.tar.xz
-rw-r--r--    1 runner  staff    57M Jul 28 22:02 rustc-nightly-x86_64-apple-darwin.tar.xz
-rw-r--r--    1 runner  staff   1.7M Jul 28 22:02 rustfmt-nightly-x86_64-apple-darwin.tar.xz

Attempting with retry: aws s3 cp --storage-class INTELLIGENT_TIERING --no-progress --recursive --acl public-read /var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/bootstrap-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cargo-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rls-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-demangler-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/clippy-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analysis-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/miri-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cpu-dist-x86_64-apple.csv to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/llvm-tools-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-src-nightly.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-std-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.pkg to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustfmt-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/clippy-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/bootstrap-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/llvm-tools-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cpu-dist-x86_64-apple.csv to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cargo-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analysis-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rls-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-demangler-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/miri-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-src-nightly.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.pkg to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-std-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustfmt-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cpu-dist-x86_64-apple.csv to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/bootstrap-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rls-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/clippy-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/miri-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cargo-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/llvm-tools-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analysis-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-demangler-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.pkg to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-src-nightly.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-std-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustfmt-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/bootstrap-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/clippy-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cargo-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cpu-dist-x86_64-apple.csv to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cpu-dist-x86_64-apple.csv to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/llvm-tools-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/miri-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analysis-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-demangler-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rls-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-std-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-src-nightly.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.pkg to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustfmt-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/metrics-dist-x86_64-apple.json to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/metrics-dist-x86_64-apple.json"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/clippy-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/clippy-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cpu-dist-x86_64-apple.csv to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cpu-dist-x86_64-apple.csv"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cargo-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/cargo-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/cargo-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rls-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rls-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/bootstrap-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/bootstrap-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-demangler-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-demangler-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/miri-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/miri-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/llvm-tools-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/llvm-tools-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analyzer-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-analysis-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-analysis-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-docs-json-nightly-x86_64-apple-darwin.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-std-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-std-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-dev-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-dev-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-nightly-x86_64-apple-darwin.pkg to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-nightly-x86_64-apple-darwin.pkg?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustc-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustc-nightly-x86_64-apple-darwin.tar.xz?uploads"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rust-src-nightly.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rust-src-nightly.tar.xz"
upload failed: ../../../../../var/folders/2p/6fxzqc0d64xbxvt_6n0252k40000gn/T/tmp.4HbxF70X/rustfmt-nightly-x86_64-apple-darwin.tar.xz to s3://rust-lang-ci2/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz Could not connect to the endpoint URL: "https://rust-lang-ci2.s3.us-west-1.amazonaws.com/rustc-builds/80ac6f235c080155f120d75bae72735825d70896/rustfmt-nightly-x86_64-apple-darwin.tar.xz"
##[error]Process completed with exit code 1.
Post job cleanup.
[command]/usr/local/bin/git version
git version 2.41.0

@bors
Copy link
Contributor

bors commented Jul 28, 2023

💔 Test failed - checks-actions

@bors bors removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 28, 2023
@bors bors added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 28, 2023
@matthiaskrgr
Copy link
Member Author

@bors retry network failure while uploading artifacts to aws

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 28, 2023
@bors
Copy link
Contributor

bors commented Jul 28, 2023

⌛ Testing commit a4b9405 with merge ca1f813...

@bors
Copy link
Contributor

bors commented Jul 29, 2023

☀️ Test successful - checks-actions
Approved by: matthiaskrgr
Pushing ca1f813 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 29, 2023
@bors bors merged commit ca1f813 into rust-lang:master Jul 29, 2023
11 checks passed
@rustbot rustbot added this to the 1.73.0 milestone Jul 29, 2023
@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#114099 privacy: no nominal visibility for assoc fns dc334bc9c584e36c6b4b2e777da5cc6a7ef07934 (link)
#114128 When flushing delayed span bugs, write to the ICE dump file… a93f32e9291be7c5d7ff77c3a9de3dba6847f7f7 (link)
#114138 Adjust spans correctly for fn -> method suggestion 27989bd04979423b8ca438186836f154e2f79a1f (link)
#114146 Skip reporting item name when checking RPITIT GAT's associa… 3a7018b553ce4fc0100dff2af0018babd71553f4 (link)
#114147 Insert RPITITs that were shadowed by missing ADTs that reso… 2e6aed25946eada0875f0449fc5e834952a1e174 (link)
#114155 Replace a lazy RefCell<Option<T>> with OnceCell<T> ea2e733168be20c077e979d7dc37d447d5552520 (link)
#114164 Add regression test for --cap-lints allow and trait bound… 3a43cb0c27354be8514e144730b79f85ca43fc17 (link)

previous master: 04abc370b9

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (ca1f813): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.7% [2.7%, 2.7%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.1% [-2.1%, -2.1%] 1
All ❌✅ (primary) - - 0

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 649.942s -> 651.453s (0.23%)

@matthiaskrgr matthiaskrgr deleted the rollup-14m8s7f branch March 16, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants