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 4 pull requests #115110

Closed
wants to merge 8 commits into from

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

compiler-errors and others added 8 commits August 19, 2023 18:47
In llvm/llvm-project@f740bcb a boolean
parameter changed to an enum.

r? @nikic
@rustbot label: +llvm-main
Don't do intra-pass validation on MIR shims

Fixes rust-lang#114375

In the test that was committed, we end up generating the drop shim for `struct Foo` that looks like:

```
fn std::ptr::drop_in_place(_1: *mut Foo) -> () {
    let mut _0: ();

    bb0: {
        goto -> bb5;
    }

    bb1: {
        return;
    }

    bb2 (cleanup): {
        resume;
    }

    bb3: {
        goto -> bb1;
    }

    bb4 (cleanup): {
        drop(((*_1).0: foo::WrapperWithDrop<()>)) -> [return: bb2, unwind terminate];
    }

    bb5: {
        drop(((*_1).0: foo::WrapperWithDrop<()>)) -> [return: bb3, unwind: bb2];
    }
}
```

In `bb4` and `bb5`, we assert that `(*_1).0` has type `WrapperWithDrop<()>`. However, In a user-facing param env, the type is actually `WrapperWithDrop<Tait>`. These types are not equal in a user-facing param-env (and can't be made equal even if we use `DefiningAnchor::Bubble`, since it's a non-local TAIT).
Add regression test for not `memcpy`ing padding bytes

Closes rust-lang#56297

See this comparison: https://rust.godbolt.org/z/jjzfonfcE

I don't have any experience with codegen tests, I hope this is correct
…n_check, r=compiler-errors

Disable bootstrap rustc version check

Mitigates rust-lang#115065
… r=nikic

ArchiveWrapper: handle LLVM API update

In llvm/llvm-project@f740bcb a boolean parameter changed to an enum.

r? `@nikic`
`@rustbot` label: +llvm-main
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Aug 22, 2023
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=4

@bors
Copy link
Contributor

bors commented Aug 22, 2023

📌 Commit b388fd8 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 Aug 22, 2023
@bors
Copy link
Contributor

bors commented Aug 22, 2023

⌛ Testing commit b388fd8 with merge 00fd5c5c473de755112aad0c5dc8ddb6d0f098b0...

