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 #114084

Closed
wants to merge 10 commits into from

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

pcc and others added 10 commits March 2, 2023 16:08
Newer versions of Android forbid the creation of hardlinks as well as
Unix domain sockets in the /data filesystem via SELinux rules, which
causes several tests depending on this behavior to fail. So let's
skip these tests on Android with an #[ignore] directive.
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`.)
…bilee

Make std tests pass on newer Android

Newer versions of Android forbid the creation of hardlinks as well as Unix domain sockets in the /data filesystem via SELinux rules, which causes several tests depending on this behavior to fail. So let's skip these tests on Android if we see an EACCES from one of these syscalls. To achieve this, introduce a macro with the horrible name of or_panic_or_skip_on_android_eacces (better suggestions welcome) which skips (returns from) the test if an EACCES return value is seen on Android.
…e, r=workingjubilee

Print omitted frames count for short backtrace mode

Fixes rust-lang#111730
…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
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Contributor

bors commented Jul 26, 2023

📌 Commit 16868e2 has been approved by matthiaskrgr

It is now in the queue for this repository.

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

bors commented Jul 26, 2023

⌛ Testing commit 16868e2 with merge 23a543267f6c6991d6fae936337cfd0e5ba2976b...

@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-26T06:44:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:44:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:44:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:44:51Z DEBUG collector::execute] cd "/tmp/.tmph9nnsA" && 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/.tmph9nnsA#bitmaps@3.1.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T06:44:51Z DEBUG collector::execute] cd "/tmp/.tmp4U75fT" && 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/.tmp4U75fT#bitmaps@3.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T06:44:51Z DEBUG collector::execute] cd "/tmp/.tmpzQxlNe" && 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/.tmpzQxlNe#bitmaps@3.1.0" "--" "--skip-this-rustc"
[2023-07-26T06:44:51Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:44:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:44:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:44:51Z DEBUG collector::execute] cd "/tmp/.tmpcUAWel" && 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/.tmpcUAWel#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:44:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:44:52Z DEBUG collector::execute] cd "/tmp/.tmpcUAWel" && 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/.tmpcUAWel#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpcUAWel/incremental-state"
[2023-07-26T06:44:54Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:44:54Z DEBUG collector::execute] cd "/tmp/.tmpcUAWel" && 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/.tmpcUAWel#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpcUAWel/incremental-state"
[2023-07-26T06:44:54Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpcUAWel"
[2023-07-26T06:44: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-26T06:44: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-26T06:44:54Z DEBUG collector::execute] cd "/tmp/.tmpcUAWel" && 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/.tmpcUAWel#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpcUAWel/incremental-state"
[2023-07-26T06:44:55Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:44:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:44:55Z DEBUG collector::execute] cd "/tmp/.tmpvxDG7X" && 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/.tmpvxDG7X#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:44:56Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2023-07-26T06:44:59Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:44:59Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:44:59Z DEBUG collector::execute] cd "/tmp/.tmpW2Xhov" && 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/.tmpW2Xhov#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:45:00Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:45:00Z DEBUG collector::execute] cd "/tmp/.tmpW2Xhov" && 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/.tmpW2Xhov#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpW2Xhov/incremental-state"
[2023-07-26T06:45:02Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:45:02Z DEBUG collector::execute] cd "/tmp/.tmpW2Xhov" && 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/.tmpW2Xhov#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpW2Xhov/incremental-state"
[2023-07-26T06:45:02Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpW2Xhov"
[2023-07-26T06:45:02Z 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-26T06:45:02Z 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-26T06:45:02Z DEBUG collector::execute] cd "/tmp/.tmpW2Xhov" && 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/.tmpW2Xhov#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpW2Xhov/incremental-state"
Executing benchmark cargo-0.60.0 (2/8)
Preparing cargo-0.60.0
[2023-07-26T06:45:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:45:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:45:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:45:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:45:03Z DEBUG collector::execute] cd "/tmp/.tmpP8mmfR" && 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/.tmpP8mmfR#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2023-07-26T06:45:03Z DEBUG collector::execute] cd "/tmp/.tmp0Ss9pA" && 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/.tmp0Ss9pA#cargo@0.60.0" "--profile" "check" "--lib" "--" "--skip-this-rustc"
[2023-07-26T06:45:03Z DEBUG collector::execute] cd "/tmp/.tmpWNGKXv" && 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/.tmpWNGKXv#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2023-07-26T06:45:59Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:45:59Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:45:59Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:45:59Z DEBUG collector::execute] cd "/tmp/.tmpIIlDLB" && 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/.tmpIIlDLB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:46:11Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:46:11Z DEBUG collector::execute] cd "/tmp/.tmpIIlDLB" && 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/.tmpIIlDLB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpIIlDLB/incremental-state"
[2023-07-26T06:46:25Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:46:25Z DEBUG collector::execute] cd "/tmp/.tmpIIlDLB" && 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/.tmpIIlDLB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpIIlDLB/incremental-state"
[2023-07-26T06:46:28Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpIIlDLB"
[2023-07-26T06:46:28Z 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-26T06:46:28Z 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-26T06:46:28Z DEBUG collector::execute] cd "/tmp/.tmpIIlDLB" && 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/.tmpIIlDLB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpIIlDLB/incremental-state"
[2023-07-26T06:46:31Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:46:31Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:46:31Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:46:31Z DEBUG collector::execute] cd "/tmp/.tmpbbzNBz" && 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/.tmpbbzNBz#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:47:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:47:01Z DEBUG collector::execute] cd "/tmp/.tmpbbzNBz" && 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/.tmpbbzNBz#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpbbzNBz/incremental-state"
[2023-07-26T06:47:36Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:47:36Z DEBUG collector::execute] cd "/tmp/.tmpbbzNBz" && 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/.tmpbbzNBz#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpbbzNBz/incremental-state"
[2023-07-26T06:47:42Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpbbzNBz"
[2023-07-26T06:47:42Z 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-26T06:47:42Z 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-26T06:47:42Z DEBUG collector::execute] cd "/tmp/.tmpbbzNBz" && 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/.tmpbbzNBz#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpbbzNBz/incremental-state"
[2023-07-26T06:47:48Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:47:49Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:47:49Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:47:49Z DEBUG collector::execute] cd "/tmp/.tmpVWKv5o" && 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/.tmpVWKv5o#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:48:31Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:48:31Z DEBUG collector::execute] cd "/tmp/.tmpVWKv5o" && 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/.tmpVWKv5o#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVWKv5o/incremental-state"
[2023-07-26T06:49:11Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:49:11Z DEBUG collector::execute] cd "/tmp/.tmpVWKv5o" && 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/.tmpVWKv5o#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVWKv5o/incremental-state"
[2023-07-26T06:49:16Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpVWKv5o"
[2023-07-26T06:49:16Z 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-26T06:49:16Z 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-26T06:49:16Z DEBUG collector::execute] cd "/tmp/.tmpVWKv5o" && 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/.tmpVWKv5o#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVWKv5o/incremental-state"
Executing benchmark ctfe-stress-5 (3/8)
Preparing ctfe-stress-5
[2023-07-26T06:49:27Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:49:27Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
---
[2023-07-26T06:49:27Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:49:27Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:49:27Z DEBUG collector::execute] cd "/tmp/.tmprEGjEJ" && 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/.tmprEGjEJ#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:49:33Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:49:33Z DEBUG collector::execute] cd "/tmp/.tmprEGjEJ" && 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/.tmprEGjEJ#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprEGjEJ/incremental-state"
[2023-07-26T06:49:40Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:49:40Z DEBUG collector::execute] cd "/tmp/.tmprEGjEJ" && 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/.tmprEGjEJ#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprEGjEJ/incremental-state"
[2023-07-26T06:49:40Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:49:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:49:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:49:40Z DEBUG collector::execute] cd "/tmp/.tmpzECPxh" && 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/.tmpzECPxh#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:49:46Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:49:46Z DEBUG collector::execute] cd "/tmp/.tmpzECPxh" && 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/.tmpzECPxh#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzECPxh/incremental-state"
[2023-07-26T06:49:53Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:49:53Z DEBUG collector::execute] cd "/tmp/.tmpzECPxh" && 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/.tmpzECPxh#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzECPxh/incremental-state"
[2023-07-26T06:49:53Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:49:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:49:53Z DEBUG collector::execute] cd "/tmp/.tmpdzgKqw" && 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/.tmpdzgKqw#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:49:59Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:49:59Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:49:59Z DEBUG collector::execute] cd "/tmp/.tmpdzgKqw" && 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/.tmpdzgKqw#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpdzgKqw/incremental-state"
[2023-07-26T06:50:05Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:50:05Z DEBUG collector::execute] cd "/tmp/.tmpdzgKqw" && 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/.tmpdzgKqw#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpdzgKqw/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2023-07-26T06:50:05Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:50:05Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:50:05Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:50:05Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:50:05Z DEBUG collector::execute] cd "/tmp/.tmpIFfxWA" && 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/.tmpIFfxWA#diesel@1.4.8" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T06:50:05Z DEBUG collector::execute] cd "/tmp/.tmpsXHv61" && 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/.tmpsXHv61#diesel@1.4.8" "--" "--skip-this-rustc"
[2023-07-26T06:50:05Z DEBUG collector::execute] cd "/tmp/.tmprflfMJ" && 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/.tmprflfMJ#diesel@1.4.8" "--release" "--" "--skip-this-rustc"
[2023-07-26T06:50:16Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:50:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:50:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:50:17Z DEBUG collector::execute] cd "/tmp/.tmprLxEoS" && 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/.tmprLxEoS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:50:26Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:50:26Z DEBUG collector::execute] cd "/tmp/.tmprLxEoS" && 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/.tmprLxEoS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprLxEoS/incremental-state"
[2023-07-26T06:50:37Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:50:37Z DEBUG collector::execute] cd "/tmp/.tmprLxEoS" && 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/.tmprLxEoS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprLxEoS/incremental-state"
[2023-07-26T06:50:39Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmprLxEoS"
[2023-07-26T06:50:39Z 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-26T06:50:39Z 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-26T06:50:39Z DEBUG collector::execute] cd "/tmp/.tmprLxEoS" && 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/.tmprLxEoS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprLxEoS/incremental-state"
[2023-07-26T06:50:41Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:50:41Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:50:41Z DEBUG collector::execute] cd "/tmp/.tmpJq7vEW" && 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/.tmpJq7vEW#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:50:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:50:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:50:52Z DEBUG collector::execute] cd "/tmp/.tmpJq7vEW" && 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/.tmpJq7vEW#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpJq7vEW/incremental-state"
[2023-07-26T06:51:04Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:04Z DEBUG collector::execute] cd "/tmp/.tmpJq7vEW" && 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/.tmpJq7vEW#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpJq7vEW/incremental-state"
[2023-07-26T06:51:06Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpJq7vEW"
[2023-07-26T06:51:06Z 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-26T06:51:06Z 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-26T06:51:06Z DEBUG collector::execute] cd "/tmp/.tmpJq7vEW" && 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/.tmpJq7vEW#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpJq7vEW/incremental-state"
[2023-07-26T06:51:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:08Z DEBUG collector::execute] cd "/tmp/.tmpDDECoK" && 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/.tmpDDECoK#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:20Z DEBUG collector::execute] cd "/tmp/.tmpDDECoK" && 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/.tmpDDECoK#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDDECoK/incremental-state"
[2023-07-26T06:51:32Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:32Z DEBUG collector::execute] cd "/tmp/.tmpDDECoK" && 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/.tmpDDECoK#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDDECoK/incremental-state"
[2023-07-26T06:51:35Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpDDECoK"
[2023-07-26T06:51:35Z 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-26T06:51:35Z 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-26T06:51:35Z DEBUG collector::execute] cd "/tmp/.tmpDDECoK" && 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/.tmpDDECoK#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDDECoK/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2023-07-26T06:51:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:51:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:51:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:51:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:51:37Z DEBUG collector::execute] cd "/tmp/.tmpkrxgxQ" && 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/.tmpkrxgxQ#externs@0.1.0" "--" "--skip-this-rustc"
[2023-07-26T06:51:37Z DEBUG collector::execute] cd "/tmp/.tmpT2lLgD" && 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/.tmpT2lLgD#externs@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T06:51:37Z DEBUG collector::execute] cd "/tmp/.tmppfLRS9" && 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/.tmppfLRS9#externs@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T06:51:37Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:51:37Z DEBUG collector::execute] cd "/tmp/.tmp8dZqiz" && 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/.tmp8dZqiz#externs@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:37Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-07-26T06:51:38Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:51:38Z DEBUG collector::execute] cd "/tmp/.tmpEbDwlk" && 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/.tmpEbDwlk#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:38Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:38Z DEBUG collector::execute] cd "/tmp/.tmpEbDwlk" && 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/.tmpEbDwlk#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEbDwlk/incremental-state"
[2023-07-26T06:51:39Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:39Z DEBUG collector::execute] cd "/tmp/.tmpEbDwlk" && 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/.tmpEbDwlk#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEbDwlk/incremental-state"
[2023-07-26T06:51:39Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:39Z DEBUG collector::execute] cd "/tmp/.tmpRA9DPg" && 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/.tmpRA9DPg#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:40Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:40Z DEBUG collector::execute] cd "/tmp/.tmpRA9DPg" && 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/.tmpRA9DPg#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpRA9DPg/incremental-state"
[2023-07-26T06:51:40Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:40Z DEBUG collector::execute] cd "/tmp/.tmpRA9DPg" && 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/.tmpRA9DPg#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpRA9DPg/incremental-state"
Executing benchmark match-stress (6/8)
Preparing match-stress
[2023-07-26T06:51:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:51:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
---
[2023-07-26T06:51:40Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:51:40Z DEBUG collector::execute] cd "/tmp/.tmprmKhrK" && 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/.tmprmKhrK#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:42Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:42Z DEBUG collector::execute] cd "/tmp/.tmprmKhrK" && 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/.tmprmKhrK#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprmKhrK/incremental-state"
[2023-07-26T06:51:43Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:43Z DEBUG collector::execute] cd "/tmp/.tmprmKhrK" && 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/.tmprmKhrK#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprmKhrK/incremental-state"
[2023-07-26T06:51:44Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:44Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:51:44Z DEBUG collector::execute] cd "/tmp/.tmp3dZVCe" && 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/.tmp3dZVCe#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:45Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:45Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:45Z DEBUG collector::execute] cd "/tmp/.tmp3dZVCe" && 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/.tmp3dZVCe#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp3dZVCe/incremental-state"
[2023-07-26T06:51:47Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:47Z DEBUG collector::execute] cd "/tmp/.tmp3dZVCe" && 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/.tmp3dZVCe#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp3dZVCe/incremental-state"
[2023-07-26T06:51:48Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:48Z DEBUG collector::execute] cd "/tmp/.tmpzOfKoD" && 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/.tmpzOfKoD#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:49Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:49Z DEBUG collector::execute] cd "/tmp/.tmpzOfKoD" && 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/.tmpzOfKoD#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzOfKoD/incremental-state"
[2023-07-26T06:51:51Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:51Z DEBUG collector::execute] cd "/tmp/.tmpzOfKoD" && 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/.tmpzOfKoD#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzOfKoD/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2023-07-26T06:51:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:51:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:51:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:51:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:51:52Z DEBUG collector::execute] cd "/tmp/.tmp1bN3Jw" && 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/.tmp1bN3Jw#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-07-26T06:51:52Z DEBUG collector::execute] cd "/tmp/.tmpumQViy" && 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/.tmpumQViy#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-07-26T06:51:52Z DEBUG collector::execute] cd "/tmp/.tmpkiHg5x" && 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/.tmpkiHg5x#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-07-26T06:51:52Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:51:52Z DEBUG collector::execute] cd "/tmp/.tmpPwO2HX" && 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/.tmpPwO2HX#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-07-26T06:51:53Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmpDP5Kde" && 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/.tmpDP5Kde#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmpDP5Kde" && 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/.tmpDP5Kde#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDP5Kde/incremental-state"
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmpDP5Kde" && 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/.tmpDP5Kde#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDP5Kde/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmp8R0pRV" && 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/.tmp8R0pRV#tuple-stress@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmpzhUNT9" && 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/.tmpzhUNT9#tuple-stress@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmpqxNmGD" && 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/.tmpqxNmGD#tuple-stress@0.1.0" "--" "--skip-this-rustc"
[2023-07-26T06:51:53Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:51:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T06:51:53Z DEBUG collector::execute] cd "/tmp/.tmp9SqvdJ" && 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/.tmp9SqvdJ#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:51:56Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:56Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-07-26T06:51:56Z DEBUG collector::execute] cd "/tmp/.tmp9SqvdJ" && 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/.tmp9SqvdJ#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp9SqvdJ/incremental-state"
[2023-07-26T06:51:59Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:51:59Z DEBUG collector::execute] cd "/tmp/.tmp9SqvdJ" && 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/.tmp9SqvdJ#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp9SqvdJ/incremental-state"
[2023-07-26T06:51:59Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmp9SqvdJ"
[2023-07-26T06:51:59Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" })
[2023-07-26T06:51:59Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" })
[2023-07-26T06:51:59Z DEBUG collector::execute] cd "/tmp/.tmp9SqvdJ" && 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/.tmp9SqvdJ#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp9SqvdJ/incremental-state"
[2023-07-26T06:52:02Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:52:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T06:52:02Z DEBUG collector::execute] cd "/tmp/.tmp0etTJa" && 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/.tmp0etTJa#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:52:05Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:52:05Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-07-26T06:52:05Z DEBUG collector::execute] cd "/tmp/.tmp0etTJa" && 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/.tmp0etTJa#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp0etTJa/incremental-state"
[2023-07-26T06:52:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:52:08Z DEBUG collector::execute] cd "/tmp/.tmp0etTJa" && 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/.tmp0etTJa#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp0etTJa/incremental-state"
[2023-07-26T06:52:09Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmp0etTJa"
[2023-07-26T06:52:09Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" })
[2023-07-26T06:52:09Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" })
[2023-07-26T06:52:09Z DEBUG collector::execute] cd "/tmp/.tmp0etTJa" && 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/.tmp0etTJa#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp0etTJa/incremental-state"
[2023-07-26T06:52:11Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T06:52:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:52:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T06:52:11Z DEBUG collector::execute] cd "/tmp/.tmpQyb9rW" && 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/.tmpQyb9rW#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T06:52:14Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-07-26T06:52:14Z DEBUG collector::execute] cd "/tmp/.tmpQyb9rW" && 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/.tmpQyb9rW#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQyb9rW/incremental-state"
[2023-07-26T06:52:17Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-07-26T06:52:17Z DEBUG collector::execute] cd "/tmp/.tmpQyb9rW" && 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/.tmpQyb9rW#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQyb9rW/incremental-state"
[2023-07-26T06:52:18Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmpQyb9rW"
[2023-07-26T06:52:18Z 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-26T06:52:18Z 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-26T06:52:18Z DEBUG collector::execute] cd "/tmp/.tmpQyb9rW" && 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/.tmpQyb9rW#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQyb9rW/incremental-state"
[2023-07-26T06:52:21.277Z INFO  opt_dist::training] Merging Rustc PGO profiles to /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata
##[endgroup]
[2023-07-26T06:52:21.277Z 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-26T06:52:56.613Z INFO  opt_dist::training] Rustc PGO statistics
---
   Compiling rustc_ast_lowering v0.0.0 (/checkout/compiler/rustc_ast_lowering)
   Compiling rustc_monomorphize v0.0.0 (/checkout/compiler/rustc_monomorphize)
   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.de999a2306ff8e11-cgu.00: no profile data available for function _RINvNtCs9ThAuBz4luh_5alloc7raw_vec11finish_growNtNtB4_5alloc6GlobalECsj6TsV41fJZZ_10rustc_smir Hash = 599005163245366147 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc3vec3VecNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body12SwitchTargetEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc3vec3VecNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc3vec3VecNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body7OperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc7raw_vec6RawVecNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body12SwitchTargetEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc7raw_vec6RawVecNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc7raw_vec6RawVecNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body7OperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeINtNtCs9ThAuBz4luh_5alloc7raw_vec6RawVechEECsj6TsV41fJZZ_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNCINvNtNtNtB4_4iter8adapters3map8map_foldRNtNtCsdEcgL98Re6P_12rustc_middle3mir14BasicBlockDataNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body10BasicBlockuNCNvXNtB2k_10rustc_smirNtB3n_6TablesNtB2i_7Context8mir_body0NCINvNvNtNtNtBP_6traits8iterator8Iterator8for_each4callB2c_NCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5m_3VecB2c_E14extend_trustedINtBL_3MapINtNtNtB4_5slice4iter4IterB1m_EB3i_EE0E0E0EB2k_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNCINvNtNtNtB4_4iter8adapters3map8map_foldRNtNtCsdEcgL98Re6P_12rustc_middle3mir9LocalDeclNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir2ty2TyuNCNvXNtB2c_10rustc_smirNtB30_6TablesNtB2a_7Context8mir_bodys_0NCINvNvNtNtNtBP_6traits8iterator8Iterator8for_each4callB26_NCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB51_3VecB26_E14extend_trustedINtBL_3MapINtNtNtB4_5slice4iter4IterB1m_EB2V_EE0E0E0EB2c_ Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNCINvNtNtNtB4_4iter8adapters3map8map_foldRNtNtCsdEcgL98Re6P_12rustc_middle3mir9StatementNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body9StatementuNCNCNvXNtB2e_10rustc_smirNtB3h_6TablesNtB2c_7Context8mir_body00NCINvNvNtNtNtBP_6traits8iterator8Iterator8for_each4callB26_NCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5h_3VecB26_E14extend_trustedINtBL_3MapINtNtNtB4_5slice4iter4IterB1m_EB3a_EE0E0E0EB2e_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNCINvNtNtNtB4_4iter8adapters3map8map_foldRNtNtCsjk3xGfGQriW_10rustc_span6def_id8CrateNumNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir5CrateuNCNvXNtB2a_10rustc_smirNtB2Y_6TablesNtB28_7Context15external_crates0NCINvNvNtNtNtBP_6traits8iterator8Iterator8for_each4callB26_NCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB55_3VecB26_E14extend_trustedINtBL_3MapINtNtNtB4_5slice4iter4IterB1m_EB2T_EE0E0E0EB2a_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNCINvNtNtNtB4_4iter8adapters3map8map_foldRNtNtNtCsdEcgL98Re6P_12rustc_middle3mir6syntax16InlineAsmOperandNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body16InlineAsmOperanduNCNvXsp_NtB2v_10rustc_smirNtNtB1q_10terminator10TerminatorNtB3H_6Stable6stables1_0NCINvNvNtNtNtBP_6traits8iterator8Iterator8for_each4callB2n_NCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5Z_3VecB2n_E14extend_trustedINtBL_3MapINtNtNtB4_5slice4iter4IterB1m_EB3z_EE0E0E0EB2v_ Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNCINvNtNtNtB4_4iter8adapters3map8map_foldRNtNtNtCsdEcgL98Re6P_12rustc_middle3mir6syntax7OperandNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body7OperanduNCNvXsp_NtB2l_10rustc_smirNtNtB1q_10terminator10TerminatorNtB3n_6Stable6stables_0NCINvNvNtNtNtBP_6traits8iterator8Iterator8for_each4callB2d_NCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5E_3VecB2d_E14extend_trustedINtBL_3MapINtNtNtB4_5slice4iter4IterB1m_EB3f_EE0E0E0EB2l_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNtNtCs9ThAuBz4luh_5alloc6string6StringECsj6TsV41fJZZ_10rustc_smir Hash = 238984481941143025 up to 0 count discarded

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

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body10TerminatorEBO_ Hash = 128035617710870789 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body13AssertMessageEBO_ Hash = 647472252099359144 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body5PlaceEBO_ Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvNtCsj4X8V366dlU_4core3ptr13drop_in_placeNtNtNtNtCsj6TsV41fJZZ_10rustc_smir10stable_mir3mir4body7OperandEBO_ Hash = 238984481002779099 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterINtNtNtCsdEcgL98Re6P_12rustc_middle2ty3sty6BinderNtB1M_20ExistentialPredicateEEENCNvXsB_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtB1O_2TyNtB39_6Stable6stable0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB4i_8for_each4callINtNtNtB3b_10stable_mir2ty6BinderNtB5o_20ExistentialPredicateENCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB6u_3VecB5l_E14extend_trustedBN_E0E0EB3b_ Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtCsizYkeEQ6OiX_9rustc_abi8FieldIdxEENCNvXs5_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtNtNtCsdEcgL98Re6P_12rustc_middle3mir6syntax6NullOpNtB2s_6Stable6stable0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB4i_8for_each4calljNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5v_3VecjE14extend_trustedBN_E0E0EB2u_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtNtCsdEcgL98Re6P_12rustc_middle2ty2TyEENCNvXsB_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirB1J_NtB2v_6Stable6stables_0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3B_8for_each4callNtNtNtB2x_10stable_mir2ty2TyNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5f_3VecB4E_E14extend_trustedBN_E0E0EB2x_ Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtNtCsdEcgL98Re6P_12rustc_middle2ty2TyEENCNvXst_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtNtB1L_3sty5FnSigNtB2v_6Stable6stable0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3N_8for_each4callNtNtNtB2x_10stable_mir2ty2TyNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5r_3VecB4Q_E14extend_trustedBN_E0E0EB2x_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtNtNtCs3ECvNGVNSr6_18rustc_query_system9dep_graph5graph12DepNodeIndexEENCINvXs9_NtCs1K4mH4jBygT_9hashbrown3setINtB32_7HashSetB1J_INtNtBc_4hash18BuildHasherDefaultNtCs1QvglZwMs8U_10rustc_hash8FxHasherEEINtNtNtBa_6traits7collect6ExtendB1J_E6extendBX_E0ENtNtB54_8iterator8Iterator4folduNCINvNvB5N_8for_each4callTB1J_uENCINvXs1v_NtB34_3mapINtB6Z_7HashMapB1J_uB3P_EIB50_B6I_E6extendBN_E0E0ECsj6TsV41fJZZ_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtNtNtCsdEcgL98Re6P_12rustc_middle2ty12generic_args10GenericArgEENCNvXsq_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirINtNtB1N_4list4ListB1J_ENtB2U_6Stable6stable0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB4i_8for_each4callNtNtNtB2W_10stable_mir2ty14GenericArgKindNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB69_3VecB5l_E14extend_trustedBN_E0E0EB2W_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtNtNtCsdEcgL98Re6P_12rustc_middle2ty3sty17BoundVariableKindEENCNvXss_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirINtB1L_6BinderNtB1L_20ExistentialPredicateENtB2R_6Stable6stable0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB4y_8for_each4callNtNtNtB2T_10stable_mir2ty17BoundVariableKindNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB6s_3VecB5B_E14extend_trustedBN_E0E0EB2T_ Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtB8_6copied6CopiedINtNtNtBc_5slice4iter4IterNtNtNtCsdEcgL98Re6P_12rustc_middle2ty3sty17BoundVariableKindEENCNvXss_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirINtB1L_6BinderNtB1L_5FnSigENtB2R_6Stable6stable0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB4i_8for_each4callNtNtNtB2T_10stable_mir2ty17BoundVariableKindNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB6c_3VecB5l_E14extend_trustedBN_E0E0EB2T_ Hash = 742261418966908927 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtNtBc_5slice4iter4IterNtNtCsdEcgL98Re6P_12rustc_middle3mir14BasicBlockDataENCNvXNtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtB2j_6TablesNtNtB2l_10stable_mir7Context8mir_body0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3N_8for_each4callNtNtNtB3c_3mir4body10BasicBlockNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5u_3VecB4Q_E14extend_trustedBN_E0E0EB2l_ Hash = 52047012629510018 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtNtBc_5slice4iter4IterNtNtCsdEcgL98Re6P_12rustc_middle3mir9LocalDeclENCNvXNtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtB2d_6TablesNtNtB2f_10stable_mir7Context8mir_bodys_0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3J_8for_each4callNtNtB36_2ty2TyNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB59_3VecB4M_E14extend_trustedBN_E0E0EB2f_ Hash = 287486628645739819 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtNtBc_5slice4iter4IterNtNtCsdEcgL98Re6P_12rustc_middle3mir9StatementENCNCNvXNtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtB2f_6TablesNtNtB2h_10stable_mir7Context8mir_body00ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3K_8for_each4callNtNtNtB38_3mir4body9StatementNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5p_3VecB4N_E14extend_trustedBN_E0E0EB2h_ Hash = 287486628645739819 up to 0 count discarded

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

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtNtBc_5slice4iter4IterNtNtCsjk3xGfGQriW_10rustc_span6def_id8CrateNumENCNvXNtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtB2d_6TablesNtNtB2f_10stable_mir7Context15external_crates0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3P_8for_each4callNtB36_5CrateNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5d_3VecB4S_E14extend_trustedBN_E0E0EB2f_ Hash = 287486628645739819 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtNtBc_5slice4iter4IterNtNtNtCsdEcgL98Re6P_12rustc_middle3mir6syntax16InlineAsmOperandENCNvXsp_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtNtB1r_10terminator10TerminatorNtB2x_6Stable6stables1_0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB46_8for_each4callNtNtNtNtB2z_10stable_mir3mir4body16InlineAsmOperandNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB67_3VecB59_E14extend_trustedBN_E0E0EB2z_ Hash = 287486628645739819 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RINvXs0_NtNtNtCsj4X8V366dlU_4core4iter8adapters3mapINtB6_3MapINtNtNtBc_5slice4iter4IterNtNtNtCsdEcgL98Re6P_12rustc_middle3mir6syntax7OperandENCNvXsp_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtNtB1r_10terminator10TerminatorNtB2n_6Stable6stables_0ENtNtNtBa_6traits8iterator8Iterator4folduNCINvNvB3V_8for_each4callNtNtNtNtB2p_10stable_mir3mir4body7OperandNCINvMsh_NtCs9ThAuBz4luh_5alloc3vecINtB5M_3VecB4Y_E14extend_trustedBN_E0E0EB2p_ Hash = 287486628645739819 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvMs0_CsgQrzCnqlpu9_8indexmapINtB5_6BucketNtNtCsjk3xGfGQriW_10rustc_span6def_id10LocalDefIduE7key_refCsj6TsV41fJZZ_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvXsP_NtCsj4X8V366dlU_4core3fmtRNtNtCsjk3xGfGQriW_10rustc_span6symbol6SymbolNtB5_5Debug3fmtCsj6TsV41fJZZ_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvXsf_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtNtCs3dRCXGfwt4P_9rustc_hir3hir8UnsafetyNtB5_6Stable6stable Hash = 742261418966908927 up to 0 count discarded

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvXsn_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtNtCs3dRCXGfwt4P_9rustc_hir3hir13GeneratorKindNtB5_6Stable6stable Hash = 844982795958681523 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvXsx_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtCs1OfxPhoHMzl_13rustc_type_ir5IntTyNtB5_6Stable6stable Hash = 287486626987461054 up to 0 count discarded

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

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

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvXsy_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtCs1OfxPhoHMzl_13rustc_type_ir6UintTyNtB5_6Stable6stable Hash = 287486626987461054 up to 0 count discarded

warning: rustc_smir.de999a2306ff8e11-cgu.13: no profile data available for function _RNvXsz_NtCsj6TsV41fJZZ_10rustc_smir10rustc_smirNtCs1OfxPhoHMzl_13rustc_type_ir7FloatTyNtB5_6Stable6stable Hash = 742261418966908927 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2023-07-26T07:06:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:06:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:06:55Z DEBUG collector::execute] cd "/tmp/.tmpru5ITZ" && 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/.tmpru5ITZ#clap@3.1.6" "--" "--skip-this-rustc"
[2023-07-26T07:06:55Z DEBUG collector::execute] cd "/tmp/.tmpGjRzV4" && 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/.tmpGjRzV4#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:06:57Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:06:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:06:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:06:57Z DEBUG collector::execute] cd "/tmp/.tmpUjNd5N" && 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/.tmpUjNd5N#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:07:00Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:07:00Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:07:00Z DEBUG collector::execute] cd "/tmp/.tmpu6toPS" && 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/.tmpu6toPS#clap@3.1.6" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark clap-3.1.6 (2/8)
Finished benchmark clap-3.1.6 (2/8)
Executing benchmark hyper-0.14.18 (3/8)
Preparing hyper-0.14.18
[2023-07-26T07:07:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:07:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:07:08Z DEBUG collector::execute] cd "/tmp/.tmpf8sbvT" && 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/.tmpf8sbvT#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T07:07:08Z DEBUG collector::execute] cd "/tmp/.tmphbIiZR" && 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/.tmphbIiZR#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T07:07:26Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:07:26Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:07:26Z DEBUG collector::execute] cd "/tmp/.tmpsJ8V5V" && 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/.tmpsJ8V5V#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Opt + [Full]
---
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2023-07-26T07:07:36Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:07:36Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:07:36Z DEBUG collector::execute] cd "/tmp/.tmp2HmEyU" && 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/.tmp2HmEyU#regex@1.5.5" "--" "--skip-this-rustc"
[2023-07-26T07:07:36Z DEBUG collector::execute] cd "/tmp/.tmpVBeDhn" && 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/.tmpVBeDhn#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:07:42Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:07:42Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:07:42Z DEBUG collector::execute] cd "/tmp/.tmptbMVX0" && 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/.tmptbMVX0#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Opt + [Full]
Running regex-1.5.5: Opt + [Full]
[2023-07-26T07:07:43Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:07:43Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:07:44Z DEBUG collector::execute] cd "/tmp/.tmpujH1nu" && 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/.tmpujH1nu#regex@1.5.5" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0 (5/8)
Preparing ripgrep-13.0.0
[2023-07-26T07:07:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:07:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:07:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:07:51Z DEBUG collector::execute] cd "/tmp/.tmpXVbDcV" && 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/.tmpXVbDcV#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:07:51Z DEBUG collector::execute] cd "/tmp/.tmpruFyuI" && 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/.tmpruFyuI#ripgrep@13.0.0" "--" "--skip-this-rustc"
[2023-07-26T07:08:15Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:08:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:08:15Z DEBUG collector::execute] cd "/tmp/.tmpx5MFq7" && 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/.tmpx5MFq7#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Opt + [Full]
---
[2023-07-26T07:08:28Z DEBUG collector::execute] cd "/tmp/.tmp3y6nxw" && 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/.tmp3y6nxw#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
Running ripgrep-13.0.0-tiny: Opt + [Full]
[2023-07-26T07:08:37Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:08:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:08:37Z DEBUG collector::execute] cd "/tmp/.tmpyuzFhK" && 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/.tmpyuzFhK#ripgrep@13.0.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark serde-1.0.136 (7/8)
Preparing serde-1.0.136
[2023-07-26T07:09:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:09:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:09:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:09:14Z DEBUG collector::execute] cd "/tmp/.tmpLhwgaE" && 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/.tmpLhwgaE#serde@1.0.136" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:09:14Z DEBUG collector::execute] cd "/tmp/.tmpE1D9M9" && 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/.tmpE1D9M9#serde@1.0.136" "--" "--skip-this-rustc"
[2023-07-26T07:09:14Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:09:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:09:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:09:14Z DEBUG collector::execute] cd "/tmp/.tmpyryyrP" && 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/.tmpyryyrP#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:09:16Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:09:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:09:16Z DEBUG collector::execute] cd "/tmp/.tmp7IVpfr" && 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/.tmp7IVpfr#serde@1.0.136" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark serde-1.0.136 (7/8)
Finished benchmark serde-1.0.136 (7/8)
Executing benchmark syn-1.0.89 (8/8)
Preparing syn-1.0.89
[2023-07-26T07:09:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:09:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:09:18Z DEBUG collector::execute] cd "/tmp/.tmppYIbAF" && 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/.tmppYIbAF#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:09:18Z DEBUG collector::execute] cd "/tmp/.tmpolEmom" && 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/.tmpolEmom#syn@1.0.89" "--" "--skip-this-rustc"
[2023-07-26T07:09:21Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:09:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:09:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:09:21Z DEBUG collector::execute] cd "/tmp/.tmpgSoOHi" && 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/.tmpgSoOHi#syn@1.0.89" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:09:23Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:09:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:09:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:09:23Z DEBUG collector::execute] cd "/tmp/.tmplfRrCO" && 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/.tmplfRrCO#syn@1.0.89" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:09:27.888Z INFO  opt_dist::training] Merging LLVM PGO profiles to /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata
##[endgroup]
[2023-07-26T07:09:27.888Z INFO  opt_dist::exec] Executing `/rustroot/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata /tmp/tmp-multistage/opt-artifacts/llvm-pgo [at /checkout/obj]`
[2023-07-26T07:09:44.883Z INFO  opt_dist::training] LLVM PGO statistics
---
Preparing clap-3.1.6
[2023-07-26T07:32:19Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:32:19Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:32:19Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:32:19Z DEBUG collector::execute] cd "/tmp/.tmpmYBAgn" && 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/.tmpmYBAgn#clap@3.1.6" "--" "--skip-this-rustc"
[2023-07-26T07:32:19Z DEBUG collector::execute] cd "/tmp/.tmpOg7cSt" && 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/.tmpOg7cSt#clap@3.1.6" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T07:32:19Z DEBUG collector::execute] cd "/tmp/.tmpRqbJ5X" && 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/.tmpRqbJ5X#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:32:24Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:32:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:32:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:32:24Z DEBUG collector::execute] cd "/tmp/.tmpjrcdIK" && 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/.tmpjrcdIK#clap@3.1.6" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:32:25Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:32:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:32:26Z DEBUG collector::execute] cd "/tmp/.tmpe8B2iV" && 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/.tmpe8B2iV#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full]
---
Preparing hyper-0.14.18
[2023-07-26T07:32:35Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:32:35Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:32:35Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:32:35Z DEBUG collector::execute] cd "/tmp/.tmpfAY08E" && 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/.tmpfAY08E#hyper@0.14.18" "--profile" "check" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T07:32:35Z DEBUG collector::execute] cd "/tmp/.tmprdhAJ2" && 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/.tmprdhAJ2#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T07:32:35Z DEBUG collector::execute] cd "/tmp/.tmpVEiX5t" && 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/.tmpVEiX5t#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-07-26T07:33:00Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:33:00Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:33:00Z DEBUG collector::execute] cd "/tmp/.tmpEUlWj0" && 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/.tmpEUlWj0#hyper@0.14.18" "--profile" "check" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Debug + [Full]
Running hyper-0.14.18: Debug + [Full]
[2023-07-26T07:33:02Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:33:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:33:02Z DEBUG collector::execute] cd "/tmp/.tmpvzVXl7" && 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/.tmpvzVXl7#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Opt + [Full]
[2023-07-26T07:33:05Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:33:05Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:33:05Z DEBUG collector::execute] cd "/tmp/.tmpJmZsML" && 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/.tmpJmZsML#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2023-07-26T07:33:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:33:13Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
---
[2023-07-26T07:33:20Z DEBUG collector::execute] cd "/tmp/.tmpoovVMF" && 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/.tmpoovVMF#regex@1.5.5" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Debug + [Full]
[2023-07-26T07:33:21Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:33:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:33:21Z DEBUG collector::execute] cd "/tmp/.tmpdLHZgi" && 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/.tmpdLHZgi#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:33:23Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:33:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:33:23Z DEBUG collector::execute] cd "/tmp/.tmp26iGPf" && 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/.tmp26iGPf#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-26T07:33:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:33:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:33:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:33:30Z DEBUG collector::execute] cd "/tmp/.tmpb2E3Md" && 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/.tmpb2E3Md#ripgrep@13.0.0" "--" "--skip-this-rustc"
[2023-07-26T07:33:30Z DEBUG collector::execute] cd "/tmp/.tmpatZ8ko" && 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/.tmpatZ8ko#ripgrep@13.0.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T07:33:30Z DEBUG collector::execute] cd "/tmp/.tmpZigmVM" && 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/.tmpZigmVM#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:34:02Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:34:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:34:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:34:03Z DEBUG collector::execute] cd "/tmp/.tmpaTLGgU" && 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/.tmpaTLGgU#ripgrep@13.0.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:34:03Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:34:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:34:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:34:03Z DEBUG collector::execute] cd "/tmp/.tmpLNbfCt" && 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/.tmpLNbfCt#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:34:06Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:34:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:34:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:34:06Z DEBUG collector::execute] cd "/tmp/.tmpfu5qUJ" && 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/.tmpfu5qUJ#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-26T07:34:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:34:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:34:15Z DEBUG collector::execute] cd "/tmp/.tmpCmEU0J" && 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/.tmpCmEU0J#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:34:29Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:34:29Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:34:29Z DEBUG collector::execute] cd "/tmp/.tmp3U257x" && 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/.tmp3U257x#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-26T07:35:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:35:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:35:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:35:01Z DEBUG collector::execute] cd "/tmp/.tmpkZnDv8" && 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/.tmpkZnDv8#serde@1.0.136" "--" "--skip-this-rustc"
[2023-07-26T07:35:01Z DEBUG collector::execute] cd "/tmp/.tmp0tKxFE" && 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/.tmp0tKxFE#serde@1.0.136" "--profile" "check" "--" "--skip-this-rustc"
Running serde-1.0.136: Check + [Full]
[2023-07-26T07:35:03Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:35:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:35:03Z DEBUG collector::execute] cd "/tmp/.tmp0Erlsd" && 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/.tmp0Erlsd#serde@1.0.136" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-07-26T07:35:03Z DEBUG collector::execute] cd "/tmp/.tmp0Erlsd" && 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/.tmp0Erlsd#serde@1.0.136" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Debug + [Full]
[2023-07-26T07:35:04Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:35:04Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-07-26T07:35:04Z DEBUG collector::execute] cd "/tmp/.tmpGz4U7i" && 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/.tmpGz4U7i#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Opt + [Full]
[2023-07-26T07:35:07Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:35:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-07-26T07:35:07Z DEBUG collector::execute] cd "/tmp/.tmpvwjFGh" && 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/.tmpvwjFGh#serde@1.0.136" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark syn-1.0.89 (8/8)
Preparing syn-1.0.89
[2023-07-26T07:35:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-07-26T07:35:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:35:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-07-26T07:35:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-07-26T07:35:11Z DEBUG collector::execute] cd "/tmp/.tmpionM3o" && 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/.tmpionM3o#syn@1.0.89" "--profile" "check" "--" "--skip-this-rustc"
[2023-07-26T07:35:11Z DEBUG collector::execute] cd "/tmp/.tmpNgDEiD" && 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/.tmpNgDEiD#syn@1.0.89" "--" "--skip-this-rustc"
[2023-07-26T07:35:11Z DEBUG collector::execute] cd "/tmp/.tmpWW6xVq" && 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/.tmpWW6xVq#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2023-07-26T07:35:16Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-07-26T07:35:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-07-26T07:35:16Z DEBUG collector::execute] cd "/tmp/.tmpLHJIq3" && 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/.tmpLHJIq3#syn@1.0.89" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Debug + [Full]
---

- error: query stack during panic:
+ error: 
+ 
+                              [... omitted 2 frames ...]
+        [... omitted 2 frames ...]
+        [... omitted 2 frames ...]
+         [... omitted 1 frame ...]
+         [... omitted 1 frame ...]
+          [... omitted 2 frames ...]
+                  [... omitted 2 frames ...]
+          [... omitted 2 frames ...]
+ query stack during panic:
+ query stack during panic:
2 #0 [mir_borrowck] borrow-checking `test::{constant#1}`
3 #1 [mir_drops_elaborated_and_const_checked] elaborating drops for `test::{constant#1}`
4 #2 [mir_for_ctfe] caching mir of `test::{constant#1}` for CTFE

The actual stderr differed from the expected stderr.
Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/const-generics/late-bound-vars/simple/simple.stderr
To update references, rerun the tests and pass the `--bless` flag
To update references, rerun the tests and pass the `--bless` flag
To only update this specific test, also pass `--test-args const-generics/late-bound-vars/simple.rs`

error: 1 errors occurred comparing output.
status: exit status: 101
command: RUSTC_ICE="0" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc/bin/rustc" "/checkout/tests/ui/const-generics/late-bound-vars/simple.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "--sysroot" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "--json" "future-incompat" "-Ccodegen-units=1" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-Zwrite-long-types-to-disk=no" "-Cstrip=debuginfo" "--remap-path-prefix=/checkout/tests/ui=fake-test-src-base" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/const-generics/late-bound-vars/simple" "-A" "unused" "-Crpath" "-Cdebuginfo=0" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/const-generics/late-bound-vars/simple/auxiliary"
stdout: none
--- stderr -------------------------------
##[error]error: internal compiler error: compiler/rustc_borrowck/src/universal_regions.rs:883:36: cannot convert `ReFree(DefId(0:5 ~ simple[84ba]::test), BrNamed(DefId(0:6 ~ simple[84ba]::test::'a), 'a))` to a region vid
thread 'rustc' panicked at 'Box<dyn Any>', /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/compiler/rustc_errors/src/lib.rs:1663:9
stack backtrace:
   0: std::panicking::begin_panic::<rustc_errors::ExplicitBug>
   1: <rustc_errors::HandlerInner>::bug::<alloc::string::String>
   1: <rustc_errors::HandlerInner>::bug::<alloc::string::String>
   2: <rustc_errors::Handler>::bug::<alloc::string::String>
   3: rustc_middle::util::bug::opt_span_bug_fmt::<rustc_span::span_encoding::Span>::{closure#0}
   4: rustc_middle::ty::context::tls::with_opt::<rustc_middle::util::bug::opt_span_bug_fmt<rustc_span::span_encoding::Span>::{closure#0}, !>::{closure#0}
   5: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_opt<rustc_middle::util::bug::opt_span_bug_fmt<rustc_span::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
   7: <rustc_borrowck::type_check::constraint_conversion::ConstraintConversion>::convert_all
   7: <rustc_borrowck::type_check::constraint_conversion::ConstraintConversion>::convert_all
   8: <rustc_borrowck::type_check::TypeChecker>::ascribe_user_type
   9: rustc_borrowck::type_check::type_check
  10: rustc_borrowck::nll::compute_regions
  11: rustc_borrowck::do_mir_borrowck
  12: rustc_borrowck::mir_borrowck
      [... omitted 2 frames ...]
  13: rustc_mir_transform::mir_drops_elaborated_and_const_checked
      [... omitted 2 frames ...]
  14: rustc_mir_transform::mir_for_ctfe
      [... omitted 2 frames ...]
  15: <rustc_const_eval::interpret::eval_context::InterpCx<rustc_const_eval::const_eval::machine::CompileTimeInterpreter>>::load_mir
  16: rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
      [... omitted 1 frame ...]
  17: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>, rustc_middle::query::erase::Erased<[u8; 16]>>>
  18: rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
      [... omitted 1 frame ...]
  19: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>, rustc_middle::query::erase::Erased<[u8; 16]>>>
  20: rustc_const_eval::const_eval::eval_to_valtree
  21: <rustc_const_eval::provide::{closure#0} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>)>>::call_once
      [... omitted 2 frames ...]
  22: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>, rustc_middle::query::erase::Erased<[u8; 24]>>>
  23: <rustc_middle::ty::context::TyCtxt>::const_eval_global_id_for_typeck
  25: <rustc_middle::ty::consts::Const>::eval
  26: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  27: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
  28: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
  28: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
  29: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  30: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_return_expr
  31: rustc_hir_typeck::check::check_fn
  32: rustc_hir_typeck::typeck
      [... omitted 2 frames ...]
  33: rustc_data_structures::sync::par_for_each_in::<&[rustc_span::def_id::LocalDefId], <rustc_middle::hir::map::Map>::par_body_owners<rustc_hir_analysis::check_crate::{closure#7}>::{closure#0}>
  35: rustc_interface::passes::analysis
  35: rustc_interface::passes::analysis
      [... omitted 2 frames ...]
  37: <rustc_interface::interface::Compiler>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}, core::result::Result<core::option::Option<rustc_interface::queries::Linker>, rustc_span::ErrorGuaranteed>>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.73.0-nightly (23a543267 2023-07-26) running on x86_64-unknown-linux-gnu

note: compiler flags: -Z threads=1 -Z simulate-remapped-rust-src-base=/rustc/FAKE_PREFIX -Z translate-remapped-path-to-local-path=no -C codegen-units=1 -Z ui-testing -Z deduplicate-diagnostics=no -Z write-long-types-to-disk=no -C strip=debuginfo -C prefer-dynamic -C rpath -C debuginfo=0
query stack during panic:
query stack during panic:
#0 [mir_borrowck] borrow-checking `test::{constant#1}`
#1 [mir_drops_elaborated_and_const_checked] elaborating drops for `test::{constant#1}`
#2 [mir_for_ctfe] caching mir of `test::{constant#1}` for CTFE
#3 [eval_to_allocation_raw] const-evaluating + checking `test::{constant#1}`
#4 [eval_to_allocation_raw] const-evaluating + checking `test::{constant#1}`
#5 [eval_to_valtree] evaluating type-level constant
#6 [typeck] type-checking `test`
end of query stack
error: aborting due to previous error
------------------------------------------



---- [ui] tests/ui/const-generics/late-bound-vars/in_closure.rs stdout ----
diff of stderr:

- error: query stack during panic:
+ error: 
+ 
+                              [... omitted 2 frames ...]
+        [... omitted 2 frames ...]
+        [... omitted 2 frames ...]
+         [... omitted 1 frame ...]
+         [... omitted 1 frame ...]
+          [... omitted 2 frames ...]
+                         [... omitted 2 frames ...]
+          [... omitted 2 frames ...]
+ query stack during panic:
+ query stack during panic:
2 #0 [mir_borrowck] borrow-checking `test::{closure#0}::{constant#1}`
3 #1 [mir_drops_elaborated_and_const_checked] elaborating drops for `test::{closure#0}::{constant#1}`
4 #2 [mir_for_ctfe] caching mir of `test::{closure#0}::{constant#1}` for CTFE

The actual stderr differed from the expected stderr.
Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/const-generics/late-bound-vars/in_closure/in_closure.stderr
To update references, rerun the tests and pass the `--bless` flag
To update references, rerun the tests and pass the `--bless` flag
To only update this specific test, also pass `--test-args const-generics/late-bound-vars/in_closure.rs`

error: 1 errors occurred comparing output.
status: exit status: 101
command: RUSTC_ICE="0" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc/bin/rustc" "/checkout/tests/ui/const-generics/late-bound-vars/in_closure.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "--sysroot" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "--json" "future-incompat" "-Ccodegen-units=1" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-Zwrite-long-types-to-disk=no" "-Cstrip=debuginfo" "--remap-path-prefix=/checkout/tests/ui=fake-test-src-base" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/const-generics/late-bound-vars/in_closure" "-A" "unused" "-Crpath" "-Cdebuginfo=0" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/const-generics/late-bound-vars/in_closure/auxiliary"
--- stderr -------------------------------
--- stderr -------------------------------
##[error]error: internal compiler error: compiler/rustc_borrowck/src/universal_regions.rs:883:36: cannot convert `ReFree(DefId(0:5 ~ in_closure[2ba9]::test), BrNamed(DefId(0:6 ~ in_closure[2ba9]::test::'a), 'a))` to a region vid
thread 'rustc' panicked at 'Box<dyn Any>', /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/compiler/rustc_errors/src/lib.rs:1663:9
stack backtrace:
   0: std::panicking::begin_panic::<rustc_errors::ExplicitBug>
   1: <rustc_errors::HandlerInner>::bug::<alloc::string::String>
   1: <rustc_errors::HandlerInner>::bug::<alloc::string::String>
   2: <rustc_errors::Handler>::bug::<alloc::string::String>
   3: rustc_middle::util::bug::opt_span_bug_fmt::<rustc_span::span_encoding::Span>::{closure#0}
   4: rustc_middle::ty::context::tls::with_opt::<rustc_middle::util::bug::opt_span_bug_fmt<rustc_span::span_encoding::Span>::{closure#0}, !>::{closure#0}
   5: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_opt<rustc_middle::util::bug::opt_span_bug_fmt<rustc_span::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
   7: <rustc_borrowck::type_check::constraint_conversion::ConstraintConversion>::convert_all
   7: <rustc_borrowck::type_check::constraint_conversion::ConstraintConversion>::convert_all
   8: <rustc_borrowck::type_check::TypeChecker>::ascribe_user_type
   9: rustc_borrowck::type_check::type_check
  10: rustc_borrowck::nll::compute_regions
  11: rustc_borrowck::do_mir_borrowck
  12: rustc_borrowck::mir_borrowck
      [... omitted 2 frames ...]
  13: rustc_mir_transform::mir_drops_elaborated_and_const_checked
      [... omitted 2 frames ...]
  14: rustc_mir_transform::mir_for_ctfe
      [... omitted 2 frames ...]
  15: <rustc_const_eval::interpret::eval_context::InterpCx<rustc_const_eval::const_eval::machine::CompileTimeInterpreter>>::load_mir
  16: rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
      [... omitted 1 frame ...]
  17: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>, rustc_middle::query::erase::Erased<[u8; 16]>>>
  18: rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
      [... omitted 1 frame ...]
  19: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>, rustc_middle::query::erase::Erased<[u8; 16]>>>
  20: rustc_const_eval::const_eval::eval_to_valtree
  21: <rustc_const_eval::provide::{closure#0} as core::ops::function::FnOnce<(rustc_middle::ty::context::TyCtxt, rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>)>>::call_once
      [... omitted 2 frames ...]
  22: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_middle::ty::ParamEnvAnd<rustc_middle::mir::interpret::GlobalId>, rustc_middle::query::erase::Erased<[u8; 24]>>>
  23: <rustc_middle::ty::context::TyCtxt>::const_eval_global_id_for_typeck
  25: <rustc_middle::ty::consts::Const>::eval
  26: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  27: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
  28: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
  28: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
  29: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  30: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_return_expr
  31: rustc_hir_typeck::check::check_fn
  32: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_closure
  33: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  34: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
  35: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_block_with_expected
  36: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  37: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_return_expr
  38: rustc_hir_typeck::check::check_fn
  39: rustc_hir_typeck::typeck
      [... omitted 2 frames ...]
  40: rustc_data_structures::sync::par_for_each_in::<&[rustc_span::def_id::LocalDefId], <rustc_middle::hir::map::Map>::par_body_owners<rustc_hir_analysis::check_crate::{closure#7}>::{closure#0}>
  42: rustc_interface::passes::analysis
  42: rustc_interface::passes::analysis
      [... omitted 2 frames ...]
  44: <rustc_interface::interface::Compiler>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}, core::result::Result<core::option::Option<rustc_interface::queries::Linker>, rustc_span::ErrorGuaranteed>>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.73.0-nightly (23a543267 2023-07-26) running on x86_64-unknown-linux-gnu

note: compiler flags: -Z threads=1 -Z simulate-remapped-rust-src-base=/rustc/FAKE_PREFIX -Z translate-remapped-path-to-local-path=no -C codegen-units=1 -Z ui-testing -Z deduplicate-diagnostics=no -Z write-long-types-to-disk=no -C strip=debuginfo -C prefer-dynamic -C rpath -C debuginfo=0
query stack during panic:
query stack during panic:
#0 [mir_borrowck] borrow-checking `test::{closure#0}::{constant#1}`
#1 [mir_drops_elaborated_and_const_checked] elaborating drops for `test::{closure#0}::{constant#1}`
#2 [mir_for_ctfe] caching mir of `test::{closure#0}::{constant#1}` for CTFE
#3 [eval_to_allocation_raw] const-evaluating + checking `test::{closure#0}::{constant#1}`
#4 [eval_to_allocation_raw] const-evaluating + checking `test::{closure#0}::{constant#1}`
#5 [eval_to_valtree] evaluating type-level constant
#6 [typeck] type-checking `test`
end of query stack
error: aborting due to previous error
------------------------------------------



---- [ui] tests/ui/consts/const-eval/const-eval-query-stack.rs stdout ----
diff of stderr:

4 LL | const X: i32 = 1 / 0;
5    |                ^^^^^ attempt to divide `1_i32` by zero
6 
+                                                 [... omitted 1 frame ...]
+        [... omitted 1 frame ...]
+        [... omitted 1 frame ...]
7 query stack during panic:
8 #0 [eval_to_allocation_raw] const-evaluating + checking `X`
9 #1 [eval_to_const_value_raw] simplifying constant for the type system `X`

The actual stderr differed from the expected stderr.
Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/consts/const-eval/const-eval-query-stack/const-eval-query-stack.stderr
To update references, rerun the tests and pass the `--bless` flag
To update references, rerun the tests and pass the `--bless` flag
To only update this specific test, also pass `--test-args consts/const-eval/const-eval-query-stack.rs`

error: 1 errors occurred comparing output.
status: exit status: 101
command: RUSTC_ICE="0" RUST_BACKTRACE="1" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc/bin/rustc" "/checkout/tests/ui/consts/const-eval/const-eval-query-stack.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "--sysroot" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "--json" "future-incompat" "-Ccodegen-units=1" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-Zwrite-long-types-to-disk=no" "-Cstrip=debuginfo" "--remap-path-prefix=/checkout/tests/ui=fake-test-src-base" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/consts/const-eval/const-eval-query-stack" "-A" "unused" "-Crpath" "-Cdebuginfo=0" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/consts/const-eval/const-eval-query-stack/auxiliary" "-Ztreat-err-as-bug=1"
--- stderr -------------------------------
error[E0080]: evaluation of constant value failed
##[error]  --> fake-test-src-base/consts/const-eval/const-eval-query-stack.rs:16:16
   |
   |
LL | const X: i32 = 1 / 0; //~ERROR constant
   |                ^^^^^ attempt to divide `1_i32` by zero

thread 'rustc' panicked at 'aborting due to `-Z treat-err-as-bug=1`', compiler/rustc_errors/src/lib.rs:1737:30
   0: rust_begin_unwind
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/library/std/src/panicking.rs:617:5
   1: core::panicking::panic_fmt
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/library/core/src/panicking.rs:67:14
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/library/core/src/panicking.rs:67:14
   2: <rustc_errors::HandlerInner>::panic_if_treat_err_as_bug
   4: rustc_interface::callbacks::track_diagnostic
   5: <rustc_errors::HandlerInner>::emit_diagnostic
   6: <rustc_errors::Handler>::emit_diagnostic
   6: <rustc_errors::Handler>::emit_diagnostic
   7: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic_builder::EmissionGuarantee>::diagnostic_builder_emit_producing_guarantee
   8: rustc_const_eval::const_eval::error::report::<rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider::{closure#1}, rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider::{closure#2}, rustc_const_eval::errors::ConstEvalError>
   9: rustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
      [... omitted 1 frame ...]
  10: rustc_const_eval::const_eval::eval_queries::eval_to_const_value_raw_provider
      [... omitted 1 frame ...]
  11: rustc_const_eval::const_eval::eval_queries::eval_to_const_value_raw_provider
      [... omitted 1 frame ...]
  12: <rustc_middle::query::plumbing::TyCtxtEnsure>::const_eval_poly
  13: <rustc_lint::BuiltinCombinedModuleLateLintPass as rustc_lint::passes::LateLintPass>::check_item
  14: rustc_hir::intravisit::walk_mod::<rustc_lint::late::LateContextAndPass<rustc_lint::BuiltinCombinedModuleLateLintPass>>
  15: rustc_lint::late::late_lint_mod::<rustc_lint::BuiltinCombinedModuleLateLintPass>
  16: rustc_lint::lint_mod
      [... omitted 2 frames ...]
  18: <core::panic::unwind_safe::AssertUnwindSafe<rustc_interface::passes::analysis::{closure#5}::{closure#1}> as core::ops::function::FnOnce<()>>::call_once
  19: <rustc_session::session::Session>::time::<(), rustc_interface::passes::analysis::{closure#5}>
  20: rustc_interface::passes::analysis
  20: rustc_interface::passes::analysis
      [... omitted 2 frames ...]
  22: <rustc_interface::interface::Compiler>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}, core::result::Result<core::option::Option<rustc_interface::queries::Linker>, rustc_span::ErrorGuaranteed>>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

error: the compiler unexpectedly panicked. this is a bug.
error: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.73.0-nightly (23a543267 2023-07-26) running on x86_64-unknown-linux-gnu

note: compiler flags: -Z threads=1 -Z simulate-remapped-rust-src-base=/rustc/FAKE_PREFIX -Z translate-remapped-path-to-local-path=no -C codegen-units=1 -Z ui-testing -Z deduplicate-diagnostics=no -Z write-long-types-to-disk=no -C strip=debuginfo -C prefer-dynamic -C rpath -C debuginfo=0 -Z treat-err-as-bug=1
query stack during panic:
query stack during panic:
#0 [eval_to_allocation_raw] const-evaluating + checking `X`
#1 [eval_to_const_value_raw] simplifying constant for the type system `X`
#2 [eval_to_const_value_raw] simplifying constant for the type system `X`
#3 [lint_mod] linting top-level module
end of query stack
------------------------------------------



---- [ui] tests/ui/generic-associated-types/issue-90014-tait2.rs stdout ----
diff of stderr:

2   --> $DIR/issue-90014-tait2.rs:41:27
3    |
4 LL |     fn make_fut(&self) -> Box<dyn for<'a> Trait<'a, Thing = Fut<'a>>> {
-    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^query stack during panic:
+ 
+ 
+                           [... omitted 2 frames ...]
+               [... omitted 2 frames ...]
+         [... omitted 2 frames ...]
+          [... omitted 2 frames ...]
+ query stack during panic:
+ query stack during panic:
6 #0 [typeck] type-checking `<impl at $DIR/issue-90014-tait2.rs:40:1: 40:13>::make_fut`
7 #1 [type_of] computing type of `Fut::{opaque#0}`
8 #2 [check_mod_item_types] checking item types in top-level module

The actual stderr differed from the expected stderr.
Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/generic-associated-types/issue-90014-tait2/issue-90014-tait2.stderr
To update references, rerun the tests and pass the `--bless` flag
To update references, rerun the tests and pass the `--bless` flag
To only update this specific test, also pass `--test-args generic-associated-types/issue-90014-tait2.rs`

error: 1 errors occurred comparing output.
status: exit status: 101
command: RUSTC_ICE="0" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc/bin/rustc" "/checkout/tests/ui/generic-associated-types/issue-90014-tait2.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "--sysroot" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "--json" "future-incompat" "-Ccodegen-units=1" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-Zwrite-long-types-to-disk=no" "-Cstrip=debuginfo" "--remap-path-prefix=/checkout/tests/ui=fake-test-src-base" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/generic-associated-types/issue-90014-tait2" "-A" "unused" "-Crpath" "-Cdebuginfo=0" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/generic-associated-types/issue-90014-tait2/auxiliary" "--edition=2018"
--- stderr -------------------------------
--- stderr -------------------------------
##[error]error: internal compiler error: compiler/rustc_hir_typeck/src/inherited.rs:106:13: escaping bound vars in predicate Obligation(predicate=Binder { value: TraitPredicate(<Fut<'a> as std::marker::Sized>, polarity:Positive), bound_vars: [] }, depth=0)
  --> fake-test-src-base/generic-associated-types/issue-90014-tait2.rs:41:27
   |
LL |     fn make_fut(&self) -> Box<dyn for<'a> Trait<'a, Thing = Fut<'a>>> {

thread 'rustc' panicked at 'Box<dyn Any>', /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/compiler/rustc_errors/src/lib.rs:1007:33
stack backtrace:
   0: std::panicking::begin_panic::<rustc_errors::ExplicitBug>
   0: std::panicking::begin_panic::<rustc_errors::ExplicitBug>
   1: <rustc_errors::HandlerInner>::span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
   2: <rustc_errors::Handler>::span_bug::<rustc_span::span_encoding::Span, alloc::string::String>
   3: rustc_middle::util::bug::opt_span_bug_fmt::<rustc_span::span_encoding::Span>::{closure#0}
   4: rustc_middle::ty::context::tls::with_opt::<rustc_middle::util::bug::opt_span_bug_fmt<rustc_span::span_encoding::Span>::{closure#0}, !>::{closure#0}
   5: rustc_middle::ty::context::tls::with_context_opt::<rustc_middle::ty::context::tls::with_opt<rustc_middle::util::bug::opt_span_bug_fmt<rustc_span::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
   6: rustc_middle::util::bug::span_bug_fmt::<rustc_span::span_encoding::Span>
   7: <rustc_hir_typeck::inherited::Inherited>::register_infer_ok_obligations::<rustc_middle::ty::Ty>
   8: rustc_hir_typeck::check::check_fn
   9: rustc_hir_typeck::typeck
      [... omitted 2 frames ...]
  10: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
  11: <rustc_hir_analysis::collect::type_of::opaque::TaitConstraintLocator>::check
  12: <rustc_hir_analysis::collect::type_of::opaque::TaitConstraintLocator as rustc_hir::intravisit::Visitor>::visit_nested_impl_item
  13: rustc_hir::intravisit::walk_item::<rustc_hir_analysis::collect::type_of::opaque::TaitConstraintLocator>
  14: <rustc_hir_analysis::collect::type_of::opaque::TaitConstraintLocator as rustc_hir::intravisit::Visitor>::visit_nested_item
  15: rustc_hir::intravisit::walk_mod::<rustc_hir_analysis::collect::type_of::opaque::TaitConstraintLocator>
  16: rustc_hir_analysis::collect::type_of::opaque::find_opaque_ty_constraints_for_tait
  17: rustc_hir_analysis::collect::type_of::type_of
      [... omitted 2 frames ...]
  18: rustc_middle::query::plumbing::query_get_at::<rustc_query_system::query::caches::DefaultCache<rustc_span::def_id::DefId, rustc_middle::query::erase::Erased<[u8; 8]>>>
  19: rustc_hir_analysis::check::check::check_mod_item_types
      [... omitted 2 frames ...]
  20: <rustc_middle::hir::map::Map>::for_each_module::<rustc_hir_analysis::check_crate::{closure#6}::{closure#0}>
  22: rustc_interface::passes::analysis
  22: rustc_interface::passes::analysis
      [... omitted 2 frames ...]
  24: <rustc_interface::interface::Compiler>::enter::<rustc_driver_impl::run_compiler::{closure#1}::{closure#2}, core::result::Result<core::option::Option<rustc_interface::queries::Linker>, rustc_span::ErrorGuaranteed>>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.73.0-nightly (23a543267 2023-07-26) running on x86_64-unknown-linux-gnu

note: compiler flags: -Z threads=1 -Z simulate-remapped-rust-src-base=/rustc/FAKE_PREFIX -Z translate-remapped-path-to-local-path=no -C codegen-units=1 -Z ui-testing -Z deduplicate-diagnostics=no -Z write-long-types-to-disk=no -C strip=debuginfo -C prefer-dynamic -C rpath -C debuginfo=0
query stack during panic:
query stack during panic:
#0 [typeck] type-checking `<impl at fake-test-src-base/generic-associated-types/issue-90014-tait2.rs:40:1: 40:13>::make_fut`
#1 [type_of] computing type of `Fut::{opaque#0}`
#2 [check_mod_item_types] checking item types in top-level module
end of query stack
error: aborting due to previous error
------------------------------------------

---
    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/23a543267f6c6991d6fae936337cfd0e5ba2976b/src/tools/opt-dist/src/exec.rs:78:17
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/src/tools/opt-dist/src/tests.rs:100:5
   2: opt_dist::execute_pipeline::{closure#5}
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/src/tools/opt-dist/src/main.rs:129:40
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/src/tools/opt-dist/src/main.rs:129:40
      <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#5}, ()>
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/src/tools/opt-dist/src/timer.rs:111:22
   3: opt_dist::execute_pipeline
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/src/tools/opt-dist/src/main.rs:129:9
             at /rustc/23a543267f6c6991d6fae936337cfd0e5ba2976b/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
Contributor

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
@bors
Copy link
Contributor

bors commented Jul 26, 2023

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

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