Skip to content

Use dynamic dispatch for query execution #108526

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

Closed
wants to merge 4 commits into from

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Feb 27, 2023

This uses dynamic dispatch such that queries with the same key and value can use the same code. This is done by using a DynamicConfig which implements QueryConfig and carries a pointer to a DynamicQuery.

Based on #108167.

Split out from #107937.

Performance is close to neutral for non-incremental:

BenchmarkBeforeAfter
TimeTime%
🟣 clap:check1.6925s1.6908s -0.10%
🟣 hyper:check0.2497s0.2504s 0.28%
🟣 regex:check0.9538s0.9524s -0.15%
🟣 syn:check1.5403s1.5411s 0.05%
🟣 syntex_syntax:check5.8790s5.8972s 0.31%
Total10.3153s10.3318s 0.16%
Summary1.0000s1.0008s 0.08%

Incremental unchanged seems to suffer a bit:

BenchmarkBeforeAfter
TimeTime%
🟣 clap:check:unchanged0.5005s0.5020s 0.29%
🟣 hyper:check:unchanged0.1450s0.1461s 0.71%
🟣 regex:check:unchanged0.3567s0.3567s 0.02%
🟣 syn:check:unchanged0.6664s0.6736s💔 1.08%
🟣 syntex_syntax:check:unchanged1.9530s1.9640s 0.56%
Total3.6217s3.6424s 0.57%
Summary1.0000s1.0053s 0.53%

cc @cjgillot
r? @ghost

@rustbot rustbot added A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Feb 27, 2023
@Zoxc
Copy link
Contributor Author

Zoxc commented Feb 27, 2023

This could use a perf run to see its effect on rustc_query_impl bootstrap times.

@Noratrieb
Copy link
Member

@bors try @rust-timer queue

@rust-timer

This comment has been minimized.

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Feb 27, 2023
@bors
Copy link
Collaborator

bors commented Feb 27, 2023

⌛ Trying commit 19c7884ee24c883bd24e048a2728cd6ac0f8b1d2 with merge fd08a565224759afdc41a012b3270abc858f00f2...