@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-08-22T19:17:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:17:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:17:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:17:34Z DEBUG collector::execute] cd "/tmp/.tmpyyKS1h" && 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/.tmpyyKS1h#bitmaps@3.1.0" "--" "--skip-this-rustc"
[2023-08-22T19:17:34Z DEBUG collector::execute] cd "/tmp/.tmpUvKBaM" && 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/.tmpUvKBaM#bitmaps@3.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T19:17:34Z DEBUG collector::execute] cd "/tmp/.tmpyoMrvK" && 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/.tmpyoMrvK#bitmaps@3.1.0" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:17:34Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:17:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:17:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:17:34Z DEBUG collector::execute] cd "/tmp/.tmpznen8C" && 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/.tmpznen8C#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:17:35Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-08-22T19:17:35Z DEBUG collector::execute] cd "/tmp/.tmpznen8C" && 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/.tmpznen8C#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpznen8C/incremental-state"
[2023-08-22T19:17:37Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:17:37Z DEBUG collector::execute] cd "/tmp/.tmpznen8C" && 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/.tmpznen8C#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpznen8C/incremental-state"
[2023-08-22T19:17:37Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpznen8C"
[2023-08-22T19:17:37Z 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-08-22T19:17:37Z 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-08-22T19:17:37Z DEBUG collector::execute] cd "/tmp/.tmpznen8C" && 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/.tmpznen8C#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpznen8C/incremental-state"
[2023-08-22T19:17:38Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:17:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:17:38Z DEBUG collector::execute] cd "/tmp/.tmppajZgv" && 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/.tmppajZgv#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:17:39Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:17:39Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:17:39Z DEBUG collector::execute] cd "/tmp/.tmppajZgv" && 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/.tmppajZgv#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmppajZgv/incremental-state"
[2023-08-22T19:17:41Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:17:41Z DEBUG collector::execute] cd "/tmp/.tmppajZgv" && 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/.tmppajZgv#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmppajZgv/incremental-state"
[2023-08-22T19:17:41Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmppajZgv"
[2023-08-22T19:17:41Z 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-08-22T19:17:41Z 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-08-22T19:17:41Z DEBUG collector::execute] cd "/tmp/.tmppajZgv" && 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/.tmppajZgv#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmppajZgv/incremental-state"
[2023-08-22T19:17:41Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:17:41Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:17:41Z DEBUG collector::execute] cd "/tmp/.tmp7Vpu20" && 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/.tmp7Vpu20#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:17:43Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
Preparing cargo-0.60.0
[2023-08-22T19:17:45Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:17:45Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:17:45Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:17:45Z DEBUG collector::execute] cd "/tmp/.tmp7lHygE" && 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/.tmp7lHygE#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2023-08-22T19:17:45Z DEBUG collector::execute] cd "/tmp/.tmpseWP4Z" && 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/.tmpseWP4Z#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2023-08-22T19:17:45Z DEBUG collector::execute] cd "/tmp/.tmpCJjiLF" && 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/.tmpCJjiLF#cargo@0.60.0" "--profile" "check" "--lib" "--" "--skip-this-rustc"
[2023-08-22T19:18:41Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:18:41Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:18:41Z DEBUG collector::execute] cd "/tmp/.tmp284eYH" && 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/.tmp284eYH#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:18:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-08-22T19:20:21Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:20:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:20:22Z DEBUG collector::execute] cd "/tmp/.tmpDPFpjR" && 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/.tmpDPFpjR#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:21:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:21:01Z DEBUG collector::execute] cd "/tmp/.tmpDPFpjR" && 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/.tmpDPFpjR#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDPFpjR/incremental-state"
[2023-08-22T19:21:41Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:21:41Z DEBUG collector::execute] cd "/tmp/.tmpDPFpjR" && 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/.tmpDPFpjR#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDPFpjR/incremental-state"
[2023-08-22T19:21:46Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpDPFpjR"
[2023-08-22T19:21:46Z 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-08-22T19:21:46Z 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-08-22T19:21:46Z DEBUG collector::execute] cd "/tmp/.tmpDPFpjR" && 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/.tmpDPFpjR#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDPFpjR/incremental-state"
Executing benchmark ctfe-stress-5 (3/8)
Preparing ctfe-stress-5
[2023-08-22T19:21:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:21:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:21:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:21:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:21:57Z DEBUG collector::execute] cd "/tmp/.tmp3BfjUq" && 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/.tmp3BfjUq#ctfe-stress-5@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:21:57Z DEBUG collector::execute] cd "/tmp/.tmp3AokWl" && 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/.tmp3AokWl#ctfe-stress-5@0.1.0" "--" "--skip-this-rustc"
[2023-08-22T19:21:57Z DEBUG collector::execute] cd "/tmp/.tmpJQv7BS" && 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/.tmpJQv7BS#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T19:21:57Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:21:57Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:21:57Z DEBUG collector::execute] cd "/tmp/.tmp34QpVJ" && 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/.tmp34QpVJ#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:22:02Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-08-22T19:22:09Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:22:09Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:22:09Z DEBUG collector::execute] cd "/tmp/.tmpjTQo5j" && 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/.tmpjTQo5j#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:22:15Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:22:15Z DEBUG collector::execute] cd "/tmp/.tmpjTQo5j" && 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/.tmpjTQo5j#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpjTQo5j/incremental-state"
[2023-08-22T19:22:22Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:22:22Z DEBUG collector::execute] cd "/tmp/.tmpjTQo5j" && 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/.tmpjTQo5j#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpjTQo5j/incremental-state"
[2023-08-22T19:22:22Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:22:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:22:22Z DEBUG collector::execute] cd "/tmp/.tmpOiTwfd" && 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/.tmpOiTwfd#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:22:28Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:22:28Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:22:28Z DEBUG collector::execute] cd "/tmp/.tmpOiTwfd" && 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/.tmpOiTwfd#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpOiTwfd/incremental-state"
[2023-08-22T19:22:34Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:22:34Z DEBUG collector::execute] cd "/tmp/.tmpOiTwfd" && 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/.tmpOiTwfd#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpOiTwfd/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2023-08-22T19:22:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:22:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:22:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:22:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:22:34Z DEBUG collector::execute] cd "/tmp/.tmpPnJNvX" && 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/.tmpPnJNvX#diesel@1.4.8" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:22:34Z DEBUG collector::execute] cd "/tmp/.tmp8evvih" && 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/.tmp8evvih#diesel@1.4.8" "--" "--skip-this-rustc"
[2023-08-22T19:22:34Z DEBUG collector::execute] cd "/tmp/.tmpRQdTno" && 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/.tmpRQdTno#diesel@1.4.8" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T19:22:45Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:22:45Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:22:45Z DEBUG collector::execute] cd "/tmp/.tmpSD993S" && 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/.tmpSD993S#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:22:54Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2023-08-22T19:23:06Z DEBUG collector::execute] cd "/tmp/.tmpSD993S" && 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/.tmpSD993S#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpSD993S/incremental-state"
Running diesel-1.4.8: Debug + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-08-22T19:23:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:23:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:23:08Z DEBUG collector::execute] cd "/tmp/.tmpVvIGMt" && 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/.tmpVvIGMt#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:23:18Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:23:18Z DEBUG collector::execute] cd "/tmp/.tmpVvIGMt" && 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/.tmpVvIGMt#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVvIGMt/incremental-state"
[2023-08-22T19:23:30Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:23:30Z DEBUG collector::execute] cd "/tmp/.tmpVvIGMt" && 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/.tmpVvIGMt#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVvIGMt/incremental-state"
[2023-08-22T19:23:32Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpVvIGMt"
[2023-08-22T19:23:32Z 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-08-22T19:23:32Z 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-08-22T19:23:32Z DEBUG collector::execute] cd "/tmp/.tmpVvIGMt" && 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/.tmpVvIGMt#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVvIGMt/incremental-state"
[2023-08-22T19:23:34Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:23:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:23:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:23:34Z DEBUG collector::execute] cd "/tmp/.tmpFdmiyH" && 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/.tmpFdmiyH#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:23:45Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:23:45Z DEBUG collector::execute] cd "/tmp/.tmpFdmiyH" && 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/.tmpFdmiyH#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpFdmiyH/incremental-state"
[2023-08-22T19:23:57Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:23:57Z DEBUG collector::execute] cd "/tmp/.tmpFdmiyH" && 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/.tmpFdmiyH#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpFdmiyH/incremental-state"
[2023-08-22T19:23:59Z DEBUG collector::benchmark::patch] applying println to "/tmp/.tmpFdmiyH"
[2023-08-22T19:23:59Z 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-08-22T19:23:59Z 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-08-22T19:23:59Z DEBUG collector::execute] cd "/tmp/.tmpFdmiyH" && 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/.tmpFdmiyH#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpFdmiyH/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:24:01Z DEBUG collector::execute] cd "/tmp/.tmp9KkreC" && 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/.tmp9KkreC#externs@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:24:01Z DEBUG collector::execute] cd "/tmp/.tmpmSQJAr" && 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/.tmpmSQJAr#externs@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T19:24:01Z DEBUG collector::execute] cd "/tmp/.tmpOfvkFH" && 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/.tmpOfvkFH#externs@0.1.0" "--" "--skip-this-rustc"
Running externs: Check + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-08-22T19:24:01Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:24:01Z DEBUG collector::execute] cd "/tmp/.tmpP7Lrpl" && 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/.tmpP7Lrpl#externs@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:01Z DEBUG collector::execute] cd "/tmp/.tmpP7Lrpl" && 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/.tmpP7Lrpl#externs@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpP7Lrpl/incremental-state"
[2023-08-22T19:24:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:01Z DEBUG collector::execute] cd "/tmp/.tmpP7Lrpl" && 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/.tmpP7Lrpl#externs@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpP7Lrpl/incremental-state"
[2023-08-22T19:24:02Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:24:02Z DEBUG collector::execute] cd "/tmp/.tmp5eZzpP" && 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/.tmp5eZzpP#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:02Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:02Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:02Z DEBUG collector::execute] cd "/tmp/.tmp5eZzpP" && 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/.tmp5eZzpP#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp5eZzpP/incremental-state"
[2023-08-22T19:24:03Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:03Z DEBUG collector::execute] cd "/tmp/.tmp5eZzpP" && 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/.tmp5eZzpP#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp5eZzpP/incremental-state"
[2023-08-22T19:24:03Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:24:03Z DEBUG collector::execute] cd "/tmp/.tmpLd2V7y" && 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/.tmpLd2V7y#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:03Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
[2023-08-22T19:24:04Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:04Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:24:04Z DEBUG collector::execute] cd "/tmp/.tmpz2BXzk" && 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/.tmpz2BXzk#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:05Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:06Z DEBUG collector::execute] cd "/tmp/.tmpz2BXzk" && 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/.tmpz2BXzk#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpz2BXzk/incremental-state"
[2023-08-22T19:24:07Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:07Z DEBUG collector::execute] cd "/tmp/.tmpz2BXzk" && 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/.tmpz2BXzk#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpz2BXzk/incremental-state"
[2023-08-22T19:24:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:24:08Z DEBUG collector::execute] cd "/tmp/.tmp0w56Jn" && 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/.tmp0w56Jn#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:09Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2023-08-22T19:24:12Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:12Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:24:12Z DEBUG collector::execute] cd "/tmp/.tmpTSSOP1" && 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/.tmpTSSOP1#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:13Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:13Z DEBUG collector::execute] cd "/tmp/.tmpTSSOP1" && 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/.tmpTSSOP1#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpTSSOP1/incremental-state"
[2023-08-22T19:24:15Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:15Z DEBUG collector::execute] cd "/tmp/.tmpTSSOP1" && 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/.tmpTSSOP1#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpTSSOP1/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmplpLMWz" && 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/.tmplpLMWz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmpXraGZx" && 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/.tmpXraGZx#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmp2kOhNU" && 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/.tmp2kOhNU#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
Running token-stream-stress: Check + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-08-22T19:24:16Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmpQOqWlL" && 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/.tmpQOqWlL#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmpQOqWlL" && 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/.tmpQOqWlL#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQOqWlL/incremental-state"
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmpQOqWlL" && 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/.tmpQOqWlL#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQOqWlL/incremental-state"
[2023-08-22T19:24:16Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmppuNTQg" && 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/.tmppuNTQg#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:16Z DEBUG collector::execute] cd "/tmp/.tmppuNTQg" && 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/.tmppuNTQg#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmppuNTQg/incremental-state"
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmppuNTQg" && 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/.tmppuNTQg#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmppuNTQg/incremental-state"
[2023-08-22T19:24:17Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpPVOLZS" && 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/.tmpPVOLZS#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpPVOLZS" && 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/.tmpPVOLZS#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpPVOLZS/incremental-state"
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpPVOLZS" && 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/.tmpPVOLZS#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpPVOLZS/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpU0QdUp" && 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/.tmpU0QdUp#tuple-stress@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpiCHVAn" && 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/.tmpiCHVAn#tuple-stress@0.1.0" "--" "--skip-this-rustc"
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpgjN3F9" && 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/.tmpgjN3F9#tuple-stress@0.1.0" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:24:17Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:24:17Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T19:24:17Z DEBUG collector::execute] cd "/tmp/.tmpSKAFnq" && 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/.tmpSKAFnq#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:20Z DEBUG collector::execute] cd "/tmp/.tmpSKAFnq" && 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/.tmpSKAFnq#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpSKAFnq/incremental-state"
[2023-08-22T19:24:22Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:22Z DEBUG collector::execute] cd "/tmp/.tmpSKAFnq" && 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/.tmpSKAFnq#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpSKAFnq/incremental-state"
[2023-08-22T19:24:23Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmpSKAFnq"
[2023-08-22T19:24:23Z 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-08-22T19:24:23Z 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-08-22T19:24:23Z DEBUG collector::execute] cd "/tmp/.tmpSKAFnq" && 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/.tmpSKAFnq#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpSKAFnq/incremental-state"
[2023-08-22T19:24:26Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:26Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:24:26Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:24:26Z DEBUG collector::execute] cd "/tmp/.tmpNeRONv" && 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/.tmpNeRONv#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:28Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:28Z DEBUG collector::execute] cd "/tmp/.tmpNeRONv" && 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/.tmpNeRONv#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNeRONv/incremental-state"
[2023-08-22T19:24:31Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:31Z DEBUG collector::execute] cd "/tmp/.tmpNeRONv" && 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/.tmpNeRONv#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNeRONv/incremental-state"
[2023-08-22T19:24:32Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmpNeRONv"
[2023-08-22T19:24:32Z 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-08-22T19:24:32Z 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-08-22T19:24:32Z DEBUG collector::execute] cd "/tmp/.tmpNeRONv" && 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/.tmpNeRONv#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNeRONv/incremental-state"
[2023-08-22T19:24:35Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:24:35Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:24:35Z DEBUG collector::execute] cd "/tmp/.tmpUDOrJJ" && 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/.tmpUDOrJJ#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:24:37Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:37Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-08-22T19:24:37Z DEBUG collector::execute] cd "/tmp/.tmpUDOrJJ" && 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/.tmpUDOrJJ#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpUDOrJJ/incremental-state"
[2023-08-22T19:24:40Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-08-22T19:24:40Z DEBUG collector::execute] cd "/tmp/.tmpUDOrJJ" && 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/.tmpUDOrJJ#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpUDOrJJ/incremental-state"
[2023-08-22T19:24:41Z DEBUG collector::benchmark::patch] applying new row to "/tmp/.tmpUDOrJJ"
[2023-08-22T19:24:41Z 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-08-22T19:24:41Z 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-08-22T19:24:41Z DEBUG collector::execute] cd "/tmp/.tmpUDOrJJ" && 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/.tmpUDOrJJ#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpUDOrJJ/incremental-state"
[2023-08-22T19:24:43.816Z INFO  opt_dist::training] Merging Rustc PGO profiles to /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata
##[endgroup]
[2023-08-22T19:24:43.816Z INFO  opt_dist::exec] Executing `/checkout/obj/build/x86_64-unknown-linux-gnu/llvm/build/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata /tmp/tmp-multistage/opt-artifacts/rustc-pgo [at /checkout/obj]`
[2023-08-22T19:25:15.732Z INFO  opt_dist::training] Rustc PGO statistics
---
   Compiling rustc_ast_lowering v0.0.0 (/checkout/compiler/rustc_ast_lowering)
   Compiling rustc_query_impl v0.0.0 (/checkout/compiler/rustc_query_impl)
   Compiling rustc_monomorphize v0.0.0 (/checkout/compiler/rustc_monomorphize)
   Compiling rustc_smir v0.0.0 (/checkout/compiler/rustc_smir)
warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body5PlaceEEB1a_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body7OperandEEB1a_ Hash = 784007056844089447 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body12CoverageKindEBO_ Hash = 974670608837510100 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body13AggregateKindEBO_ Hash = 607699197744924154 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body13AssertMessageEBO_ Hash = 647472252099359144 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body13FakeReadCauseEBO_ Hash = 1063705162558100101 up to 0 count discarded

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body6NullOpEBO_ Hash = 844982797524240697 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body7OperandEBO_ Hash = 238984481002779099 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvMNtCs9jCiMq9C9NK_4core5sliceSh15copy_from_sliceCs4oQRJzDHJce_10rustc_smir Hash = 2202713610618885 up to 0 count discarded

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXs1_NtNtCsanLhEuXD0Mu_5alloc3vec6spliceINtB5_6SpliceINtNtNtNtCs9jCiMq9C9NK_4core4iter7sources5empty5EmptyTNtCsaomPjjtpGVI_9rustc_abi4SizeNtNtNtCs9gF5bGpjLnc_12rustc_middle3mir9interpret7AllocIdEEENtNtNtB10_3ops4drop4Drop4dropCs4oQRJzDHJce_10rustc_smir Hash = 176885384696870707 up to 0 count discarded

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsP_NtCs9jCiMq9C9NK_4core3fmtRNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body10MutabilityNtB5_5Debug3fmtBD_ Hash = 382993475055910911 up to 0 count discarded

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsP_NtCs9jCiMq9C9NK_4core3fmtRNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body13MutBorrowKindNtB5_5Debug3fmtBD_ Hash = 1124680653842163584 up to 0 count discarded

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsP_NtCs9jCiMq9C9NK_4core3fmtRNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body18AsyncGeneratorKindNtB5_5Debug3fmtBD_ Hash = 1124680653842163584 up to 0 count discarded

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsP_NtCs9jCiMq9C9NK_4core3fmtRNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body6SafetyNtB5_5Debug3fmtBD_ Hash = 382993475055910911 up to 0 count discarded

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsP_NtCs9jCiMq9C9NK_4core3fmtRNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body8VarianceNtB5_5Debug3fmtBD_ Hash = 844982796561153337 up to 0 count discarded

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsm_NtCs9jCiMq9C9NK_4core3fmtSNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body9StatementNtB5_5Debug3fmtBD_ Hash = 742261418966908927 up to 0 count discarded
warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _ZN41_$LT$bool$u20$as$u20$core..fmt..Debug$GT$3fmt17hc2b8055e9ecd7c91E Hash = 742261418966908927 up to 0 count discarded

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


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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsB_NtCs4oQRJzDHJce_10rustc_smir10rustc_smirNtNtNtCs9gF5bGpjLnc_12rustc_middle3mir10terminator10TerminatorNtB5_6Stable6stable Hash = 7512331067060126 up to 0 count discarded

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXs3_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_10TerminatorNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 1127386595538178765 up to 0 count discarded

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXs7_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_12UnwindActionNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 798733567640361085 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXs9_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_13AssertMessageNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 135188633623736868 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsb_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_5BinOpNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 894595279633594734 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsd_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_4UnOpNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 382993475055910911 up to 0 count discarded

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsh_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_18AsyncGeneratorKindNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 1124680653842163584 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsj_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_13FakeReadCauseNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 1096621589111647192 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsl_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_9RetagKindNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 844982796561153337 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsn_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_8VarianceNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 844982796561153337 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsp_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_2OpNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 702941992757231615 up to 0 count discarded

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsB_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_9StatementNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 647472250424018527 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsD_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_6RvalueNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 776814505114434842 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsF_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_13AggregateKindNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 11922954036587480 up to 0 count discarded

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsR_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_13MutBorrowKindNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 1124680653842163584 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsT_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_10MutabilityNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsV_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_6SafetyNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 382993475055910911 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsX_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_15PointerCoercionNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 484499720195134499 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.15: no profile data available for function _RNvXsZ_NtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4bodyNtB5_8CastKindNtNtCs9jCiMq9C9NK_4core3fmt5Debug3fmt Hash = 1127386595538178765 up to 0 count discarded

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

warning: rustc_smir.334269557e59cd24-cgu.00: no profile data available for function _RINvNtCsanLhEuXD0Mu_5alloc7raw_vec11finish_growNtNtB4_5alloc6GlobalECs4oQRJzDHJce_10rustc_smir Hash = 599005163245366147 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.00: no profile data available for function _RINvNvMs_NtCsanLhEuXD0Mu_5alloc7raw_vecINtB7_6RawVecppE7reserve21do_reserve_and_handleINtNtCs9jCiMq9C9NK_4core6option6OptionhENtNtB9_5alloc6GlobalECs4oQRJzDHJce_10rustc_smir Hash = 1061802868857037553 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.00: no profile data available for function _RNvMs_NtCsanLhEuXD0Mu_5alloc7raw_vecINtB4_6RawVecINtNtCs9jCiMq9C9NK_4core6option6OptionhEE11allocate_inCs4oQRJzDHJce_10rustc_smir Hash = 414921811727013671 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.00: no profile data available for function _RNvXs1_NtCsanLhEuXD0Mu_5alloc7raw_vecINtB5_6RawVecINtNtCs9jCiMq9C9NK_4core6option6OptionhEENtNtNtBR_3ops4drop4Drop4dropCs4oQRJzDHJce_10rustc_smir Hash = 959085193070499304 up to 0 count discarded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvMs_NtCsanLhEuXD0Mu_5alloc3vecINtB5_3VecTNtCsaomPjjtpGVI_9rustc_abi4SizeNtNtNtCs9gF5bGpjLnc_12rustc_middle3mir9interpret7AllocIdEE5drainINtNtNtCs9jCiMq9C9NK_4core3ops5range5RangejEECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body10CodeRegionEEB1a_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtB4_6option6OptionNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body5PlaceEEB1a_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecINtNtB4_6option6OptionhEEECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecINtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty6BinderNtB1g_20ExistentialPredicateEEEB1k_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtBL_6string6StringEECs4oQRJzDHJce_10rustc_smir Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir5CrateEEB1h_ Hash = 391331301844825284 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir9CrateItemEEB1h_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty14GenericArgKindEEB1j_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty17BoundVariableKindEEB1j_ Hash = 391331301844825284 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty2TyEEB1j_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty7ImplDefEEB1j_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty8TraitDefEEB1j_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body10BasicBlockEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body12SwitchTargetEEB1l_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body7OperandEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body9StatementEEB1l_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecTNtCsaomPjjtpGVI_9rustc_abi4SizeNtNtNtCs9gF5bGpjLnc_12rustc_middle3mir9interpret7AllocIdEEECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc3vec3VecjEECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecINtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty6BinderNtB1n_20ExistentialPredicateEEEB1r_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtBL_6string6StringEECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir5CrateEEB1o_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty14GenericArgKindEEB1q_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty17BoundVariableKindEEB1q_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body10BasicBlockEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body7OperandEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body9StatementEEB1s_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtCsanLhEuXD0Mu_5alloc7raw_vec6RawVecTjNtNtBL_6string6StringEEECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeINtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty6BinderNtBJ_20ExistentialPredicateEEBN_ Hash = 159676627013216850 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir5CrateEBK_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtCsanLhEuXD0Mu_5alloc6string6StringECs4oQRJzDHJce_10rustc_smir Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty12ConstantKindEBM_ Hash = 11922953249630071 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty13ProvenanceMapEBM_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty14GenericArgKindEBM_ Hash = 1063705158850053342 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty17BoundVariableKindEBM_ Hash = 928018417191022067 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty5ConstEBM_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty8TermKindEBM_ Hash = 784007056844089447 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body10BasicBlockEBO_ Hash = 238984481941143025 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body10TerminatorEBO_ Hash = 128035617710870789 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body13AssertMessageEBO_ Hash = 647472252099359144 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body16InlineAsmOperandEBO_ Hash = 391331300832502627 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body18UserTypeProjectionEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body5PlaceEBO_ Hash = 742261418966908927 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body6RvalueEBO_ Hash = 1115439546004445343 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body7OperandEBO_ Hash = 238984481002779099 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeNtNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir3mir4body9StatementEBO_ Hash = 688056645925321730 up to 0 count discarded

warning: rustc_smir.334269557e59cd24-cgu.01: no profile data available for function _RINvNtCs9jCiMq9C9NK_4core3ptr13drop_in_placeSNtNtNtCs4oQRJzDHJce_10rustc_smir10stable_mir2ty14GenericArgKindEBN_ Hash = 1096621590113966630 up to 0 count discarded

---
Executing benchmark cargo-0.60.0 (1/8)
Preparing cargo-0.60.0
[2023-08-22T19:38:12Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:38:12Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:38:12Z DEBUG collector::execute] cd "/tmp/.tmpv4YzDH" && 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/.tmpv4YzDH#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2023-08-22T19:38:12Z DEBUG collector::execute] cd "/tmp/.tmpD1z6Pc" && 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/.tmpD1z6Pc#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2023-08-22T19:38:52Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:38:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:38:52Z DEBUG collector::execute] cd "/tmp/.tmp4iCd3O" && 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/.tmp4iCd3O#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Running cargo-0.60.0: Opt + [Full]
---
Executing benchmark hyper-0.14.18 (3/8)
Preparing hyper-0.14.18
[2023-08-22T19:40:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:40:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:40:07Z DEBUG collector::execute] cd "/tmp/.tmpOj5VwK" && 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/.tmpOj5VwK#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-08-22T19:40:07Z DEBUG collector::execute] cd "/tmp/.tmpdzwr8W" && 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/.tmpdzwr8W#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-08-22T19:40:25Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:40:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:40:25Z DEBUG collector::execute] cd "/tmp/.tmpx6fvt7" && 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/.tmpx6fvt7#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-08-22T19:40:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:40:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:40:33Z DEBUG collector::execute] cd "/tmp/.tmpDBKUEc" && 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/.tmpDBKUEc#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:40:33Z DEBUG collector::execute] cd "/tmp/.tmpWUSO4A" && 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/.tmpWUSO4A#regex@1.5.5" "--" "--skip-this-rustc"
[2023-08-22T19:40:39Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:40:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:40:39Z DEBUG collector::execute] cd "/tmp/.tmphRABeK" && 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/.tmphRABeK#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Opt + [Full]
Running regex-1.5.5: Opt + [Full]
[2023-08-22T19:40:40Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:40:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:40:40Z DEBUG collector::execute] cd "/tmp/.tmpandyVC" && 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/.tmpandyVC#regex@1.5.5" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0 (5/8)
Preparing ripgrep-13.0.0
[2023-08-22T19:40:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:40:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
---
Executing benchmark serde-1.0.136 (7/8)
Preparing serde-1.0.136
[2023-08-22T19:42:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:42:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:42:02Z DEBUG collector::execute] cd "/tmp/.tmpEnG7Hz" && 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/.tmpEnG7Hz#serde@1.0.136" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:42:02Z DEBUG collector::execute] cd "/tmp/.tmpMJ1gSI" && 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/.tmpMJ1gSI#serde@1.0.136" "--" "--skip-this-rustc"
[2023-08-22T19:42:02Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:42:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:42:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:42:02Z DEBUG collector::execute] cd "/tmp/.tmpFtYKGn" && 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/.tmpFtYKGn#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:42:04Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:42:04Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:42:04Z DEBUG collector::execute] cd "/tmp/.tmppx5TzO" && 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/.tmppx5TzO#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-08-22T19:42:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T19:42:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T19:42:06Z DEBUG collector::execute] cd "/tmp/.tmp9w5RbS" && 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/.tmp9w5RbS#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2023-08-22T19:42:06Z DEBUG collector::execute] cd "/tmp/.tmpyhJsYC" && 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/.tmpyhJsYC#syn@1.0.89" "--" "--skip-this-rustc"
[2023-08-22T19:42:08Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:42:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:42:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T19:42:08Z DEBUG collector::execute] cd "/tmp/.tmpZeksWU" && 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/.tmpZeksWU#syn@1.0.89" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:42:10Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T19:42:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:42:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T19:42:10Z DEBUG collector::execute] cd "/tmp/.tmpzbxohO" && 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/.tmpzbxohO#syn@1.0.89" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T19:42:14.357Z INFO  opt_dist::training] Merging LLVM PGO profiles to /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata
##[endgroup]
[2023-08-22T19:42:14.357Z 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-08-22T19:42:32.483Z INFO  opt_dist::training] LLVM PGO statistics
---
[2023-08-22T20:03:42Z DEBUG collector::execute] cd "/tmp/.tmpb67Akm" && 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/.tmpb67Akm#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
Running cargo-0.60.0: Check + [Full]
[2023-08-22T20:04:48Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:04:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:04:48Z DEBUG collector::execute] cd "/tmp/.tmpGojsUY" && 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/.tmpGojsUY#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T20:04:53Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:04:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:04:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:04:53Z DEBUG collector::execute] cd "/tmp/.tmpozvRTR" && 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/.tmpozvRTR#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T20:05:09Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:05:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T20:05:10Z DEBUG collector::execute] cd "/tmp/.tmpkw5Xoz" && 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/.tmpkw5Xoz#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark cargo-0.60.0 (1/8)
Finished benchmark cargo-0.60.0 (1/8)
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2023-08-22T20:05:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T20:05:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:05:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:05:47Z DEBUG collector::execute] cd "/tmp/.tmpPacJhy" && 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/.tmpPacJhy#clap@3.1.6" "--" "--skip-this-rustc"
[2023-08-22T20:05:47Z DEBUG collector::execute] cd "/tmp/.tmpKSJS8h" && 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/.tmpKSJS8h#clap@3.1.6" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T20:05:47Z DEBUG collector::execute] cd "/tmp/.tmpaj0m6I" && 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/.tmpaj0m6I#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2023-08-22T20:05:52Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:05:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:05:52Z DEBUG collector::execute] cd "/tmp/.tmpxFdXa3" && 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/.tmpxFdXa3#clap@3.1.6" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Debug + [Full]
Running clap-3.1.6: Debug + [Full]
[2023-08-22T20:05:53Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:05:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:05:53Z DEBUG collector::execute] cd "/tmp/.tmpmLRvqM" && 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/.tmpmLRvqM#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T20:05:56Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:05:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T20:05:56Z DEBUG collector::execute] cd "/tmp/.tmpTpC7oM" && 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/.tmpTpC7oM#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-08-22T20:06:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:06:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T20:06:03Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:06:03Z DEBUG collector::execute] cd "/tmp/.tmpMv5gNs" && 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/.tmpMv5gNs#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-08-22T20:06:03Z DEBUG collector::execute] cd "/tmp/.tmpPpLluk" && 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/.tmpPpLluk#hyper@0.14.18" "--profile" "check" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-08-22T20:06:03Z DEBUG collector::execute] cd "/tmp/.tmpFaFfHO" && 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/.tmpFaFfHO#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-08-22T20:06:27Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:06:27Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:06:27Z DEBUG collector::execute] cd "/tmp/.tmp0rkepO" && 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/.tmp0rkepO#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-08-22T20:06:29Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:06:29Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:06:29Z DEBUG collector::execute] cd "/tmp/.tmphM2MRI" && 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/.tmphM2MRI#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Opt + [Full]
[2023-08-22T20:06:32Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:06:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T20:06:32Z DEBUG collector::execute] cd "/tmp/.tmpehTIGf" && 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/.tmpehTIGf#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-08-22T20:06:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T20:06:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:06:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:06:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:06:39Z DEBUG collector::execute] cd "/tmp/.tmpVRXuBC" && 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/.tmpVRXuBC#regex@1.5.5" "--" "--skip-this-rustc"
[2023-08-22T20:06:39Z DEBUG collector::execute] cd "/tmp/.tmpqbVprE" && 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/.tmpqbVprE#regex@1.5.5" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T20:06:39Z DEBUG collector::execute] cd "/tmp/.tmpWUAHN4" && 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/.tmpWUAHN4#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2023-08-22T20:06:46Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:06:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:06:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:06:46Z DEBUG collector::execute] cd "/tmp/.tmpblfVOK" && 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/.tmpblfVOK#regex@1.5.5" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T20:06:47Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:06:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:06:47Z DEBUG collector::execute] cd "/tmp/.tmpTlriaQ" && 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/.tmpTlriaQ#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Opt + [Full]
Running regex-1.5.5: Opt + [Full]
[2023-08-22T20:06:49Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:06:49Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T20:06:49Z DEBUG collector::execute] cd "/tmp/.tmpBwVLqC" && 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/.tmpBwVLqC#regex@1.5.5" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0 (5/8)
Preparing ripgrep-13.0.0
[2023-08-22T20:06:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:06:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:06:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:06:56Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T20:06:56Z DEBUG collector::execute] cd "/tmp/.tmp0Qb1MQ" && 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/.tmp0Qb1MQ#ripgrep@13.0.0" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T20:06:56Z DEBUG collector::execute] cd "/tmp/.tmpE0a6rT" && 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/.tmpE0a6rT#ripgrep@13.0.0" "--" "--skip-this-rustc"
[2023-08-22T20:06:56Z DEBUG collector::execute] cd "/tmp/.tmpy3uzmm" && 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/.tmpy3uzmm#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
Running ripgrep-13.0.0: Check + [Full]
[2023-08-22T20:07:28Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:07:28Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:07:28Z DEBUG collector::execute] cd "/tmp/.tmpBaxDOC" && 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/.tmpBaxDOC#ripgrep@13.0.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T20:07:29Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:07:29Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:07:29Z DEBUG collector::execute] cd "/tmp/.tmp1UZWxr" && 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/.tmp1UZWxr#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Opt + [Full]
Running ripgrep-13.0.0: Opt + [Full]
[2023-08-22T20:07:32Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:07:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T20:07:32Z DEBUG collector::execute] cd "/tmp/.tmphxJXrH" && 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/.tmphxJXrH#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-08-22T20:07:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:07:40Z DEBUG collector::execute] cd "/tmp/.tmpGwtM86" && 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/.tmpGwtM86#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
---
Preparing serde-1.0.136
[2023-08-22T20:08:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T20:08:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:08:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:08:24Z DEBUG collector::execute] cd "/tmp/.tmpD2LvDc" && 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/.tmpD2LvDc#serde@1.0.136" "--release" "--" "--skip-this-rustc"
[2023-08-22T20:08:24Z DEBUG collector::execute] cd "/tmp/.tmpuj7G7I" && 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/.tmpuj7G7I#serde@1.0.136" "--" "--skip-this-rustc"
[2023-08-22T20:08:24Z DEBUG collector::execute] cd "/tmp/.tmpSykvhZ" && 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/.tmpSykvhZ#serde@1.0.136" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T20:08:25Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:08:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:08:25Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:08:25Z DEBUG collector::execute] cd "/tmp/.tmpIRiJAi" && 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/.tmpIRiJAi#serde@1.0.136" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-08-22T20:08:27Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:08:27Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-08-22T20:08:27Z DEBUG collector::execute] cd "/tmp/.tmpkeg7bq" && 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/.tmpkeg7bq#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Opt + [Full]
Running serde-1.0.136: Opt + [Full]
[2023-08-22T20:08:29Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:08:29Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-08-22T20:08:29Z DEBUG collector::execute] cd "/tmp/.tmpnTQEOq" && 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/.tmpnTQEOq#serde@1.0.136" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark syn-1.0.89 (8/8)
Preparing syn-1.0.89
[2023-08-22T20:08:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-08-22T20:08:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:08:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-08-22T20:08:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-08-22T20:08:33Z DEBUG collector::execute] cd "/tmp/.tmpPzvCi7" && 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/.tmpPzvCi7#syn@1.0.89" "--" "--skip-this-rustc"
[2023-08-22T20:08:33Z DEBUG collector::execute] cd "/tmp/.tmplGIERL" && 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/.tmplGIERL#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2023-08-22T20:08:33Z DEBUG collector::execute] cd "/tmp/.tmp0YeDt2" && 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/.tmp0YeDt2#syn@1.0.89" "--profile" "check" "--" "--skip-this-rustc"
[2023-08-22T20:08:38Z DEBUG collector::benchmark] Benchmark iteration 1/1
[2023-08-22T20:08:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-08-22T20:08:38Z DEBUG collector::execute] cd "/tmp/.tmpmsqPim" && 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/.tmpmsqPim#syn@1.0.89" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Debug + [Full]
---
[2023-08-22T20:09:45.781Z INFO  opt_dist::training] Profile file count: 1067
[2023-08-22T20:09:45.781Z INFO  opt_dist::timer] Section `Stage 3 (LLVM BOLT) > Gather profiles` ended: OK (363.78s)`
[2023-08-22T20:09:45.808Z INFO  opt_dist::utils::io] Copying file /tmp/.tmpuOKwT4 to /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM-17-rust-1.74.0-nightly.so
[2023-08-22T20:09:45.966Z INFO  opt_dist::utils] Free disk space: 4.72 TiB out of total 5.68 TiB (16.86% used)
[2023-08-22T20:09:45.966Z INFO  opt_dist::utils::io] Copying file /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM-17-rust-1.74.0-nightly.so to /tmp/.tmpfUEraH
[2023-08-22T20:09:46.078Z INFO  opt_dist::exec] Executing `llvm-bolt /tmp/.tmpfUEraH -data /tmp/tmp-multistage/opt-artifacts/llvm-bolt.profdata -o /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM-17-rust-1.74.0-nightly.so -reorder-blocks=ext-tsp -reorder-functions=hfsort+ -split-functions -split-all-cold -jump-tables=move -icf=1 -update-debug-sections -dyno-stats [at /checkout/obj]`
BOLT-INFO: Target architecture: x86_64
BOLT-INFO: BOLT version: <unknown>
BOLT-INFO: first alloc address is 0x0
BOLT-INFO: creating new program header table at address 0x5c00000, offset 0x5c00000

@bors
Copy link
Contributor

bors commented Aug 22, 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 Aug 22, 2023
@matthiaskrgr matthiaskrgr deleted the rollup-425l0kn branch March 16, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants