Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experiment: never promote fn calls #122819

Closed

Conversation

RalfJung
Copy link
Member

Cc #80619 -- it's been a while since we did this experiment, let's get an idea for what the ecosystem looks like today.

@rustbot
Copy link
Collaborator

rustbot commented Mar 21, 2024

r? @wesleywiser

rustbot has assigned @wesleywiser.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 21, 2024
@rustbot
Copy link
Collaborator

rustbot commented Mar 21, 2024

Some changes occurred to the CTFE / Miri engine

cc @rust-lang/miri

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

The Miri subtree was changed

cc @rust-lang/miri

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Mar 21, 2024
@RalfJung
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 21, 2024
…t, r=<try>

experiment: never promote fn calls

Cc rust-lang#80619 -- it's been a while since we did this experiment, let's get an idea for what the ecosystem looks like today.
@bors
Copy link
Contributor

bors commented Mar 21, 2024

⌛ Trying commit 12c433f with merge deac461...

@rust-log-analyzer
Copy link
Collaborator

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

Click to see the possible cause of the failure (guessed by this bot)
   Compiling dirs-next v2.0.0
error: encountered dangling pointer in final value of constant
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/custom.rs:325:5
    |
325 |     const ANSI_FG: &'static str =

note: erroneous constant encountered
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/css.rs:27:45
    |
    |
1   | / macro_rules! css_color_types {
2   | |     ($(
3   | |         $name:ident ($r:literal, $g:literal, $b:literal)
4   | |     )*) => {
...   |
27  | |                         CssColors::$name => CustomColor::<$r, $g, $b>::ANSI_FG,
...   |
79  | |     };
80  | | }
    | |_- in this expansion of `css_color_types!`
    | |_- in this expansion of `css_color_types!`
81  |
82  | / css_color_types! {
83  | |     AliceBlue (240, 248, 255)
84  | |     AntiqueWhite (250, 235, 215)
85  | |     Aqua (0, 255, 255)
229 | |     YellowGreen (154, 205, 50)
230 | | }
    | |_- in this macro invocation


   Compiling tracing-subscriber v0.3.18
error: encountered dangling pointer in final value of constant
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/custom.rs:327:5
    |
327 |     const ANSI_BG: &'static str =

note: erroneous constant encountered
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/css.rs:37:45
    |
    |
1   | / macro_rules! css_color_types {
2   | |     ($(
3   | |         $name:ident ($r:literal, $g:literal, $b:literal)
4   | |     )*) => {
...   |
37  | |                         CssColors::$name => CustomColor::<$r, $g, $b>::ANSI_BG,
...   |
79  | |     };
80  | | }
    | |_- in this expansion of `css_color_types!`
    | |_- in this expansion of `css_color_types!`
81  |
82  | / css_color_types! {
83  | |     AliceBlue (240, 248, 255)
84  | |     AntiqueWhite (250, 235, 215)
85  | |     Aqua (0, 255, 255)
229 | |     YellowGreen (154, 205, 50)
230 | | }
    | |_- in this macro invocation


error: encountered dangling pointer in final value of constant
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/custom.rs:330:5
    |
330 |     const RAW_ANSI_FG: &'static str =

note: erroneous constant encountered
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/css.rs:47:45
    |
    |
1   | / macro_rules! css_color_types {
2   | |     ($(
3   | |         $name:ident ($r:literal, $g:literal, $b:literal)
4   | |     )*) => {
...   |
47  | |                         CssColors::$name => CustomColor::<$r, $g, $b>::RAW_ANSI_FG,
...   |
79  | |     };
80  | | }
    | |_- in this expansion of `css_color_types!`
    | |_- in this expansion of `css_color_types!`
81  |
82  | / css_color_types! {
83  | |     AliceBlue (240, 248, 255)
84  | |     AntiqueWhite (250, 235, 215)
85  | |     Aqua (0, 255, 255)
229 | |     YellowGreen (154, 205, 50)
230 | | }
    | |_- in this macro invocation


error: encountered dangling pointer in final value of constant
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/custom.rs:332:5
    |
332 |     const RAW_ANSI_BG: &'static str =

note: erroneous constant encountered
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/colors/css.rs:57:45
    |
    |
1   | / macro_rules! css_color_types {
2   | |     ($(
3   | |         $name:ident ($r:literal, $g:literal, $b:literal)
4   | |     )*) => {
...   |
57  | |                         CssColors::$name => CustomColor::<$r, $g, $b>::RAW_ANSI_BG,
...   |
79  | |     };
80  | | }
    | |_- in this expansion of `css_color_types!`
    | |_- in this expansion of `css_color_types!`
81  |
82  | / css_color_types! {
83  | |     AliceBlue (240, 248, 255)
84  | |     AntiqueWhite (250, 235, 215)
85  | |     Aqua (0, 255, 255)
229 | |     YellowGreen (154, 205, 50)
230 | | }
    | |_- in this macro invocation


   Compiling futures-util v0.3.30
error: could not compile `owo-colors` (lib) due to 4 previous errors



command did not execute successfully: cd "/checkout" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="true" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="true" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools" CC_x86_64_unknown_linux_gnu="sccache cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.79.0-nightly" CFG_RELEASE_CHANNEL="nightly" CFG_RELEASE_NUM="1.79.0" CFG_VERSION="1.79.0-nightly (99a3fd8b1 2024-03-21)" CFG_VER_DATE="2024-03-21" CFG_VER_HASH="99a3fd8b177b870a09c2f76991a7c1c232ca4037" CFLAGS_x86_64_unknown_linux_gnu="-ffunction-sections -fdata-sections -fPIC -m64" CXXFLAGS_x86_64_unknown_linux_gnu="-ffunction-sections -fdata-sections -fPIC -m64" CXX_x86_64_unknown_linux_gnu="sccache c++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" HOST_LIBS="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools/release" LD_LIBRARY_PATH="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" LIBC_CHECK_CFG="1" LIBRARY_PATH="/checkout/obj/build/x86_64-unknown-linux-gnu/ci-llvm/lib" LIBZ_SYS_STATIC="1" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_linux_gnu="ar s" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/checkout/obj/build/x86_64-unknown-linux-gnu/native" RUSTC="/checkout/obj/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_ERROR_METADATA_DST="/checkout/obj/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" RUSTC_LIB_PATH="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" RUSTC_SNAPSHOT="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" RUSTC_STAGE="2" RUSTC_SYSROOT="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2" RUSTC_TEST_SUITE="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="0" RUSTC_WRAPPER="/checkout/obj/build/bootstrap/debug/rustc" RUSTDOC="/checkout/obj/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.79.0-nightly\t(99a3fd8b1\t2024-03-21)" RUSTDOC_LIBDIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" RUSTDOC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Zunstable-options" RUST_TEST_THREADS="16" SYSROOT="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2" TERM="xterm" __CARGO_DEFAULT_LIB_METADATA="nightlytool-rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "16" "--locked" "--color" "always" "--manifest-path" "/checkout/src/tools/clippy/Cargo.toml" "--" "--quiet"

Build completed unsuccessfully in 0:01:24
stdout ----

@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)
[2024-03-21T10:38:00Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:38:00Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T10:38:00Z DEBUG collector::compile::execute] cd "/tmp/.tmpxXPgRs" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpxXPgRs#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:38:04Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T10:38:04Z DEBUG collector::compile::execute] cd "/tmp/.tmpxXPgRs" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpxXPgRs#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxXPgRs/incremental-state"
[2024-03-21T10:38:08Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T10:38:08Z DEBUG collector::compile::execute] cd "/tmp/.tmpxXPgRs" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpxXPgRs#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxXPgRs/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2024-03-21T10:38:09Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T10:38:09Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
---
Preparing externs
[2024-03-21T10:39:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T10:39:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T10:39:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T10:39:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpW5BAeW" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpW5BAeW#externs@0.1.0" "--" "--skip-this-rustc"
[2024-03-21T10:39:02Z DEBUG collector::compile::execute] cd "/tmp/.tmp7uePRo" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp7uePRo#externs@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-03-21T10:39:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpjXLuFR" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpjXLuFR#externs@0.1.0" "--release" "--" "--skip-this-rustc"
[2024-03-21T10:39:02Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T10:39:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpSJ25j9" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpSJ25j9#externs@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:02Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2024-03-21T10:39:03Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:03Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T10:39:03Z DEBUG collector::compile::execute] cd "/tmp/.tmpAKnfVp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpAKnfVp#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:03Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2024-03-21T10:39:03Z DEBUG collector::compile::execute] cd "/tmp/.tmpAKnfVp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpAKnfVp#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpAKnfVp/incremental-state"
[2024-03-21T10:39:04Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T10:39:04Z DEBUG collector::compile::execute] cd "/tmp/.tmpAKnfVp" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpAKnfVp#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpAKnfVp/incremental-state"
[2024-03-21T10:39:04Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:04Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T10:39:04Z DEBUG collector::compile::execute] cd "/tmp/.tmpPj9iRG" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpPj9iRG#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:04Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
Preparing token-stream-stress
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmp0f3Tpc" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp0f3Tpc#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpRhTvrm" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpRhTvrm#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmp1PAuHL" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp1PAuHL#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2024-03-21T10:39:13Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpzxxrxF" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzxxrxF#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpzxxrxF" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzxxrxF#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzxxrxF/incremental-state"
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpzxxrxF" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzxxrxF#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzxxrxF/incremental-state"
[2024-03-21T10:39:13Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T10:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpfD8XvE" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpfD8XvE#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2024-03-21T10:39:14Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T10:39:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpddonyt" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpddonyt#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T10:39:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpddonyt" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpddonyt#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpddonyt/incremental-state"
[2024-03-21T10:39:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T10:39:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpddonyt" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpddonyt#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpddonyt/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2024-03-21T10:39:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T10:39:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
---
[2024-03-21T10:39:27Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:39:27Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T10:39:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpgyYf3r" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpgyYf3r#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T10:39:29Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T10:39:29Z DEBUG collector::compile::execute] cd "/tmp/.tmpgyYf3r" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpgyYf3r#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgyYf3r/incremental-state"
[2024-03-21T10:39:31Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T10:39:31Z DEBUG collector::compile::execute] cd "/tmp/.tmpgyYf3r" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpgyYf3r#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgyYf3r/incremental-state"
[2024-03-21T10:39:32Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpgyYf3r"
[2024-03-21T10:39:32Z INFO  collector::compile::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" })
[2024-03-21T10:39:32Z INFO  collector::compile::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" })
[2024-03-21T10:39:32Z DEBUG collector::compile::execute] cd "/tmp/.tmpgyYf3r" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpgyYf3r#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgyYf3r/incremental-state"
[2024-03-21T10:39:34.219Z INFO  opt_dist::training] Merging Rustc PGO profiles to /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata
[2024-03-21T10:39:34.219Z INFO  opt_dist::exec] Executing `/checkout/obj/build/x86_64-unknown-linux-gnu/llvm/build/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata /tmp/tmp-multistage/opt-artifacts/rustc-pgo [at /checkout/obj]`
##[endgroup]
[2024-03-21T10:39:48.138Z INFO  opt_dist::training] Rustc PGO statistics
---
[2024-03-21T10:55:39Z DEBUG collector::compile::execute] cd "/tmp/.tmpFJLf1x" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpFJLf1x#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full]
[2024-03-21T10:55:41Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:55:41Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T10:55:41Z DEBUG collector::compile::execute] cd "/tmp/.tmpNT6QgC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpNT6QgC#clap@3.1.6" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark hyper-0.14.18 (3/8)
Preparing hyper-0.14.18
[2024-03-21T10:55:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T10:55:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
---
Executing benchmark ripgrep-13.0.0 (5/8)
Preparing ripgrep-13.0.0
[2024-03-21T10:56:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T10:56:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T10:56:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpParDdJ" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpParDdJ#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2024-03-21T10:56:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpsKNhki" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpsKNhki#ripgrep@13.0.0" "--" "--skip-this-rustc"
[2024-03-21T10:56:43Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T10:56:43Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T10:56:43Z DEBUG collector::compile::execute] cd "/tmp/.tmpm5iB7d" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpm5iB7d#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Opt + [Full]
---
Executing benchmark cargo-0.60.0 (1/8)
Preparing cargo-0.60.0
[2024-03-21T11:18:15Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:18:15Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:18:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpBMa7ZD" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpBMa7ZD#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2024-03-21T11:18:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpuHNNUM" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuHNNUM#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2024-03-21T11:19:12Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:19:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:19:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpHET7Ow" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpHET7Ow#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Running cargo-0.60.0: Opt + [Full]
Running cargo-0.60.0: Opt + [Full]
[2024-03-21T11:19:28Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:19:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T11:19:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpknQuDm" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpknQuDm#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2024-03-21T11:20:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:20:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:20:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:20:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpG9tYEJ" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpG9tYEJ#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2024-03-21T11:20:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpwkJtQp" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpwkJtQp#clap@3.1.6" "--" "--skip-this-rustc"
[2024-03-21T11:20:07Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:20:07Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:20:07Z DEBUG collector::compile::execute] cd "/tmp/.tmpoUSC3k" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpoUSC3k#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full]
---
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2024-03-21T11:20:50Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:20:50Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:20:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpf0tDxB" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpf0tDxB#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2024-03-21T11:20:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpytIDOc" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpytIDOc#regex@1.5.5" "--" "--skip-this-rustc"
[2024-03-21T11:20:58Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:20:58Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:20:58Z DEBUG collector::compile::execute] cd "/tmp/.tmp5th17n" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp5th17n#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Opt + [Full]
---
BOLT-INFO: SCTC: patched 108 tail calls (106 forward) tail calls (2 backward) from a total of 108 while removing 2 double jumps and removing 109 basic blocks totalling 545 bytes of code. CTCs total execution count is 10799320 and the number of times CTCs are taken is 8696760
BOLT-INFO: setting __hot_start to 0x5c00000
BOLT-INFO: setting __hot_end to 0x67e548a
[2024-03-21T11:25:06.322Z INFO  opt_dist] Optimizing /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-af81632212034101.so with BOLT
[2024-03-21T11:25:06.322Z INFO  opt_dist::utils::io] Copying file /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-af81632212034101.so to /tmp/.tmpPHLUDO
[2024-03-21T11:25:06.420Z INFO  opt_dist::exec] Executing `llvm-bolt -instrument /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-af81632212034101.so --instrumentation-file=/tmp/.tmpglflK9/prof.fdata --instrumentation-file-append-pid -o /tmp/.tmpN3QosO [at /checkout/obj]`
BOLT-INFO: Target architecture: x86_64
BOLT-INFO: BOLT version: <unknown>
BOLT-INFO: first alloc address is 0x0
BOLT-INFO: creating new program header table at address 0x4000000, offset 0x4000000
---
Preparing bitmaps-3.1.0
[2024-03-21T11:25:57Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T11:25:57Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:25:57Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:25:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpJKTgMR" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpJKTgMR#bitmaps@3.1.0" "--release" "--" "--skip-this-rustc"
[2024-03-21T11:25:57Z DEBUG collector::compile::execute] cd "/tmp/.tmp7cJeXx" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp7cJeXx#bitmaps@3.1.0" "--" "--skip-this-rustc"
[2024-03-21T11:25:57Z DEBUG collector::compile::execute] cd "/tmp/.tmp2MhIzS" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2MhIzS#bitmaps@3.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-03-21T11:25:57Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:25:57Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T11:25:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpnc82id" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpnc82id#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:26:00Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
[2024-03-21T11:26:05Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:26:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:26:05Z DEBUG collector::compile::execute] cd "/tmp/.tmp2Ulodj" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2Ulodj#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:26:08Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2024-03-21T11:26:08Z DEBUG collector::compile::execute] cd "/tmp/.tmp2Ulodj" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2Ulodj#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2Ulodj/incremental-state"
[2024-03-21T11:26:11Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:26:11Z DEBUG collector::compile::execute] cd "/tmp/.tmp2Ulodj" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2Ulodj#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2Ulodj/incremental-state"
[2024-03-21T11:26:12Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmp2Ulodj"
[2024-03-21T11:26:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:26:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:26:12Z DEBUG collector::compile::execute] cd "/tmp/.tmp2Ulodj" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2Ulodj#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2Ulodj/incremental-state"
[2024-03-21T11:26:14Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:26:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T11:26:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpalXuf5" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpalXuf5#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:26:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T11:26:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T11:26:17Z DEBUG collector::compile::execute] cd "/tmp/.tmpalXuf5" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpalXuf5#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpalXuf5/incremental-state"
[2024-03-21T11:26:20Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:26:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpalXuf5" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpalXuf5#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpalXuf5/incremental-state"
[2024-03-21T11:26:21Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpalXuf5"
[2024-03-21T11:26:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:26:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:26:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpalXuf5" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpalXuf5#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpalXuf5/incremental-state"
Executing benchmark cargo-0.60.0 (2/8)
Preparing cargo-0.60.0
[2024-03-21T11:26:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:26:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:26:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:26:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T11:26:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpVCyVfP" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpVCyVfP#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2024-03-21T11:26:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpn7mYjS" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpn7mYjS#cargo@0.60.0" "--profile" "check" "--lib" "--" "--skip-this-rustc"
[2024-03-21T11:26:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpCgNxHq" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpCgNxHq#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2024-03-21T11:27:58Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:27:58Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T11:27:58Z DEBUG collector::compile::execute] cd "/tmp/.tmpuoxlx6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuoxlx6#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:28:07Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2024-03-21T11:28:07Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2024-03-21T11:28:07Z DEBUG collector::compile::execute] cd "/tmp/.tmpuoxlx6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuoxlx6#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuoxlx6/incremental-state"
[2024-03-21T11:28:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:28:17Z DEBUG collector::compile::execute] cd "/tmp/.tmpuoxlx6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuoxlx6#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuoxlx6/incremental-state"
[2024-03-21T11:28:20Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpuoxlx6"
[2024-03-21T11:28:20Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:28:20Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:28:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpuoxlx6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuoxlx6#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuoxlx6/incremental-state"
[2024-03-21T11:28:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:28:25Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:28:25Z DEBUG collector::compile::execute] cd "/tmp/.tmphVn9x6" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmphVn9x6#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:28:45Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2024-03-21T11:29:21Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:29:21Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T11:29:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpzHrFlq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzHrFlq#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:29:48Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T11:29:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpzHrFlq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzHrFlq#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzHrFlq/incremental-state"
[2024-03-21T11:30:15Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:30:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpzHrFlq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzHrFlq#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzHrFlq/incremental-state"
[2024-03-21T11:30:21Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpzHrFlq"
[2024-03-21T11:30:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:30:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:30:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpzHrFlq" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpzHrFlq#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzHrFlq/incremental-state"
Executing benchmark ctfe-stress-5 (3/8)
Preparing ctfe-stress-5
[2024-03-21T11:30:30Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:30:30Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
---
[2024-03-21T11:30:41Z DEBUG collector::compile::execute] cd "/tmp/.tmpj34Jvs" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpj34Jvs#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpj34Jvs/incremental-state"
Running ctfe-stress-5: Debug + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2024-03-21T11:30:42Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:30:42Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:30:42Z DEBUG collector::compile::execute] cd "/tmp/.tmpnLMqwt" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpnLMqwt#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:30:46Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2024-03-21T11:30:46Z DEBUG collector::compile::execute] cd "/tmp/.tmpnLMqwt" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpnLMqwt#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpnLMqwt/incremental-state"
[2024-03-21T11:30:52Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:30:52Z DEBUG collector::compile::execute] cd "/tmp/.tmpnLMqwt" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpnLMqwt#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpnLMqwt/incremental-state"
[2024-03-21T11:30:53Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:30:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T11:30:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpZjky5f" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpZjky5f#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:30:58Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
[2024-03-21T11:31:18Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:31:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T11:31:18Z DEBUG collector::compile::execute] cd "/tmp/.tmpCr7TbW" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpCr7TbW#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:31:24Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2024-03-21T11:31:24Z DEBUG collector::compile::execute] cd "/tmp/.tmpCr7TbW" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpCr7TbW#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpCr7TbW/incremental-state"
[2024-03-21T11:31:32Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:31:32Z DEBUG collector::compile::execute] cd "/tmp/.tmpCr7TbW" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpCr7TbW#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpCr7TbW/incremental-state"
[2024-03-21T11:31:35Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpCr7TbW"
[2024-03-21T11:31:35Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:31:35Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2024-03-21T11:31:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpCr7TbW" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpCr7TbW#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpCr7TbW/incremental-state"
[2024-03-21T11:31:38Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:31:38Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:31:38Z DEBUG collector::compile::execute] cd "/tmp/.tmpkM7jTj" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpkM7jTj#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:31:45Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
[2024-03-21T11:32:28Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:32:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:32:28Z DEBUG collector::compile::execute] cd "/tmp/.tmp2beyLA" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2beyLA#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:32:29Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2024-03-21T11:32:29Z DEBUG collector::compile::execute] cd "/tmp/.tmp2beyLA" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2beyLA#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2beyLA/incremental-state"
[2024-03-21T11:32:30Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:32:30Z DEBUG collector::compile::execute] cd "/tmp/.tmp2beyLA" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp2beyLA#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2beyLA/incremental-state"
[2024-03-21T11:32:31Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:32:31Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T11:32:31Z DEBUG collector::compile::execute] cd "/tmp/.tmp4RCCcG" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp4RCCcG#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:32:32Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
---
[2024-03-21T11:32:41Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:32:41Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:32:41Z DEBUG collector::compile::execute] cd "/tmp/.tmpabWJVo" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpabWJVo#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:32:43Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
[2024-03-21T11:32:43Z DEBUG collector::compile::execute] cd "/tmp/.tmpabWJVo" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpabWJVo#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpabWJVo/incremental-state"
[2024-03-21T11:32:46Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:32:46Z DEBUG collector::compile::execute] cd "/tmp/.tmpabWJVo" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpabWJVo#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpabWJVo/incremental-state"
[2024-03-21T11:32:47Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:32:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None
[2024-03-21T11:32:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpuS6TuY" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuS6TuY#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:32:50Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T11:32:50Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None
[2024-03-21T11:32:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpuS6TuY" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuS6TuY#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuS6TuY/incremental-state"
[2024-03-21T11:32:53Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:32:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpuS6TuY" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuS6TuY#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuS6TuY/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2024-03-21T11:32:54Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T11:32:54Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:32:54Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:32:54Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:32:54Z DEBUG collector::compile::execute] cd "/tmp/.tmp0MjVMW" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmp0MjVMW#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2024-03-21T11:32:54Z DEBUG collector::compile::execute] cd "/tmp/.tmpuhsIax" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpuhsIax#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2024-03-21T11:32:54Z DEBUG collector::compile::execute] cd "/tmp/.tmpjFan8R" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpjFan8R#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--skip-this-rustc"
[2024-03-21T11:32:56Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:32:56Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T11:32:56Z DEBUG collector::compile::execute] cd "/tmp/.tmpOQBN5N" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpOQBN5N#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:32:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
---
Preparing tuple-stress
[2024-03-21T11:33:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None
[2024-03-21T11:33:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None
[2024-03-21T11:33:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None
[2024-03-21T11:33:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpaQTX2m" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpaQTX2m#tuple-stress@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-03-21T11:33:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpunr3FO" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpunr3FO#tuple-stress@0.1.0" "--release" "--" "--skip-this-rustc"
[2024-03-21T11:33:06Z DEBUG collector::compile::execute] cd "/tmp/.tmphC87Ar" && CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=13,14 --jobserver-auth=13,14" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmphC87Ar#tuple-stress@0.1.0" "--" "--skip-this-rustc"
[2024-03-21T11:33:06Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:33:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None
[2024-03-21T11:33:06Z DEBUG collector::compile::execute] cd "/tmp/.tmprBstgC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmprBstgC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:33:09Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2024-03-21T11:33:09Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None
[2024-03-21T11:33:09Z DEBUG collector::compile::execute] cd "/tmp/.tmprBstgC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmprBstgC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprBstgC/incremental-state"
[2024-03-21T11:33:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None
[2024-03-21T11:33:12Z DEBUG collector::compile::execute] cd "/tmp/.tmprBstgC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmprBstgC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprBstgC/incremental-state"
[2024-03-21T11:33:13Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmprBstgC"
[2024-03-21T11:33:13Z INFO  collector::compile::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" })
[2024-03-21T11:33:13Z INFO  collector::compile::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" })
[2024-03-21T11:33:13Z DEBUG collector::compile::execute] cd "/tmp/.tmprBstgC" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmprBstgC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprBstgC/incremental-state"
[2024-03-21T11:33:16Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-03-21T11:33:16Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None
[2024-03-21T11:33:17Z DEBUG collector::compile::execute] cd "/tmp/.tmpsiP6wo" && CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///tmp/.tmpsiP6wo#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-03-21T11:33:20Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None
---
Finished benchmark tuple-stress (8/8)
[2024-03-21T11:33:40.317Z INFO  opt_dist::training] Merging rustc BOLT profiles from /tmp/.tmpglflK9/prof.fdata to /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata
##[endgroup]
##[group]Merging BOLT profiles
[2024-03-21T11:33:40.318Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpglflK9/prof.fdata.132662.fdata /tmp/.tmpglflK9/prof.fdata.132676.fdata /tmp/.tmpglflK9/prof.fdata.132677.fdata /tmp/.tmpglflK9/prof.fdata.132678.fdata /tmp/.tmpglflK9/prof.fdata.132679.fdata /tmp/.tmpglflK9/prof.fdata.132680.fdata /tmp/.tmpglflK9/prof.fdata.132681.fdata /tmp/.tmpglflK9/prof.fdata.132685.fdata /tmp/.tmpglflK9/prof.fdata.132686.fdata /tmp/.tmpglflK9/prof.fdata.132687.fdata /tmp/.tmpglflK9/prof.fdata.132703.fdata /tmp/.tmpglflK9/prof.fdata.132712.fdata /tmp/.tmpglflK9/prof.fdata.132721.fdata /tmp/.tmpglflK9/prof.fdata.132731.fdata /tmp/.tmpglflK9/prof.fdata.132741.fdata /tmp/.tmpglflK9/prof.fdata.132751.fdata /tmp/.tmpglflK9/prof.fdata.132792.fdata /tmp/.tmpglflK9/prof.fdata.132834.fdata /tmp/.tmpglflK9/prof.fdata.132876.fdata /tmp/.tmpglflK9/prof.fdata.132889.fdata /tmp/.tmpglflK9/prof.fdata.132912.fdata /tmp/.tmpglflK9/prof.fdata.132929.fdata /tmp/.tmpglflK9/prof.fdata.132952.fdata /tmp/.tmpglflK9/prof.fdata.132953.fdata /tmp/.tmpglflK9/prof.fdata.132954.fdata /tmp/.tmpglflK9/prof.fdata.132955.fdata /tmp/.tmpglflK9/prof.fdata.132956.fdata /tmp/.tmpglflK9/prof.fdata.132957.fdata /tmp/.tmpglflK9/prof.fdata.132961.fdata /tmp/.tmpglflK9/prof.fdata.132962.fdata /tmp/.tmpglflK9/prof.fdata.132963.fdata /tmp/.tmpglflK9/prof.fdata.132974.fdata /tmp/.tmpglflK9/prof.fdata.132975.fdata /tmp/.tmpglflK9/prof.fdata.132977.fdata /tmp/.tmpglflK9/prof.fdata.132979.fdata /tmp/.tmpglflK9/prof.fdata.132980.fdata /tmp/.tmpglflK9/prof.fdata.132981.fdata /tmp/.tmpglflK9/prof.fdata.132982.fdata /tmp/.tmpglflK9/prof.fdata.132983.fdata /tmp/.tmpglflK9/prof.fdata.132985.fdata /tmp/.tmpglflK9/prof.fdata.132988.fdata /tmp/.tmpglflK9/prof.fdata.132990.fdata /tmp/.tmpglflK9/prof.fdata.132991.fdata /tmp/.tmpglflK9/prof.fdata.132993.fdata /tmp/.tmpglflK9/prof.fdata.132997.fdata /tmp/.tmpglflK9/prof.fdata.133000.fdata /tmp/.tmpglflK9/prof.fdata.133001.fdata /tmp/.tmpglflK9/prof.fdata.133002.fdata /tmp/.tmpglflK9/prof.fdata.133003.fdata /tmp/.tmpglflK9/prof.fdata.133012.fdata /tmp/.tmpglflK9/prof.fdata.133136.fdata /tmp/.tmpglflK9/prof.fdata.133139.fdata /tmp/.tmpglflK9/prof.fdata.133140.fdata /tmp/.tmpglflK9/prof.fdata.133145.fdata /tmp/.tmpglflK9/prof.fdata.133163.fdata /tmp/.tmpglflK9/prof.fdata.133166.fdata /tmp/.tmpglflK9/prof.fdata.133170.fdata /tmp/.tmpglflK9/prof.fdata.133175.fdata /tmp/.tmpglflK9/prof.fdata.133178.fdata /tmp/.tmpglflK9/prof.fdata.133184.fdata /tmp/.tmpglflK9/prof.fdata.133191.fdata /tmp/.tmpglflK9/prof.fdata.133193.fdata /tmp/.tmpglflK9/prof.fdata.133198.fdata /tmp/.tmpglflK9/prof.fdata.133200.fdata /tmp/.tmpglflK9/prof.fdata.133205.fdata /tmp/.tmpglflK9/prof.fdata.133209.fdata /tmp/.tmpglflK9/prof.fdata.133216.fdata /tmp/.tmpglflK9/prof.fdata.133224.fdata /tmp/.tmpglflK9/prof.fdata.133225.fdata /tmp/.tmpglflK9/prof.fdata.133232.fdata /tmp/.tmpglflK9/prof.fdata.133236.fdata /tmp/.tmpglflK9/prof.fdata.133243.fdata /tmp/.tmpglflK9/prof.fdata.133246.fdata /tmp/.tmpglflK9/prof.fdata.133251.fdata /tmp/.tmpglflK9/prof.fdata.133253.fdata /tmp/.tmpglflK9/prof.fdata.133266.fdata /tmp/.tmpglflK9/prof.fdata.133272.fdata /tmp/.tmpglflK9/prof.fdata.133278.fdata /tmp/.tmpglflK9/prof.fdata.133296.fdata /tmp/.tmpglflK9/prof.fdata.133300.fdata /tmp/.tmpglflK9/prof.fdata.133325.fdata /tmp/.tmpglflK9/prof.fdata.133332.fdata /tmp/.tmpglflK9/prof.fdata.133337.fdata /tmp/.tmpglflK9/prof.fdata.133341.fdata /tmp/.tmpglflK9/prof.fdata.133344.fdata /tmp/.tmpglflK9/prof.fdata.133358.fdata /tmp/.tmpglflK9/prof.fdata.133382.fdata /tmp/.tmpglflK9/prof.fdata.133387.fdata /tmp/.tmpglflK9/prof.fdata.133389.fdata /tmp/.tmpglflK9/prof.fdata.133393.fdata /tmp/.tmpglflK9/prof.fdata.133407.fdata /tmp/.tmpglflK9/prof.fdata.133416.fdata /tmp/.tmpglflK9/prof.fdata.133418.fdata /tmp/.tmpglflK9/prof.fdata.133431.fdata /tmp/.tmpglflK9/prof.fdata.133448.fdata /tmp/.tmpglflK9/prof.fdata.133452.fdata /tmp/.tmpglflK9/prof.fdata.133457.fdata /tmp/.tmpglflK9/prof.fdata.133467.fdata /tmp/.tmpglflK9/prof.fdata.133500.fdata /tmp/.tmpglflK9/prof.fdata.133503.fdata /tmp/.tmpglflK9/prof.fdata.133507.fdata /tmp/.tmpglflK9/prof.fdata.133531.fdata /tmp/.tmpglflK9/prof.fdata.133539.fdata /tmp/.tmpglflK9/prof.fdata.133554.fdata /tmp/.tmpglflK9/prof.fdata.133562.fdata /tmp/.tmpglflK9/prof.fdata.133565.fdata /tmp/.tmpglflK9/prof.fdata.133574.fdata /tmp/.tmpglflK9/prof.fdata.133578.fdata /tmp/.tmpglflK9/prof.fdata.133583.fdata /tmp/.tmpglflK9/prof.fdata.133593.fdata /tmp/.tmpglflK9/prof.fdata.133601.fdata /tmp/.tmpglflK9/prof.fdata.133623.fdata /tmp/.tmpglflK9/prof.fdata.133628.fdata /tmp/.tmpglflK9/prof.fdata.133660.fdata /tmp/.tmpglflK9/prof.fdata.133666.fdata /tmp/.tmpglflK9/prof.fdata.133680.fdata /tmp/.tmpglflK9/prof.fdata.133698.fdata /tmp/.tmpglflK9/prof.fdata.133706.fdata /tmp/.tmpglflK9/prof.fdata.133709.fdata /tmp/.tmpglflK9/prof.fdata.133713.fdata /tmp/.tmpglflK9/prof.fdata.133733.fdata /tmp/.tmpglflK9/prof.fdata.133744.fdata /tmp/.tmpglflK9/prof.fdata.133749.fdata /tmp/.tmpglflK9/prof.fdata.133751.fdata /tmp/.tmpglflK9/prof.fdata.133756.fdata /tmp/.tmpglflK9/prof.fdata.133766.fdata /tmp/.tmpglflK9/prof.fdata.133776.fdata /tmp/.tmpglflK9/prof.fdata.133783.fdata /tmp/.tmpglflK9/prof.fdata.133789.fdata /tmp/.tmpglflK9/prof.fdata.133794.fdata /tmp/.tmpglflK9/prof.fdata.133800.fdata /tmp/.tmpglflK9/prof.fdata.133817.fdata /tmp/.tmpglflK9/prof.fdata.133818.fdata /tmp/.tmpglflK9/prof.fdata.133831.fdata /tmp/.tmpglflK9/prof.fdata.133834.fdata /tmp/.tmpglflK9/prof.fdata.133835.fdata /tmp/.tmpglflK9/prof.fdata.133841.fdata /tmp/.tmpglflK9/prof.fdata.133843.fdata /tmp/.tmpglflK9/prof.fdata.133850.fdata /tmp/.tmpglflK9/prof.fdata.133855.fdata /tmp/.tmpglflK9/prof.fdata.133888.fdata /tmp/.tmpglflK9/prof.fdata.133890.fdata /tmp/.tmpglflK9/prof.fdata.133902.fdata /tmp/.tmpglflK9/prof.fdata.133930.fdata /tmp/.tmpglflK9/prof.fdata.133931.fdata /tmp/.tmpglflK9/prof.fdata.133939.fdata /tmp/.tmpglflK9/prof.fdata.133942.fdata /tmp/.tmpglflK9/prof.fdata.133949.fdata /tmp/.tmpglflK9/prof.fdata.133958.fdata /tmp/.tmpglflK9/prof.fdata.133963.fdata /tmp/.tmpglflK9/prof.fdata.133967.fdata /tmp/.tmpglflK9/prof.fdata.133994.fdata /tmp/.tmpglflK9/prof.fdata.134002.fdata /tmp/.tmpglflK9/prof.fdata.134015.fdata /tmp/.tmpglflK9/prof.fdata.134025.fdata /tmp/.tmpglflK9/prof.fdata.134035.fdata /tmp/.tmpglflK9/prof.fdata.134041.fdata /tmp/.tmpglflK9/prof.fdata.134043.fdata /tmp/.tmpglflK9/prof.fdata.134047.fdata /tmp/.tmpglflK9/prof.fdata.134053.fdata /tmp/.tmpglflK9/prof.fdata.134060.fdata /tmp/.tmpglflK9/prof.fdata.134064.fdata /tmp/.tmpglflK9/prof.fdata.134102.fdata /tmp/.tmpglflK9/prof.fdata.134112.fdata /tmp/.tmpglflK9/prof.fdata.134117.fdata /tmp/.tmpglflK9/prof.fdata.134121.fdata /tmp/.tmpglflK9/prof.fdata.134123.fdata /tmp/.tmpglflK9/prof.fdata.134126.fdata /tmp/.tmpglflK9/prof.fdata.134131.fdata /tmp/.tmpglflK9/prof.fdata.134143.fdata /tmp/.tmpglflK9/prof.fdata.134149.fdata /tmp/.tmpglflK9/prof.fdata.134160.fdata /tmp/.tmpglflK9/prof.fdata.134169.fdata /tmp/.tmpglflK9/prof.fdata.134178.fdata /tmp/.tmpglflK9/prof.fdata.134185.fdata /tmp/.tmpglflK9/prof.fdata.134201.fdata /tmp/.tmpglflK9/prof.fdata.134216.fdata /tmp/.tmpglflK9/prof.fdata.134223.fdata /tmp/.tmpglflK9/prof.fdata.134227.fdata /tmp/.tmpglflK9/prof.fdata.134241.fdata /tmp/.tmpglflK9/prof.fdata.134243.fdata /tmp/.tmpglflK9/prof.fdata.134251.fdata /tmp/.tmpglflK9/prof.fdata.134257.fdata /tmp/.tmpglflK9/prof.fdata.134267.fdata /tmp/.tmpglflK9/prof.fdata.134273.fdata /tmp/.tmpglflK9/prof.fdata.134296.fdata /tmp/.tmpglflK9/prof.fdata.134301.fdata /tmp/.tmpglflK9/prof.fdata.134308.fdata /tmp/.tmpglflK9/prof.fdata.134324.fdata /tmp/.tmpglflK9/prof.fdata.134329.fdata /tmp/.tmpglflK9/prof.fdata.134334.fdata /tmp/.tmpglflK9/prof.fdata.134351.fdata /tmp/.tmpglflK9/prof.fdata.134352.fdata /tmp/.tmpglflK9/prof.fdata.134385.fdata /tmp/.tmpglflK9/prof.fdata.134392.fdata /tmp/.tmpglflK9/prof.fdata.134399.fdata /tmp/.tmpglflK9/prof.fdata.134414.fdata /tmp/.tmpglflK9/prof.fdata.134421.fdata /tmp/.tmpglflK9/prof.fdata.134442.fdata /tmp/.tmpglflK9/prof.fdata.134451.fdata /tmp/.tmpglflK9/prof.fdata.134468.fdata /tmp/.tmpglflK9/prof.fdata.134474.fdata /tmp/.tmpglflK9/prof.fdata.134493.fdata /tmp/.tmpglflK9/prof.fdata.134496.fdata /tmp/.tmpglflK9/prof.fdata.134501.fdata /tmp/.tmpglflK9/prof.fdata.134518.fdata /tmp/.tmpglflK9/prof.fdata.134527.fdata /tmp/.tmpglflK9/prof.fdata.134536.fdata /tmp/.tmpglflK9/prof.fdata.134537.fdata /tmp/.tmpglflK9/prof.fdata.134546.fdata /tmp/.tmpglflK9/prof.fdata.134549.fdata /tmp/.tmpglflK9/prof.fdata.134556.fdata /tmp/.tmpglflK9/prof.fdata.134562.fdata /tmp/.tmpglflK9/prof.fdata.134568.fdata /tmp/.tmpglflK9/prof.fdata.134574.fdata /tmp/.tmpglflK9/prof.fdata.134581.fdata /tmp/.tmpglflK9/prof.fdata.134583.fdata /tmp/.tmpglflK9/prof.fdata.134598.fdata /tmp/.tmpglflK9/prof.fdata.134608.fdata /tmp/.tmpglflK9/prof.fdata.134615.fdata /tmp/.tmpglflK9/prof.fdata.134616.fdata /tmp/.tmpglflK9/prof.fdata.134625.fdata /tmp/.tmpglflK9/prof.fdata.134630.fdata /tmp/.tmpglflK9/prof.fdata.134647.fdata /tmp/.tmpglflK9/prof.fdata.134651.fdata /tmp/.tmpglflK9/prof.fdata.134654.fdata /tmp/.tmpglflK9/prof.fdata.134658.fdata /tmp/.tmpglflK9/prof.fdata.134660.fdata /tmp/.tmpglflK9/prof.fdata.134666.fdata /tmp/.tmpglflK9/prof.fdata.134669.fdata /tmp/.tmpglflK9/prof.fdata.134676.fdata /tmp/.tmpglflK9/prof.fdata.134681.fdata /tmp/.tmpglflK9/prof.fdata.134701.fdata /tmp/.tmpglflK9/prof.fdata.134710.fdata /tmp/.tmpglflK9/prof.fdata.134727.fdata /tmp/.tmpglflK9/prof.fdata.134729.fdata /tmp/.tmpglflK9/prof.fdata.134731.fdata /tmp/.tmpglflK9/prof.fdata.134748.fdata /tmp/.tmpglflK9/prof.fdata.134781.fdata /tmp/.tmpglflK9/prof.fdata.134785.fdata /tmp/.tmpglflK9/prof.fdata.134789.fdata /tmp/.tmpglflK9/prof.fdata.134827.fdata /tmp/.tmpglflK9/prof.fdata.134831.fdata /tmp/.tmpglflK9/prof.fdata.134839.fdata /tmp/.tmpglflK9/prof.fdata.134847.fdata /tmp/.tmpglflK9/prof.fdata.134850.fdata /tmp/.tmpglflK9/prof.fdata.134853.fdata /tmp/.tmpglflK9/prof.fdata.134890.fdata /tmp/.tmpglflK9/prof.fdata.134904.fdata /tmp/.tmpglflK9/prof.fdata.134909.fdata /tmp/.tmpglflK9/prof.fdata.134913.fdata /tmp/.tmpglflK9/prof.fdata.134915.fdata /tmp/.tmpglflK9/prof.fdata.134916.fdata /tmp/.tmpglflK9/prof.fdata.134930.fdata /tmp/.tmpglflK9/prof.fdata.134940.fdata /tmp/.tmpglflK9/prof.fdata.134941.fdata /tmp/.tmpglflK9/prof.fdata.134945.fdata /tmp/.tmpglflK9/prof.fdata.134950.fdata /tmp/.tmpglflK9/prof.fdata.134952.fdata /tmp/.tmpglflK9/prof.fdata.134958.fdata /tmp/.tmpglflK9/prof.fdata.134972.fdata /tmp/.tmpglflK9/prof.fdata.134976.fdata /tmp/.tmpglflK9/prof.fdata.134987.fdata /tmp/.tmpglflK9/prof.fdata.134997.fdata /tmp/.tmpglflK9/prof.fdata.135018.fdata /tmp/.tmpglflK9/prof.fdata.135024.fdata /tmp/.tmpglflK9/prof.fdata.135033.fdata /tmp/.tmpglflK9/prof.fdata.135042.fdata /tmp/.tmpglflK9/prof.fdata.135045.fdata /tmp/.tmpglflK9/prof.fdata.135047.fdata /tmp/.tmpglflK9/prof.fdata.135072.fdata /tmp/.tmpglflK9/prof.fdata.135074.fdata /tmp/.tmpglflK9/prof.fdata.135079.fdata /tmp/.tmpglflK9/prof.fdata.135089.fdata /tmp/.tmpglflK9/prof.fdata.135105.fdata /tmp/.tmpglflK9/prof.fdata.135113.fdata /tmp/.tmpglflK9/prof.fdata.135120.fdata /tmp/.tmpglflK9/prof.fdata.135146.fdata /tmp/.tmpglflK9/prof.fdata.135154.fdata /tmp/.tmpglflK9/prof.fdata.135155.fdata /tmp/.tmpglflK9/prof.fdata.135170.fdata /tmp/.tmpglflK9/prof.fdata.135174.fdata /tmp/.tmpglflK9/prof.fdata.135182.fdata /tmp/.tmpglflK9/prof.fdata.135200.fdata /tmp/.tmpglflK9/prof.fdata.135204.fdata /tmp/.tmpglflK9/prof.fdata.135210.fdata /tmp/.tmpglflK9/prof.fdata.135215.fdata /tmp/.tmpglflK9/prof.fdata.135237.fdata /tmp/.tmpglflK9/prof.fdata.135254.fdata /tmp/.tmpglflK9/prof.fdata.135264.fdata /tmp/.tmpglflK9/prof.fdata.135276.fdata /tmp/.tmpglflK9/prof.fdata.135289.fdata /tmp/.tmpglflK9/prof.fdata.135294.fdata /tmp/.tmpglflK9/prof.fdata.135300.fdata /tmp/.tmpglflK9/prof.fdata.135303.fdata /tmp/.tmpglflK9/prof.fdata.135306.fdata /tmp/.tmpglflK9/prof.fdata.135312.fdata /tmp/.tmpglflK9/prof.fdata.135319.fdata /tmp/.tmpglflK9/prof.fdata.135330.fdata /tmp/.tmpglflK9/prof.fdata.135355.fdata /tmp/.tmpglflK9/prof.fdata.135357.fdata /tmp/.tmpglflK9/prof.fdata.135362.fdata /tmp/.tmpglflK9/prof.fdata.135369.fdata /tmp/.tmpglflK9/prof.fdata.135370.fdata /tmp/.tmpglflK9/prof.fdata.135406.fdata /tmp/.tmpglflK9/prof.fdata.135410.fdata /tmp/.tmpglflK9/prof.fdata.135414.fdata /tmp/.tmpglflK9/prof.fdata.135415.fdata /tmp/.tmpglflK9/prof.fdata.135430.fdata /tmp/.tmpglflK9/prof.fdata.135433.fdata /tmp/.tmpglflK9/prof.fdata.135441.fdata /tmp/.tmpglflK9/prof.fdata.135443.fdata /tmp/.tmpglflK9/prof.fdata.135445.fdata /tmp/.tmpglflK9/prof.fdata.135450.fdata /tmp/.tmpglflK9/prof.fdata.135456.fdata /tmp/.tmpglflK9/prof.fdata.135478.fdata /tmp/.tmpglflK9/prof.fdata.135486.fdata /tmp/.tmpglflK9/prof.fdata.135489.fdata /tmp/.tmpglflK9/prof.fdata.135496.fdata /tmp/.tmpglflK9/prof.fdata.135507.fdata /tmp/.tmpglflK9/prof.fdata.135517.fdata /tmp/.tmpglflK9/prof.fdata.135529.fdata /tmp/.tmpglflK9/prof.fdata.135536.fdata /tmp/.tmpglflK9/prof.fdata.135537.fdata /tmp/.tmpglflK9/prof.fdata.135543.fdata /tmp/.tmpglflK9/prof.fdata.135546.fdata /tmp/.tmpglflK9/prof.fdata.135556.fdata /tmp/.tmpglflK9/prof.fdata.135563.fdata /tmp/.tmpglflK9/prof.fdata.135571.fdata /tmp/.tmpglflK9/prof.fdata.135578.fdata /tmp/.tmpglflK9/prof.fdata.135592.fdata /tmp/.tmpglflK9/prof.fdata.135599.fdata /tmp/.tmpglflK9/prof.fdata.135603.fdata /tmp/.tmpglflK9/prof.fdata.135610.fdata /tmp/.tmpglflK9/prof.fdata.135615.fdata /tmp/.tmpglflK9/prof.fdata.135625.fdata /tmp/.tmpglflK9/prof.fdata.135630.fdata /tmp/.tmpglflK9/prof.fdata.135651.fdata /tmp/.tmpglflK9/prof.fdata.135668.fdata /tmp/.tmpglflK9/prof.fdata.135681.fdata /tmp/.tmpglflK9/prof.fdata.135683.fdata /tmp/.tmpglflK9/prof.fdata.135686.fdata /tmp/.tmpglflK9/prof.fdata.135691.fdata /tmp/.tmpglflK9/prof.fdata.135692.fdata /tmp/.tmpglflK9/prof.fdata.135702.fdata /tmp/.tmpglflK9/prof.fdata.135705.fdata /tmp/.tmpglflK9/prof.fdata.135713.fdata /tmp/.tmpglflK9/prof.fdata.135718.fdata /tmp/.tmpglflK9/prof.fdata.135734.fdata /tmp/.tmpglflK9/prof.fdata.135737.fdata /tmp/.tmpglflK9/prof.fdata.135749.fdata /tmp/.tmpglflK9/prof.fdata.135757.fdata /tmp/.tmpglflK9/prof.fdata.135763.fdata /tmp/.tmpglflK9/prof.fdata.135770.fdata /tmp/.tmpglflK9/prof.fdata.135783.fdata /tmp/.tmpglflK9/prof.fdata.135788.fdata /tmp/.tmpglflK9/prof.fdata.135800.fdata /tmp/.tmpglflK9/prof.fdata.135811.fdata /tmp/.tmpglflK9/prof.fdata.135815.fdata /tmp/.tmpglflK9/prof.fdata.135818.fdata /tmp/.tmpglflK9/prof.fdata.135837.fdata /tmp/.tmpglflK9/prof.fdata.135842.fdata /tmp/.tmpglflK9/prof.fdata.135852.fdata /tmp/.tmpglflK9/prof.fdata.135862.fdata /tmp/.tmpglflK9/prof.fdata.135865.fdata /tmp/.tmpglflK9/prof.fdata.135867.fdata /tmp/.tmpglflK9/prof.fdata.135877.fdata /tmp/.tmpglflK9/prof.fdata.135887.fdata /tmp/.tmpglflK9/prof.fdata.135890.fdata /tmp/.tmpglflK9/prof.fdata.135896.fdata /tmp/.tmpglflK9/prof.fdata.135907.fdata /tmp/.tmpglflK9/prof.fdata.135908.fdata /tmp/.tmpglflK9/prof.fdata.135912.fdata /tmp/.tmpglflK9/prof.fdata.135919.fdata /tmp/.tmpglflK9/prof.fdata.135923.fdata /tmp/.tmpglflK9/prof.fdata.135924.fdata /tmp/.tmpglflK9/prof.fdata.135930.fdata /tmp/.tmpglflK9/prof.fdata.135938.fdata /tmp/.tmpglflK9/prof.fdata.135944.fdata /tmp/.tmpglflK9/prof.fdata.135949.fdata /tmp/.tmpglflK9/prof.fdata.135957.fdata /tmp/.tmpglflK9/prof.fdata.135960.fdata /tmp/.tmpglflK9/prof.fdata.135972.fdata /tmp/.tmpglflK9/prof.fdata.135976.fdata /tmp/.tmpglflK9/prof.fdata.135980.fdata /tmp/.tmpglflK9/prof.fdata.135985.fdata /tmp/.tmpglflK9/prof.fdata.135991.fdata /tmp/.tmpglflK9/prof.fdata.136020.fdata /tmp/.tmpglflK9/prof.fdata.136040.fdata /tmp/.tmpglflK9/prof.fdata.136042.fdata /tmp/.tmpglflK9/prof.fdata.136054.fdata /tmp/.tmpglflK9/prof.fdata.136057.fdata /tmp/.tmpglflK9/prof.fdata.136060.fdata /tmp/.tmpglflK9/prof.fdata.136065.fdata /tmp/.tmpglflK9/prof.fdata.136068.fdata /tmp/.tmpglflK9/prof.fdata.136079.fdata /tmp/.tmpglflK9/prof.fdata.136087.fdata /tmp/.tmpglflK9/prof.fdata.136107.fdata /tmp/.tmpglflK9/prof.fdata.136109.fdata /tmp/.tmpglflK9/prof.fdata.136113.fdata /tmp/.tmpglflK9/prof.fdata.136124.fdata /tmp/.tmpglflK9/prof.fdata.136127.fdata /tmp/.tmpglflK9/prof.fdata.136136.fdata /tmp/.tmpglflK9/prof.fdata.136143.fdata /tmp/.tmpglflK9/prof.fdata.136149.fdata /tmp/.tmpglflK9/prof.fdata.136153.fdata /tmp/.tmpglflK9/prof.fdata.136174.fdata /tmp/.tmpglflK9/prof.fdata.136192.fdata /tmp/.tmpglflK9/prof.fdata.136217.fdata /tmp/.tmpglflK9/prof.fdata.136248.fdata /tmp/.tmpglflK9/prof.fdata.136277.fdata /tmp/.tmpglflK9/prof.fdata.136284.fdata /tmp/.tmpglflK9/prof.fdata.136321.fdata /tmp/.tmpglflK9/prof.fdata.136345.fdata /tmp/.tmpglflK9/prof.fdata.136366.fdata /tmp/.tmpglflK9/prof.fdata.136375.fdata /tmp/.tmpglflK9/prof.fdata.136390.fdata /tmp/.tmpglflK9/prof.fdata.136401.fdata /tmp/.tmpglflK9/prof.fdata.136423.fdata /tmp/.tmpglflK9/prof.fdata.136424.fdata /tmp/.tmpglflK9/prof.fdata.136435.fdata /tmp/.tmpglflK9/prof.fdata.136449.fdata /tmp/.tmpglflK9/prof.fdata.136458.fdata /tmp/.tmpglflK9/prof.fdata.136499.fdata /tmp/.tmpglflK9/prof.fdata.136521.fdata /tmp/.tmpglflK9/prof.fdata.136522.fdata /tmp/.tmpglflK9/prof.fdata.136527.fdata /tmp/.tmpglflK9/prof.fdata.136539.fdata /tmp/.tmpglflK9/prof.fdata.136557.fdata /tmp/.tmpglflK9/prof.fdata.136561.fdata /tmp/.tmpglflK9/prof.fdata.136567.fdata /tmp/.tmpglflK9/prof.fdata.136583.fdata /tmp/.tmpglflK9/prof.fdata.136654.fdata /tmp/.tmpglflK9/prof.fdata.136670.fdata /tmp/.tmpglflK9/prof.fdata.136677.fdata /tmp/.tmpglflK9/prof.fdata.136680.fdata /tmp/.tmpglflK9/prof.fdata.136691.fdata /tmp/.tmpglflK9/prof.fdata.136694.fdata /tmp/.tmpglflK9/prof.fdata.136700.fdata /tmp/.tmpglflK9/prof.fdata.136704.fdata /tmp/.tmpglflK9/prof.fdata.136709.fdata /tmp/.tmpglflK9/prof.fdata.136713.fdata /tmp/.tmpglflK9/prof.fdata.136729.fdata /tmp/.tmpglflK9/prof.fdata.136747.fdata /tmp/.tmpglflK9/prof.fdata.136758.fdata /tmp/.tmpglflK9/prof.fdata.136772.fdata /tmp/.tmpglflK9/prof.fdata.136778.fdata /tmp/.tmpglflK9/prof.fdata.136787.fdata /tmp/.tmpglflK9/prof.fdata.136790.fdata /tmp/.tmpglflK9/prof.fdata.136799.fdata /tmp/.tmpglflK9/prof.fdata.136817.fdata /tmp/.tmpglflK9/prof.fdata.136828.fdata /tmp/.tmpglflK9/prof.fdata.136853.fdata /tmp/.tmpglflK9/prof.fdata.136875.fdata /tmp/.tmpglflK9/prof.fdata.136954.fdata /tmp/.tmpglflK9/prof.fdata.136995.fdata /tmp/.tmpglflK9/prof.fdata.137006.fdata /tmp/.tmpglflK9/prof.fdata.137019.fdata /tmp/.tmpglflK9/prof.fdata.137085.fdata /tmp/.tmpglflK9/prof.fdata.137124.fdata /tmp/.tmpglflK9/prof.fdata.137292.fdata /tmp/.tmpglflK9/prof.fdata.137322.fdata /tmp/.tmpglflK9/prof.fdata.137418.fdata /tmp/.tmpglflK9/prof.fdata.137540.fdata /tmp/.tmpglflK9/prof.fdata.138710.fdata /tmp/.tmpglflK9/prof.fdata.138776.fdata /tmp/.tmpglflK9/prof.fdata.138830.fdata /tmp/.tmpglflK9/prof.fdata.138993.fdata /tmp/.tmpglflK9/prof.fdata.139133.fdata /tmp/.tmpglflK9/prof.fdata.139181.fdata /tmp/.tmpglflK9/prof.fdata.139330.fdata /tmp/.tmpglflK9/prof.fdata.139396.fdata /tmp/.tmpglflK9/prof.fdata.139880.fdata /tmp/.tmpglflK9/prof.fdata.139895.fdata /tmp/.tmpglflK9/prof.fdata.139901.fdata /tmp/.tmpglflK9/prof.fdata.139907.fdata /tmp/.tmpglflK9/prof.fdata.139912.fdata /tmp/.tmpglflK9/prof.fdata.139922.fdata /tmp/.tmpglflK9/prof.fdata.139926.fdata /tmp/.tmpglflK9/prof.fdata.139939.fdata /tmp/.tmpglflK9/prof.fdata.139963.fdata /tmp/.tmpglflK9/prof.fdata.140016.fdata /tmp/.tmpglflK9/prof.fdata.140028.fdata /tmp/.tmpglflK9/prof.fdata.140037.fdata /tmp/.tmpglflK9/prof.fdata.140046.fdata /tmp/.tmpglflK9/prof.fdata.140056.fdata /tmp/.tmpglflK9/prof.fdata.140066.fdata /tmp/.tmpglflK9/prof.fdata.140091.fdata /tmp/.tmpglflK9/prof.fdata.140356.fdata /tmp/.tmpglflK9/prof.fdata.140622.fdata /tmp/.tmpglflK9/prof.fdata.140888.fdata /tmp/.tmpglflK9/prof.fdata.140929.fdata /tmp/.tmpglflK9/prof.fdata.141450.fdata /tmp/.tmpglflK9/prof.fdata.141716.fdata /tmp/.tmpglflK9/prof.fdata.141989.fdata /tmp/.tmpglflK9/prof.fdata.141990.fdata /tmp/.tmpglflK9/prof.fdata.141991.fdata /tmp/.tmpglflK9/prof.fdata.141992.fdata /tmp/.tmpglflK9/prof.fdata.141993.fdata /tmp/.tmpglflK9/prof.fdata.141994.fdata /tmp/.tmpglflK9/prof.fdata.141998.fdata /tmp/.tmpglflK9/prof.fdata.141999.fdata /tmp/.tmpglflK9/prof.fdata.142000.fdata /tmp/.tmpglflK9/prof.fdata.142016.fdata /tmp/.tmpglflK9/prof.fdata.142025.fdata /tmp/.tmpglflK9/prof.fdata.142034.fdata /tmp/.tmpglflK9/prof.fdata.142044.fdata /tmp/.tmpglflK9/prof.fdata.142054.fdata /tmp/.tmpglflK9/prof.fdata.142065.fdata /tmp/.tmpglflK9/prof.fdata.142077.fdata /tmp/.tmpglflK9/prof.fdata.142088.fdata /tmp/.tmpglflK9/prof.fdata.142099.fdata /tmp/.tmpglflK9/prof.fdata.142116.fdata /tmp/.tmpglflK9/prof.fdata.142117.fdata /tmp/.tmpglflK9/prof.fdata.142118.fdata /tmp/.tmpglflK9/prof.fdata.142119.fdata /tmp/.tmpglflK9/prof.fdata.142120.fdata /tmp/.tmpglflK9/prof.fdata.142121.fdata /tmp/.tmpglflK9/prof.fdata.142125.fdata /tmp/.tmpglflK9/prof.fdata.142126.fdata /tmp/.tmpglflK9/prof.fdata.142127.fdata /tmp/.tmpglflK9/prof.fdata.142143.fdata /tmp/.tmpglflK9/prof.fdata.142144.fdata /tmp/.tmpglflK9/prof.fdata.142145.fdata /tmp/.tmpglflK9/prof.fdata.142146.fdata /tmp/.tmpglflK9/prof.fdata.142147.fdata /tmp/.tmpglflK9/prof.fdata.142148.fdata /tmp/.tmpglflK9/prof.fdata.142149.fdata /tmp/.tmpglflK9/prof.fdata.142150.fdata /tmp/.tmpglflK9/prof.fdata.142151.fdata /tmp/.tmpglflK9/prof.fdata.142152.fdata /tmp/.tmpglflK9/prof.fdata.142153.fdata /tmp/.tmpglflK9/prof.fdata.142154.fdata /tmp/.tmpglflK9/prof.fdata.142235.fdata /tmp/.tmpglflK9/prof.fdata.142238.fdata /tmp/.tmpglflK9/prof.fdata.142241.fdata /tmp/.tmpglflK9/prof.fdata.142244.fdata /tmp/.tmpglflK9/prof.fdata.142247.fdata /tmp/.tmpglflK9/prof.fdata.142250.fdata /tmp/.tmpglflK9/prof.fdata.142252.fdata /tmp/.tmpglflK9/prof.fdata.142255.fdata /tmp/.tmpglflK9/prof.fdata.142258.fdata /tmp/.tmpglflK9/prof.fdata.142262.fdata /tmp/.tmpglflK9/prof.fdata.142273.fdata /tmp/.tmpglflK9/prof.fdata.142290.fdata /tmp/.tmpglflK9/prof.fdata.142301.fdata /tmp/.tmpglflK9/prof.fdata.142311.fdata /tmp/.tmpglflK9/prof.fdata.142318.fdata /tmp/.tmpglflK9/prof.fdata.142378.fdata /tmp/.tmpglflK9/prof.fdata.142381.fdata /tmp/.tmpglflK9/prof.fdata.142384.fdata /tmp/.tmpglflK9/prof.fdata.142461.fdata /tmp/.tmpglflK9/prof.fdata.142470.fdata /tmp/.tmpglflK9/prof.fdata.142479.fdata /tmp/.tmpglflK9/prof.fdata.142489.fdata /tmp/.tmpglflK9/prof.fdata.142499.fdata /tmp/.tmpglflK9/prof.fdata.142509.fdata /tmp/.tmpglflK9/prof.fdata.142562.fdata /tmp/.tmpglflK9/prof.fdata.142616.fdata /tmp/.tmpglflK9/prof.fdata.142670.fdata /tmp/.tmpglflK9/prof.fdata.142681.fdata /tmp/.tmpglflK9/prof.fdata.142740.fdata /tmp/.tmpglflK9/prof.fdata.142775.fdata /tmp/.tmpglflK9/prof.fdata.142816.fdata /tmp/.tmpglflK9/prof.fdata.142817.fdata /tmp/.tmpglflK9/prof.fdata.142818.fdata /tmp/.tmpglflK9/prof.fdata.142819.fdata /tmp/.tmpglflK9/prof.fdata.142820.fdata /tmp/.tmpglflK9/prof.fdata.142821.fdata /tmp/.tmpglflK9/prof.fdata.142825.fdata /tmp/.tmpglflK9/prof.fdata.142826.fdata /tmp/.tmpglflK9/prof.fdata.142827.fdata /tmp/.tmpglflK9/prof.fdata.142843.fdata /tmp/.tmpglflK9/prof.fdata.142852.fdata /tmp/.tmpglflK9/prof.fdata.142861.fdata /tmp/.tmpglflK9/prof.fdata.142871.fdata /tmp/.tmpglflK9/prof.fdata.142881.fdata /tmp/.tmpglflK9/prof.fdata.142891.fdata /tmp/.tmpglflK9/prof.fdata.142902.fdata /tmp/.tmpglflK9/prof.fdata.142913.fdata /tmp/.tmpglflK9/prof.fdata.142924.fdata /tmp/.tmpglflK9/prof.fdata.142941.fdata /tmp/.tmpglflK9/prof.fdata.142942.fdata /tmp/.tmpglflK9/prof.fdata.142943.fdata /tmp/.tmpglflK9/prof.fdata.142944.fdata /tmp/.tmpglflK9/prof.fdata.142945.fdata /tmp/.tmpglflK9/prof.fdata.142946.fdata /tmp/.tmpglflK9/prof.fdata.142950.fdata /tmp/.tmpglflK9/prof.fdata.142951.fdata /tmp/.tmpglflK9/prof.fdata.142952.fdata /tmp/.tmpglflK9/prof.fdata.142968.fdata /tmp/.tmpglflK9/prof.fdata.142977.fdata /tmp/.tmpglflK9/prof.fdata.142986.fdata /tmp/.tmpglflK9/prof.fdata.142996.fdata /tmp/.tmpglflK9/prof.fdata.143006.fdata /tmp/.tmpglflK9/prof.fdata.143018.fdata /tmp/.tmpglflK9/prof.fdata.143031.fdata /tmp/.tmpglflK9/prof.fdata.143042.fdata /tmp/.tmpglflK9/prof.fdata.143057.fdata /tmp/.tmpglflK9/prof.fdata.143076.fdata /tmp/.tmpglflK9/prof.fdata.143077.fdata /tmp/.tmpglflK9/prof.fdata.143078.fdata /tmp/.tmpglflK9/prof.fdata.143079.fdata /tmp/.tmpglflK9/prof.fdata.143080.fdata /tmp/.tmpglflK9/prof.fdata.143081.fdata /tmp/.tmpglflK9/prof.fdata.143085.fdata /tmp/.tmpglflK9/prof.fdata.143086.fdata /tmp/.tmpglflK9/prof.fdata.143087.fdata /tmp/.tmpglflK9/prof.fdata.143094.fdata /tmp/.tmpglflK9/prof.fdata.143095.fdata /tmp/.tmpglflK9/prof.fdata.143096.fdata /tmp/.tmpglflK9/prof.fdata.143130.fdata /tmp/.tmpglflK9/prof.fdata.143139.fdata /tmp/.tmpglflK9/prof.fdata.143148.fdata /tmp/.tmpglflK9/prof.fdata.143158.fdata /tmp/.tmpglflK9/prof.fdata.143171.fdata /tmp/.tmpglflK9/prof.fdata.143188.fdata /tmp/.tmpglflK9/prof.fdata.143206.fdata /tmp/.tmpglflK9/prof.fdata.143220.fdata /tmp/.tmpglflK9/prof.fdata.143238.fdata /tmp/.tmpglflK9/prof.fdata.143260.fdata /tmp/.tmpglflK9/prof.fdata.143261.fdata /tmp/.tmpglflK9/prof.fdata.143262.fdata /tmp/.tmpglflK9/prof.fdata.143263.fdata /tmp/.tmpglflK9/prof.fdata.143264.fdata /tmp/.tmpglflK9/prof.fdata.143265.fdata /tmp/.tmpglflK9/prof.fdata.143269.fdata /tmp/.tmpglflK9/prof.fdata.143270.fdata /tmp/.tmpglflK9/prof.fdata.143271.fdata /tmp/.tmpglflK9/prof.fdata.143287.fdata /tmp/.tmpglflK9/prof.fdata.143296.fdata /tmp/.tmpglflK9/prof.fdata.143305.fdata /tmp/.tmpglflK9/prof.fdata.143315.fdata /tmp/.tmpglflK9/prof.fdata.143325.fdata /tmp/.tmpglflK9/prof.fdata.143338.fdata /tmp/.tmpglflK9/prof.fdata.143355.fdata /tmp/.tmpglflK9/prof.fdata.143373.fdata /tmp/.tmpglflK9/prof.fdata.143391.fdata /tmp/.tmpglflK9/prof.fdata.143405.fdata /tmp/.tmpglflK9/prof.fdata.143423.fdata /tmp/.tmpglflK9/prof.fdata.143439.fdata > "/tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata" [at /checkout/obj]`
Profile from 641 files merged.
[2024-03-21T11:33:50.938Z INFO  opt_dist::training] rustc BOLT statistics
[2024-03-21T11:33:50.938Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata: 159.77 MiB
##[endgroup]
---
BOLT-INFO: setting __hot_start to 0x4200000
BOLT-INFO: setting __hot_end to 0x5430475
[2024-03-21T11:36:09.272Z INFO  opt_dist::timer] Section `Stage 3 (BOLT)` ended: OK (2282.58s)`
[2024-03-21T11:36:09.272Z INFO  opt_dist::timer] Section `Stage 5 (final build)` starts
[2024-03-21T11:36:09.272Z INFO  opt_dist::exec] Executing `RUST_BACKTRACE=full python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest bootstrap --skip rust-docs --skip rustc-docs --skip rust-docs-json --skip rust-analyzer --skip rustc-src --skip clippy --skip miri --skip rustfmt --llvm-profile-use /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata --rust-profile-use /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata --keep-stage 0 --keep-stage 1 --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata [at /checkout/obj]`
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
Skipping Set({dist::rust-docs}) because it is excluded
Skipping Set({dist::rustc-docs}) because it is excluded
---
   Compiling tracing-chrome v0.7.1
error[E0716]: temporary value dropped while borrowed
   --> /rust/deps/time-0.3.30/src/serde/mod.rs:411:27
    |
405 |    const UTC_OFFSET_FORMAT: &[FormatItem<'_>] = &[
406 | |      FormatItem::Component(Component::OffsetHour({
406 | |      FormatItem::Component(Component::OffsetHour({
407 | |          let mut m = modifier::OffsetHour::default();
408 | |          m.sign_is_mandatory = true;
...   |
411 | |      FormatItem::Optional(&FormatItem::Compound(&[
    | | ___________________________^
412 | ||         FormatItem::Literal(b":"),
413 | ||         FormatItem::Component(Component::OffsetMinute(modifier::OffsetMinute::default())),
414 | ||         FormatItem::Optional(&FormatItem::Compound(&[
417 | ||         ])),
418 | ||     ])),
    | ||______^ creates a temporary value which is freed while still in use
419 | |  ];
---

error[E0716]: temporary value dropped while borrowed
   --> /rust/deps/time-0.3.30/src/serde/mod.rs:411:49
    |
405 |    const UTC_OFFSET_FORMAT: &[FormatItem<'_>] = &[
406 | |      FormatItem::Component(Component::OffsetHour({
406 | |      FormatItem::Component(Component::OffsetHour({
407 | |          let mut m = modifier::OffsetHour::default();
408 | |          m.sign_is_mandatory = true;
...   |
411 | |      FormatItem::Optional(&FormatItem::Compound(&[
    | | _________________________________________________^
412 | ||         FormatItem::Literal(b":"),
413 | ||         FormatItem::Component(Component::OffsetMinute(modifier::OffsetMinute::default())),
414 | ||         FormatItem::Optional(&FormatItem::Compound(&[
417 | ||         ])),
418 | ||     ])),
    | ||_____^ creates a temporary value which is freed while still in use
419 | |  ];
---

error[E0716]: temporary value dropped while borrowed
   --> /rust/deps/time-0.3.30/src/serde/mod.rs:414:31
    |
405 |    const UTC_OFFSET_FORMAT: &[FormatItem<'_>] = &[
406 | |      FormatItem::Component(Component::OffsetHour({
406 | |      FormatItem::Component(Component::OffsetHour({
407 | |          let mut m = modifier::OffsetHour::default();
408 | |          m.sign_is_mandatory = true;
...   |
414 | |          FormatItem::Optional(&FormatItem::Compound(&[
    | | _______________________________^
415 | ||             FormatItem::Literal(b":"),
416 | ||             FormatItem::Component(Component::OffsetSecond(modifier::OffsetSecond::default())),
417 | ||         ])),
    | ||__________^ creates a temporary value which is freed while still in use
418 | |      ])),
419 | |  ];
    | |  -
    | |__temporary value is freed at the end of this statement
    |    using this value as a constant requires that borrow lasts for `'static`

error[E0716]: temporary value dropped while borrowed
error[E0716]: temporary value dropped while borrowed
   --> /rust/deps/time-0.3.30/src/serde/mod.rs:414:53
    |
405 |    const UTC_OFFSET_FORMAT: &[FormatItem<'_>] = &[
406 | |      FormatItem::Component(Component::OffsetHour({
406 | |      FormatItem::Component(Component::OffsetHour({
407 | |          let mut m = modifier::OffsetHour::default();
408 | |          m.sign_is_mandatory = true;
...   |
414 | |          FormatItem::Optional(&FormatItem::Compound(&[
    | | _____________________________________________________^
415 | ||             FormatItem::Literal(b":"),
416 | ||             FormatItem::Component(Component::OffsetSecond(modifier::OffsetSecond::default())),
417 | ||         ])),
    | ||_________^ creates a temporary value which is freed while still in use
418 | |      ])),
419 | |  ];
    | |  -
    | |__temporary value is freed at the end of this statement
    |    using this value as a constant requires that borrow lasts for `'static`

[RUSTC-TIMING] gix_lock test:false 0.695
---
[RUSTC-TIMING] toml test:false 2.276
[RUSTC-TIMING] toml_edit test:false 11.285


command did not execute successfully: cd "/checkout" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="/rustroot/bin/llvm-ar" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_CODEGEN_UNITS="1" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="clang" CC_x86_64_unknown_linux_gnu="sccache clang" CFG_COMMIT_DATE="2024-03-19" CFG_COMMIT_HASH="d438c80c45c24be676ef5867edc79d0a14910efe" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.79.0-nightly" CFG_RELEASE_CHANNEL="nightly" CFG_RELEASE_NUM="1.79.0" CFG_SHORT_COMMIT_HASH="d438c80c4" CFG_VERSION="1.79.0-nightly (deac46102 2024-03-21)" CFG_VER_DATE="2024-03-21" CFG_VER_HASH="deac46102571b78f07f32a5f55d1c9d47484c715" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/deac46102571b78f07f32a5f55d1c9d47484c715" CFLAGS_x86_64_unknown_linux_gnu="-ffunction-sections -fdata-sections -fPIC --target=x86_64-unknown-linux-gnu -fdebug-prefix-map=/checkout=/rustc/deac46102571b78f07f32a5f55d1c9d47484c715" CXXFLAGS_x86_64_unknown_linux_gnu="-ffunction-sections -fdata-sections -fPIC --target=x86_64-unknown-linux-gnu -fdebug-prefix-map=/checkout=/rustc/deac46102571b78f07f32a5f55d1c9d47484c715" CXX_x86_64_unknown_linux_gnu="sccache clang++" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/nightly" LIBC_CHECK_CFG="1" LIBRARY_PATH="/checkout/obj/build/x86_64-unknown-linux-gnu/llvm/lib" LIBZ_SYS_STATIC="1" LZMA_API_STATIC="1" RANLIB_x86_64_unknown_linux_gnu="/rustroot/bin/llvm-ar s" REAL_LIBRARY_PATH="/rustroot/lib64:/rustroot/lib32:/rustroot/lib" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="/checkout/obj/build/x86_64-unknown-linux-gnu/native" RUSTC="/checkout/obj/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="/cargo/registry/src/index.crates.io-6f17d22bba15001f=/rust/deps" RUSTC_DEBUGINFO_MAP="/checkout=/rustc/deac46102571b78f07f32a5f55d1c9d47484c715" RUSTC_ERROR_METADATA_DST="/checkout/obj/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Zunstable-options --check-cfg=cfg(bootstrap) -Clink-arg=-fuse-ld=lld -Clinker=clang" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_PRINT_STEP_TIMINGS="1" RUSTC_REAL="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="0" RUSTC_WRAPPER="/checkout/obj/build/bootstrap/debug/rustc" RUSTDOC="/checkout/obj/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) --crate-version 1.79.0-nightly\t(deac46102\t2024-03-21) -Clink-arg=-fuse-ld=lld -Clinker=clang" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(parallel_compiler) --check-cfg=cfg(rust_analyzer) --check-cfg=cfg(no_btreemap_remove_entry) --check-cfg=cfg(crossbeam_loom) --check-cfg=cfg(span_locations) --check-cfg=cfg(rustix_use_libc) --check-cfg=cfg(emulate_second_only_system) --check-cfg=cfg(windows_raw_dylib) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Clink-arg=-fuse-ld=lld -Zunstable-options" RUST_TEST_THREADS="16" SYSROOT="/checkout/obj/build/x86_64-unknown-linux-gnu/stage1" TERM="xterm" __CARGO_DEFAULT_LIB_METADATA="nightlytool-rustc" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "--release" "-Zcheck-cfg" "-Zbinary-dep-depinfo" "-j" "16" "--locked" "--color" "always" "--manifest-path" "/checkout/src/tools/cargo/Cargo.toml" "--features" "all-static"
expected success, got: exit status: 101

stdout ----

---
[2024-03-21T11:39:59.142Z INFO  opt_dist::utils] Free disk space: 4.97 TiB out of total 5.68 TiB (12.47% used)
Error: Optimized build pipeline has failed

Caused by:
    Command RUST_BACKTRACE=full python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest bootstrap --skip rust-docs --skip rustc-docs --skip rust-docs-json --skip rust-analyzer --skip rustc-src --skip clippy --skip miri --skip rustfmt --llvm-profile-use /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata --rust-profile-use /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata --keep-stage 0 --keep-stage 1 --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata [at /checkout/obj] has failed with exit code Some(1)
Stack backtrace:
Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.81/src/error.rs:83:36
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/deac46102571b78f07f32a5f55d1c9d47484c715/src/tools/opt-dist/src/exec.rs:78:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/deac46102571b78f07f32a5f55d1c9d47484c715/src/tools/opt-dist/src/exec.rs:179:9
   3: opt_dist::execute_pipeline::{closure#4}
             at /rustc/deac46102571b78f07f32a5f55d1c9d47484c715/src/tools/opt-dist/src/main.rs:328:52
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#4}, ()>
             at /rustc/deac46102571b78f07f32a5f55d1c9d47484c715/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline
             at /rustc/deac46102571b78f07f32a5f55d1c9d47484c715/src/tools/opt-dist/src/main.rs:328:5
             at /rustc/deac46102571b78f07f32a5f55d1c9d47484c715/src/tools/opt-dist/src/main.rs:386:18
   7: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/efd9d2df12b5e17fac0b4d0fb89f612ecd79f259/library/core/src/ops/function.rs:250:5
   8: std::sys_common::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
   8: std::sys_common::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/efd9d2df12b5e17fac0b4d0fb89f612ecd79f259/library/std/src/sys_common/backtrace.rs:155:18
   9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/efd9d2df12b5e17fac0b4d0fb89f612ecd79f259/library/std/src/rt.rs:166:18
  10: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
  11: std::panicking::try::do_call
             at /rustc/efd9d2df12b5e17fac0b4d0fb89f612ecd79f259/library/std/src/panicking.rs:552:40
  12: std::panicking::try
             at /rustc/efd9d2df12b5e17fac0b4d0fb89f612ecd79f259/library/std/src/panicking.rs:516:19

@bors
Copy link
Contributor

bors commented Mar 21, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 21, 2024
@bors
Copy link
Contributor

bors commented Mar 21, 2024

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

@RalfJung
Copy link
Member Author

Not even cargo builds with this.^^ I think we have our answer for how wide-spread promotion of function calls is these days -- very. (See here for the details of what failed.)

@RalfJung RalfJung closed this Mar 21, 2024
@RalfJung RalfJung deleted the fn-call-promotion-experiment branch March 21, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

None yet

5 participants