@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)
Executing benchmark cargo-0.60.0 (1/7)
Preparing cargo-0.60.0
[2023-02-27T09:16:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:16:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:16:38Z DEBUG collector::execute] cd "/tmp/.tmpsyTWg2" && 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/.tmpsyTWg2#[email protected]" "--lib" "--" "--skip-this-rustc"
[2023-02-27T09:16:38Z DEBUG collector::execute] cd "/tmp/.tmphXf9DI" && 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/.tmphXf9DI#[email protected]" "--release" "--lib" "--" "--skip-this-rustc"
[2023-02-27T09:17:30Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:17:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:17:30Z DEBUG collector::execute] cd "/tmp/.tmpxoO1Cy" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpxoO1Cy#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Running cargo-0.60.0: Opt + [Full]
---
Executing benchmark clap-3.1.6 (2/7)
Preparing clap-3.1.6
[2023-02-27T09:20:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:20:32Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:20:32Z DEBUG collector::execute] cd "/tmp/.tmpnW0Mrh" && 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/.tmpnW0Mrh#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:20:32Z DEBUG collector::execute] cd "/tmp/.tmpz0SvuR" && 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/.tmpz0SvuR#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:20:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:20:36Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:20:36Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:20:36Z DEBUG collector::execute] cd "/tmp/.tmpWwDDGH" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpWwDDGH#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:20:41Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:20:41Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:20:41Z DEBUG collector::execute] cd "/tmp/.tmp9CLOI6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp9CLOI6#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark clap-3.1.6 (2/7)
Finished benchmark clap-3.1.6 (2/7)
Executing benchmark hyper-0.14.18 (3/7)
Preparing hyper-0.14.18
[2023-02-27T09:20:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:20:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:20:53Z DEBUG collector::execute] cd "/tmp/.tmpLYJ4le" && 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/.tmpLYJ4le#[email protected]" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-02-27T09:20:53Z DEBUG collector::execute] cd "/tmp/.tmpqLQQzs" && 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/.tmpqLQQzs#[email protected]" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-02-27T09:21:23Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:21:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:21:23Z DEBUG collector::execute] cd "/tmp/.tmpzby5J1" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzby5J1#[email protected]" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Opt + [Full]
Running hyper-0.14.18: Opt + [Full]
[2023-02-27T09:21:28Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:21:28Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:21:28Z DEBUG collector::execute] cd "/tmp/.tmpBTKSUZ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpBTKSUZ#[email protected]" "--release" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark regex-1.5.5 (4/7)
Preparing regex-1.5.5
[2023-02-27T09:21:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:21:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:21:38Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:21:38Z DEBUG collector::execute] cd "/tmp/.tmpfYecjV" && 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/.tmpfYecjV#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:21:38Z DEBUG collector::execute] cd "/tmp/.tmphpIEAo" && 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/.tmphpIEAo#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:21:50Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:21:50Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:21:50Z DEBUG collector::execute] cd "/tmp/.tmp8CRqZZ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp8CRqZZ#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Opt + [Full]
Running regex-1.5.5: Opt + [Full]
[2023-02-27T09:21:53Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:21:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:21:53Z DEBUG collector::execute] cd "/tmp/.tmpXmZAIR" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXmZAIR#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0 (5/7)
Preparing ripgrep-13.0.0
[2023-02-27T09:22:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:22:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:22:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:22:08Z DEBUG collector::execute] cd "/tmp/.tmpvd8pJm" && 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/.tmpvd8pJm#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:22:08Z DEBUG collector::execute] cd "/tmp/.tmp8VQFMf" && 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/.tmp8VQFMf#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:22:38Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:22:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:22:39Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:22:39Z DEBUG collector::execute] cd "/tmp/.tmpILbIBl" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpILbIBl#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:22:44Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:22:44Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:22:44Z DEBUG collector::execute] cd "/tmp/.tmpmWbY51" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmWbY51#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark ripgrep-13.0.0 (5/7)
Finished benchmark ripgrep-13.0.0 (5/7)
Executing benchmark serde-1.0.136 (6/7)
Preparing serde-1.0.136
[2023-02-27T09:23:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:23:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:23:06Z DEBUG collector::execute] cd "/tmp/.tmpyQT814" && 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/.tmpyQT814#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:23:06Z DEBUG collector::execute] cd "/tmp/.tmpQ7MByf" && 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/.tmpQ7MByf#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:23:07Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:23:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:23:07Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:23:07Z DEBUG collector::execute] cd "/tmp/.tmpAa3xBw" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpAa3xBw#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:23:11Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:23:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:23:11Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:23:11Z DEBUG collector::execute] cd "/tmp/.tmpFhbplP" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpFhbplP#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark syn-1.0.89 (7/7)
Preparing syn-1.0.89
[2023-02-27T09:23:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:23:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:23:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:23:15Z DEBUG collector::execute] cd "/tmp/.tmpdtXFEw" && 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/.tmpdtXFEw#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:23:15Z DEBUG collector::execute] cd "/tmp/.tmpsAc4D1" && 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/.tmpsAc4D1#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:23:20Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:23:20Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:23:20Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:23:20Z DEBUG collector::execute] cd "/tmp/.tmpVqQibm" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVqQibm#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:23:23Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:23:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:23:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:23:23Z DEBUG collector::execute] cd "/tmp/.tmpyHgDiK" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyHgDiK#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
stage-build DEBUG: Reverting working dir to `/checkout/obj`
stage-build INFO: Merging LLVM PGO profiles to /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata
stage-build INFO: Executing `/rustroot/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata /tmp/tmp-multistage/opt-artifacts/llvm-pgo`
stage-build INFO: LLVM PGO statistics
---
Preparing bitmaps-3.1.0
[2023-02-27T09:36:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:36:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:36:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:36:14Z DEBUG collector::execute] cd "/tmp/.tmpUC7XRr" && 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/.tmpUC7XRr#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:36:14Z DEBUG collector::execute] cd "/tmp/.tmpAmLsKH" && 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/.tmpAmLsKH#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T09:36:14Z DEBUG collector::execute] cd "/tmp/.tmpfCvbKt" && 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/.tmpfCvbKt#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:36:15Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:36:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:36:15Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:36:15Z DEBUG collector::execute] cd "/tmp/.tmpgEGBpR" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgEGBpR#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:36:17Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:36:17Z DEBUG collector::execute] cd "/tmp/.tmpgEGBpR" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgEGBpR#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgEGBpR/incremental-state"
[2023-02-27T09:36:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:36:20Z DEBUG collector::execute] cd "/tmp/.tmpgEGBpR" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgEGBpR#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgEGBpR/incremental-state"
[2023-02-27T09:36:21Z DEBUG collector::execute] applying println to "/tmp/.tmpgEGBpR"
[2023-02-27T09:36:21Z 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-02-27T09:36:21Z 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-02-27T09:36:21Z DEBUG collector::execute] cd "/tmp/.tmpgEGBpR" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgEGBpR#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgEGBpR/incremental-state"
[2023-02-27T09:36:22Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:36:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:36:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:36:22Z DEBUG collector::execute] cd "/tmp/.tmphv2pbK" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphv2pbK#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:36:24Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:36:24Z DEBUG collector::execute] cd "/tmp/.tmphv2pbK" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphv2pbK#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphv2pbK/incremental-state"
[2023-02-27T09:36:27Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:36:27Z DEBUG collector::execute] cd "/tmp/.tmphv2pbK" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphv2pbK#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphv2pbK/incremental-state"
[2023-02-27T09:36:28Z DEBUG collector::execute] applying println to "/tmp/.tmphv2pbK"
[2023-02-27T09:36:28Z 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-02-27T09:36:28Z 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-02-27T09:36:28Z DEBUG collector::execute] cd "/tmp/.tmphv2pbK" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphv2pbK#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmphv2pbK/incremental-state"
[2023-02-27T09:36:30Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:36:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:36:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:36:30Z DEBUG collector::execute] cd "/tmp/.tmpLtQHEC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLtQHEC#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:36:32Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:36:32Z DEBUG collector::execute] cd "/tmp/.tmpLtQHEC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLtQHEC#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLtQHEC/incremental-state"
[2023-02-27T09:36:35Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:36:35Z DEBUG collector::execute] cd "/tmp/.tmpLtQHEC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLtQHEC#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLtQHEC/incremental-state"
[2023-02-27T09:36:36Z DEBUG collector::execute] applying println to "/tmp/.tmpLtQHEC"
[2023-02-27T09:36:36Z 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-02-27T09:36:36Z 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-02-27T09:36:36Z DEBUG collector::execute] cd "/tmp/.tmpLtQHEC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLtQHEC#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLtQHEC/incremental-state"
Executing benchmark cargo-0.60.0 (2/8)
Preparing cargo-0.60.0
[2023-02-27T09:36:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:36:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:36:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:36:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:36:37Z DEBUG collector::execute] cd "/tmp/.tmpVoPJgj" && 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/.tmpVoPJgj#[email protected]" "--lib" "--" "--skip-this-rustc"
[2023-02-27T09:36:37Z DEBUG collector::execute] cd "/tmp/.tmpCLjKRR" && 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/.tmpCLjKRR#[email protected]" "--release" "--lib" "--" "--skip-this-rustc"
[2023-02-27T09:36:37Z DEBUG collector::execute] cd "/tmp/.tmpPdVgnl" && 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/.tmpPdVgnl#[email protected]" "--profile" "check" "--lib" "--" "--skip-this-rustc"
[2023-02-27T09:37:41Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:37:41Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:37:41Z DEBUG collector::execute] cd "/tmp/.tmp4eBdL6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4eBdL6#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:38:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:38:01Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:38:01Z DEBUG collector::execute] cd "/tmp/.tmp4eBdL6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4eBdL6#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp4eBdL6/incremental-state"
[2023-02-27T09:38:26Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:38:26Z DEBUG collector::execute] cd "/tmp/.tmp4eBdL6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4eBdL6#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp4eBdL6/incremental-state"
[2023-02-27T09:38:31Z DEBUG collector::execute] applying println to "/tmp/.tmp4eBdL6"
[2023-02-27T09:38:31Z 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-02-27T09:38:31Z 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-02-27T09:38:31Z DEBUG collector::execute] cd "/tmp/.tmp4eBdL6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4eBdL6#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp4eBdL6/incremental-state"
[2023-02-27T09:38:35Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:38:36Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:38:36Z DEBUG collector::execute] cd "/tmp/.tmpyBGqB2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyBGqB2#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:39:30Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:39:30Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:39:30Z DEBUG collector::execute] cd "/tmp/.tmpyBGqB2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyBGqB2#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpyBGqB2/incremental-state"
[2023-02-27T09:40:35Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:40:35Z DEBUG collector::execute] cd "/tmp/.tmpyBGqB2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyBGqB2#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpyBGqB2/incremental-state"
[2023-02-27T09:40:46Z DEBUG collector::execute] applying println to "/tmp/.tmpyBGqB2"
[2023-02-27T09:40:46Z 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-02-27T09:40:46Z 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-02-27T09:40:46Z DEBUG collector::execute] cd "/tmp/.tmpyBGqB2" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyBGqB2#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpyBGqB2/incremental-state"
[2023-02-27T09:40:57Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:40:58Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:40:58Z DEBUG collector::execute] cd "/tmp/.tmp7K8eaY" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp7K8eaY#[email protected]" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:42:03Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
Preparing ctfe-stress-5
[2023-02-27T09:43:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:43:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:43:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:43:30Z DEBUG collector::execute] cd "/tmp/.tmphY1hra" && 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/.tmphY1hra#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:43:30Z DEBUG collector::execute] cd "/tmp/.tmpWGBR07" && 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/.tmpWGBR07#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T09:43:30Z DEBUG collector::execute] cd "/tmp/.tmp35YtbN" && 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/.tmp35YtbN#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:43:31Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:43:31Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:43:31Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:43:31Z DEBUG collector::execute] cd "/tmp/.tmpod1hDq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpod1hDq#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:43:40Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:43:40Z DEBUG collector::execute] cd "/tmp/.tmpod1hDq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpod1hDq#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpod1hDq/incremental-state"
[2023-02-27T09:43:52Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:43:52Z DEBUG collector::execute] cd "/tmp/.tmpod1hDq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpod1hDq#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpod1hDq/incremental-state"
[2023-02-27T09:43:52Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:43:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:43:52Z DEBUG collector::execute] cd "/tmp/.tmpNVG55b" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpNVG55b#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:44:02Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2023-02-27T09:44:14Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:44:14Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:44:14Z DEBUG collector::execute] cd "/tmp/.tmpDZyowQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpDZyowQ#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:44:22Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:44:22Z DEBUG collector::execute] cd "/tmp/.tmpDZyowQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpDZyowQ#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDZyowQ/incremental-state"
[2023-02-27T09:44:33Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:44:33Z DEBUG collector::execute] cd "/tmp/.tmpDZyowQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpDZyowQ#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpDZyowQ/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2023-02-27T09:44:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:44:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:44:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:44:33Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:44:33Z DEBUG collector::execute] cd "/tmp/.tmpxNezLC" && 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/.tmpxNezLC#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:44:33Z DEBUG collector::execute] cd "/tmp/.tmpmV9JTK" && 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/.tmpmV9JTK#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T09:44:33Z DEBUG collector::execute] cd "/tmp/.tmpoFBwO9" && 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/.tmpoFBwO9#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:44:55Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:44:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:44:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:44:55Z DEBUG collector::execute] cd "/tmp/.tmp9h5jLm" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp9h5jLm#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:45:11Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:45:11Z DEBUG collector::execute] cd "/tmp/.tmp9h5jLm" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp9h5jLm#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp9h5jLm/incremental-state"
[2023-02-27T09:45:30Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:45:30Z DEBUG collector::execute] cd "/tmp/.tmp9h5jLm" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp9h5jLm#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp9h5jLm/incremental-state"
[2023-02-27T09:45:33Z DEBUG collector::execute] applying println to "/tmp/.tmp9h5jLm"
[2023-02-27T09:45:33Z 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-02-27T09:45:33Z 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-02-27T09:45:33Z DEBUG collector::execute] cd "/tmp/.tmp9h5jLm" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp9h5jLm#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp9h5jLm/incremental-state"
[2023-02-27T09:45:37Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:45:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:45:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:45:37Z DEBUG collector::execute] cd "/tmp/.tmpLmefaX" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLmefaX#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:45:55Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:45:55Z DEBUG collector::execute] cd "/tmp/.tmpLmefaX" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLmefaX#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLmefaX/incremental-state"
[2023-02-27T09:46:18Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:46:18Z DEBUG collector::execute] cd "/tmp/.tmpLmefaX" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLmefaX#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLmefaX/incremental-state"
[2023-02-27T09:46:22Z DEBUG collector::execute] applying println to "/tmp/.tmpLmefaX"
[2023-02-27T09:46:22Z 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-02-27T09:46:22Z 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-02-27T09:46:22Z DEBUG collector::execute] cd "/tmp/.tmpLmefaX" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpLmefaX#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLmefaX/incremental-state"
[2023-02-27T09:46:26Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:46:26Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:46:26Z DEBUG collector::execute] cd "/tmp/.tmpTbVY8Q" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpTbVY8Q#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:46:46Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:46:46Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:46:46Z DEBUG collector::execute] cd "/tmp/.tmpTbVY8Q" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpTbVY8Q#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpTbVY8Q/incremental-state"
[2023-02-27T09:47:08Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:08Z DEBUG collector::execute] cd "/tmp/.tmpTbVY8Q" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpTbVY8Q#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpTbVY8Q/incremental-state"
[2023-02-27T09:47:12Z DEBUG collector::execute] applying println to "/tmp/.tmpTbVY8Q"
[2023-02-27T09:47:12Z 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-02-27T09:47:12Z 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-02-27T09:47:12Z DEBUG collector::execute] cd "/tmp/.tmpTbVY8Q" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpTbVY8Q#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpTbVY8Q/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2023-02-27T09:47:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:47:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:47:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:47:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:47:16Z DEBUG collector::execute] cd "/tmp/.tmpHUiLjW" && 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/.tmpHUiLjW#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T09:47:16Z DEBUG collector::execute] cd "/tmp/.tmpmmrX4b" && 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/.tmpmmrX4b#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:47:16Z DEBUG collector::execute] cd "/tmp/.tmpEaz18w" && 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/.tmpEaz18w#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:47:16Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:47:16Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:47:16Z DEBUG collector::execute] cd "/tmp/.tmpph9UKQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpph9UKQ#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:17Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:17Z DEBUG collector::execute] cd "/tmp/.tmpph9UKQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpph9UKQ#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpph9UKQ/incremental-state"
[2023-02-27T09:47:18Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:18Z DEBUG collector::execute] cd "/tmp/.tmpph9UKQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpph9UKQ#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpph9UKQ/incremental-state"
[2023-02-27T09:47:18Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:47:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:47:18Z DEBUG collector::execute] cd "/tmp/.tmpmlND1W" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmlND1W#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:19Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:19Z DEBUG collector::execute] cd "/tmp/.tmpmlND1W" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmlND1W#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpmlND1W/incremental-state"
[2023-02-27T09:47:20Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:20Z DEBUG collector::execute] cd "/tmp/.tmpmlND1W" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmlND1W#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpmlND1W/incremental-state"
[2023-02-27T09:47:21Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:47:21Z DEBUG collector::execute] cd "/tmp/.tmp74x71g" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp74x71g#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:21Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
Preparing match-stress
[2023-02-27T09:47:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:47:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:47:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:47:23Z DEBUG collector::execute] cd "/tmp/.tmpL4crZw" && 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/.tmpL4crZw#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:47:23Z DEBUG collector::execute] cd "/tmp/.tmpzv5kgR" && 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/.tmpzv5kgR#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T09:47:23Z DEBUG collector::execute] cd "/tmp/.tmpruNkpg" && 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/.tmpruNkpg#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:47:24Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:47:24Z DEBUG collector::execute] cd "/tmp/.tmp0ZRetS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp0ZRetS#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:26Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:26Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:26Z DEBUG collector::execute] cd "/tmp/.tmp0ZRetS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp0ZRetS#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp0ZRetS/incremental-state"
[2023-02-27T09:47:29Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:29Z DEBUG collector::execute] cd "/tmp/.tmp0ZRetS" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp0ZRetS#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp0ZRetS/incremental-state"
[2023-02-27T09:47:30Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:47:30Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:47:30Z DEBUG collector::execute] cd "/tmp/.tmptuq0Tp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptuq0Tp#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:33Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:33Z DEBUG collector::execute] cd "/tmp/.tmptuq0Tp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptuq0Tp#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmptuq0Tp/incremental-state"
[2023-02-27T09:47:36Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:36Z DEBUG collector::execute] cd "/tmp/.tmptuq0Tp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptuq0Tp#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmptuq0Tp/incremental-state"
[2023-02-27T09:47:37Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:47:37Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:47:37Z DEBUG collector::execute] cd "/tmp/.tmpwwAhFu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwwAhFu#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:40Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:40Z DEBUG collector::execute] cd "/tmp/.tmpwwAhFu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwwAhFu#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwwAhFu/incremental-state"
[2023-02-27T09:47:43Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:43Z DEBUG collector::execute] cd "/tmp/.tmpwwAhFu" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwwAhFu#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwwAhFu/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2023-02-27T09:47:44Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:47:44Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:47:44Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:47:44Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:47:44Z DEBUG collector::execute] cd "/tmp/.tmpw12NCE" && 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/.tmpw12NCE#[email protected]" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-02-27T09:47:44Z DEBUG collector::execute] cd "/tmp/.tmpzZ99RZ" && 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/.tmpzZ99RZ#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2023-02-27T09:47:44Z DEBUG collector::execute] cd "/tmp/.tmpxkTOfh" && 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/.tmpxkTOfh#[email protected]" "--release" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
Running token-stream-stress: Check + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2023-02-27T09:47:45Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:45Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:47:45Z DEBUG collector::execute] cd "/tmp/.tmpXHOxc9" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXHOxc9#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:45Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:45Z DEBUG collector::execute] cd "/tmp/.tmpXHOxc9" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXHOxc9#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpXHOxc9/incremental-state"
[2023-02-27T09:47:45Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:45Z DEBUG collector::execute] cd "/tmp/.tmpXHOxc9" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXHOxc9#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpXHOxc9/incremental-state"
[2023-02-27T09:47:46Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:47:46Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:47:46Z DEBUG collector::execute] cd "/tmp/.tmpJftYV6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpJftYV6#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:46Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:46Z DEBUG collector::execute] cd "/tmp/.tmpJftYV6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpJftYV6#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpJftYV6/incremental-state"
[2023-02-27T09:47:46Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:46Z DEBUG collector::execute] cd "/tmp/.tmpJftYV6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpJftYV6#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpJftYV6/incremental-state"
[2023-02-27T09:47:47Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:47:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:47:47Z DEBUG collector::execute] cd "/tmp/.tmpua0lIh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpua0lIh#[email protected]" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:47Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:47Z DEBUG collector::execute] cd "/tmp/.tmpua0lIh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpua0lIh#[email protected]" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpua0lIh/incremental-state"
[2023-02-27T09:47:47Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:47Z DEBUG collector::execute] cd "/tmp/.tmpua0lIh" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpua0lIh#[email protected]" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpua0lIh/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2023-02-27T09:47:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T09:47:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:47:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T09:47:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T09:47:48Z DEBUG collector::execute] cd "/tmp/.tmpYpiHFg" && 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/.tmpYpiHFg#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T09:47:48Z DEBUG collector::execute] cd "/tmp/.tmpj5Yqf7" && 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/.tmpj5Yqf7#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T09:47:48Z DEBUG collector::execute] cd "/tmp/.tmpEaf8Nr" && 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/.tmpEaf8Nr#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T09:47:48Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:47:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:47:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T09:47:48Z DEBUG collector::execute] cd "/tmp/.tmpzUElyT" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzUElyT#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:47:53Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2023-02-27T09:47:53Z DEBUG collector::execute] cd "/tmp/.tmpzUElyT" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzUElyT#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzUElyT/incremental-state"
[2023-02-27T09:47:58Z INFO  collector::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:47:58Z DEBUG collector::execute] cd "/tmp/.tmpzUElyT" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzUElyT#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzUElyT/incremental-state"
[2023-02-27T09:48:00Z DEBUG collector::execute] applying new row to "/tmp/.tmpzUElyT"
[2023-02-27T09:48:00Z 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-02-27T09:48:00Z 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-02-27T09:48:00Z DEBUG collector::execute] cd "/tmp/.tmpzUElyT" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzUElyT#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzUElyT/incremental-state"
[2023-02-27T09:48:06Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:48:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:48:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T09:48:06Z DEBUG collector::execute] cd "/tmp/.tmpwzfF9K" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwzfF9K#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:48:11Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2023-02-27T09:48:11Z DEBUG collector::execute] cd "/tmp/.tmpwzfF9K" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwzfF9K#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwzfF9K/incremental-state"
[2023-02-27T09:48:16Z INFO  collector::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:48:16Z DEBUG collector::execute] cd "/tmp/.tmpwzfF9K" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwzfF9K#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwzfF9K/incremental-state"
[2023-02-27T09:48:18Z DEBUG collector::execute] applying new row to "/tmp/.tmpwzfF9K"
[2023-02-27T09:48:18Z 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-02-27T09:48:18Z 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-02-27T09:48:18Z DEBUG collector::execute] cd "/tmp/.tmpwzfF9K" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwzfF9K#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwzfF9K/incremental-state"
[2023-02-27T09:48:24Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T09:48:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:48:24Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T09:48:24Z DEBUG collector::execute] cd "/tmp/.tmpqWdWxz" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpqWdWxz#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T09:48:29Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2023-02-27T09:48:29Z DEBUG collector::execute] cd "/tmp/.tmpqWdWxz" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpqWdWxz#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpqWdWxz/incremental-state"
[2023-02-27T09:48:35Z INFO  collector::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2023-02-27T09:48:35Z DEBUG collector::execute] cd "/tmp/.tmpqWdWxz" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpqWdWxz#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpqWdWxz/incremental-state"
[2023-02-27T09:48:36Z DEBUG collector::execute] applying new row to "/tmp/.tmpqWdWxz"
[2023-02-27T09:48:36Z 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-02-27T09:48:36Z 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-02-27T09:48:36Z DEBUG collector::execute] cd "/tmp/.tmpqWdWxz" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpqWdWxz#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpqWdWxz/incremental-state"
stage-build DEBUG: Reverting working dir to `/checkout/obj`
stage-build INFO: Merging Rustc PGO profiles to /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata
stage-build INFO: Executing `/checkout/obj/build/x86_64-unknown-linux-gnu/llvm/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata /tmp/tmp-multistage/opt-artifacts/rustc-pgo`
stage-build INFO: Rustc PGO statistics
---
Preparing cargo-0.60.0
[2023-02-27T10:21:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:21:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:21:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:21:40Z DEBUG collector::execute] cd "/tmp/.tmpnNhk8Y" && 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/.tmpnNhk8Y#[email protected]" "--release" "--lib" "--" "--skip-this-rustc"
[2023-02-27T10:21:40Z DEBUG collector::execute] cd "/tmp/.tmpHtBcC8" && 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/.tmpHtBcC8#[email protected]" "--profile" "check" "--lib" "--" "--skip-this-rustc"
[2023-02-27T10:21:40Z DEBUG collector::execute] cd "/tmp/.tmpSzU4KK" && 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/.tmpSzU4KK#[email protected]" "--lib" "--" "--skip-this-rustc"
[2023-02-27T10:24:00Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:24:00Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:24:00Z DEBUG collector::execute] cd "/tmp/.tmpj4twcj" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpj4twcj#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Running cargo-0.60.0: Debug + [Full]
Running cargo-0.60.0: Debug + [Full]
[2023-02-27T10:24:09Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:24:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:24:10Z DEBUG collector::execute] cd "/tmp/.tmpG0sxYq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpG0sxYq#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:24:47Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:24:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:24:47Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:24:47Z DEBUG collector::execute] cd "/tmp/.tmpWTlvOw" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpWTlvOw#[email protected]" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark clap-3.1.6 (2/7)
Preparing clap-3.1.6
[2023-02-27T10:26:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:26:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:26:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:26:10Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:26:10Z DEBUG collector::execute] cd "/tmp/.tmpHpbg47" && 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/.tmpHpbg47#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T10:26:10Z DEBUG collector::execute] cd "/tmp/.tmp2dZvBh" && 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/.tmp2dZvBh#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T10:26:10Z DEBUG collector::execute] cd "/tmp/.tmp2fdC3y" && 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/.tmp2fdC3y#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T10:26:26Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:26:26Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:26:27Z DEBUG collector::execute] cd "/tmp/.tmpQA9duw" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQA9duw#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Debug + [Full]
---
Preparing hyper-0.14.18
[2023-02-27T10:26:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:26:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:26:52Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:26:52Z DEBUG collector::execute] cd "/tmp/.tmpW10lHk" && 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/.tmpW10lHk#[email protected]" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-02-27T10:26:53Z DEBUG collector::execute] cd "/tmp/.tmpPbJZoC" && 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/.tmpPbJZoC#[email protected]" "--profile" "check" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-02-27T10:26:53Z DEBUG collector::execute] cd "/tmp/.tmpqc3sgd" && 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/.tmpqc3sgd#[email protected]" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2023-02-27T10:27:51Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:27:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:27:51Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:27:51Z DEBUG collector::execute] cd "/tmp/.tmpMvQ4GG" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpMvQ4GG#[email protected]" "--profile" "check" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:27:55Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:27:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:27:55Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:27:55Z DEBUG collector::execute] cd "/tmp/.tmpOVyTCD" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpOVyTCD#[email protected]" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:28:02Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:28:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:28:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:28:02Z DEBUG collector::execute] cd "/tmp/.tmpNoUk8u" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpNoUk8u#[email protected]" "--release" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark regex-1.5.5 (4/7)
Preparing regex-1.5.5
[2023-02-27T10:28:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:28:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:28:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:28:21Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:28:21Z DEBUG collector::execute] cd "/tmp/.tmptD9UeS" && 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/.tmptD9UeS#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T10:28:21Z DEBUG collector::execute] cd "/tmp/.tmph1Awyj" && 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/.tmph1Awyj#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T10:28:21Z DEBUG collector::execute] cd "/tmp/.tmp11giwy" && 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/.tmp11giwy#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T10:28:40Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:28:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:28:40Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:28:40Z DEBUG collector::execute] cd "/tmp/.tmpXUGqoM" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXUGqoM#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:28:42Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:28:42Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:28:42Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:28:42Z DEBUG collector::execute] cd "/tmp/.tmpUeF8ps" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpUeF8ps#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:28:48Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:28:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:28:48Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:28:48Z DEBUG collector::execute] cd "/tmp/.tmp3iwcfi" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp3iwcfi#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0 (5/7)
Preparing ripgrep-13.0.0
[2023-02-27T10:29:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:29:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:29:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:29:06Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:29:06Z DEBUG collector::execute] cd "/tmp/.tmpaUWLx4" && 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/.tmpaUWLx4#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T10:29:06Z DEBUG collector::execute] cd "/tmp/.tmpSPujwq" && 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/.tmpSPujwq#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T10:29:06Z DEBUG collector::execute] cd "/tmp/.tmptHdhkp" && 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/.tmptHdhkp#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T10:30:22Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:30:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:30:22Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:30:22Z DEBUG collector::execute] cd "/tmp/.tmpfSysw1" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpfSysw1#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:30:23Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:30:23Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:30:24Z DEBUG collector::execute] cd "/tmp/.tmpZh0HnY" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpZh0HnY#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Opt + [Full]
---
Preparing serde-1.0.136
[2023-02-27T10:30:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:30:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:30:53Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:30:53Z DEBUG collector::execute] cd "/tmp/.tmpckHRU7" && 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/.tmpckHRU7#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T10:30:53Z DEBUG collector::execute] cd "/tmp/.tmp40tTLP" && 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/.tmp40tTLP#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T10:30:53Z DEBUG collector::execute] cd "/tmp/.tmpV08vBH" && 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/.tmpV08vBH#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T10:30:58Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:30:58Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:30:58Z DEBUG collector::execute] cd "/tmp/.tmp5aUx8J" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp5aUx8J#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Debug + [Full]
Running serde-1.0.136: Debug + [Full]
[2023-02-27T10:31:02Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:31:02Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:31:02Z DEBUG collector::execute] cd "/tmp/.tmprV6FOQ" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmprV6FOQ#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:31:08Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:31:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:31:08Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:31:08Z DEBUG collector::execute] cd "/tmp/.tmpx9Vmol" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpx9Vmol#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark syn-1.0.89 (7/7)
Preparing syn-1.0.89
[2023-02-27T10:31:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2023-02-27T10:31:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:31:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2023-02-27T10:31:18Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2023-02-27T10:31:18Z DEBUG collector::execute] cd "/tmp/.tmpIQdbzv" && 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/.tmpIQdbzv#[email protected]" "--" "--skip-this-rustc"
[2023-02-27T10:31:18Z DEBUG collector::execute] cd "/tmp/.tmpyLMCm0" && 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/.tmpyLMCm0#[email protected]" "--release" "--" "--skip-this-rustc"
[2023-02-27T10:31:18Z DEBUG collector::execute] cd "/tmp/.tmpH2yUPU" && 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/.tmpH2yUPU#[email protected]" "--profile" "check" "--" "--skip-this-rustc"
[2023-02-27T10:31:34Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:31:34Z INFO  collector::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2023-02-27T10:31:34Z DEBUG collector::execute] cd "/tmp/.tmpIX0zTO" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpIX0zTO#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Debug + [Full]
Running syn-1.0.89: Debug + [Full]
[2023-02-27T10:31:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:31:36Z INFO  collector::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2023-02-27T10:31:36Z DEBUG collector::execute] cd "/tmp/.tmp7crZow" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp7crZow#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2023-02-27T10:31:42Z DEBUG collector::execute] Benchmark iteration 1/1
[2023-02-27T10:31:42Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:31:42Z INFO  collector::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2023-02-27T10:31:42Z DEBUG collector::execute] cd "/tmp/.tmpmnobz1" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmnobz1#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
stage-build DEBUG: Reverting working dir to `/checkout/obj`
stage-build INFO: Merging LLVM BOLT profiles to /tmp/tmp-multistage/opt-artifacts/bolt.profdata
stage-build INFO: Executing `merge-fdata /tmp/prof.fdata.149649.fdata /tmp/prof.fdata.149657.fdata /tmp/prof.fdata.149660.fdata /tmp/prof.fdata.149663.fdata /tmp/prof.fdata.149679.fdata /tmp/prof.fdata.150273.fdata /tmp/prof.fdata.150282.fdata /tmp/prof.fdata.150283.fdata /tmp/prof.fdata.150298.fdata /tmp/prof.fdata.150300.fdata /tmp/prof.fdata.150303.fdata /tmp/prof.fdata.150304.fdata /tmp/prof.fdata.150305.fdata /tmp/prof.fdata.150306.fdata /tmp/prof.fdata.150425.fdata /tmp/prof.fdata.150600.fdata /tmp/prof.fdata.150601.fdata /tmp/prof.fdata.150602.fdata /tmp/prof.fdata.150615.fdata /tmp/prof.fdata.150619.fdata /tmp/prof.fdata.150624.fdata /tmp/prof.fdata.150627.fdata /tmp/prof.fdata.150631.fdata /tmp/prof.fdata.150649.fdata /tmp/prof.fdata.150662.fdata /tmp/prof.fdata.150690.fdata /tmp/prof.fdata.150691.fdata /tmp/prof.fdata.150698.fdata /tmp/prof.fdata.150705.fdata /tmp/prof.fdata.150716.fdata /tmp/prof.fdata.150754.fdata /tmp/prof.fdata.150756.fdata /tmp/prof.fdata.150758.fdata /tmp/prof.fdata.150760.fdata /tmp/prof.fdata.150763.fdata /tmp/prof.fdata.150765.fdata /tmp/prof.fdata.150769.fdata /tmp/prof.fdata.150770.fdata /tmp/prof.fdata.150774.fdata /tmp/prof.fdata.150778.fdata /tmp/prof.fdata.150781.fdata /tmp/prof.fdata.150782.fdata /tmp/prof.fdata.150785.fdata /tmp/prof.fdata.150786.fdata /tmp/prof.fdata.150787.fdata /tmp/prof.fdata.150795.fdata /tmp/prof.fdata.151114.fdata /tmp/prof.fdata.151139.fdata /tmp/prof.fdata.151166.fdata /tmp/prof.fdata.151250.fdata /tmp/prof.fdata.151257.fdata /tmp/prof.fdata.151260.fdata /tmp/prof.fdata.151272.fdata /tmp/prof.fdata.151279.fdata /tmp/prof.fdata.151291.fdata /tmp/prof.fdata.151297.fdata /tmp/prof.fdata.151307.fdata /tmp/prof.fdata.151309.fdata /tmp/prof.fdata.151316.fdata /tmp/prof.fdata.151320.fdata /tmp/prof.fdata.151325.fdata /tmp/prof.fdata.151339.fdata /tmp/prof.fdata.151343.fdata /tmp/prof.fdata.151393.fdata /tmp/prof.fdata.151433.fdata /tmp/prof.fdata.151448.fdata /tmp/prof.fdata.151471.fdata /tmp/prof.fdata.151535.fdata /tmp/prof.fdata.151555.fdata /tmp/prof.fdata.151563.fdata /tmp/prof.fdata.151583.fdata /tmp/prof.fdata.151599.fdata /tmp/prof.fdata.151603.fdata /tmp/prof.fdata.151608.fdata /tmp/prof.fdata.151615.fdata /tmp/prof.fdata.151621.fdata /tmp/prof.fdata.151628.fdata /tmp/prof.fdata.151634.fdata /tmp/prof.fdata.151653.fdata /tmp/prof.fdata.151658.fdata /tmp/prof.fdata.151665.fdata /tmp/prof.fdata.151670.fdata /tmp/prof.fdata.151676.fdata /tmp/prof.fdata.151702.fdata /tmp/prof.fdata.151748.fdata /tmp/prof.fdata.151775.fdata /tmp/prof.fdata.151821.fdata /tmp/prof.fdata.151844.fdata /tmp/prof.fdata.151855.fdata /tmp/prof.fdata.151858.fdata /tmp/prof.fdata.151870.fdata /tmp/prof.fdata.151874.fdata /tmp/prof.fdata.151890.fdata /tmp/prof.fdata.151904.fdata /tmp/prof.fdata.151941.fdata /tmp/prof.fdata.151958.fdata /tmp/prof.fdata.151961.fdata /tmp/prof.fdata.151990.fdata /tmp/prof.fdata.152018.fdata /tmp/prof.fdata.152033.fdata /tmp/prof.fdata.152037.fdata /tmp/prof.fdata.152065.fdata /tmp/prof.fdata.152075.fdata /tmp/prof.fdata.152102.fdata /tmp/prof.fdata.152109.fdata /tmp/prof.fdata.152117.fdata /tmp/prof.fdata.152121.fdata /tmp/prof.fdata.152134.fdata /tmp/prof.fdata.152155.fdata /tmp/prof.fdata.152161.fdata /tmp/prof.fdata.152165.fdata /tmp/prof.fdata.152198.fdata /tmp/prof.fdata.152207.fdata /tmp/prof.fdata.152217.fdata /tmp/prof.fdata.152238.fdata /tmp/prof.fdata.152265.fdata /tmp/prof.fdata.152281.fdata /tmp/prof.fdata.152284.fdata /tmp/prof.fdata.152292.fdata /tmp/prof.fdata.152296.fdata /tmp/prof.fdata.152305.fdata /tmp/prof.fdata.152340.fdata /tmp/prof.fdata.152369.fdata /tmp/prof.fdata.152387.fdata /tmp/prof.fdata.152401.fdata /tmp/prof.fdata.152417.fdata /tmp/prof.fdata.152421.fdata /tmp/prof.fdata.152426.fdata /tmp/prof.fdata.152441.fdata /tmp/prof.fdata.152515.fdata /tmp/prof.fdata.152555.fdata /tmp/prof.fdata.152619.fdata /tmp/prof.fdata.152622.fdata /tmp/prof.fdata.152634.fdata /tmp/prof.fdata.152640.fdata /tmp/prof.fdata.152677.fdata /tmp/prof.fdata.152681.fdata /tmp/prof.fdata.152696.fdata /tmp/prof.fdata.152729.fdata /tmp/prof.fdata.152770.fdata /tmp/prof.fdata.152775.fdata /tmp/prof.fdata.152781.fdata /tmp/prof.fdata.152819.fdata /tmp/prof.fdata.152823.fdata /tmp/prof.fdata.152868.fdata /tmp/prof.fdata.152886.fdata /tmp/prof.fdata.152890.fdata /tmp/prof.fdata.152904.fdata /tmp/prof.fdata.152916.fdata /tmp/prof.fdata.152928.fdata /tmp/prof.fdata.152933.fdata /tmp/prof.fdata.152954.fdata /tmp/prof.fdata.152962.fdata /tmp/prof.fdata.152980.fdata /tmp/prof.fdata.152983.fdata /tmp/prof.fdata.152987.fdata /tmp/prof.fdata.152993.fdata /tmp/prof.fdata.153006.fdata /tmp/prof.fdata.153027.fdata /tmp/prof.fdata.153057.fdata /tmp/prof.fdata.153078.fdata /tmp/prof.fdata.153083.fdata /tmp/prof.fdata.153112.fdata /tmp/prof.fdata.153166.fdata /tmp/prof.fdata.153186.fdata /tmp/prof.fdata.153198.fdata /tmp/prof.fdata.153234.fdata /tmp/prof.fdata.153238.fdata /tmp/prof.fdata.153274.fdata /tmp/prof.fdata.153291.fdata /tmp/prof.fdata.153298.fdata /tmp/prof.fdata.153318.fdata /tmp/prof.fdata.153332.fdata /tmp/prof.fdata.153348.fdata /tmp/prof.fdata.153350.fdata /tmp/prof.fdata.153353.fdata /tmp/prof.fdata.153406.fdata /tmp/prof.fdata.153437.fdata /tmp/prof.fdata.153461.fdata /tmp/prof.fdata.153474.fdata /tmp/prof.fdata.153475.fdata /tmp/prof.fdata.153495.fdata /tmp/prof.fdata.153505.fdata /tmp/prof.fdata.153514.fdata /tmp/prof.fdata.153515.fdata /tmp/prof.fdata.153526.fdata /tmp/prof.fdata.153545.fdata /tmp/prof.fdata.153560.fdata /tmp/prof.fdata.153583.fdata /tmp/prof.fdata.153602.fdata /tmp/prof.fdata.153647.fdata /tmp/prof.fdata.153655.fdata /tmp/prof.fdata.153670.fdata /tmp/prof.fdata.153695.fdata /tmp/prof.fdata.153706.fdata /tmp/prof.fdata.153713.fdata /tmp/prof.fdata.153730.fdata /tmp/prof.fdata.153734.fdata /tmp/prof.fdata.153775.fdata /tmp/prof.fdata.153778.fdata /tmp/prof.fdata.153779.fdata /tmp/prof.fdata.153785.fdata /tmp/prof.fdata.153865.fdata /tmp/prof.fdata.153876.fdata /tmp/prof.fdata.153884.fdata /tmp/prof.fdata.153910.fdata /tmp/prof.fdata.153936.fdata /tmp/prof.fdata.153951.fdata /tmp/prof.fdata.153955.fdata /tmp/prof.fdata.153968.fdata /tmp/prof.fdata.153977.fdata /tmp/prof.fdata.153980.fdata /tmp/prof.fdata.153997.fdata /tmp/prof.fdata.153999.fdata /tmp/prof.fdata.154073.fdata /tmp/prof.fdata.154085.fdata /tmp/prof.fdata.154124.fdata /tmp/prof.fdata.154150.fdata /tmp/prof.fdata.154174.fdata /tmp/prof.fdata.154202.fdata /tmp/prof.fdata.154217.fdata /tmp/prof.fdata.154264.fdata /tmp/prof.fdata.154265.fdata /tmp/prof.fdata.154273.fdata /tmp/prof.fdata.154299.fdata /tmp/prof.fdata.154343.fdata /tmp/prof.fdata.154361.fdata /tmp/prof.fdata.154375.fdata /tmp/prof.fdata.154392.fdata /tmp/prof.fdata.154423.fdata /tmp/prof.fdata.154443.fdata /tmp/prof.fdata.154457.fdata /tmp/prof.fdata.154464.fdata /tmp/prof.fdata.154483.fdata /tmp/prof.fdata.154486.fdata /tmp/prof.fdata.154534.fdata /tmp/prof.fdata.154567.fdata /tmp/prof.fdata.154610.fdata /tmp/prof.fdata.154615.fdata /tmp/prof.fdata.154638.fdata /tmp/prof.fdata.154657.fdata /tmp/prof.fdata.154668.fdata /tmp/prof.fdata.154675.fdata /tmp/prof.fdata.154693.fdata /tmp/prof.fdata.154718.fdata /tmp/prof.fdata.154728.fdata /tmp/prof.fdata.154735.fdata /tmp/prof.fdata.154742.fdata /tmp/prof.fdata.154757.fdata /tmp/prof.fdata.154764.fdata /tmp/prof.fdata.154796.fdata /tmp/prof.fdata.154842.fdata /tmp/prof.fdata.154855.fdata /tmp/prof.fdata.154862.fdata /tmp/prof.fdata.154890.fdata /tmp/prof.fdata.154895.fdata /tmp/prof.fdata.154897.fdata /tmp/prof.fdata.154952.fdata /tmp/prof.fdata.154970.fdata /tmp/prof.fdata.154989.fdata /tmp/prof.fdata.154993.fdata /tmp/prof.fdata.155018.fdata /tmp/prof.fdata.155035.fdata /tmp/prof.fdata.155062.fdata /tmp/prof.fdata.155065.fdata /tmp/prof.fdata.155070.fdata /tmp/prof.fdata.155094.fdata /tmp/prof.fdata.155114.fdata /tmp/prof.fdata.155149.fdata /tmp/prof.fdata.155180.fdata /tmp/prof.fdata.155190.fdata /tmp/prof.fdata.155195.fdata /tmp/prof.fdata.155198.fdata /tmp/prof.fdata.155207.fdata /tmp/prof.fdata.155216.fdata /tmp/prof.fdata.155228.fdata /tmp/prof.fdata.155232.fdata /tmp/prof.fdata.155235.fdata /tmp/prof.fdata.155238.fdata /tmp/prof.fdata.155242.fdata /tmp/prof.fdata.155292.fdata /tmp/prof.fdata.155340.fdata /tmp/prof.fdata.155366.fdata /tmp/prof.fdata.155371.fdata /tmp/prof.fdata.155375.fdata /tmp/prof.fdata.155408.fdata /tmp/prof.fdata.155451.fdata /tmp/prof.fdata.155463.fdata /tmp/prof.fdata.155493.fdata /tmp/prof.fdata.155518.fdata /tmp/prof.fdata.155523.fdata /tmp/prof.fdata.155541.fdata /tmp/prof.fdata.155546.fdata /tmp/prof.fdata.155557.fdata /tmp/prof.fdata.155635.fdata /tmp/prof.fdata.155645.fdata /tmp/prof.fdata.155656.fdata /tmp/prof.fdata.155677.fdata /tmp/prof.fdata.155703.fdata /tmp/prof.fdata.155706.fdata /tmp/prof.fdata.155715.fdata /tmp/prof.fdata.155733.fdata /tmp/prof.fdata.155737.fdata /tmp/prof.fdata.155756.fdata /tmp/prof.fdata.155768.fdata /tmp/prof.fdata.155774.fdata /tmp/prof.fdata.155842.fdata /tmp/prof.fdata.155852.fdata /tmp/prof.fdata.155899.fdata /tmp/prof.fdata.155906.fdata /tmp/prof.fdata.155908.fdata /tmp/prof.fdata.155910.fdata /tmp/prof.fdata.155929.fdata /tmp/prof.fdata.155999.fdata /tmp/prof.fdata.156006.fdata /tmp/prof.fdata.156019.fdata /tmp/prof.fdata.156068.fdata /tmp/prof.fdata.156078.fdata /tmp/prof.fdata.156117.fdata /tmp/prof.fdata.156128.fdata /tmp/prof.fdata.156170.fdata /tmp/prof.fdata.156189.fdata /tmp/prof.fdata.156224.fdata /tmp/prof.fdata.156249.fdata /tmp/prof.fdata.156256.fdata /tmp/prof.fdata.156279.fdata /tmp/prof.fdata.156324.fdata /tmp/prof.fdata.156336.fdata /tmp/prof.fdata.157545.fdata /tmp/prof.fdata.160194.fdata /tmp/prof.fdata.160240.fdata /tmp/prof.fdata.162408.fdata /tmp/prof.fdata.162415.fdata /tmp/prof.fdata.162448.fdata /tmp/prof.fdata.162506.fdata /tmp/prof.fdata.162526.fdata /tmp/prof.fdata.162578.fdata /tmp/prof.fdata.162579.fdata /tmp/prof.fdata.162580.fdata /tmp/prof.fdata.162581.fdata /tmp/prof.fdata.162582.fdata /tmp/prof.fdata.162584.fdata /tmp/prof.fdata.162587.fdata /tmp/prof.fdata.162588.fdata /tmp/prof.fdata.162589.fdata /tmp/prof.fdata.162593.fdata /tmp/prof.fdata.162594.fdata /tmp/prof.fdata.162595.fdata /tmp/prof.fdata.162605.fdata /tmp/prof.fdata.162606.fdata /tmp/prof.fdata.162607.fdata /tmp/prof.fdata.162609.fdata /tmp/prof.fdata.162611.fdata /tmp/prof.fdata.162613.fdata /tmp/prof.fdata.162615.fdata /tmp/prof.fdata.162616.fdata /tmp/prof.fdata.162617.fdata /tmp/prof.fdata.162618.fdata /tmp/prof.fdata.162623.fdata /tmp/prof.fdata.162624.fdata /tmp/prof.fdata.162625.fdata /tmp/prof.fdata.162626.fdata /tmp/prof.fdata.162631.fdata /tmp/prof.fdata.162633.fdata /tmp/prof.fdata.162634.fdata /tmp/prof.fdata.162635.fdata /tmp/prof.fdata.162642.fdata /tmp/prof.fdata.162943.fdata /tmp/prof.fdata.162944.fdata /tmp/prof.fdata.162948.fdata /tmp/prof.fdata.162953.fdata /tmp/prof.fdata.163006.fdata /tmp/prof.fdata.163019.fdata /tmp/prof.fdata.163024.fdata /tmp/prof.fdata.163026.fdata /tmp/prof.fdata.163035.fdata /tmp/prof.fdata.163045.fdata /tmp/prof.fdata.163057.fdata /tmp/prof.fdata.163084.fdata /tmp/prof.fdata.163093.fdata /tmp/prof.fdata.163108.fdata /tmp/prof.fdata.163111.fdata /tmp/prof.fdata.163116.fdata /tmp/prof.fdata.163128.fdata /tmp/prof.fdata.163134.fdata /tmp/prof.fdata.163140.fdata /tmp/prof.fdata.163143.fdata /tmp/prof.fdata.163146.fdata /tmp/prof.fdata.163163.fdata /tmp/prof.fdata.163167.fdata /tmp/prof.fdata.163176.fdata /tmp/prof.fdata.163183.fdata /tmp/prof.fdata.163192.fdata /tmp/prof.fdata.163193.fdata /tmp/prof.fdata.163217.fdata /tmp/prof.fdata.163218.fdata /tmp/prof.fdata.163229.fdata /tmp/prof.fdata.163245.fdata /tmp/prof.fdata.163333.fdata /tmp/prof.fdata.163338.fdata /tmp/prof.fdata.163366.fdata /tmp/prof.fdata.163405.fdata /tmp/prof.fdata.163410.fdata /tmp/prof.fdata.163436.fdata /tmp/prof.fdata.163458.fdata /tmp/prof.fdata.163463.fdata /tmp/prof.fdata.163467.fdata /tmp/prof.fdata.163499.fdata /tmp/prof.fdata.163501.fdata /tmp/prof.fdata.163508.fdata /tmp/prof.fdata.163528.fdata /tmp/prof.fdata.163531.fdata /tmp/prof.fdata.163600.fdata /tmp/prof.fdata.163631.fdata /tmp/prof.fdata.163632.fdata /tmp/prof.fdata.163668.fdata /tmp/prof.fdata.163685.fdata /tmp/prof.fdata.163706.fdata /tmp/prof.fdata.163737.fdata /tmp/prof.fdata.163743.fdata /tmp/prof.fdata.163746.fdata /tmp/prof.fdata.163757.fdata /tmp/prof.fdata.163789.fdata /tmp/prof.fdata.163801.fdata /tmp/prof.fdata.163831.fdata /tmp/prof.fdata.163842.fdata /tmp/prof.fdata.163852.fdata /tmp/prof.fdata.163854.fdata /tmp/prof.fdata.163872.fdata /tmp/prof.fdata.163938.fdata /tmp/prof.fdata.163941.fdata /tmp/prof.fdata.163942.fdata /tmp/prof.fdata.163951.fdata /tmp/prof.fdata.163957.fdata /tmp/prof.fdata.164011.fdata /tmp/prof.fdata.164035.fdata /tmp/prof.fdata.164047.fdata /tmp/prof.fdata.164064.fdata /tmp/prof.fdata.164078.fdata /tmp/prof.fdata.164137.fdata /tmp/prof.fdata.164142.fdata /tmp/prof.fdata.164170.fdata /tmp/prof.fdata.164190.fdata /tmp/prof.fdata.164197.fdata /tmp/prof.fdata.164207.fdata /tmp/prof.fdata.164209.fdata /tmp/prof.fdata.164226.fdata /tmp/prof.fdata.164235.fdata /tmp/prof.fdata.164242.fdata /tmp/prof.fdata.164257.fdata /tmp/prof.fdata.164278.fdata /tmp/prof.fdata.164302.fdata /tmp/prof.fdata.164319.fdata /tmp/prof.fdata.164325.fdata /tmp/prof.fdata.164328.fdata /tmp/prof.fdata.164335.fdata /tmp/prof.fdata.164347.fdata /tmp/prof.fdata.164350.fdata /tmp/prof.fdata.164388.fdata /tmp/prof.fdata.164389.fdata /tmp/prof.fdata.164403.fdata /tmp/prof.fdata.164416.fdata /tmp/prof.fdata.164463.fdata /tmp/prof.fdata.164475.fdata /tmp/prof.fdata.164502.fdata /tmp/prof.fdata.164505.fdata /tmp/prof.fdata.164509.fdata /tmp/prof.fdata.164517.fdata /tmp/prof.fdata.164531.fdata /tmp/prof.fdata.164541.fdata /tmp/prof.fdata.164549.fdata /tmp/prof.fdata.164553.fdata /tmp/prof.fdata.164580.fdata /tmp/prof.fdata.164647.fdata /tmp/prof.fdata.164650.fdata /tmp/prof.fdata.164655.fdata /tmp/prof.fdata.164658.fdata /tmp/prof.fdata.164661.fdata /tmp/prof.fdata.164697.fdata /tmp/prof.fdata.164721.fdata /tmp/prof.fdata.164750.fdata /tmp/prof.fdata.164763.fdata /tmp/prof.fdata.164773.fdata /tmp/prof.fdata.164803.fdata /tmp/prof.fdata.164810.fdata /tmp/prof.fdata.164823.fdata /tmp/prof.fdata.164841.fdata /tmp/prof.fdata.164846.fdata /tmp/prof.fdata.164851.fdata /tmp/prof.fdata.164905.fdata /tmp/prof.fdata.164908.fdata /tmp/prof.fdata.164952.fdata /tmp/prof.fdata.164970.fdata /tmp/prof.fdata.164982.fdata /tmp/prof.fdata.165018.fdata /tmp/prof.fdata.165033.fdata /tmp/prof.fdata.165054.fdata /tmp/prof.fdata.165097.fdata /tmp/prof.fdata.165135.fdata /tmp/prof.fdata.165171.fdata /tmp/prof.fdata.165182.fdata /tmp/prof.fdata.165201.fdata /tmp/prof.fdata.165222.fdata /tmp/prof.fdata.165234.fdata /tmp/prof.fdata.165246.fdata /tmp/prof.fdata.165261.fdata /tmp/prof.fdata.165303.fdata /tmp/prof.fdata.165328.fdata /tmp/prof.fdata.165331.fdata /tmp/prof.fdata.165341.fdata /tmp/prof.fdata.165404.fdata /tmp/prof.fdata.165419.fdata /tmp/prof.fdata.165428.fdata /tmp/prof.fdata.165436.fdata /tmp/prof.fdata.165445.fdata /tmp/prof.fdata.165460.fdata /tmp/prof.fdata.165500.fdata /tmp/prof.fdata.165520.fdata /tmp/prof.fdata.165528.fdata /tmp/prof.fdata.165532.fdata /tmp/prof.fdata.165573.fdata /tmp/prof.fdata.165594.fdata /tmp/prof.fdata.165606.fdata /tmp/prof.fdata.165636.fdata /tmp/prof.fdata.165672.fdata /tmp/prof.fdata.165681.fdata /tmp/prof.fdata.165687.fdata /tmp/prof.fdata.165694.fdata /tmp/prof.fdata.165699.fdata /tmp/prof.fdata.165703.fdata /tmp/prof.fdata.165704.fdata /tmp/prof.fdata.165706.fdata /tmp/prof.fdata.165709.fdata /tmp/prof.fdata.165715.fdata /tmp/prof.fdata.165718.fdata /tmp/prof.fdata.165724.fdata /tmp/prof.fdata.165738.fdata /tmp/prof.fdata.165743.fdata /tmp/prof.fdata.165757.fdata /tmp/prof.fdata.165760.fdata /tmp/prof.fdata.165767.fdata /tmp/prof.fdata.165775.fdata /tmp/prof.fdata.165817.fdata /tmp/prof.fdata.165861.fdata /tmp/prof.fdata.165897.fdata /tmp/prof.fdata.165899.fdata /tmp/prof.fdata.165902.fdata /tmp/prof.fdata.165911.fdata /tmp/prof.fdata.165920.fdata /tmp/prof.fdata.165933.fdata /tmp/prof.fdata.165949.fdata /tmp/prof.fdata.165962.fdata /tmp/prof.fdata.165970.fdata /tmp/prof.fdata.165974.fdata /tmp/prof.fdata.165989.fdata /tmp/prof.fdata.166010.fdata /tmp/prof.fdata.166039.fdata /tmp/prof.fdata.166043.fdata /tmp/prof.fdata.166055.fdata /tmp/prof.fdata.166059.fdata /tmp/prof.fdata.166085.fdata /tmp/prof.fdata.166092.fdata /tmp/prof.fdata.166115.fdata /tmp/prof.fdata.166125.fdata /tmp/prof.fdata.166157.fdata /tmp/prof.fdata.166171.fdata /tmp/prof.fdata.166175.fdata /tmp/prof.fdata.166187.fdata /tmp/prof.fdata.166190.fdata /tmp/prof.fdata.166220.fdata /tmp/prof.fdata.166223.fdata /tmp/prof.fdata.166244.fdata /tmp/prof.fdata.166268.fdata /tmp/prof.fdata.166279.fdata /tmp/prof.fdata.166300.fdata /tmp/prof.fdata.166305.fdata /tmp/prof.fdata.166311.fdata /tmp/prof.fdata.166330.fdata /tmp/prof.fdata.166331.fdata /tmp/prof.fdata.166380.fdata /tmp/prof.fdata.166394.fdata /tmp/prof.fdata.166416.fdata /tmp/prof.fdata.166445.fdata /tmp/prof.fdata.166450.fdata /tmp/prof.fdata.166472.fdata /tmp/prof.fdata.166485.fdata /tmp/prof.fdata.166497.fdata /tmp/prof.fdata.166504.fdata /tmp/prof.fdata.166535.fdata /tmp/prof.fdata.166536.fdata /tmp/prof.fdata.166546.fdata /tmp/prof.fdata.166555.fdata /tmp/prof.fdata.166563.fdata /tmp/prof.fdata.166568.fdata /tmp/prof.fdata.166607.fdata /tmp/prof.fdata.166623.fdata /tmp/prof.fdata.166625.fdata /tmp/prof.fdata.166628.fdata /tmp/prof.fdata.166633.fdata /tmp/prof.fdata.166640.fdata /tmp/prof.fdata.166687.fdata /tmp/prof.fdata.166714.fdata /tmp/prof.fdata.166728.fdata /tmp/prof.fdata.166732.fdata /tmp/prof.fdata.166751.fdata /tmp/prof.fdata.166761.fdata /tmp/prof.fdata.166768.fdata /tmp/prof.fdata.166775.fdata /tmp/prof.fdata.166816.fdata /tmp/prof.fdata.166822.fdata /tmp/prof.fdata.166824.fdata /tmp/prof.fdata.166829.fdata /tmp/prof.fdata.166831.fdata /tmp/prof.fdata.166849.fdata /tmp/prof.fdata.166854.fdata /tmp/prof.fdata.166871.fdata /tmp/prof.fdata.166876.fdata /tmp/prof.fdata.166904.fdata /tmp/prof.fdata.166927.fdata /tmp/prof.fdata.166940.fdata /tmp/prof.fdata.166958.fdata /tmp/prof.fdata.166975.fdata /tmp/prof.fdata.166979.fdata /tmp/prof.fdata.166985.fdata /tmp/prof.fdata.166991.fdata /tmp/prof.fdata.167005.fdata /tmp/prof.fdata.167017.fdata /tmp/prof.fdata.167024.fdata /tmp/prof.fdata.167025.fdata /tmp/prof.fdata.167029.fdata /tmp/prof.fdata.167038.fdata /tmp/prof.fdata.167074.fdata /tmp/prof.fdata.167094.fdata /tmp/prof.fdata.167111.fdata /tmp/prof.fdata.167123.fdata /tmp/prof.fdata.167127.fdata /tmp/prof.fdata.167130.fdata /tmp/prof.fdata.167139.fdata /tmp/prof.fdata.167154.fdata /tmp/prof.fdata.167177.fdata /tmp/prof.fdata.167185.fdata /tmp/prof.fdata.167190.fdata /tmp/prof.fdata.167196.fdata /tmp/prof.fdata.167204.fdata /tmp/prof.fdata.167215.fdata /tmp/prof.fdata.167219.fdata /tmp/prof.fdata.167245.fdata /tmp/prof.fdata.167257.fdata /tmp/prof.fdata.167259.fdata /tmp/prof.fdata.167264.fdata /tmp/prof.fdata.167274.fdata /tmp/prof.fdata.167280.fdata /tmp/prof.fdata.167295.fdata /tmp/prof.fdata.167301.fdata /tmp/prof.fdata.167331.fdata /tmp/prof.fdata.167335.fdata /tmp/prof.fdata.167342.fdata /tmp/prof.fdata.167345.fdata /tmp/prof.fdata.167348.fdata /tmp/prof.fdata.167360.fdata /tmp/prof.fdata.167366.fdata /tmp/prof.fdata.167369.fdata /tmp/prof.fdata.167376.fdata /tmp/prof.fdata.167380.fdata /tmp/prof.fdata.167383.fdata /tmp/prof.fdata.167386.fdata /tmp/prof.fdata.167391.fdata /tmp/prof.fdata.167405.fdata /tmp/prof.fdata.167406.fdata /tmp/prof.fdata.167421.fdata /tmp/prof.fdata.167425.fdata /tmp/prof.fdata.167430.fdata /tmp/prof.fdata.167434.fdata /tmp/prof.fdata.167463.fdata /tmp/prof.fdata.167470.fdata /tmp/prof.fdata.167483.fdata /tmp/prof.fdata.167484.fdata /tmp/prof.fdata.167486.fdata /tmp/prof.fdata.167498.fdata /tmp/prof.fdata.167504.fdata /tmp/prof.fdata.167507.fdata /tmp/prof.fdata.167516.fdata /tmp/prof.fdata.167524.fdata /tmp/prof.fdata.167546.fdata /tmp/prof.fdata.167560.fdata /tmp/prof.fdata.167586.fdata /tmp/prof.fdata.167591.fdata /tmp/prof.fdata.167607.fdata /tmp/prof.fdata.167620.fdata /tmp/prof.fdata.167641.fdata /tmp/prof.fdata.167651.fdata /tmp/prof.fdata.167667.fdata /tmp/prof.fdata.167702.fdata /tmp/prof.fdata.167777.fdata /tmp/prof.fdata.167792.fdata /tmp/prof.fdata.167817.fdata /tmp/prof.fdata.167874.fdata /tmp/prof.fdata.167917.fdata /tmp/prof.fdata.167947.fdata /tmp/prof.fdata.167968.fdata /tmp/prof.fdata.167975.fdata /tmp/prof.fdata.167993.fdata /tmp/prof.fdata.168062.fdata /tmp/prof.fdata.168070.fdata /tmp/prof.fdata.168127.fdata /tmp/prof.fdata.168130.fdata /tmp/prof.fdata.168186.fdata /tmp/prof.fdata.168201.fdata /tmp/prof.fdata.168213.fdata /tmp/prof.fdata.168216.fdata /tmp/prof.fdata.168224.fdata /tmp/prof.fdata.168318.fdata /tmp/prof.fdata.168322.fdata /tmp/prof.fdata.168324.fdata /tmp/prof.fdata.168333.fdata /tmp/prof.fdata.168362.fdata /tmp/prof.fdata.168364.fdata /tmp/prof.fdata.168370.fdata /tmp/prof.fdata.168381.fdata /tmp/prof.fdata.168394.fdata /tmp/prof.fdata.168410.fdata /tmp/prof.fdata.168414.fdata /tmp/prof.fdata.168430.fdata /tmp/prof.fdata.168453.fdata /tmp/prof.fdata.168459.fdata /tmp/prof.fdata.168484.fdata /tmp/prof.fdata.168487.fdata /tmp/prof.fdata.168491.fdata /tmp/prof.fdata.168515.fdata /tmp/prof.fdata.168536.fdata /tmp/prof.fdata.168549.fdata /tmp/prof.fdata.168575.fdata /tmp/prof.fdata.168589.fdata /tmp/prof.fdata.168597.fdata /tmp/prof.fdata.168629.fdata /tmp/prof.fdata.168634.fdata /tmp/prof.fdata.168650.fdata /tmp/prof.fdata.168692.fdata /tmp/prof.fdata.168732.fdata /tmp/prof.fdata.168749.fdata /tmp/prof.fdata.168758.fdata /tmp/prof.fdata.168766.fdata /tmp/prof.fdata.168810.fdata /tmp/prof.fdata.168846.fdata /tmp/prof.fdata.168849.fdata /tmp/prof.fdata.168880.fdata /tmp/prof.fdata.168905.fdata /tmp/prof.fdata.169020.fdata /tmp/prof.fdata.169040.fdata /tmp/prof.fdata.169052.fdata /tmp/prof.fdata.169066.fdata /tmp/prof.fdata.169081.fdata /tmp/prof.fdata.169088.fdata /tmp/prof.fdata.169109.fdata /tmp/prof.fdata.169126.fdata /tmp/prof.fdata.169167.fdata /tmp/prof.fdata.169195.fdata /tmp/prof.fdata.169235.fdata /tmp/prof.fdata.169252.fdata /tmp/prof.fdata.169254.fdata /tmp/prof.fdata.169280.fdata /tmp/prof.fdata.169293.fdata /tmp/prof.fdata.169325.fdata /tmp/prof.fdata.169326.fdata /tmp/prof.fdata.169357.fdata /tmp/prof.fdata.169422.fdata /tmp/prof.fdata.169423.fdata /tmp/prof.fdata.169433.fdata /tmp/prof.fdata.169561.fdata /tmp/prof.fdata.169616.fdata /tmp/prof.fdata.169683.fdata /tmp/prof.fdata.169703.fdata /tmp/prof.fdata.169711.fdata /tmp/prof.fdata.169739.fdata /tmp/prof.fdata.169772.fdata /tmp/prof.fdata.169965.fdata /tmp/prof.fdata.169981.fdata /tmp/prof.fdata.170147.fdata /tmp/prof.fdata.170163.fdata /tmp/prof.fdata.170167.fdata /tmp/prof.fdata.170246.fdata /tmp/prof.fdata.171574.fdata /tmp/prof.fdata.171626.fdata /tmp/prof.fdata.171729.fdata /tmp/prof.fdata.171755.fdata /tmp/prof.fdata.171849.fdata /tmp/prof.fdata.171876.fdata /tmp/prof.fdata.171903.fdata /tmp/prof.fdata.172017.fdata /tmp/prof.fdata.172106.fdata /tmp/prof.fdata.172770.fdata /tmp/prof.fdata.172774.fdata /tmp/prof.fdata.172782.fdata /tmp/prof.fdata.172800.fdata /tmp/prof.fdata.172810.fdata /tmp/prof.fdata.172814.fdata /tmp/prof.fdata.172837.fdata /tmp/prof.fdata.172875.fdata /tmp/prof.fdata.172885.fdata /tmp/prof.fdata.172963.fdata /tmp/prof.fdata.172973.fdata /tmp/prof.fdata.172999.fdata /tmp/prof.fdata.173047.fdata /tmp/prof.fdata.173048.fdata /tmp/prof.fdata.173049.fdata /tmp/prof.fdata.173050.fdata /tmp/prof.fdata.173051.fdata /tmp/prof.fdata.173052.fdata /tmp/prof.fdata.173056.fdata /tmp/prof.fdata.173057.fdata /tmp/prof.fdata.173058.fdata /tmp/prof.fdata.173062.fdata /tmp/prof.fdata.173063.fdata /tmp/prof.fdata.173064.fdata /tmp/prof.fdata.173071.fdata /tmp/prof.fdata.173078.fdata /tmp/prof.fdata.173081.fdata /tmp/prof.fdata.173084.fdata /tmp/prof.fdata.173085.fdata /tmp/prof.fdata.173087.fdata /tmp/prof.fdata.173088.fdata /tmp/prof.fdata.173090.fdata /tmp/prof.fdata.173091.fdata /tmp/prof.fdata.173092.fdata /tmp/prof.fdata.173093.fdata /tmp/prof.fdata.173094.fdata /tmp/prof.fdata.173095.fdata /tmp/prof.fdata.173096.fdata /tmp/prof.fdata.173097.fdata /tmp/prof.fdata.173098.fdata /tmp/prof.fdata.173117.fdata /tmp/prof.fdata.173118.fdata /tmp/prof.fdata.173120.fdata /tmp/prof.fdata.173323.fdata /tmp/prof.fdata.173372.fdata /tmp/prof.fdata.173387.fdata /tmp/prof.fdata.173388.fdata /tmp/prof.fdata.173391.fdata /tmp/prof.fdata.173512.fdata /tmp/prof.fdata.173516.fdata /tmp/prof.fdata.173521.fdata /tmp/prof.fdata.173524.fdata /tmp/prof.fdata.173530.fdata /tmp/prof.fdata.173531.fdata /tmp/prof.fdata.173547.fdata /tmp/prof.fdata.173549.fdata /tmp/prof.fdata.173555.fdata /tmp/prof.fdata.173560.fdata /tmp/prof.fdata.173563.fdata /tmp/prof.fdata.173569.fdata /tmp/prof.fdata.173593.fdata /tmp/prof.fdata.173633.fdata /tmp/prof.fdata.173658.fdata /tmp/prof.fdata.173675.fdata /tmp/prof.fdata.173689.fdata /tmp/prof.fdata.173745.fdata /tmp/prof.fdata.173752.fdata /tmp/prof.fdata.173773.fdata /tmp/prof.fdata.173796.fdata /tmp/prof.fdata.173808.fdata /tmp/prof.fdata.173818.fdata /tmp/prof.fdata.173844.fdata /tmp/prof.fdata.173892.fdata /tmp/prof.fdata.173893.fdata /tmp/prof.fdata.173894.fdata /tmp/prof.fdata.173895.fdata /tmp/prof.fdata.173896.fdata /tmp/prof.fdata.173897.fdata /tmp/prof.fdata.173901.fdata /tmp/prof.fdata.173902.fdata /tmp/prof.fdata.173905.fdata /tmp/prof.fdata.173907.fdata /tmp/prof.fdata.173908.fdata /tmp/prof.fdata.173909.fdata /tmp/prof.fdata.173917.fdata /tmp/prof.fdata.173919.fdata /tmp/prof.fdata.173921.fdata /tmp/prof.fdata.173922.fdata /tmp/prof.fdata.173924.fdata /tmp/prof.fdata.173925.fdata /tmp/prof.fdata.173927.fdata /tmp/prof.fdata.173931.fdata /tmp/prof.fdata.173932.fdata /tmp/prof.fdata.173934.fdata /tmp/prof.fdata.173935.fdata /tmp/prof.fdata.173936.fdata /tmp/prof.fdata.173938.fdata /tmp/prof.fdata.173941.fdata /tmp/prof.fdata.173942.fdata /tmp/prof.fdata.173945.fdata /tmp/prof.fdata.173946.fdata /tmp/prof.fdata.173956.fdata /tmp/prof.fdata.173975.fdata /tmp/prof.fdata.174191.fdata /tmp/prof.fdata.174197.fdata /tmp/prof.fdata.174202.fdata /tmp/prof.fdata.174207.fdata /tmp/prof.fdata.174211.fdata /tmp/prof.fdata.174228.fdata /tmp/prof.fdata.174271.fdata /tmp/prof.fdata.174289.fdata /tmp/prof.fdata.174295.fdata /tmp/prof.fdata.174300.fdata /tmp/prof.fdata.174305.fdata /tmp/prof.fdata.174308.fdata /tmp/prof.fdata.174322.fdata /tmp/prof.fdata.174326.fdata /tmp/prof.fdata.174341.fdata /tmp/prof.fdata.174376.fdata /tmp/prof.fdata.174388.fdata /tmp/prof.fdata.174389.fdata /tmp/prof.fdata.174401.fdata /tmp/prof.fdata.174406.fdata /tmp/prof.fdata.174416.fdata /tmp/prof.fdata.174417.fdata /tmp/prof.fdata.174420.fdata /tmp/prof.fdata.174427.fdata /tmp/prof.fdata.174433.fdata /tmp/prof.fdata.174436.fdata /tmp/prof.fdata.174437.fdata /tmp/prof.fdata.174472.fdata /tmp/prof.fdata.174484.fdata /tmp/prof.fdata.174488.fdata /tmp/prof.fdata.174500.fdata /tmp/prof.fdata.174508.fdata /tmp/prof.fdata.174514.fdata /tmp/prof.fdata.174519.fdata /tmp/prof.fdata.174536.fdata /tmp/prof.fdata.174546.fdata /tmp/prof.fdata.174557.fdata /tmp/prof.fdata.174575.fdata /tmp/prof.fdata.174588.fdata /tmp/prof.fdata.174595.fdata /tmp/prof.fdata.174604.fdata /tmp/prof.fdata.174609.fdata /tmp/prof.fdata.174613.fdata /tmp/prof.fdata.174631.fdata /tmp/prof.fdata.174664.fdata /tmp/prof.fdata.174680.fdata /tmp/prof.fdata.174681.fdata /tmp/prof.fdata.174710.fdata /tmp/prof.fdata.174766.fdata /tmp/prof.fdata.174772.fdata /tmp/prof.fdata.174792.fdata /tmp/prof.fdata.174798.fdata /tmp/prof.fdata.174804.fdata /tmp/prof.fdata.174810.fdata /tmp/prof.fdata.174833.fdata /tmp/prof.fdata.174836.fdata /tmp/prof.fdata.174842.fdata /tmp/prof.fdata.174849.fdata /tmp/prof.fdata.174850.fdata /tmp/prof.fdata.174858.fdata /tmp/prof.fdata.174865.fdata /tmp/prof.fdata.174873.fdata /tmp/prof.fdata.174878.fdata /tmp/prof.fdata.174880.fdata /tmp/prof.fdata.174919.fdata /tmp/prof.fdata.174922.fdata /tmp/prof.fdata.174937.fdata /tmp/prof.fdata.174962.fdata /tmp/prof.fdata.174993.fdata /tmp/prof.fdata.174996.fdata /tmp/prof.fdata.175029.fdata /tmp/prof.fdata.175032.fdata /tmp/prof.fdata.175034.fdata /tmp/prof.fdata.175073.fdata /tmp/prof.fdata.175113.fdata /tmp/prof.fdata.175126.fdata /tmp/prof.fdata.175135.fdata /tmp/prof.fdata.175137.fdata /tmp/prof.fdata.175144.fdata /tmp/prof.fdata.175148.fdata /tmp/prof.fdata.175178.fdata /tmp/prof.fdata.175189.fdata /tmp/prof.fdata.175196.fdata /tmp/prof.fdata.175210.fdata /tmp/prof.fdata.175226.fdata /tmp/prof.fdata.175227.fdata /tmp/prof.fdata.175294.fdata /tmp/prof.fdata.175295.fdata /tmp/prof.fdata.175300.fdata /tmp/prof.fdata.175305.fdata /tmp/prof.fdata.175319.fdata /tmp/prof.fdata.175330.fdata /tmp/prof.fdata.175349.fdata /tmp/prof.fdata.175357.fdata /tmp/prof.fdata.175375.fdata /tmp/prof.fdata.175379.fdata /tmp/prof.fdata.175410.fdata /tmp/prof.fdata.175425.fdata /tmp/prof.fdata.175439.fdata /tmp/prof.fdata.175450.fdata /tmp/prof.fdata.175454.fdata /tmp/prof.fdata.175465.fdata /tmp/prof.fdata.175485.fdata /tmp/prof.fdata.175519.fdata /tmp/prof.fdata.175525.fdata /tmp/prof.fdata.175547.fdata /tmp/prof.fdata.175550.fdata /tmp/prof.fdata.175556.fdata /tmp/prof.fdata.175595.fdata /tmp/prof.fdata.175631.fdata /tmp/prof.fdata.175634.fdata /tmp/prof.fdata.175636.fdata /tmp/prof.fdata.175645.fdata /tmp/prof.fdata.175650.fdata /tmp/prof.fdata.175658.fdata /tmp/prof.fdata.175665.fdata /tmp/prof.fdata.175673.fdata /tmp/prof.fdata.175674.fdata /tmp/prof.fdata.175680.fdata /tmp/prof.fdata.175696.fdata /tmp/prof.fdata.175697.fdata /tmp/prof.fdata.175748.fdata /tmp/prof.fdata.175749.fdata /tmp/prof.fdata.175785.fdata /tmp/prof.fdata.175793.fdata /tmp/prof.fdata.175794.fdata /tmp/prof.fdata.175826.fdata /tmp/prof.fdata.175852.fdata /tmp/prof.fdata.175854.fdata /tmp/prof.fdata.175860.fdata /tmp/prof.fdata.175867.fdata /tmp/prof.fdata.175869.fdata /tmp/prof.fdata.175875.fdata /tmp/prof.fdata.175898.fdata /tmp/prof.fdata.175905.fdata /tmp/prof.fdata.175908.fdata /tmp/prof.fdata.175924.fdata /tmp/prof.fdata.175982.fdata /tmp/prof.fdata.175992.fdata /tmp/prof.fdata.176018.fdata /tmp/prof.fdata.176035.fdata /tmp/prof.fdata.176036.fdata /tmp/prof.fdata.176037.fdata /tmp/prof.fdata.176038.fdata /tmp/prof.fdata.176039.fdata /tmp/prof.fdata.176042.fdata /tmp/prof.fdata.176044.fdata /tmp/prof.fdata.176045.fdata /tmp/prof.fdata.176048.fdata /tmp/prof.fdata.176050.fdata /tmp/prof.fdata.176051.fdata /tmp/prof.fdata.176052.fdata /tmp/prof.fdata.176056.fdata /tmp/prof.fdata.176057.fdata /tmp/prof.fdata.176063.fdata /tmp/prof.fdata.176064.fdata /tmp/prof.fdata.176070.fdata /tmp/prof.fdata.176071.fdata /tmp/prof.fdata.176178.fdata /tmp/prof.fdata.176183.fdata /tmp/prof.fdata.176188.fdata /tmp/prof.fdata.176193.fdata /tmp/prof.fdata.176220.fdata /tmp/prof.fdata.176232.fdata /tmp/prof.fdata.176335.fdata /tmp/prof.fdata.176345.fdata /tmp/prof.fdata.176371.fdata /tmp/prof.fdata.176419.fdata /tmp/prof.fdata.176420.fdata /tmp/prof.fdata.176421.fdata /tmp/prof.fdata.176422.fdata /tmp/prof.fdata.176423.fdata /tmp/prof.fdata.176424.fdata /tmp/prof.fdata.176428.fdata /tmp/prof.fdata.176429.fdata /tmp/prof.fdata.176432.fdata /tmp/prof.fdata.176434.fdata /tmp/prof.fdata.176435.fdata /tmp/prof.fdata.176436.fdata /tmp/prof.fdata.176445.fdata /tmp/prof.fdata.176446.fdata /tmp/prof.fdata.176448.fdata /tmp/prof.fdata.176449.fdata /tmp/prof.fdata.176451.fdata /tmp/prof.fdata.176452.fdata /tmp/prof.fdata.176453.fdata /tmp/prof.fdata.176454.fdata /tmp/prof.fdata.176456.fdata /tmp/prof.fdata.176458.fdata /tmp/prof.fdata.176461.fdata /tmp/prof.fdata.176463.fdata /tmp/prof.fdata.176465.fdata /tmp/prof.fdata.176467.fdata /tmp/prof.fdata.176469.fdata /tmp/prof.fdata.176470.fdata /tmp/prof.fdata.176476.fdata /tmp/prof.fdata.176494.fdata /tmp/prof.fdata.176497.fdata /tmp/prof.fdata.176741.fdata /tmp/prof.fdata.176751.fdata /tmp/prof.fdata.176758.fdata /tmp/prof.fdata.176763.fdata /tmp/prof.fdata.176774.fdata /tmp/prof.fdata.176812.fdata /tmp/prof.fdata.176819.fdata /tmp/prof.fdata.176824.fdata /tmp/prof.fdata.176850.fdata /tmp/prof.fdata.176860.fdata /tmp/prof.fdata.176867.fdata /tmp/prof.fdata.176873.fdata /tmp/prof.fdata.176880.fdata /tmp/prof.fdata.176883.fdata /tmp/prof.fdata.176899.fdata /tmp/prof.fdata.176907.fdata /tmp/prof.fdata.176911.fdata /tmp/prof.fdata.176912.fdata /tmp/prof.fdata.176917.fdata /tmp/prof.fdata.176921.fdata /tmp/prof.fdata.176924.fdata /tmp/prof.fdata.176926.fdata /tmp/prof.fdata.176935.fdata /tmp/prof.fdata.176936.fdata /tmp/prof.fdata.176944.fdata /tmp/prof.fdata.176946.fdata /tmp/prof.fdata.176949.fdata /tmp/prof.fdata.176951.fdata /tmp/prof.fdata.176953.fdata /tmp/prof.fdata.176962.fdata /tmp/prof.fdata.176972.fdata /tmp/prof.fdata.176975.fdata /tmp/prof.fdata.176986.fdata /tmp/prof.fdata.176989.fdata /tmp/prof.fdata.176991.fdata /tmp/prof.fdata.176995.fdata /tmp/prof.fdata.177009.fdata /tmp/prof.fdata.177010.fdata /tmp/prof.fdata.177018.fdata /tmp/prof.fdata.177024.fdata /tmp/prof.fdata.177029.fdata /tmp/prof.fdata.177031.fdata /tmp/prof.fdata.177036.fdata /tmp/prof.fdata.177068.fdata /tmp/prof.fdata.177072.fdata /tmp/prof.fdata.177075.fdata /tmp/prof.fdata.177084.fdata /tmp/prof.fdata.177090.fdata /tmp/prof.fdata.177119.fdata /tmp/prof.fdata.177132.fdata /tmp/prof.fdata.177143.fdata /tmp/prof.fdata.177154.fdata /tmp/prof.fdata.177158.fdata /tmp/prof.fdata.177174.fdata /tmp/prof.fdata.177194.fdata /tmp/prof.fdata.177206.fdata /tmp/prof.fdata.177224.fdata /tmp/prof.fdata.177247.fdata /tmp/prof.fdata.177285.fdata /tmp/prof.fdata.177317.fdata /tmp/prof.fdata.177333.fdata /tmp/prof.fdata.177352.fdata /tmp/prof.fdata.177354.fdata /tmp/prof.fdata.177383.fdata /tmp/prof.fdata.177402.fdata /tmp/prof.fdata.177414.fdata /tmp/prof.fdata.177429.fdata /tmp/prof.fdata.177436.fdata /tmp/prof.fdata.177438.fdata /tmp/prof.fdata.177443.fdata /tmp/prof.fdata.177448.fdata /tmp/prof.fdata.177459.fdata /tmp/prof.fdata.177460.fdata /tmp/prof.fdata.177465.fdata /tmp/prof.fdata.177469.fdata /tmp/prof.fdata.177505.fdata /tmp/prof.fdata.177524.fdata /tmp/prof.fdata.177528.fdata /tmp/prof.fdata.177534.fdata /tmp/prof.fdata.177545.fdata /tmp/prof.fdata.177565.fdata /tmp/prof.fdata.177575.fdata /tmp/prof.fdata.177615.fdata /tmp/prof.fdata.177622.fdata /tmp/prof.fdata.177644.fdata /tmp/prof.fdata.177746.fdata /tmp/prof.fdata.177750.fdata /tmp/prof.fdata.177765.fdata /tmp/prof.fdata.177768.fdata /tmp/prof.fdata.177823.fdata /tmp/prof.fdata.177827.fdata /tmp/prof.fdata.177838.fdata /tmp/prof.fdata.177854.fdata /tmp/prof.fdata.177858.fdata /tmp/prof.fdata.177871.fdata /tmp/prof.fdata.177904.fdata /tmp/prof.fdata.177918.fdata /tmp/prof.fdata.177946.fdata /tmp/prof.fdata.177950.fdata /tmp/prof.fdata.177952.fdata /tmp/prof.fdata.177967.fdata /tmp/prof.fdata.177969.fdata /tmp/prof.fdata.177978.fdata /tmp/prof.fdata.177995.fdata /tmp/prof.fdata.178015.fdata /tmp/prof.fdata.178026.fdata /tmp/prof.fdata.178030.fdata /tmp/prof.fdata.178045.fdata /tmp/prof.fdata.178052.fdata /tmp/prof.fdata.178096.fdata /tmp/prof.fdata.178126.fdata /tmp/prof.fdata.178129.fdata /tmp/prof.fdata.178145.fdata /tmp/prof.fdata.178152.fdata /tmp/prof.fdata.178173.fdata /tmp/prof.fdata.178192.fdata /tmp/prof.fdata.178194.fdata /tmp/prof.fdata.178199.fdata /tmp/prof.fdata.178208.fdata /tmp/prof.fdata.178227.fdata /tmp/prof.fdata.178231.fdata /tmp/prof.fdata.178246.fdata /tmp/prof.fdata.178280.fdata /tmp/prof.fdata.178297.fdata /tmp/prof.fdata.178310.fdata /tmp/prof.fdata.178320.fdata /tmp/prof.fdata.178332.fdata /tmp/prof.fdata.178344.fdata /tmp/prof.fdata.178382.fdata /tmp/prof.fdata.178395.fdata /tmp/prof.fdata.178425.fdata /tmp/prof.fdata.178461.fdata /tmp/prof.fdata.178483.fdata /tmp/prof.fdata.178531.fdata /tmp/prof.fdata.178563.fdata /tmp/prof.fdata.178566.fdata /tmp/prof.fdata.178578.fdata /tmp/prof.fdata.178585.fdata /tmp/prof.fdata.178592.fdata /tmp/prof.fdata.178607.fdata /tmp/prof.fdata.178613.fdata /tmp/prof.fdata.178623.fdata /tmp/prof.fdata.178649.fdata /tmp/prof.fdata.178668.fdata /tmp/prof.fdata.178672.fdata /tmp/prof.fdata.178702.fdata /tmp/prof.fdata.178725.fdata /tmp/prof.fdata.178733.fdata /tmp/prof.fdata.178768.fdata /tmp/prof.fdata.178777.fdata /tmp/prof.fdata.178784.fdata /tmp/prof.fdata.178864.fdata /tmp/prof.fdata.178886.fdata /tmp/prof.fdata.178919.fdata /tmp/prof.fdata.178926.fdata /tmp/prof.fdata.178971.fdata /tmp/prof.fdata.178982.fdata /tmp/prof.fdata.178999.fdata /tmp/prof.fdata.179022.fdata /tmp/prof.fdata.179029.fdata /tmp/prof.fdata.179058.fdata /tmp/prof.fdata.179160.fdata /tmp/prof.fdata.179162.fdata /tmp/prof.fdata.179178.fdata /tmp/prof.fdata.179183.fdata /tmp/prof.fdata.179220.fdata /tmp/prof.fdata.179250.fdata /tmp/prof.fdata.179259.fdata /tmp/prof.fdata.179264.fdata /tmp/prof.fdata.179265.fdata /tmp/prof.fdata.179278.fdata /tmp/prof.fdata.179314.fdata /tmp/prof.fdata.179327.fdata /tmp/prof.fdata.179334.fdata /tmp/prof.fdata.179335.fdata /tmp/prof.fdata.179350.fdata /tmp/prof.fdata.179366.fdata /tmp/prof.fdata.179369.fdata /tmp/prof.fdata.179371.fdata /tmp/prof.fdata.179379.fdata /tmp/prof.fdata.179394.fdata /tmp/prof.fdata.179430.fdata /tmp/prof.fdata.179447.fdata /tmp/prof.fdata.179584.fdata /tmp/prof.fdata.179597.fdata /tmp/prof.fdata.179614.fdata /tmp/prof.fdata.179646.fdata /tmp/prof.fdata.179661.fdata /tmp/prof.fdata.179699.fdata /tmp/prof.fdata.179724.fdata /tmp/prof.fdata.179773.fdata /tmp/prof.fdata.179793.fdata /tmp/prof.fdata.179805.fdata /tmp/prof.fdata.179858.fdata /tmp/prof.fdata.179930.fdata /tmp/prof.fdata.180012.fdata /tmp/prof.fdata.180027.fdata /tmp/prof.fdata.180061.fdata /tmp/prof.fdata.180112.fdata /tmp/prof.fdata.180113.fdata /tmp/prof.fdata.180114.fdata /tmp/prof.fdata.180115.fdata /tmp/prof.fdata.180116.fdata /tmp/prof.fdata.180117.fdata /tmp/prof.fdata.180121.fdata /tmp/prof.fdata.180122.fdata /tmp/prof.fdata.180123.fdata /tmp/prof.fdata.180127.fdata /tmp/prof.fdata.180128.fdata /tmp/prof.fdata.180129.fdata /tmp/prof.fdata.180132.fdata /tmp/prof.fdata.180135.fdata /tmp/prof.fdata.180138.fdata /tmp/prof.fdata.180207.fdata /tmp/prof.fdata.180210.fdata /tmp/prof.fdata.180213.fdata /tmp/prof.fdata.180229.fdata /tmp/prof.fdata.180242.fdata /tmp/prof.fdata.180271.fdata /tmp/prof.fdata.180319.fdata /tmp/prof.fdata.180320.fdata /tmp/prof.fdata.180321.fdata /tmp/prof.fdata.180322.fdata /tmp/prof.fdata.180323.fdata /tmp/prof.fdata.180324.fdata /tmp/prof.fdata.180328.fdata /tmp/prof.fdata.180329.fdata /tmp/prof.fdata.180331.fdata /tmp/prof.fdata.180334.fdata /tmp/prof.fdata.180335.fdata /tmp/prof.fdata.180336.fdata /tmp/prof.fdata.180344.fdata /tmp/prof.fdata.180346.fdata /tmp/prof.fdata.180347.fdata /tmp/prof.fdata.180348.fdata /tmp/prof.fdata.180349.fdata /tmp/prof.fdata.180351.fdata /tmp/prof.fdata.180355.fdata /tmp/prof.fdata.180356.fdata /tmp/prof.fdata.180357.fdata /tmp/prof.fdata.180509.fdata /tmp/prof.fdata.180512.fdata /tmp/prof.fdata.180515.fdata /tmp/prof.fdata.180518.fdata /tmp/prof.fdata.180520.fdata /tmp/prof.fdata.180523.fdata /tmp/prof.fdata.180527.fdata /tmp/prof.fdata.180529.fdata /tmp/prof.fdata.180532.fdata /tmp/prof.fdata.180535.fdata /tmp/prof.fdata.180597.fdata /tmp/prof.fdata.180615.fdata /tmp/prof.fdata.180666.fdata /tmp/prof.fdata.180679.fdata /tmp/prof.fdata.180708.fdata > /tmp/tmp-multistage/opt-artifacts/bolt.profdata`
Using legacy profile format.
---
 Documenting rustc_resolve v0.0.0 (/checkout/compiler/rustc_resolve)
[RUSTC-TIMING] rustc_infer test:false 4.052
    Checking rustc_transmute v0.1.0 (/checkout/compiler/rustc_transmute)
 Documenting rustc_transmute v0.1.0 (/checkout/compiler/rustc_transmute)
error[E0599]: no method named `hash_stable` found for struct `rustc_span::ExpnData` in the current scope
   --> compiler/rustc_query_impl/src/on_disk_cache.rs:664:41
    |
664 |                     expn_id.expn_data().hash_stable(&mut hcx, &mut hasher);
    |                                         ^^^^^^^^^^^ method not found in `ExpnData`
   --> /rustc/fd08a565224759afdc41a012b3270abc858f00f2/compiler/rustc_data_structures/src/stable_hasher.rs:211:8
    |
    = note: the method is available for `rustc_span::ExpnData` here
    = help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
    |
1   | use rustc_data_structures::stable_hasher::HashStable;
---
For more information about this error, try `rustc --explain E0599`.
error: could not document `rustc_query_impl`

Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustdoc --edition=2021 --crate-type lib --crate-name rustc_query_impl compiler/rustc_query_impl/src/lib.rs --target x86_64-unknown-linux-gnu -o /checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/doc -Zunstable-options --check-cfg 'values(feature, "rustc-rayon-core", "rustc_use_parallel_compiler")' --check-cfg 'names()' --check-cfg 'values()' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=1dd7f4553ba23e6f -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/release/deps --extern measureme=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/libmeasureme-20d6a87d084b3d2c.rmeta --extern memoffset=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/libmemoffset-b1d4ef98715d0854.rmeta --extern rustc_ast=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_ast-f4f822a1c7be2958.rmeta --extern rustc_data_structures=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-f607d6006a55d1f8.rmeta --extern rustc_errors=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_errors-29b5cf0b0525d58d.rmeta --extern rustc_hir=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_hir-26bbc450638a9fcc.rmeta --extern rustc_index=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_index-58b2b04a775c2564.rmeta --extern rustc_macros=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/release/deps/librustc_macros-a8e35b08fa9be34b.so --extern rustc_middle=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-d4e5ede1b14e09e5.rmeta --extern rustc_query_system=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_query_system-7037fa84eee18e94.rmeta --extern rustc_serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_serialize-839ed04e87ee5078.rmeta --extern rustc_session=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_session-08d95a12a512540a.rmeta --extern rustc_span=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_span-7508eaa0070fc5e3.rmeta --extern thin_vec=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/libthin_vec-337f6f8d6bc8a858.rmeta --extern tracing=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-rustc/x86_64-unknown-linux-gnu/release/deps/libtracing-4fa15be69e783f44.rmeta --extern-html-root-url 'measureme=https://docs.rs/measureme/10.1.0/' --extern-html-root-url 'memoffset=https://docs.rs/memoffset/0.8.0/' --extern-html-root-url 'thin_vec=https://docs.rs/thin-vec/0.2.12/' --extern-html-root-url 'tracing=https://docs.rs/tracing/0.1.35/' -Zunstable-options -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=values(bootstrap)' '--check-cfg=values(parallel_compiler)' '--check-cfg=values(no_btreemap_remove_entry)' '--check-cfg=values(crossbeam_loom)' '--check-cfg=values(span_locations)' '--check-cfg=values(rustix_use_libc)' '--check-cfg=values(emulate_second_only_system)' -Clink-arg=-fuse-ld=lld -Clink-arg=-Wl,--threads=1 -Dwarnings '-Wrustdoc::invalid_codeblock_attributes' --crate-version '1.69.0-nightly
  (fd08a5652
  2023-02-27)' --document-private-items '-Arustdoc::private-intra-doc-links' --enable-index-page -Zunstable-options -Znormalize-docs --show-type-layout --generate-link-to-definition --extern-html-root-url 'ena=https://docs.rs/ena/latest/'` (exit status: 1)
[RUSTC-TIMING] rustc_query_impl test:false 7.414
[RUSTC-TIMING] rustc_codegen_llvm test:false 2.663
[RUSTC-TIMING] rustc_trait_selection test:false 4.432
Build completed unsuccessfully in 0:26:09
---
Total duration:                        2h 8m 36s
------------------------------------------------
root INFO: Free disk space: 561.45 GiB out of total 666.61 GiB (15.77% used)
Traceback (most recent call last):
  File "../src/ci/stage-build.py", line 837, in <module>
    raise e
  File "../src/ci/stage-build.py", line 834, in <module>
    execute_build_pipeline(timer, pipeline, build_args)
  File "../src/ci/stage-build.py", line 816, in execute_build_pipeline
    cmd(final_build_args)
  File "../src/ci/stage-build.py", line 452, in cmd
    return subprocess.run(args, env=environment, check=True)
  File "/usr/lib64/python3.6/subprocess.py", line 438, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['python3', '../x.py', 'dist', '--host', 'x86_64-unknown-linux-gnu', '--target', 'x86_64-unknown-linux-gnu', '--include-default-paths', 'build-manifest', 'bootstrap', '--llvm-profile-use', '/tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata', '--rust-profile-use', '/tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata', '--llvm-bolt-profile-use', '/tmp/tmp-multistage/opt-artifacts/bolt.profdata']' returned non-zero exit status 1.

@Noratrieb
Copy link
Member

@bors try @rust-timer queue

@rust-timer

This comment has been minimized.

@bors
Copy link
Collaborator

bors commented Feb 27, 2023

⌛ Trying commit 5230574 with merge cf093a14c8d618af163dae77af15c1e3321bbd7a...

@bors
Copy link
Collaborator

bors commented Feb 27, 2023

☀️ Try build successful - checks-actions
Build commit: cf093a14c8d618af163dae77af15c1e3321bbd7a (cf093a14c8d618af163dae77af15c1e3321bbd7a)

1 similar comment
@bors
Copy link
Collaborator

bors commented Feb 27, 2023

☀️ Try build successful - checks-actions
Build commit: cf093a14c8d618af163dae77af15c1e3321bbd7a (cf093a14c8d618af163dae77af15c1e3321bbd7a)

@rust-timer

This comment has been minimized.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (cf093a14c8d618af163dae77af15c1e3321bbd7a): comparison URL.

Overall result: ❌ regressions - ACTION NEEDED

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf.

Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please fix the regressions and do another perf run. If the next run shows neutral or positive results, the label will be automatically removed.

@bors rollup=never
@rustbot label: -S-waiting-on-perf +perf-regression

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
0.8% [0.2%, 1.2%] 96
Regressions ❌
(secondary)
0.8% [0.2%, 1.4%] 40
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 0.8% [0.2%, 1.2%] 96

Max RSS (memory usage)

Results

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

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.0% [1.6%, 2.3%] 2
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.1% [-5.4%, -0.8%] 2
All ❌✅ (primary) - - 0

Cycles

Results

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

mean range count
Regressions ❌
(primary)
1.6% [1.5%, 1.7%] 2
Regressions ❌
(secondary)
2.3% [2.3%, 2.4%] 2
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 1.6% [1.5%, 1.7%] 2

@rustbot rustbot added perf-regression Performance regression. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Feb 27, 2023
@Zoxc Zoxc closed this Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regression. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants