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 5 pull requests #114085

Closed
wants to merge 10 commits into from

Conversation

workingjubilee
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

devnexen and others added 10 commits March 8, 2023 19:24
supported since the 12th release, while 11.4 is EOL since 2021.
No existing test failed if the [`panic!()`][1] of the `println!()`
family of functions was removed, or if its message was changed.

So add such a test.

[1] https://github.com/rust-lang/rust/blob/104f4300cfddbd956e32820ef202a732f06ec848/library/std/src/io/stdio.rs#L1007-L1009
In `base.rs`, tweak how the CGU size interleaving works. Since rust-lang#113777,
it's much more common to have multiple CGUs with identical sizes. With
the existing code these same-sized items ended up in the
opposite-to-desired order due to the stable sorting. The code now starts
with a reverse sort (like is done in `partitioning.rs`) which gives the
behaviour we want. This doesn't matter much for perf, but makes profiles
in `samply` look more like what we expect.

In `partitioning.rs`, we can use `sort_by_key` instead of
`sort_by_cached_key` because `CGU::size_estimate()` is cheap. (There is
an identical CGU sort earlier in that function that already uses
`sort_by_key`.)
…ngjubilee

rand: freebsd update, using getrandom.

supported since the 12th release, while 11.4 is EOL since 2021.
…=workingjubilee

Regression test `println!()` panic message on `ErrorKind::BrokenPipe`

No existing test (that I could find) failed if the `panic!()` of the `println!()` family of functions was removed, or if its message was changed:

https://github.com/rust-lang/rust/blob/104f4300cfddbd956e32820ef202a732f06ec848/library/std/src/io/stdio.rs#L1007-L1009

So add such a test.

This is in preparation of adding a hint about the existence of [`unix_sigpipe`](rust-lang#97889) if that is the reason for the panic.

Even if we don't end up adding a hint, this is still a sensible test to have, I think.

`@rustbot` label +A-testsuite +A-io +T-libs +O-unix
…nkfelix

Tweak CGU sorting in a couple of places.

In `base.rs`, tweak how the CGU size interleaving works. Since rust-lang#113777, it's much more common to have multiple CGUs with identical sizes. With the existing code these same-sized items ended up in the opposite-to-desired order due to the stable sorting. The code now starts with a reverse sort (like is done in `partitioning.rs`) which gives the behaviour we want. This doesn't matter much for perf, but makes profiles in `samply` look more like what we expect.

In `partitioning.rs`, we can use `sort_by_key` instead of `sort_by_cached_key` because `CGU::size_estimate()` is cheap. (There is an identical CGU sort earlier in that function that already uses `sort_by_key`.)

r? ```@pnkfelix```
…ee1-dead

Squelch a noisy rustc_expand unittest

The test `rustc_parse::tests::bad_path_expr_1` prints an error message to stderr, circumventing libtest's stderr intercept. This causes noise when running tests, in particular they show up 16 times on the GitHub Actions summary page. The solution here is to not use an error emitter that prints to stderr, and instead check that the correct error is generated.
…=fee1-dead

Remove -Z diagnostic-width

This removes the `-Z diagnostic-width` option since it is ignored and does nothing. `-Z diagnostic-width` was stabilized as `--diagnostic-width` in rust-lang#95635. It is not entirely clear why the `-Z` flag was kept, but in part its final use was removed in rust-lang#102216, but the `-Z` flag itself was not removed.
@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 26, 2023
@workingjubilee
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Jul 26, 2023

📌 Commit 503d887 has been approved by workingjubilee

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 26, 2023
@bors
Copy link
Collaborator

bors commented Jul 26, 2023

⌛ Testing commit 503d887 with merge dc6d6e09031841400e58effbb664857da4c133d0...

@rust-log-analyzer
Copy link
Collaborator

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

Click to see the possible cause of the failure (guessed by this bot)
Preparing bitmaps-3.1.0
[2023-07-26T10:05:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:05:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:05:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:05:13Z DEBUG collector::execute] cd "/tmp/.tmpnbm1ns" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpnbm1ns#bitmaps@3.1.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:05:13Z DEBUG collector::execute] cd "/tmp/.tmpY7c75r" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpY7c75r#bitmaps@3.1.0" "--" "--skip-this-rustc"
[2023-07-26T10:05:13Z DEBUG collector::execute] cd "/tmp/.tmpthrDtA" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpthrDtA#bitmaps@3.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:05:13Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:05:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:05:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:05:13Z DEBUG collector::execute] cd "/tmp/.tmphtnAMh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphtnAMh#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:05:15Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T10:05:15Z DEBUG collector::execute] cd "/tmp/.tmphtnAMh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphtnAMh#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphtnAMh/incremental-state"
[2023-07-26T10:05:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:05:16Z DEBUG collector::execute] cd "/tmp/.tmphtnAMh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphtnAMh#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphtnAMh/incremental-state"
[2023-07-26T10:05:16Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmphtnAMh"
[2023-07-26T10:05:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:05:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:05:16Z DEBUG collector::execute] cd "/tmp/.tmphtnAMh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphtnAMh#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphtnAMh/incremental-state"
[2023-07-26T10:05:17Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:05:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:05:17Z DEBUG collector::execute] cd "/tmp/.tmphInY8z" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphInY8z#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:05:18Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T10:05:18Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T10:05:18Z DEBUG collector::execute] cd "/tmp/.tmphInY8z" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphInY8z#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphInY8z/incremental-state"
[2023-07-26T10:05:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:05:20Z DEBUG collector::execute] cd "/tmp/.tmphInY8z" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphInY8z#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphInY8z/incremental-state"
[2023-07-26T10:05:20Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmphInY8z"
[2023-07-26T10:05:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:05:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:05:20Z DEBUG collector::execute] cd "/tmp/.tmphInY8z" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphInY8z#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphInY8z/incremental-state"
[2023-07-26T10:05:21Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:05:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:05:21Z DEBUG collector::execute] cd "/tmp/.tmpY2NiQe" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpY2NiQe#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:05:22Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
Preparing cargo-0.60.0
[2023-07-26T10:05:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:05:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:05:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:05:25Z DEBUG collector::execute] cd "/tmp/.tmpPXgj6S" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpPXgj6S#cargo@0.60.0" "--profile" "check" "--lib" "--" "--skip-this-rustc"
[2023-07-26T10:05:25Z DEBUG collector::execute] cd "/tmp/.tmpzp4m76" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzp4m76#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2023-07-26T10:05:25Z DEBUG collector::execute] cd "/tmp/.tmpA7sLAW" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpA7sLAW#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2023-07-26T10:06:21Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:06:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:06:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:06:21Z DEBUG collector::execute] cd "/tmp/.tmpVWLA2N" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVWLA2N#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:06:32Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T10:06:32Z DEBUG collector::execute] cd "/tmp/.tmpVWLA2N" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVWLA2N#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVWLA2N/incremental-state"
[2023-07-26T10:06:46Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:06:46Z DEBUG collector::execute] cd "/tmp/.tmpVWLA2N" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVWLA2N#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVWLA2N/incremental-state"
[2023-07-26T10:06:48Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpVWLA2N"
[2023-07-26T10:06:48Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:06:48Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:06:48Z DEBUG collector::execute] cd "/tmp/.tmpVWLA2N" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVWLA2N#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVWLA2N/incremental-state"
[2023-07-26T10:06:51Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:06:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:06:51Z DEBUG collector::execute] cd "/tmp/.tmp6Gkh9E" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp6Gkh9E#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:07:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2023-07-26T10:09:42Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:09:42Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:09:42Z DEBUG collector::execute] cd "/tmp/.tmpW7paKN" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpW7paKN#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:09:49Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T10:09:49Z DEBUG collector::execute] cd "/tmp/.tmpW7paKN" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpW7paKN#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpW7paKN/incremental-state"
[2023-07-26T10:09:55Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:09:55Z DEBUG collector::execute] cd "/tmp/.tmpW7paKN" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpW7paKN#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpW7paKN/incremental-state"
[2023-07-26T10:09:55Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:09:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:09:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:09:55Z DEBUG collector::execute] cd "/tmp/.tmpxYgSCF" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxYgSCF#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:10:02Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T10:10:02Z DEBUG collector::execute] cd "/tmp/.tmpxYgSCF" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxYgSCF#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxYgSCF/incremental-state"
[2023-07-26T10:10:09Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:10:09Z DEBUG collector::execute] cd "/tmp/.tmpxYgSCF" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxYgSCF#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxYgSCF/incremental-state"
[2023-07-26T10:10:09Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:10:09Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:10:09Z DEBUG collector::execute] cd "/tmp/.tmpMKVoEd" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpMKVoEd#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:10:15Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:10:15Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:10:15Z DEBUG collector::execute] cd "/tmp/.tmpMKVoEd" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpMKVoEd#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpMKVoEd/incremental-state"
[2023-07-26T10:10:21Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:10:21Z DEBUG collector::execute] cd "/tmp/.tmpMKVoEd" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpMKVoEd#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpMKVoEd/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2023-07-26T10:10:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:10:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:10:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:10:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:10:21Z DEBUG collector::execute] cd "/tmp/.tmpevswgF" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpevswgF#diesel@1.4.8" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:10:21Z DEBUG collector::execute] cd "/tmp/.tmpBJAjof" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpBJAjof#diesel@1.4.8" "--" "--skip-this-rustc"
[2023-07-26T10:10:21Z DEBUG collector::execute] cd "/tmp/.tmpxwyITN" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxwyITN#diesel@1.4.8" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:10:33Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:10:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:10:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:10:33Z DEBUG collector::execute] cd "/tmp/.tmp3SvnAS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3SvnAS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:10:42Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T10:10:42Z DEBUG collector::execute] cd "/tmp/.tmp3SvnAS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3SvnAS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp3SvnAS/incremental-state"
[2023-07-26T10:10:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:10:52Z DEBUG collector::execute] cd "/tmp/.tmp3SvnAS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3SvnAS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp3SvnAS/incremental-state"
[2023-07-26T10:10:54Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmp3SvnAS"
[2023-07-26T10:10:54Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:10:54Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:10:54Z DEBUG collector::execute] cd "/tmp/.tmp3SvnAS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3SvnAS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp3SvnAS/incremental-state"
[2023-07-26T10:10:56Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:10:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:10:56Z DEBUG collector::execute] cd "/tmp/.tmpm5d8pn" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpm5d8pn#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:11:07Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2023-07-26T10:11:22Z DEBUG collector::execute] cd "/tmp/.tmpm5d8pn" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpm5d8pn#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpm5d8pn/incremental-state"
Running diesel-1.4.8: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-07-26T10:11:24Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:11:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:11:24Z DEBUG collector::execute] cd "/tmp/.tmpdYW9UD" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpdYW9UD#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:11:35Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:11:35Z DEBUG collector::execute] cd "/tmp/.tmpdYW9UD" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpdYW9UD#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpdYW9UD/incremental-state"
[2023-07-26T10:11:48Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:11:48Z DEBUG collector::execute] cd "/tmp/.tmpdYW9UD" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpdYW9UD#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpdYW9UD/incremental-state"
[2023-07-26T10:11:50Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpdYW9UD"
[2023-07-26T10:11:50Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:11:50Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2023-07-26T10:11:50Z DEBUG collector::execute] cd "/tmp/.tmpdYW9UD" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpdYW9UD#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpdYW9UD/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2023-07-26T10:11:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:11:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:11:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:11:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:11:52Z DEBUG collector::execute] cd "/tmp/.tmpoiTzbx" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpoiTzbx#externs@0.1.0" "--" "--skip-this-rustc"
[2023-07-26T10:11:52Z DEBUG collector::execute] cd "/tmp/.tmpHzkftF" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpHzkftF#externs@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:11:52Z DEBUG collector::execute] cd "/tmp/.tmpdMjy2B" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpdMjy2B#externs@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:11:52Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:11:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:11:52Z DEBUG collector::execute] cd "/tmp/.tmpgyeY3k" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgyeY3k#externs@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:11:53Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-07-26T10:11:54Z DEBUG collector::execute] cd "/tmp/.tmpmbrL86" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmbrL86#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpmbrL86/incremental-state"
Running externs: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-07-26T10:11:54Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:11:54Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:11:54Z DEBUG collector::execute] cd "/tmp/.tmpSeZOGu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpSeZOGu#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:11:55Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:11:55Z DEBUG collector::execute] cd "/tmp/.tmpSeZOGu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpSeZOGu#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpSeZOGu/incremental-state"
[2023-07-26T10:11:55Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:11:55Z DEBUG collector::execute] cd "/tmp/.tmpSeZOGu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpSeZOGu#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpSeZOGu/incremental-state"
Executing benchmark match-stress (6/8)
Preparing match-stress
[2023-07-26T10:11:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:11:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:11:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:11:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:11:56Z DEBUG collector::execute] cd "/tmp/.tmprRIag8" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmprRIag8#match-stress@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:11:56Z DEBUG collector::execute] cd "/tmp/.tmpkktM24" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpkktM24#match-stress@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:11:56Z DEBUG collector::execute] cd "/tmp/.tmp2eMEJN" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp2eMEJN#match-stress@0.1.0" "--" "--skip-this-rustc"
[2023-07-26T10:11:56Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:11:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:11:56Z DEBUG collector::execute] cd "/tmp/.tmp79jV66" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp79jV66#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:11:57Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-07-26T10:11:59Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:11:59Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:11:59Z DEBUG collector::execute] cd "/tmp/.tmpLvKyh2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLvKyh2#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:12:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:01Z DEBUG collector::execute] cd "/tmp/.tmpLvKyh2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLvKyh2#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLvKyh2/incremental-state"
[2023-07-26T10:12:03Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:12:03Z DEBUG collector::execute] cd "/tmp/.tmpLvKyh2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLvKyh2#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLvKyh2/incremental-state"
[2023-07-26T10:12:03Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:12:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:12:03Z DEBUG collector::execute] cd "/tmp/.tmpttgy4o" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpttgy4o#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:12:05Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:05Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:05Z DEBUG collector::execute] cd "/tmp/.tmpttgy4o" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpttgy4o#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpttgy4o/incremental-state"
[2023-07-26T10:12:07Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:12:07Z DEBUG collector::execute] cd "/tmp/.tmpttgy4o" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpttgy4o#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpttgy4o/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2023-07-26T10:12:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:12:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:12:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:12:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:12:07Z DEBUG collector::execute] cd "/tmp/.tmpwzF287" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwzF287#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-07-26T10:12:07Z DEBUG collector::execute] cd "/tmp/.tmp7ZvDUA" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp7ZvDUA#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-07-26T10:12:07Z DEBUG collector::execute] cd "/tmp/.tmpDFnKMq" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpDFnKMq#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-07-26T10:12:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpACB3vy" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpACB3vy#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpACB3vy" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpACB3vy#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpACB3vy/incremental-state"
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpACB3vy" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpACB3vy#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpACB3vy/incremental-state"
[2023-07-26T10:12:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpeqjFDf" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeqjFDf#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpeqjFDf" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeqjFDf#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpeqjFDf/incremental-state"
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpeqjFDf" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeqjFDf#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpeqjFDf/incremental-state"
[2023-07-26T10:12:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:12:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:12:08Z DEBUG collector::execute] cd "/tmp/.tmpAREWVp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpAREWVp#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:12:09Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:09Z DEBUG collector::execute] cd "/tmp/.tmpAREWVp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpAREWVp#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpAREWVp/incremental-state"
[2023-07-26T10:12:09Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:12:09Z DEBUG collector::execute] cd "/tmp/.tmpAREWVp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpAREWVp#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpAREWVp/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2023-07-26T10:12:09Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:12:09Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
---
[2023-07-26T10:12:25Z DEBUG collector::execute] cd "/tmp/.tmpK2ay8k" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpK2ay8k#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpK2ay8k/incremental-state"
Running tuple-stress: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-07-26T10:12:27Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:12:27Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:12:28Z DEBUG collector::execute] cd "/tmp/.tmpddFy3O" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpddFy3O#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:12:30Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T10:12:30Z DEBUG collector::execute] cd "/tmp/.tmpddFy3O" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpddFy3O#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpddFy3O/incremental-state"
[2023-07-26T10:12:33Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T10:12:33Z DEBUG collector::execute] cd "/tmp/.tmpddFy3O" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpddFy3O#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpddFy3O/incremental-state"
[2023-07-26T10:12:34Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmpddFy3O"
[2023-07-26T10:12:34Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" })
[2023-07-26T10:12:34Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" })
[2023-07-26T10:12:34Z DEBUG collector::execute] cd "/tmp/.tmpddFy3O" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpddFy3O#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpddFy3O/incremental-state"
[2023-07-26T10:12:37.361Z INFO  opt_dist::training] Merging Rustc PGO profiles to /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata
##[endgroup]
[2023-07-26T10:12:37.361Z INFO  opt_dist::exec] Executing `/rustroot/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata /tmp/tmp-multistage/opt-artifacts/rustc-pgo [at /checkout/obj]`
[2023-07-26T10:13:13.851Z INFO  opt_dist::training] Rustc PGO statistics
---
   Compiling rustc_monomorphize v0.0.0 (/checkout/compiler/rustc_monomorphize)
   Compiling rustc_ast_lowering v0.0.0 (/checkout/compiler/rustc_ast_lowering)
   Compiling rustc_query_impl v0.0.0 (/checkout/compiler/rustc_query_impl)
   Compiling rustc_smir v0.0.0 (/checkout/compiler/rustc_smir)
warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNtCs5hhQjcex9dz_5alloc7raw_vec11finish_growNtNtB4_5alloc6GlobalECsaA2zKBin6Cq_10rustc_smir Hash = 599005163245366147 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleINtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty6BinderNtB1p_20ExistentialPredicateENtNtB9_5alloc6GlobalEB1t_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateNtNtB9_5alloc6GlobalEB1q_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir9CrateItemNtNtB9_5alloc6GlobalEB1q_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty14GenericArgKindNtNtB9_5alloc6GlobalEB1s_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty17BoundVariableKindNtNtB9_5alloc6GlobalEB1s_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty2TyNtNtB9_5alloc6GlobalEB1s_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockNtNtB9_5alloc6GlobalEB1u_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetNtNtB9_5alloc6GlobalEB1u_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandNtNtB9_5alloc6GlobalEB1u_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandNtNtB9_5alloc6GlobalEB1u_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementNtNtB9_5alloc6GlobalEB1u_ Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handlehNtNtB9_5alloc6GlobalECsaA2zKBin6Cq_10rustc_smir Hash = 134732430337390523 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RINvNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handlejNtNtB9_5alloc6GlobalECsaA2zKBin6Cq_10rustc_smir Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs0_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVechE14grow_amortizedCsaA2zKBin6Cq_10rustc_smir Hash = 515675264369571770 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecINtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty6BinderNtBO_20ExistentialPredicateEE11allocate_inBS_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtCs2thJnRTdgfs_12rustc_middle2ty2TyE16reserve_for_pushCsaA2zKBin6Cq_10rustc_smir Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateE11allocate_inBP_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir9CrateItemE11allocate_inBP_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtCskoOeeTw0I5o_10rustc_span6def_id5DefIdE16reserve_for_pushCsaA2zKBin6Cq_10rustc_smir Hash = 117630494571946737 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty14GenericArgKindE11allocate_inBR_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty17BoundVariableKindE11allocate_inBR_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty2TyE11allocate_inBR_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockE11allocate_inBT_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetE11allocate_inBT_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandE11allocate_inBT_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandE11allocate_inBT_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementE11allocate_inBT_ Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVechE11allocate_inCsaA2zKBin6Cq_10rustc_smir Hash = 1096621587513427694 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVechE16reserve_for_pushCsaA2zKBin6Cq_10rustc_smir Hash = 134732430337390523 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvMs_NtCs5hhQjcex9dz_5alloc7raw_vecINtB4_6RawVecjE11allocate_inCsaA2zKBin6Cq_10rustc_smir Hash = 783548776065062695 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecINtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty6BinderNtBP_20ExistentialPredicateEENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBT_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBQ_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir9CrateItemENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBQ_ Hash = 167471838997577442 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty14GenericArgKindENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBS_ Hash = 167471838997577442 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty17BoundVariableKindENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBS_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty2TyENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBS_ Hash = 167471838997577442 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBU_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBU_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBU_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBU_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropBU_ Hash = 959085192517320418 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVechENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropCsaA2zKBin6Cq_10rustc_smir Hash = 134732430909126014 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.00: no profile data available for function _RNvXs1_NtCs5hhQjcex9dz_5alloc7raw_vecINtB5_6RawVecjENtNtNtCslidSEO6mkv3_4core3ops4drop4Drop4dropCsaA2zKBin6Cq_10rustc_smir Hash = 167471838997577442 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RINvMsx_NtCseIGpEmJx9AQ_9hashbrown3mapINtB6_15RawEntryBuilderNtNtCskoOeeTw0I5o_10rustc_span6def_id5DefIdTINtNtNtCs2thJnRTdgfs_12rustc_middle5query5erase6ErasedAhj8_ENtNtNtCs8bk5u4vjIRV_18rustc_query_system9dep_graph5graph12DepNodeIndexEINtNtCslidSEO6mkv3_4core4hash18BuildHasherDefaultNtCsektRdxgSrfd_10rustc_hash8FxHasherEE6searchNCINvB6_10equivalentBX_BX_E0ECsaA2zKBin6Cq_10rustc_smir Hash = 910108394528351925 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVechEECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtB4_4cell14BorrowMutErrorECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtCs5hhQjcex9dz_5alloc6string6StringECsaA2zKBin6Cq_10rustc_smir Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RINvXs1v_NtCseIGpEmJx9AQ_9hashbrown3mapINtB7_7HashMapNtNtNtCs8bk5u4vjIRV_18rustc_query_system9dep_graph5graph12DepNodeIndexuINtNtCslidSEO6mkv3_4core4hash18BuildHasherDefaultNtCsektRdxgSrfd_10rustc_hash8FxHasherEEINtNtNtNtB23_4iter6traits7collect6ExtendTBP_uEE6extendINtNtNtB3v_8adapters3map3MapINtNtB4l_6copied6CopiedINtNtNtB23_5slice4iter4IterBP_EENCINvXs9_NtB9_3setINtB5K_7HashSetBP_B1Y_EIB3p_BP_E6extendB4I_E0EECsaA2zKBin6Cq_10rustc_smir Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RNvMs1_NtCseIGpEmJx9AQ_9hashbrown3mapINtB5_7HashMapNtNtNtCs8bk5u4vjIRV_18rustc_query_system9dep_graph5graph12DepNodeIndexuINtNtCslidSEO6mkv3_4core4hash18BuildHasherDefaultNtCsektRdxgSrfd_10rustc_hash8FxHasherEE6insertCsaA2zKBin6Cq_10rustc_smir Hash = 174542566390898920 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RNvMs2_NtCseLaR3IWwhLv_8indexmap3setINtB5_8IndexSetNtNtCskoOeeTw0I5o_10rustc_span6def_id10LocalDefIdINtNtCslidSEO6mkv3_4core4hash18BuildHasherDefaultNtCsektRdxgSrfd_10rustc_hash8FxHasherEE4iterCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RNvXs1_NtNtNtCslidSEO6mkv3_4core3ops8function5implsQNCINvNvNtNtNtNtBb_4iter6traits8iterator8Iterator8find_map5checkRNtNtCskoOeeTw0I5o_10rustc_span6def_id8CrateNumNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateNCNvXNtB2E_10rustc_smirNtB3r_6TablesNtB2C_7Context10find_crate0E0INtB7_5FnMutTuB1P_EE8call_mutB2E_ Hash = 505312707234972298 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtCs2thJnRTdgfs_12rustc_middle2ty6consts5ConstNtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRRNtNtNtCs2thJnRTdgfs_12rustc_middle2ty6consts5ConstNtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.15: no profile data available for function _RNvXsr_NtCsaA2zKBin6Cq_10rustc_smir10rustc_smirNtNtNtCs2thJnRTdgfs_12rustc_middle2ty12generic_args14GenericArgKindNtB5_6Stable6stable Hash = 536873290278838000 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceEEB1a_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEEB1a_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtB4_6option6OptionjEECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVechEECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtCs5hhQjcex9dz_5alloc6string6StringECsaA2zKBin6Cq_10rustc_smir Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BorrowKindEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10MutabilityEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body13AssertMessageEBO_ Hash = 647472252099359144 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body4UnOpEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5BinOpEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEBO_ Hash = 238984481002779099 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body8CastKindEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty2TyEEB1k_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRINtNtCs5hhQjcex9dz_5alloc3vec3VecjEECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtCs5hhQjcex9dz_5alloc6string6StringECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir9CrateItemEBL_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtCskoOeeTw0I5o_10rustc_span6def_id8CrateNumECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtCskoOeeTw0I5o_10rustc_span6symbol6SymbolECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty2TyEBN_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10TerminatorEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12UnwindActionEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body13GeneratorKindEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body13MutBorrowKindEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body15PointerCoercionEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body18AsyncGeneratorKindEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body6RvalueEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body6SafetyEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeRjECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placebECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placejECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeoECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs3_NtNtCslidSEO6mkv3_4core5slice3cmpShINtB5_14SlicePartialEqhE5equalCsaA2zKBin6Cq_10rustc_smir Hash = 2202714313002754 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsM_NtCslidSEO6mkv3_4core6optionINtB5_6OptionNtNtCskoOeeTw0I5o_10rustc_span6symbol6SymbolENtNtB7_3fmt5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsM_NtCslidSEO6mkv3_4core6optionINtB5_6OptionNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceENtNtB7_3fmt5Debug3fmtBS_ Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsM_NtCslidSEO6mkv3_4core6optionINtB5_6OptionNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandENtNtB7_3fmt5Debug3fmtBS_ Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsM_NtCslidSEO6mkv3_4core6optionINtB5_6OptionjENtNtB7_3fmt5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRINtNtB7_6option6OptionNtNtCs5hhQjcex9dz_5alloc6string6StringENtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRINtNtNtCs2thJnRTdgfs_12rustc_middle2ty4list4ListINtNtNtBC_3mir6syntax14ProjectionElemNtB1m_5LocalNtBA_2TyEENtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10MutabilityNtB5_5Debug3fmtBD_ Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10TerminatorNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12UnwindActionNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body13GeneratorKindNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body13MutBorrowKindNtB5_5Debug3fmtBD_ Hash = 1124680653842163584 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body15PointerCoercionNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body18AsyncGeneratorKindNtB5_5Debug3fmtBD_ Hash = 1124680653842163584 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body6RvalueNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body6SafetyNtB5_5Debug3fmtBD_ Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRbNtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsP_NtCslidSEO6mkv3_4core3fmtRjNtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 1124680650125156080 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsm_NtCslidSEO6mkv3_4core3fmtSNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsm_NtCslidSEO6mkv3_4core3fmtSNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsm_NtCslidSEO6mkv3_4core3fmtSNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsm_NtCslidSEO6mkv3_4core3fmtSNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsm_NtCslidSEO6mkv3_4core3fmtSNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsm_NtCslidSEO6mkv3_4core3fmtSjNtB5_5Debug3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsu_NtCs4i8z4bDs7Tz_12tracing_core5fieldINtB5_10DebugValueRNtNtCs5hhQjcex9dz_5alloc6string6StringENtB5_5Value6recordCsaA2zKBin6Cq_10rustc_smir Hash = 170957022131388415 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsu_NtCs4i8z4bDs7Tz_12tracing_core5fieldINtB5_10DebugValueRNtNtCskoOeeTw0I5o_10rustc_span6def_id8CrateNumENtB5_5Value6recordCsaA2zKBin6Cq_10rustc_smir Hash = 170957022131388415 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsx_NtCs5hhQjcex9dz_5alloc5boxedINtB5_3BoxNtNtCs2thJnRTdgfs_12rustc_middle3mir8ConstantENtNtCslidSEO6mkv3_4core3fmt7Display3fmtCsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded
warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _ZN41_$LT$bool$u20$as$u20$core..fmt..Debug$GT$3fmt17h5f1fed5567588af5E Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _ZN4core3fmt3num51_$LT$impl$u20$core..fmt..Debug$u20$for$u20$u128$GT$3fmt17h76c694a014c02961E Hash = 1124680650125156080 up to 0 count discarded


warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _ZN4core3fmt3num52_$LT$impl$u20$core..fmt..Debug$u20$for$u20$usize$GT$3fmt17hb04ef1e85b2eff1fE Hash = 1124680650125156080 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _ZN58_$LT$alloc..string..String$u20$as$u20$core..fmt..Debug$GT$3fmt17h86f9b279851669cdE Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXse_NtCsaA2zKBin6Cq_10rustc_smir10rustc_smirNtNtNtCs2thJnRTdgfs_12rustc_middle2ty10adjustment15PointerCoercionNtB5_6Stable6stable Hash = 928018418828003774 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsq_NtCsaA2zKBin6Cq_10rustc_smir10rustc_smirINtNtNtCs2thJnRTdgfs_12rustc_middle2ty4list4ListNtNtBO_12generic_args10GenericArgENtB5_6Stable6stable Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB4_4BodyNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs1_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_10BasicBlockNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs3_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_10TerminatorNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 1127386595538178765 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs5_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_16InlineAsmOperandNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs7_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_12UnwindActionNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 798733567640361085 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXs9_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_13AssertMessageNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 135188633623736868 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsb_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_5BinOpNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 894595279633594734 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsd_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_4UnOpNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsf_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_13GeneratorKindNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsh_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_18AsyncGeneratorKindNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 1124680653842163584 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsj_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_9StatementNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 146835647075900052 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsl_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_6RvalueNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 927205939590452680 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsn_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_7OperandNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 536873290278838000 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsp_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_5PlaceNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsr_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_12SwitchTargetNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXst_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_10BorrowKindNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 536873290278838000 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsv_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_13MutBorrowKindNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 1124680653842163584 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsx_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_10MutabilityNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsz_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_6SafetyNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsB_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_15PointerCoercionNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 484499720195134499 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsD_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_8CastKindNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 1127386595538178765 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.14: no profile data available for function _RNvXsF_NtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4bodyNtB5_6NullOpNtNtCslidSEO6mkv3_4core3fmt5Debug3fmt Hash = 536873290278838000 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withINtNtBQ_6option6OptionNtB1x_5CrateENCNvB1x_10find_crate0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withINtNtBQ_6option6OptionNtB1x_9CrateItemENCNvB1x_8entry_fn0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withINtNtCs5hhQjcex9dz_5alloc3vec3VecNtB1x_5CrateENCNvB1x_15external_crates0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withINtNtCs5hhQjcex9dz_5alloc3vec3VecNtB1x_9CrateItemENCNvB1x_15all_local_items0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withNtB1x_5CrateNCNvB1x_11local_crate0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withNtNtB1x_2ty6TyKindNCNvMB2i_NtB2i_2Ty4kind0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withNtNtNtB1x_3mir4body4BodyNCNvMB1x_NtB1x_9CrateItem4body0E0B2g_EB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtB1x_9CrateItemNCNvB2m_10crate_item0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty10BrNamedDefNCNvB2m_12br_named_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty10ClosureDefNCNvB2m_11closure_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty10ForeignDefNCNvB2m_11foreign_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty12GeneratorDefNCNvB2m_13generator_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty5FnDefNCNvB2m_6fn_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty6AdtDefNCNvB2m_7adt_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty8AliasDefNCNvB2m_9alias_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty8ParamDefNCNvB2m_9param_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtB1x_2ty8TraitDefNCNvB2m_9trait_def0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvMs_CslQFvF69gX0x_10scoped_tlsINtB5_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE4withNCINvNtCsaA2zKBin6Cq_10rustc_smir10stable_mir4withuNCINvNtB1z_14rustc_internal11with_tablesNtNtCskoOeeTw0I5o_10rustc_span6def_id5DefIdNCNvB2m_11item_def_id0E0E0uEB1z_ Hash = 190355455963663056 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtBP_10stable_mir9CrateItemNCNvBN_10crate_item0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtCskoOeeTw0I5o_10rustc_span6def_id5DefIdNCNvBN_11item_def_id0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty10BrNamedDefNCNvBN_12br_named_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty10ClosureDefNCNvBN_11closure_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty10ForeignDefNCNvBN_11foreign_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty12GeneratorDefNCNvBN_13generator_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty5FnDefNCNvBN_6fn_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty6AdtDefNCNvBN_7adt_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty8AliasDefNCNvBN_9alias_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty8ParamDefNCNvBN_9param_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBP_10stable_mir2ty8TraitDefNCNvBN_9trait_def0E00EBP_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtCscF6ORg1IYxS_3std6thread5local11AccessErrorECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtBd_10stable_mir9CrateItemNCNvBb_10crate_item0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtCskoOeeTw0I5o_10rustc_span6def_id5DefIdNCNvBb_11item_def_id0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty10BrNamedDefNCNvBb_12br_named_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty10ClosureDefNCNvBb_11closure_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty10ForeignDefNCNvBb_11foreign_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty12GeneratorDefNCNvBb_13generator_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty5FnDefNCNvBb_6fn_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty6AdtDefNCNvBb_7adt_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty8AliasDefNCNvBb_9alias_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty8ParamDefNCNvBb_9param_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNSNvYNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtBd_10stable_mir2ty8TraitDefNCNvBb_9trait_def0E00INtNtNtCslidSEO6mkv3_4core3ops8function6FnOnceTQNtNtBd_10rustc_smir6TablesEE9call_once6vtableBd_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNvMs_CslQFvF69gX0x_10scoped_tlsINtB4_9ScopedKeyINtNtCslidSEO6mkv3_4core4cell4CellOuEE6is_setCsaA2zKBin6Cq_10rustc_smir Hash = 811594940139423323 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtB8_10stable_mir9CrateItemNCNvB6_10crate_item0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtCskoOeeTw0I5o_10rustc_span6def_id5DefIdNCNvB6_11item_def_id0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty10BrNamedDefNCNvB6_12br_named_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty10ClosureDefNCNvB6_11closure_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty10ForeignDefNCNvB6_11foreign_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty12GeneratorDefNCNvB6_13generator_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty5FnDefNCNvB6_6fn_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty6AdtDefNCNvB6_7adt_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty8AliasDefNCNvB6_9alias_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty8ParamDefNCNvB6_9param_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.02: no profile data available for function _RNCNCINvNtCsaA2zKBin6Cq_10rustc_smir14rustc_internal11with_tablesNtNtNtB8_10stable_mir2ty8TraitDefNCNvB6_9trait_def0E00B8_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceEEB1a_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecINtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty6BinderNtB1g_20ExistentialPredicateEEEB1k_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateEEB1h_ Hash = 391331301844825284 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir9CrateItemEEB1h_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty14GenericArgKindEEB1j_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty17BoundVariableKindEEB1j_ Hash = 391331301844825284 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty2TyEEB1j_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body12SwitchTargetEEB1l_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc3vec3VecjEECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecINtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty6BinderNtB1n_20ExistentialPredicateEEEB1r_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateEEB1o_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty14GenericArgKindEEB1q_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty17BoundVariableKindEEB1q_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtCs5hhQjcex9dz_5alloc7raw_vec6RawVecNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeINtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty6BinderNtBJ_20ExistentialPredicateEEBN_ Hash = 948827210851953234 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtCs5hhQjcex9dz_5alloc6string6StringECsaA2zKBin6Cq_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir5CrateEBK_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty14GenericArgKindEBM_ Hash = 1063705158850053342 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty17BoundVariableKindEBM_ Hash = 928018417191022067 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir2ty8TermKindEBM_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10BasicBlockEBO_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body10TerminatorEBO_ Hash = 128035617710870789 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body13AssertMessageEBO_ Hash = 647472252099359144 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEBO_ Hash = 391331300832502627 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body5PlaceEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body6RvalueEBO_ Hash = 95820317220420447 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body7OperandEBO_ Hash = 238984481002779099 up to 0 count discarded

warning: rustc_smir.7b3f43a31d6fe430-cgu.01: no profile data available for function _RINvNtCslidSEO6mkv3_4core3ptr13drop_in_placeNtNtNtNtCsaA2zKBin6Cq_10rustc_smir10stable_mir3mir4body9StatementEBO_ Hash = 844982797524240697 up to 0 count discarded

---
Executing benchmark cargo-0.60.0 (1/8)
Preparing cargo-0.60.0
[2023-07-26T10:25:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:25:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:25:17Z DEBUG collector::execute] cd "/tmp/.tmpDvb2Fw" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpDvb2Fw#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2023-07-26T10:25:17Z DEBUG collector::execute] cd "/tmp/.tmpLUbRnn" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLUbRnn#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2023-07-26T10:25:58Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:25:59Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:25:59Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:25:59Z DEBUG collector::execute] cd "/tmp/.tmpbUzcjR" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpbUzcjR#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:26:18Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:26:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:26:18Z DEBUG collector::execute] cd "/tmp/.tmpgAfU5r" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgAfU5r#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark cargo-0.60.0 (1/8)
Finished benchmark cargo-0.60.0 (1/8)
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2023-07-26T10:27:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:27:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:27:08Z DEBUG collector::execute] cd "/tmp/.tmpCmaflc" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpCmaflc#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:27:08Z DEBUG collector::execute] cd "/tmp/.tmpIZ1b5T" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpIZ1b5T#clap@3.1.6" "--" "--skip-this-rustc"
[2023-07-26T10:27:10Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:27:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:27:10Z DEBUG collector::execute] cd "/tmp/.tmp5hdjwO" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp5hdjwO#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full]
---
Executing benchmark hyper-0.14.18 (3/8)
Preparing hyper-0.14.18
[2023-07-26T10:27:19Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:27:19Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:27:19Z DEBUG collector::execute] cd "/tmp/.tmpzAVidz" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzAVidz#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T10:27:19Z DEBUG collector::execute] cd "/tmp/.tmpJNYMlY" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpJNYMlY#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T10:27:37Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:27:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:27:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:27:37Z DEBUG collector::execute] cd "/tmp/.tmp3KwcXA" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3KwcXA#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:27:40Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:27:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:27:40Z DEBUG collector::execute] cd "/tmp/.tmpMwsgq4" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpMwsgq4#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark hyper-0.14.18 (3/8)
Finished benchmark hyper-0.14.18 (3/8)
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2023-07-26T10:27:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:27:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:27:46Z DEBUG collector::execute] cd "/tmp/.tmpzbxS9G" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzbxS9G#regex@1.5.5" "--" "--skip-this-rustc"
[2023-07-26T10:27:46Z DEBUG collector::execute] cd "/tmp/.tmpYmwII1" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpYmwII1#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:27:52Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:27:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:27:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:27:52Z DEBUG collector::execute] cd "/tmp/.tmpBMiQ1J" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpBMiQ1J#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:27:54Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:27:54Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:27:54Z DEBUG collector::execute] cd "/tmp/.tmp58XGue" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp58XGue#regex@1.5.5" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark regex-1.5.5 (4/8)
Finished benchmark regex-1.5.5 (4/8)
Executing benchmark ripgrep-13.0.0 (5/8)
Preparing ripgrep-13.0.0
[2023-07-26T10:28:00Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:28:00Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:28:00Z DEBUG collector::execute] cd "/tmp/.tmpYxUSli" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpYxUSli#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:28:00Z DEBUG collector::execute] cd "/tmp/.tmpXRqMQN" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXRqMQN#ripgrep@13.0.0" "--" "--skip-this-rustc"
[2023-07-26T10:28:23Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:28:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:28:23Z DEBUG collector::execute] cd "/tmp/.tmpkbIw76" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpkbIw76#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Opt + [Full]
---
Executing benchmark serde-1.0.136 (7/8)
Preparing serde-1.0.136
[2023-07-26T10:29:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:29:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:29:21Z DEBUG collector::execute] cd "/tmp/.tmpGvkzwV" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpGvkzwV#serde@1.0.136" "--" "--skip-this-rustc"
[2023-07-26T10:29:21Z DEBUG collector::execute] cd "/tmp/.tmpXmzerW" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXmzerW#serde@1.0.136" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:29:21Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:29:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:29:21Z DEBUG collector::execute] cd "/tmp/.tmpeI4E5h" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeI4E5h#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Opt + [Full]
Running serde-1.0.136: Opt + [Full]
[2023-07-26T10:29:23Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:29:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:29:23Z DEBUG collector::execute] cd "/tmp/.tmpMjRt6u" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpMjRt6u#serde@1.0.136" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark syn-1.0.89 (8/8)
Preparing syn-1.0.89
[2023-07-26T10:29:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:29:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:29:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:29:25Z DEBUG collector::execute] cd "/tmp/.tmprVe0iD" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmprVe0iD#syn@1.0.89" "--" "--skip-this-rustc"
[2023-07-26T10:29:25Z DEBUG collector::execute] cd "/tmp/.tmpsabXaV" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpsabXaV#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:29:28Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:29:28Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:29:28Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:29:28Z DEBUG collector::execute] cd "/tmp/.tmpuKFyus" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuKFyus#syn@1.0.89" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:29:29Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:29:29Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:29:29Z DEBUG collector::execute] cd "/tmp/.tmp19YsZJ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp19YsZJ#syn@1.0.89" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark syn-1.0.89 (8/8)
---
[2023-07-26T10:51:24Z DEBUG collector::execute] cd "/tmp/.tmp71wVpw" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp71wVpw#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Running cargo-0.60.0: Debug + [Full]
[2023-07-26T10:51:29Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:51:29Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:51:29Z DEBUG collector::execute] cd "/tmp/.tmpA1tLZK" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpA1tLZK#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:51:46Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:51:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:51:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:51:46Z DEBUG collector::execute] cd "/tmp/.tmpqczTOV" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpqczTOV#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2023-07-26T10:52:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:52:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
---
Preparing regex-1.5.5
[2023-07-26T10:53:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:53:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:53:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:53:15Z DEBUG collector::execute] cd "/tmp/.tmpaGJdaX" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpaGJdaX#regex@1.5.5" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:53:15Z DEBUG collector::execute] cd "/tmp/.tmp3IKocM" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3IKocM#regex@1.5.5" "--" "--skip-this-rustc"
[2023-07-26T10:53:15Z DEBUG collector::execute] cd "/tmp/.tmpuWA64o" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuWA64o#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:53:22Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:53:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:53:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:53:22Z DEBUG collector::execute] cd "/tmp/.tmpBuCnUc" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpBuCnUc#regex@1.5.5" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:53:23Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:53:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:53:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:53:23Z DEBUG collector::execute] cd "/tmp/.tmpgpsQEW" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgpsQEW#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:53:25Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:53:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:53:25Z DEBUG collector::execute] cd "/tmp/.tmpTIL9cv" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpTIL9cv#regex@1.5.5" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark regex-1.5.5 (4/8)
Finished benchmark regex-1.5.5 (4/8)
Executing benchmark ripgrep-13.0.0 (5/8)
Preparing ripgrep-13.0.0
[2023-07-26T10:53:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:53:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:53:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:53:32Z DEBUG collector::execute] cd "/tmp/.tmpITrzOE" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpITrzOE#ripgrep@13.0.0" "--" "--skip-this-rustc"
[2023-07-26T10:53:32Z DEBUG collector::execute] cd "/tmp/.tmpoqF1Ie" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpoqF1Ie#ripgrep@13.0.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:53:32Z DEBUG collector::execute] cd "/tmp/.tmptOnC04" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptOnC04#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:54:04Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:54:04Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:54:04Z DEBUG collector::execute] cd "/tmp/.tmp9xvDV0" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp9xvDV0#ripgrep@13.0.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Debug + [Full]
Running ripgrep-13.0.0: Debug + [Full]
[2023-07-26T10:54:04Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:54:05Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:54:05Z DEBUG collector::execute] cd "/tmp/.tmpxcQR9I" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxcQR9I#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:54:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:54:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:54:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:54:08Z DEBUG collector::execute] cd "/tmp/.tmpBGDiA9" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpBGDiA9#ripgrep@13.0.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0-tiny (6/8)
Preparing ripgrep-13.0.0-tiny
[2023-07-26T10:54:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:54:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:54:16Z DEBUG collector::execute] cd "/tmp/.tmpYKEhIJ" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpYKEhIJ#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:54:30Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:54:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:54:30Z DEBUG collector::execute] cd "/tmp/.tmpkTZ26v" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpkTZ26v#ripgrep@13.0.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark ripgrep-13.0.0-tiny (6/8)
Finished benchmark ripgrep-13.0.0-tiny (6/8)
Executing benchmark serde-1.0.136 (7/8)
Preparing serde-1.0.136
[2023-07-26T10:55:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:55:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:55:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:55:01Z DEBUG collector::execute] cd "/tmp/.tmpS0A2D8" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpS0A2D8#serde@1.0.136" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:55:01Z DEBUG collector::execute] cd "/tmp/.tmpxRwxif" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxRwxif#serde@1.0.136" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:55:01Z DEBUG collector::execute] cd "/tmp/.tmpqABoei" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpqABoei#serde@1.0.136" "--" "--skip-this-rustc"
[2023-07-26T10:55:03Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:55:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:55:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:55:03Z DEBUG collector::execute] cd "/tmp/.tmpyTidgB" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyTidgB#serde@1.0.136" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:55:04Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:55:04Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:55:04Z DEBUG collector::execute] cd "/tmp/.tmp35DiUu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp35DiUu#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Opt + [Full]
---
Preparing syn-1.0.89
[2023-07-26T10:55:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T10:55:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T10:55:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T10:55:11Z DEBUG collector::execute] cd "/tmp/.tmpFDHdvr" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpFDHdvr#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2023-07-26T10:55:11Z DEBUG collector::execute] cd "/tmp/.tmpsluW0r" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpsluW0r#syn@1.0.89" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T10:55:11Z DEBUG collector::execute] cd "/tmp/.tmp2zX1Av" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp2zX1Av#syn@1.0.89" "--" "--skip-this-rustc"
[2023-07-26T10:55:16Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:55:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T10:55:16Z DEBUG collector::execute] cd "/tmp/.tmpCpo1Am" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpCpo1Am#syn@1.0.89" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Debug + [Full]
Running syn-1.0.89: Debug + [Full]
[2023-07-26T10:55:17Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:55:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T10:55:17Z DEBUG collector::execute] cd "/tmp/.tmpeAMq9T" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeAMq9T#syn@1.0.89" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T10:55:19Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T10:55:19Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T10:55:19Z DEBUG collector::execute] cd "/tmp/.tmpAPt8k4" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpAPt8k4#syn@1.0.89" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark syn-1.0.89 (8/8)
---
+    2: std::io::stdio::print_to
+              at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/library/std/src/io/stdio.rs:LL:CC
+    3: std::io::stdio::_print
+              at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/library/std/src/io/stdio.rs:LL:CC
+    4: println_with_broken_pipe::main
+ note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.


The actual run.stderr differed from the expected run.stderr.
The actual run.stderr differed from the expected run.stderr.
Actual run.stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/process/println-with-broken-pipe/println-with-broken-pipe.run.stderr
error: 1 errors occurred comparing run output.
status: exit status: 0
command: cd "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/process/println-with-broken-pipe" && RUST_TEST_THREADS="16" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/process/println-with-broken-pipe/a"
--- stdout -------------------------------
---
   2: std::io::stdio::print_to
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/library/std/src/io/stdio.rs:1019:9
   3: std::io::stdio::_print
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/library/std/src/io/stdio.rs:1095:5
   4: println_with_broken_pipe::main
------------------------------------------



---
    0: Cannot execute tests
    1: Command COMPILETEST_FORCE_STAGE0=1 python3 /checkout/x.py test --stage 0 tests/assembly tests/codegen tests/codegen-units tests/incremental tests/mir-opt tests/pretty tests/run-pass-valgrind tests/ui --exclude tests/ui/process/nofile-limit.rs [at /checkout/obj] has failed with exit code Some(1)

Stack backtrace:
   0: <opt_dist::exec::CmdBuilder>::run
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/exec.rs:78:17
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/tests.rs:100:5
   2: opt_dist::execute_pipeline::{closure#5}
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/main.rs:129:40
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/main.rs:129:40
      <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#5}, ()>
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/timer.rs:111:22
   3: opt_dist::execute_pipeline
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/main.rs:129:9
             at /rustc/dc6d6e09031841400e58effbb664857da4c133d0/src/tools/opt-dist/src/main.rs:178:18
   4: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/7ba605cd90d6467bda469d1cd2148ac32ea562bf/library/core/src/ops/function.rs:250:5
             at /rustc/7ba605cd90d6467bda469d1cd2148ac32ea562bf/library/core/src/ops/function.rs:250:5
      std::sys_common::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
   5: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/7ba605cd90d6467bda469d1cd2148ac32ea562bf/library/std/src/rt.rs:166:18
             at /rustc/7ba605cd90d6467bda469d1cd2148ac32ea562bf/library/std/src/rt.rs:166:18
   6: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
      std::panicking::try::do_call
             at /rustc/7ba605cd90d6467bda469d1cd2148ac32ea562bf/library/std/src/panicking.rs:500:40
      std::panicking::try
             at /rustc/7ba605cd90d6467bda469d1cd2148ac32ea562bf/library/std/src/panicking.rs:464:19

@bors
Copy link
Collaborator

bors commented Jul 26, 2023

💔 Test failed - checks-actions

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

Enselic commented Jul 26, 2023

My test is failing. I'll look into it. Looks like I need to set RUST_BACKTRACE=0 in the test child process.

Edit: Fixed

@bors
Copy link
Collaborator

bors commented Jul 26, 2023

☔ The latest upstream changes (presumably #114054) made this pull request unmergeable. Please resolve the merge conflicts.

@workingjubilee workingjubilee deleted the rollup-lcv2n0g branch July 26, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants