Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Rollup of 6 pull requests #136119

Closed
wants to merge 100 commits into from
Closed

Conversation

Zalathar
Copy link
Contributor

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

ThouCheese and others added 30 commits January 18, 2025 19:35
internal: Move dual blanket impl logic from source analyzer to goto_def
This time, when completing the keyword (e.g. `fn` + whitespace).

The bug was actually a double-bug:
First, we did not resolve the impl in the macro-expanded file but in the real file, which of course cannot work.
Second, in analysis the whitespace was correlated with the `impl` and not the incomplete `fn`, which caused fake (where we insert an identifier after the whitespace) and real expansions to go out of sync, which failed analysis. The fix is to skip whitespaces in analysis.
fix: Only refresh syntax tree view when the active document changes
fix: Fix missing upmapping in trait impls completion
internal: Cleanup `Name` string rendering
Goto `Display::fmt` when invoked on `to_string`
…t don't

I don't think my ranking is perfect, because it places them even behind snippet completions, but this is something.
fix: Sort completion items that skip `await` and  `iter()` behind those that don't
If the user doesn't have rustc on $PATH, rust-analyzer won't be able
to run `rustc --print cfg`. This isn't really an error, as
rust-analyzer can still proceed without it.

This is particularly noticeable when loading crates defined in a
rust-project.json. Until the configuration is loaded, the opened files
are briefly treated as detached files and users see this error.

Environments with rust-project.json generally have a sysroot and rustc
elsewhere, so the error confuses users.
Ensure that all the fields that rust-analyzer understands are in the
manual, they all have doc comments, and they use consistent
punctuation (`;` rather than mixing `,` and `;`).

Whilst we're here, fix the `sysroot_src` example and add 2024 as a
legal value for Rust edition.
manual: Document all rust-project.json fields
The limit was introduced in rust-lang/rust-analyzer#1408 (comment) to avoid infinite cycles but it effectively caps the number of derefs to 10. Types like `ID3D12Device14` from the `windows` crate run into this because it derefs to `ID3D12Device13`, 13 to 12 and so on. Increasing it to 20 is a quick fix; a better cycle detection method would be nicer long term.
increase `AUTODEREF_RECURSION_LIMIT` to 20
usamoi and others added 9 commits January 27, 2025 11:42
This needs more time to bake before we turn it on. Turning it on early risks people silencing the warning indefinitely, before we have the chance to make it less noisy.
fix doc for std::sync::mpmc

fix document of `std::sync::mpmc` (tracked in rust-lang#126840)
…jieyouxu

Fix 2/4 tests skipped by opt-dist

The linker errors were because this one test, strangely, wants itself compiled with `-Ctarget-features=+crt-static`, and yet it looks like the runner image is simply missing static libraries for libc and libm.

Eyeballing the output of
```
rustc +nightly --target=x86_64-pc-windows-msvc -O tests/codegen/vec-shrink-panik.rs --emit=llvm-ir
```
suggests that vec-shrink-panik should pass on Windows. And it's quite disturbing that such a test would have failed only on Windows to start with. Exactly why that was would require some advanced digging, but it looks clean now.
Mark all NuttX targets as tier 3 target and support the standard library

The support for standard library added by rust-lang#130595.
Downgrade `linker-warnings` to allow-by-default

This needs more time to bake before we turn it on. Turning it on early risks people silencing the warning indefinitely, before we have the chance to make it less noisy.

cc rust-lang#136096
fixes rust-lang#136086 (comment)

r? `@saethlin` cc `@Noratrieb` `@bjorn3`

`@rustbot` label A-linkage L-linker_messages
Subtree update of `rust-analyzer`

r? `@ghost`
@rustbot rustbot added A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jan 27, 2025
@Zalathar
Copy link
Contributor Author

@bors r+ rollup=never p=5

@bors
Copy link
Contributor

bors commented Jan 27, 2025

📌 Commit 6f260b0 has been approved by Zalathar

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 27, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 27, 2025
Rollup of 6 pull requests

Successful merges:

 - rust-lang#135876 (fix doc for std::sync::mpmc)
 - rust-lang#135961 (Fix 2/4 tests skipped by opt-dist)
 - rust-lang#136037 (Mark all NuttX targets as tier 3 target and support the standard library)
 - rust-lang#136098 (Downgrade `linker-warnings` to allow-by-default)
 - rust-lang#136110 (Miri subtree update)
 - rust-lang#136117 (Subtree update of `rust-analyzer`)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 27, 2025
Rollup of 6 pull requests

Successful merges:

 - rust-lang#135876 (fix doc for std::sync::mpmc)
 - rust-lang#135961 (Fix 2/4 tests skipped by opt-dist)
 - rust-lang#136037 (Mark all NuttX targets as tier 3 target and support the standard library)
 - rust-lang#136098 (Downgrade `linker-warnings` to allow-by-default)
 - rust-lang#136110 (Miri subtree update)
 - rust-lang#136117 (Subtree update of `rust-analyzer`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors
Copy link
Contributor

bors commented Jan 27, 2025

⌛ Testing commit 6f260b0 with merge f234d0f...

@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)
[2025-01-27T10:05:49Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:05:49Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:05:49Z DEBUG collector::compile::execute] cd "/tmp/.tmpzizmOE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpzizmOE#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:05:49Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:05:49Z DEBUG collector::compile::execute] cd "/tmp/.tmpzizmOE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpzizmOE#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzizmOE/incremental-state"
[2025-01-27T10:05:50Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:05:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpzizmOE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpzizmOE#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzizmOE/incremental-state"
[2025-01-27T10:05:51Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpzizmOE"
[2025-01-27T10:05:51Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T10:05:51Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T10:05:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpzizmOE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpzizmOE#[email protected]" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzizmOE/incremental-state"
[2025-01-27T10:05:51Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:05:51Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:05:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpmd3W23" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpmd3W23#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:05:52Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2025-01-27T10:06:43Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:06:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:06:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpYaUGtP" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYaUGtP#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:06:51Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:06:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpYaUGtP" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYaUGtP#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYaUGtP/incremental-state"
[2025-01-27T10:07:00Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:07:00Z DEBUG collector::compile::execute] cd "/tmp/.tmpYaUGtP" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYaUGtP#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYaUGtP/incremental-state"
[2025-01-27T10:07:02Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpYaUGtP"
[2025-01-27T10:07:02Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T10:07:02Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T10:07:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpYaUGtP" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYaUGtP#[email protected]" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYaUGtP/incremental-state"
[2025-01-27T10:07:04Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:07:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:07:05Z DEBUG collector::compile::execute] cd "/tmp/.tmpvZ0WKc" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpvZ0WKc#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:07:25Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2025-01-27T10:10:45Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:10:45Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzADQc" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzADQc#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:10:47Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzADQc" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzADQc#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpBzADQc/incremental-state"
[2025-01-27T10:10:48Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzADQc" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzADQc#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpBzADQc/incremental-state"
[2025-01-27T10:10:48Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:10:48Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpsBsIOB" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpsBsIOB#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:10:50Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:50Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpsBsIOB" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpsBsIOB#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpsBsIOB/incremental-state"
[2025-01-27T10:10:51Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpsBsIOB" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpsBsIOB#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpsBsIOB/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2025-01-27T10:10:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:10:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2025-01-27T10:10:52Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:10:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:52Z DEBUG collector::compile::execute] cd "/tmp/.tmp2TgYTB" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmp2TgYTB#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:10:52Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:52Z DEBUG collector::compile::execute] cd "/tmp/.tmp2TgYTB" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmp2TgYTB#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2TgYTB/incremental-state"
[2025-01-27T10:10:53Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:53Z DEBUG collector::compile::execute] cd "/tmp/.tmp2TgYTB" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmp2TgYTB#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2TgYTB/incremental-state"
[2025-01-27T10:10:53Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:10:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:10:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpSpxWgN" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpSpxWgN#[email protected]" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:10:53Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
Preparing tuple-stress
[2025-01-27T10:10:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:10:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:10:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:10:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpqYLDlG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=9,10 --jobserver-auth=9,10" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpqYLDlG#[email protected]" "--" "--skip-this-rustc"
[2025-01-27T10:10:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpHyuSjC" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=9,10 --jobserver-auth=9,10" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpHyuSjC#[email protected]" "--release" "--" "--skip-this-rustc"
Running tuple-stress: Check + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2025-01-27T10:10:54Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:10:54Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
---
[2025-01-27T10:25:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpichV2o" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpichV2o#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full] + Llvm
[2025-01-27T10:25:53Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:25:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:25:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpvSXMIk" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpvSXMIk#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark hyper-0.14.18 (3/8)
Preparing hyper-0.14.18
[2025-01-27T10:25:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:25:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2025-01-27T10:26:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpY6yy0w" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=9,10 --jobserver-auth=9,10" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpY6yy0w#[email protected]" "--" "--skip-this-rustc"
Running regex-1.5.5: Debug + [Full] + Llvm
[2025-01-27T10:26:28Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:26:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:26:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpvRtlzA" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpvRtlzA#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T10:26:30Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:26:30Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:26:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpbi7pAu" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpbi7pAu#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark regex-1.5.5 (4/8)
---
[2025-01-27T10:27:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpdeiOfp" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpdeiOfp#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Opt + [Full] + Llvm
[2025-01-27T10:27:47Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:27:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:27:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpmkHZji" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpmkHZji#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark syn-1.0.89 (8/8)
Preparing syn-1.0.89
[2025-01-27T10:27:49Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:27:49Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:27:49Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T10:27:49Z DEBUG collector::compile::execute] cd "/tmp/.tmppxkWAq" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=9,10 --jobserver-auth=9,10" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmppxkWAq#[email protected]" "--release" "--" "--skip-this-rustc"
[2025-01-27T10:27:49Z DEBUG collector::compile::execute] cd "/tmp/.tmpVJshpV" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" CARGO_MAKEFLAGS="-j --jobserver-fds=9,10 --jobserver-auth=9,10" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpVJshpV#[email protected]" "--" "--skip-this-rustc"
[2025-01-27T10:27:51Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T10:27:51Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T10:27:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpPSJCsN" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpPSJCsN#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Opt + [Full] + Llvm
---
Finished benchmark syn-1.0.89 (8/8)
[2025-01-27T10:55:21.614Z INFO  opt_dist::training] Merging LLVM BOLT profiles from /tmp/.tmpxpYTEo/prof.fdata to /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata
##[endgroup]
##[group]Merging BOLT profiles
[2025-01-27T10:55:21.615Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpxpYTEo/prof.fdata.133487.fdata /tmp/.tmpxpYTEo/prof.fdata.133498.fdata /tmp/.tmpxpYTEo/prof.fdata.133499.fdata /tmp/.tmpxpYTEo/prof.fdata.133502.fdata /tmp/.tmpxpYTEo/prof.fdata.133503.fdata /tmp/.tmpxpYTEo/prof.fdata.133508.fdata /tmp/.tmpxpYTEo/prof.fdata.133509.fdata /tmp/.tmpxpYTEo/prof.fdata.133522.fdata /tmp/.tmpxpYTEo/prof.fdata.133524.fdata /tmp/.tmpxpYTEo/prof.fdata.133525.fdata /tmp/.tmpxpYTEo/prof.fdata.133526.fdata /tmp/.tmpxpYTEo/prof.fdata.133528.fdata /tmp/.tmpxpYTEo/prof.fdata.133529.fdata /tmp/.tmpxpYTEo/prof.fdata.133530.fdata /tmp/.tmpxpYTEo/prof.fdata.133531.fdata /tmp/.tmpxpYTEo/prof.fdata.133533.fdata /tmp/.tmpxpYTEo/prof.fdata.133534.fdata /tmp/.tmpxpYTEo/prof.fdata.133537.fdata /tmp/.tmpxpYTEo/prof.fdata.133539.fdata /tmp/.tmpxpYTEo/prof.fdata.133541.fdata /tmp/.tmpxpYTEo/prof.fdata.133543.fdata /tmp/.tmpxpYTEo/prof.fdata.133546.fdata /tmp/.tmpxpYTEo/prof.fdata.133547.fdata /tmp/.tmpxpYTEo/prof.fdata.133548.fdata /tmp/.tmpxpYTEo/prof.fdata.133549.fdata /tmp/.tmpxpYTEo/prof.fdata.133688.fdata /tmp/.tmpxpYTEo/prof.fdata.133692.fdata /tmp/.tmpxpYTEo/prof.fdata.133695.fdata /tmp/.tmpxpYTEo/prof.fdata.133696.fdata /tmp/.tmpxpYTEo/prof.fdata.133704.fdata /tmp/.tmpxpYTEo/prof.fdata.133735.fdata /tmp/.tmpxpYTEo/prof.fdata.133737.fdata /tmp/.tmpxpYTEo/prof.fdata.133743.fdata /tmp/.tmpxpYTEo/prof.fdata.133757.fdata /tmp/.tmpxpYTEo/prof.fdata.133758.fdata /tmp/.tmpxpYTEo/prof.fdata.133763.fdata /tmp/.tmpxpYTEo/prof.fdata.133771.fdata /tmp/.tmpxpYTEo/prof.fdata.133773.fdata /tmp/.tmpxpYTEo/prof.fdata.133775.fdata /tmp/.tmpxpYTEo/prof.fdata.133781.fdata /tmp/.tmpxpYTEo/prof.fdata.133786.fdata /tmp/.tmpxpYTEo/prof.fdata.133793.fdata /tmp/.tmpxpYTEo/prof.fdata.133794.fdata /tmp/.tmpxpYTEo/prof.fdata.133797.fdata /tmp/.tmpxpYTEo/prof.fdata.133804.fdata /tmp/.tmpxpYTEo/prof.fdata.133805.fdata /tmp/.tmpxpYTEo/prof.fdata.133810.fdata /tmp/.tmpxpYTEo/prof.fdata.133817.fdata /tmp/.tmpxpYTEo/prof.fdata.133822.fdata /tmp/.tmpxpYTEo/prof.fdata.133828.fdata /tmp/.tmpxpYTEo/prof.fdata.133840.fdata /tmp/.tmpxpYTEo/prof.fdata.133844.fdata /tmp/.tmpxpYTEo/prof.fdata.133850.fdata /tmp/.tmpxpYTEo/prof.fdata.133864.fdata /tmp/.tmpxpYTEo/prof.fdata.133867.fdata /tmp/.tmpxpYTEo/prof.fdata.133901.fdata /tmp/.tmpxpYTEo/prof.fdata.133914.fdata /tmp/.tmpxpYTEo/prof.fdata.133919.fdata /tmp/.tmpxpYTEo/prof.fdata.133939.fdata /tmp/.tmpxpYTEo/prof.fdata.133956.fdata /tmp/.tmpxpYTEo/prof.fdata.133962.fdata /tmp/.tmpxpYTEo/prof.fdata.133975.fdata /tmp/.tmpxpYTEo/prof.fdata.133979.fdata /tmp/.tmpxpYTEo/prof.fdata.134002.fdata /tmp/.tmpxpYTEo/prof.fdata.134004.fdata /tmp/.tmpxpYTEo/prof.fdata.134007.fdata /tmp/.tmpxpYTEo/prof.fdata.134018.fdata /tmp/.tmpxpYTEo/prof.fdata.134028.fdata /tmp/.tmpxpYTEo/prof.fdata.134032.fdata /tmp/.tmpxpYTEo/prof.fdata.134049.fdata /tmp/.tmpxpYTEo/prof.fdata.134052.fdata /tmp/.tmpxpYTEo/prof.fdata.134069.fdata /tmp/.tmpxpYTEo/prof.fdata.134077.fdata /tmp/.tmpxpYTEo/prof.fdata.134083.fdata /tmp/.tmpxpYTEo/prof.fdata.134098.fdata /tmp/.tmpxpYTEo/prof.fdata.134118.fdata /tmp/.tmpxpYTEo/prof.fdata.134137.fdata /tmp/.tmpxpYTEo/prof.fdata.134143.fdata /tmp/.tmpxpYTEo/prof.fdata.134147.fdata /tmp/.tmpxpYTEo/prof.fdata.134156.fdata /tmp/.tmpxpYTEo/prof.fdata.134161.fdata /tmp/.tmpxpYTEo/prof.fdata.134169.fdata /tmp/.tmpxpYTEo/prof.fdata.134202.fdata /tmp/.tmpxpYTEo/prof.fdata.134204.fdata /tmp/.tmpxpYTEo/prof.fdata.134212.fdata /tmp/.tmpxpYTEo/prof.fdata.134246.fdata /tmp/.tmpxpYTEo/prof.fdata.134263.fdata /tmp/.tmpxpYTEo/prof.fdata.134274.fdata /tmp/.tmpxpYTEo/prof.fdata.134280.fdata /tmp/.tmpxpYTEo/prof.fdata.134287.fdata /tmp/.tmpxpYTEo/prof.fdata.134303.fdata /tmp/.tmpxpYTEo/prof.fdata.134311.fdata /tmp/.tmpxpYTEo/prof.fdata.134319.fdata /tmp/.tmpxpYTEo/prof.fdata.134320.fdata /tmp/.tmpxpYTEo/prof.fdata.134326.fdata /tmp/.tmpxpYTEo/prof.fdata.134337.fdata /tmp/.tmpxpYTEo/prof.fdata.134341.fdata /tmp/.tmpxpYTEo/prof.fdata.134351.fdata /tmp/.tmpxpYTEo/prof.fdata.134363.fdata /tmp/.tmpxpYTEo/prof.fdata.134368.fdata /tmp/.tmpxpYTEo/prof.fdata.134375.fdata /tmp/.tmpxpYTEo/prof.fdata.134376.fdata /tmp/.tmpxpYTEo/prof.fdata.134378.fdata /tmp/.tmpxpYTEo/prof.fdata.134382.fdata /tmp/.tmpxpYTEo/prof.fdata.134392.fdata /tmp/.tmpxpYTEo/prof.fdata.134395.fdata /tmp/.tmpxpYTEo/prof.fdata.134415.fdata /tmp/.tmpxpYTEo/prof.fdata.134421.fdata /tmp/.tmpxpYTEo/prof.fdata.134426.fdata /tmp/.tmpxpYTEo/prof.fdata.134433.fdata /tmp/.tmpxpYTEo/prof.fdata.134440.fdata /tmp/.tmpxpYTEo/prof.fdata.134457.fdata /tmp/.tmpxpYTEo/prof.fdata.134460.fdata /tmp/.tmpxpYTEo/prof.fdata.134476.fdata /tmp/.tmpxpYTEo/prof.fdata.134489.fdata /tmp/.tmpxpYTEo/prof.fdata.134511.fdata /tmp/.tmpxpYTEo/prof.fdata.134540.fdata /tmp/.tmpxpYTEo/prof.fdata.134545.fdata /tmp/.tmpxpYTEo/prof.fdata.134554.fdata /tmp/.tmpxpYTEo/prof.fdata.134560.fdata /tmp/.tmpxpYTEo/prof.fdata.134571.fdata /tmp/.tmpxpYTEo/prof.fdata.134572.fdata /tmp/.tmpxpYTEo/prof.fdata.134578.fdata /tmp/.tmpxpYTEo/prof.fdata.134588.fdata /tmp/.tmpxpYTEo/prof.fdata.134593.fdata /tmp/.tmpxpYTEo/prof.fdata.134614.fdata /tmp/.tmpxpYTEo/prof.fdata.134618.fdata /tmp/.tmpxpYTEo/prof.fdata.134622.fdata /tmp/.tmpxpYTEo/prof.fdata.134637.fdata /tmp/.tmpxpYTEo/prof.fdata.134644.fdata /tmp/.tmpxpYTEo/prof.fdata.134649.fdata /tmp/.tmpxpYTEo/prof.fdata.134656.fdata /tmp/.tmpxpYTEo/prof.fdata.134658.fdata /tmp/.tmpxpYTEo/prof.fdata.134662.fdata /tmp/.tmpxpYTEo/prof.fdata.134674.fdata /tmp/.tmpxpYTEo/prof.fdata.134685.fdata /tmp/.tmpxpYTEo/prof.fdata.134691.fdata /tmp/.tmpxpYTEo/prof.fdata.134710.fdata /tmp/.tmpxpYTEo/prof.fdata.134733.fdata /tmp/.tmpxpYTEo/prof.fdata.134735.fdata /tmp/.tmpxpYTEo/prof.fdata.134755.fdata /tmp/.tmpxpYTEo/prof.fdata.134765.fdata /tmp/.tmpxpYTEo/prof.fdata.134779.fdata /tmp/.tmpxpYTEo/prof.fdata.134787.fdata /tmp/.tmpxpYTEo/prof.fdata.134799.fdata /tmp/.tmpxpYTEo/prof.fdata.134819.fdata /tmp/.tmpxpYTEo/prof.fdata.134838.fdata /tmp/.tmpxpYTEo/prof.fdata.134846.fdata /tmp/.tmpxpYTEo/prof.fdata.134861.fdata /tmp/.tmpxpYTEo/prof.fdata.134877.fdata /tmp/.tmpxpYTEo/prof.fdata.134880.fdata /tmp/.tmpxpYTEo/prof.fdata.134902.fdata /tmp/.tmpxpYTEo/prof.fdata.134917.fdata /tmp/.tmpxpYTEo/prof.fdata.134934.fdata /tmp/.tmpxpYTEo/prof.fdata.134947.fdata /tmp/.tmpxpYTEo/prof.fdata.134975.fdata /tmp/.tmpxpYTEo/prof.fdata.134990.fdata /tmp/.tmpxpYTEo/prof.fdata.135004.fdata /tmp/.tmpxpYTEo/prof.fdata.135016.fdata /tmp/.tmpxpYTEo/prof.fdata.135028.fdata /tmp/.tmpxpYTEo/prof.fdata.135042.fdata /tmp/.tmpxpYTEo/prof.fdata.135054.fdata /tmp/.tmpxpYTEo/prof.fdata.135067.fdata /tmp/.tmpxpYTEo/prof.fdata.135070.fdata /tmp/.tmpxpYTEo/prof.fdata.135074.fdata /tmp/.tmpxpYTEo/prof.fdata.135087.fdata /tmp/.tmpxpYTEo/prof.fdata.135092.fdata /tmp/.tmpxpYTEo/prof.fdata.135103.fdata /tmp/.tmpxpYTEo/prof.fdata.135109.fdata /tmp/.tmpxpYTEo/prof.fdata.135121.fdata /tmp/.tmpxpYTEo/prof.fdata.135126.fdata /tmp/.tmpxpYTEo/prof.fdata.135133.fdata /tmp/.tmpxpYTEo/prof.fdata.135138.fdata /tmp/.tmpxpYTEo/prof.fdata.135145.fdata /tmp/.tmpxpYTEo/prof.fdata.135154.fdata /tmp/.tmpxpYTEo/prof.fdata.135160.fdata /tmp/.tmpxpYTEo/prof.fdata.135169.fdata /tmp/.tmpxpYTEo/prof.fdata.135179.fdata /tmp/.tmpxpYTEo/prof.fdata.135189.fdata /tmp/.tmpxpYTEo/prof.fdata.135190.fdata /tmp/.tmpxpYTEo/prof.fdata.135197.fdata /tmp/.tmpxpYTEo/prof.fdata.135208.fdata /tmp/.tmpxpYTEo/prof.fdata.135221.fdata /tmp/.tmpxpYTEo/prof.fdata.135238.fdata /tmp/.tmpxpYTEo/prof.fdata.135243.fdata /tmp/.tmpxpYTEo/prof.fdata.135259.fdata /tmp/.tmpxpYTEo/prof.fdata.135268.fdata /tmp/.tmpxpYTEo/prof.fdata.135289.fdata /tmp/.tmpxpYTEo/prof.fdata.135291.fdata /tmp/.tmpxpYTEo/prof.fdata.135304.fdata /tmp/.tmpxpYTEo/prof.fdata.135313.fdata /tmp/.tmpxpYTEo/prof.fdata.135329.fdata /tmp/.tmpxpYTEo/prof.fdata.135330.fdata /tmp/.tmpxpYTEo/prof.fdata.135342.fdata /tmp/.tmpxpYTEo/prof.fdata.135391.fdata /tmp/.tmpxpYTEo/prof.fdata.135398.fdata /tmp/.tmpxpYTEo/prof.fdata.135407.fdata /tmp/.tmpxpYTEo/prof.fdata.135408.fdata /tmp/.tmpxpYTEo/prof.fdata.135427.fdata /tmp/.tmpxpYTEo/prof.fdata.135454.fdata /tmp/.tmpxpYTEo/prof.fdata.135463.fdata /tmp/.tmpxpYTEo/prof.fdata.135478.fdata /tmp/.tmpxpYTEo/prof.fdata.135494.fdata /tmp/.tmpxpYTEo/prof.fdata.135522.fdata /tmp/.tmpxpYTEo/prof.fdata.135540.fdata /tmp/.tmpxpYTEo/prof.fdata.135544.fdata /tmp/.tmpxpYTEo/prof.fdata.135561.fdata /tmp/.tmpxpYTEo/prof.fdata.135585.fdata /tmp/.tmpxpYTEo/prof.fdata.135595.fdata /tmp/.tmpxpYTEo/prof.fdata.135607.fdata /tmp/.tmpxpYTEo/prof.fdata.135611.fdata /tmp/.tmpxpYTEo/prof.fdata.135615.fdata /tmp/.tmpxpYTEo/prof.fdata.135620.fdata /tmp/.tmpxpYTEo/prof.fdata.135633.fdata /tmp/.tmpxpYTEo/prof.fdata.135639.fdata /tmp/.tmpxpYTEo/prof.fdata.135648.fdata /tmp/.tmpxpYTEo/prof.fdata.135688.fdata /tmp/.tmpxpYTEo/prof.fdata.135694.fdata /tmp/.tmpxpYTEo/prof.fdata.135698.fdata /tmp/.tmpxpYTEo/prof.fdata.135716.fdata /tmp/.tmpxpYTEo/prof.fdata.135723.fdata /tmp/.tmpxpYTEo/prof.fdata.135736.fdata /tmp/.tmpxpYTEo/prof.fdata.135760.fdata /tmp/.tmpxpYTEo/prof.fdata.135768.fdata /tmp/.tmpxpYTEo/prof.fdata.135789.fdata /tmp/.tmpxpYTEo/prof.fdata.135808.fdata /tmp/.tmpxpYTEo/prof.fdata.135812.fdata /tmp/.tmpxpYTEo/prof.fdata.135818.fdata /tmp/.tmpxpYTEo/prof.fdata.135828.fdata /tmp/.tmpxpYTEo/prof.fdata.135845.fdata /tmp/.tmpxpYTEo/prof.fdata.135846.fdata /tmp/.tmpxpYTEo/prof.fdata.135892.fdata /tmp/.tmpxpYTEo/prof.fdata.135901.fdata /tmp/.tmpxpYTEo/prof.fdata.135903.fdata /tmp/.tmpxpYTEo/prof.fdata.135916.fdata /tmp/.tmpxpYTEo/prof.fdata.135923.fdata /tmp/.tmpxpYTEo/prof.fdata.135930.fdata /tmp/.tmpxpYTEo/prof.fdata.135934.fdata /tmp/.tmpxpYTEo/prof.fdata.135952.fdata /tmp/.tmpxpYTEo/prof.fdata.135961.fdata /tmp/.tmpxpYTEo/prof.fdata.135970.fdata /tmp/.tmpxpYTEo/prof.fdata.135991.fdata /tmp/.tmpxpYTEo/prof.fdata.135993.fdata /tmp/.tmpxpYTEo/prof.fdata.136008.fdata /tmp/.tmpxpYTEo/prof.fdata.136019.fdata /tmp/.tmpxpYTEo/prof.fdata.136029.fdata /tmp/.tmpxpYTEo/prof.fdata.136040.fdata /tmp/.tmpxpYTEo/prof.fdata.136047.fdata /tmp/.tmpxpYTEo/prof.fdata.136055.fdata /tmp/.tmpxpYTEo/prof.fdata.136077.fdata /tmp/.tmpxpYTEo/prof.fdata.136087.fdata /tmp/.tmpxpYTEo/prof.fdata.136100.fdata /tmp/.tmpxpYTEo/prof.fdata.136118.fdata /tmp/.tmpxpYTEo/prof.fdata.136150.fdata /tmp/.tmpxpYTEo/prof.fdata.136158.fdata /tmp/.tmpxpYTEo/prof.fdata.136165.fdata /tmp/.tmpxpYTEo/prof.fdata.136175.fdata /tmp/.tmpxpYTEo/prof.fdata.136177.fdata /tmp/.tmpxpYTEo/prof.fdata.136181.fdata /tmp/.tmpxpYTEo/prof.fdata.136193.fdata /tmp/.tmpxpYTEo/prof.fdata.136240.fdata /tmp/.tmpxpYTEo/prof.fdata.136258.fdata /tmp/.tmpxpYTEo/prof.fdata.136274.fdata /tmp/.tmpxpYTEo/prof.fdata.136286.fdata /tmp/.tmpxpYTEo/prof.fdata.136295.fdata /tmp/.tmpxpYTEo/prof.fdata.136300.fdata /tmp/.tmpxpYTEo/prof.fdata.136314.fdata /tmp/.tmpxpYTEo/prof.fdata.136330.fdata /tmp/.tmpxpYTEo/prof.fdata.136337.fdata /tmp/.tmpxpYTEo/prof.fdata.136347.fdata /tmp/.tmpxpYTEo/prof.fdata.136356.fdata /tmp/.tmpxpYTEo/prof.fdata.136361.fdata /tmp/.tmpxpYTEo/prof.fdata.136377.fdata /tmp/.tmpxpYTEo/prof.fdata.136400.fdata /tmp/.tmpxpYTEo/prof.fdata.136407.fdata /tmp/.tmpxpYTEo/prof.fdata.136420.fdata /tmp/.tmpxpYTEo/prof.fdata.136430.fdata /tmp/.tmpxpYTEo/prof.fdata.136443.fdata /tmp/.tmpxpYTEo/prof.fdata.136461.fdata /tmp/.tmpxpYTEo/prof.fdata.136475.fdata /tmp/.tmpxpYTEo/prof.fdata.136508.fdata /tmp/.tmpxpYTEo/prof.fdata.136526.fdata /tmp/.tmpxpYTEo/prof.fdata.136544.fdata /tmp/.tmpxpYTEo/prof.fdata.136568.fdata /tmp/.tmpxpYTEo/prof.fdata.136584.fdata /tmp/.tmpxpYTEo/prof.fdata.136614.fdata /tmp/.tmpxpYTEo/prof.fdata.136627.fdata /tmp/.tmpxpYTEo/prof.fdata.136636.fdata /tmp/.tmpxpYTEo/prof.fdata.136652.fdata /tmp/.tmpxpYTEo/prof.fdata.136656.fdata /tmp/.tmpxpYTEo/prof.fdata.136774.fdata /tmp/.tmpxpYTEo/prof.fdata.136819.fdata /tmp/.tmpxpYTEo/prof.fdata.137077.fdata /tmp/.tmpxpYTEo/prof.fdata.137217.fdata /tmp/.tmpxpYTEo/prof.fdata.137736.fdata /tmp/.tmpxpYTEo/prof.fdata.137754.fdata /tmp/.tmpxpYTEo/prof.fdata.137851.fdata /tmp/.tmpxpYTEo/prof.fdata.138247.fdata /tmp/.tmpxpYTEo/prof.fdata.138302.fdata /tmp/.tmpxpYTEo/prof.fdata.138486.fdata /tmp/.tmpxpYTEo/prof.fdata.138547.fdata /tmp/.tmpxpYTEo/prof.fdata.138618.fdata /tmp/.tmpxpYTEo/prof.fdata.138671.fdata /tmp/.tmpxpYTEo/prof.fdata.138705.fdata /tmp/.tmpxpYTEo/prof.fdata.138712.fdata /tmp/.tmpxpYTEo/prof.fdata.138720.fdata /tmp/.tmpxpYTEo/prof.fdata.138775.fdata /tmp/.tmpxpYTEo/prof.fdata.138802.fdata /tmp/.tmpxpYTEo/prof.fdata.138847.fdata /tmp/.tmpxpYTEo/prof.fdata.138848.fdata /tmp/.tmpxpYTEo/prof.fdata.138851.fdata /tmp/.tmpxpYTEo/prof.fdata.138852.fdata /tmp/.tmpxpYTEo/prof.fdata.138857.fdata /tmp/.tmpxpYTEo/prof.fdata.138858.fdata /tmp/.tmpxpYTEo/prof.fdata.138867.fdata /tmp/.tmpxpYTEo/prof.fdata.138872.fdata /tmp/.tmpxpYTEo/prof.fdata.138874.fdata /tmp/.tmpxpYTEo/prof.fdata.138875.fdata /tmp/.tmpxpYTEo/prof.fdata.138879.fdata /tmp/.tmpxpYTEo/prof.fdata.138880.fdata /tmp/.tmpxpYTEo/prof.fdata.138882.fdata /tmp/.tmpxpYTEo/prof.fdata.138883.fdata /tmp/.tmpxpYTEo/prof.fdata.138884.fdata /tmp/.tmpxpYTEo/prof.fdata.138887.fdata /tmp/.tmpxpYTEo/prof.fdata.138888.fdata /tmp/.tmpxpYTEo/prof.fdata.138890.fdata /tmp/.tmpxpYTEo/prof.fdata.138891.fdata /tmp/.tmpxpYTEo/prof.fdata.138892.fdata /tmp/.tmpxpYTEo/prof.fdata.138893.fdata /tmp/.tmpxpYTEo/prof.fdata.138894.fdata /tmp/.tmpxpYTEo/prof.fdata.139029.fdata /tmp/.tmpxpYTEo/prof.fdata.139033.fdata /tmp/.tmpxpYTEo/prof.fdata.139039.fdata /tmp/.tmpxpYTEo/prof.fdata.139043.fdata /tmp/.tmpxpYTEo/prof.fdata.139050.fdata /tmp/.tmpxpYTEo/prof.fdata.139053.fdata /tmp/.tmpxpYTEo/prof.fdata.139062.fdata /tmp/.tmpxpYTEo/prof.fdata.139074.fdata /tmp/.tmpxpYTEo/prof.fdata.139084.fdata /tmp/.tmpxpYTEo/prof.fdata.139088.fdata /tmp/.tmpxpYTEo/prof.fdata.139094.fdata /tmp/.tmpxpYTEo/prof.fdata.139124.fdata /tmp/.tmpxpYTEo/prof.fdata.139136.fdata /tmp/.tmpxpYTEo/prof.fdata.139142.fdata /tmp/.tmpxpYTEo/prof.fdata.139162.fdata /tmp/.tmpxpYTEo/prof.fdata.139189.fdata /tmp/.tmpxpYTEo/prof.fdata.139234.fdata /tmp/.tmpxpYTEo/prof.fdata.139235.fdata /tmp/.tmpxpYTEo/prof.fdata.139238.fdata /tmp/.tmpxpYTEo/prof.fdata.139239.fdata /tmp/.tmpxpYTEo/prof.fdata.139244.fdata /tmp/.tmpxpYTEo/prof.fdata.139245.fdata /tmp/.tmpxpYTEo/prof.fdata.139255.fdata /tmp/.tmpxpYTEo/prof.fdata.139259.fdata /tmp/.tmpxpYTEo/prof.fdata.139260.fdata /tmp/.tmpxpYTEo/prof.fdata.139261.fdata /tmp/.tmpxpYTEo/prof.fdata.139263.fdata /tmp/.tmpxpYTEo/prof.fdata.139265.fdata /tmp/.tmpxpYTEo/prof.fdata.139266.fdata /tmp/.tmpxpYTEo/prof.fdata.139267.fdata /tmp/.tmpxpYTEo/prof.fdata.139269.fdata /tmp/.tmpxpYTEo/prof.fdata.139271.fdata /tmp/.tmpxpYTEo/prof.fdata.139273.fdata /tmp/.tmpxpYTEo/prof.fdata.139274.fdata /tmp/.tmpxpYTEo/prof.fdata.139277.fdata /tmp/.tmpxpYTEo/prof.fdata.139279.fdata /tmp/.tmpxpYTEo/prof.fdata.139282.fdata /tmp/.tmpxpYTEo/prof.fdata.139283.fdata /tmp/.tmpxpYTEo/prof.fdata.139293.fdata /tmp/.tmpxpYTEo/prof.fdata.139297.fdata /tmp/.tmpxpYTEo/prof.fdata.139419.fdata /tmp/.tmpxpYTEo/prof.fdata.139420.fdata /tmp/.tmpxpYTEo/prof.fdata.139424.fdata /tmp/.tmpxpYTEo/prof.fdata.139428.fdata /tmp/.tmpxpYTEo/prof.fdata.139436.fdata /tmp/.tmpxpYTEo/prof.fdata.139459.fdata /tmp/.tmpxpYTEo/prof.fdata.139466.fdata /tmp/.tmpxpYTEo/prof.fdata.139478.fdata /tmp/.tmpxpYTEo/prof.fdata.139481.fdata /tmp/.tmpxpYTEo/prof.fdata.139490.fdata /tmp/.tmpxpYTEo/prof.fdata.139502.fdata /tmp/.tmpxpYTEo/prof.fdata.139508.fdata /tmp/.tmpxpYTEo/prof.fdata.139519.fdata /tmp/.tmpxpYTEo/prof.fdata.139527.fdata /tmp/.tmpxpYTEo/prof.fdata.139528.fdata /tmp/.tmpxpYTEo/prof.fdata.139534.fdata /tmp/.tmpxpYTEo/prof.fdata.139538.fdata /tmp/.tmpxpYTEo/prof.fdata.139541.fdata /tmp/.tmpxpYTEo/prof.fdata.139545.fdata /tmp/.tmpxpYTEo/prof.fdata.139552.fdata /tmp/.tmpxpYTEo/prof.fdata.139558.fdata /tmp/.tmpxpYTEo/prof.fdata.139569.fdata /tmp/.tmpxpYTEo/prof.fdata.139573.fdata /tmp/.tmpxpYTEo/prof.fdata.139586.fdata /tmp/.tmpxpYTEo/prof.fdata.139592.fdata /tmp/.tmpxpYTEo/prof.fdata.139593.fdata /tmp/.tmpxpYTEo/prof.fdata.139608.fdata /tmp/.tmpxpYTEo/prof.fdata.139611.fdata /tmp/.tmpxpYTEo/prof.fdata.139635.fdata /tmp/.tmpxpYTEo/prof.fdata.139645.fdata /tmp/.tmpxpYTEo/prof.fdata.139648.fdata /tmp/.tmpxpYTEo/prof.fdata.139677.fdata /tmp/.tmpxpYTEo/prof.fdata.139682.fdata /tmp/.tmpxpYTEo/prof.fdata.139686.fdata /tmp/.tmpxpYTEo/prof.fdata.139696.fdata /tmp/.tmpxpYTEo/prof.fdata.139697.fdata /tmp/.tmpxpYTEo/prof.fdata.139701.fdata /tmp/.tmpxpYTEo/prof.fdata.139722.fdata /tmp/.tmpxpYTEo/prof.fdata.139735.fdata /tmp/.tmpxpYTEo/prof.fdata.139742.fdata /tmp/.tmpxpYTEo/prof.fdata.139749.fdata /tmp/.tmpxpYTEo/prof.fdata.139756.fdata /tmp/.tmpxpYTEo/prof.fdata.139758.fdata /tmp/.tmpxpYTEo/prof.fdata.139769.fdata /tmp/.tmpxpYTEo/prof.fdata.139779.fdata /tmp/.tmpxpYTEo/prof.fdata.139792.fdata /tmp/.tmpxpYTEo/prof.fdata.139800.fdata /tmp/.tmpxpYTEo/prof.fdata.139810.fdata /tmp/.tmpxpYTEo/prof.fdata.139817.fdata /tmp/.tmpxpYTEo/prof.fdata.139819.fdata /tmp/.tmpxpYTEo/prof.fdata.139824.fdata /tmp/.tmpxpYTEo/prof.fdata.139826.fdata /tmp/.tmpxpYTEo/prof.fdata.139839.fdata /tmp/.tmpxpYTEo/prof.fdata.139843.fdata /tmp/.tmpxpYTEo/prof.fdata.139849.fdata /tmp/.tmpxpYTEo/prof.fdata.139858.fdata /tmp/.tmpxpYTEo/prof.fdata.139861.fdata /tmp/.tmpxpYTEo/prof.fdata.139872.fdata /tmp/.tmpxpYTEo/prof.fdata.139879.fdata /tmp/.tmpxpYTEo/prof.fdata.139890.fdata /tmp/.tmpxpYTEo/prof.fdata.139900.fdata /tmp/.tmpxpYTEo/prof.fdata.139905.fdata /tmp/.tmpxpYTEo/prof.fdata.139914.fdata /tmp/.tmpxpYTEo/prof.fdata.139920.fdata /tmp/.tmpxpYTEo/prof.fdata.139924.fdata /tmp/.tmpxpYTEo/prof.fdata.139940.fdata /tmp/.tmpxpYTEo/prof.fdata.139956.fdata /tmp/.tmpxpYTEo/prof.fdata.139960.fdata /tmp/.tmpxpYTEo/prof.fdata.139972.fdata /tmp/.tmpxpYTEo/prof.fdata.139978.fdata /tmp/.tmpxpYTEo/prof.fdata.139989.fdata /tmp/.tmpxpYTEo/prof.fdata.140002.fdata /tmp/.tmpxpYTEo/prof.fdata.140010.fdata /tmp/.tmpxpYTEo/prof.fdata.140029.fdata /tmp/.tmpxpYTEo/prof.fdata.140054.fdata /tmp/.tmpxpYTEo/prof.fdata.140055.fdata /tmp/.tmpxpYTEo/prof.fdata.140089.fdata /tmp/.tmpxpYTEo/prof.fdata.140090.fdata /tmp/.tmpxpYTEo/prof.fdata.140123.fdata /tmp/.tmpxpYTEo/prof.fdata.140127.fdata /tmp/.tmpxpYTEo/prof.fdata.140131.fdata /tmp/.tmpxpYTEo/prof.fdata.140138.fdata /tmp/.tmpxpYTEo/prof.fdata.140147.fdata /tmp/.tmpxpYTEo/prof.fdata.140160.fdata /tmp/.tmpxpYTEo/prof.fdata.140177.fdata /tmp/.tmpxpYTEo/prof.fdata.140184.fdata /tmp/.tmpxpYTEo/prof.fdata.140219.fdata /tmp/.tmpxpYTEo/prof.fdata.140240.fdata /tmp/.tmpxpYTEo/prof.fdata.140254.fdata /tmp/.tmpxpYTEo/prof.fdata.140255.fdata /tmp/.tmpxpYTEo/prof.fdata.140258.fdata /tmp/.tmpxpYTEo/prof.fdata.140259.fdata /tmp/.tmpxpYTEo/prof.fdata.140264.fdata /tmp/.tmpxpYTEo/prof.fdata.140265.fdata /tmp/.tmpxpYTEo/prof.fdata.140271.fdata /tmp/.tmpxpYTEo/prof.fdata.140272.fdata /tmp/.tmpxpYTEo/prof.fdata.140276.fdata /tmp/.tmpxpYTEo/prof.fdata.140277.fdata /tmp/.tmpxpYTEo/prof.fdata.140337.fdata /tmp/.tmpxpYTEo/prof.fdata.140343.fdata /tmp/.tmpxpYTEo/prof.fdata.140369.fdata /tmp/.tmpxpYTEo/prof.fdata.140372.fdata /tmp/.tmpxpYTEo/prof.fdata.140436.fdata /tmp/.tmpxpYTEo/prof.fdata.140463.fdata /tmp/.tmpxpYTEo/prof.fdata.140508.fdata /tmp/.tmpxpYTEo/prof.fdata.140509.fdata /tmp/.tmpxpYTEo/prof.fdata.140512.fdata /tmp/.tmpxpYTEo/prof.fdata.140513.fdata /tmp/.tmpxpYTEo/prof.fdata.140518.fdata /tmp/.tmpxpYTEo/prof.fdata.140519.fdata /tmp/.tmpxpYTEo/prof.fdata.140528.fdata /tmp/.tmpxpYTEo/prof.fdata.140530.fdata /tmp/.tmpxpYTEo/prof.fdata.140531.fdata /tmp/.tmpxpYTEo/prof.fdata.140532.fdata /tmp/.tmpxpYTEo/prof.fdata.140535.fdata /tmp/.tmpxpYTEo/prof.fdata.140537.fdata /tmp/.tmpxpYTEo/prof.fdata.140540.fdata /tmp/.tmpxpYTEo/prof.fdata.140541.fdata /tmp/.tmpxpYTEo/prof.fdata.140544.fdata /tmp/.tmpxpYTEo/prof.fdata.140546.fdata /tmp/.tmpxpYTEo/prof.fdata.140547.fdata /tmp/.tmpxpYTEo/prof.fdata.140549.fdata /tmp/.tmpxpYTEo/prof.fdata.140551.fdata /tmp/.tmpxpYTEo/prof.fdata.140553.fdata /tmp/.tmpxpYTEo/prof.fdata.140556.fdata /tmp/.tmpxpYTEo/prof.fdata.140557.fdata /tmp/.tmpxpYTEo/prof.fdata.140558.fdata /tmp/.tmpxpYTEo/prof.fdata.140635.fdata /tmp/.tmpxpYTEo/prof.fdata.140689.fdata /tmp/.tmpxpYTEo/prof.fdata.140693.fdata /tmp/.tmpxpYTEo/prof.fdata.140703.fdata /tmp/.tmpxpYTEo/prof.fdata.140710.fdata /tmp/.tmpxpYTEo/prof.fdata.140716.fdata /tmp/.tmpxpYTEo/prof.fdata.140723.fdata /tmp/.tmpxpYTEo/prof.fdata.140736.fdata /tmp/.tmpxpYTEo/prof.fdata.140747.fdata /tmp/.tmpxpYTEo/prof.fdata.140753.fdata /tmp/.tmpxpYTEo/prof.fdata.140761.fdata /tmp/.tmpxpYTEo/prof.fdata.140767.fdata /tmp/.tmpxpYTEo/prof.fdata.140772.fdata /tmp/.tmpxpYTEo/prof.fdata.140777.fdata /tmp/.tmpxpYTEo/prof.fdata.140779.fdata /tmp/.tmpxpYTEo/prof.fdata.140784.fdata /tmp/.tmpxpYTEo/prof.fdata.140790.fdata /tmp/.tmpxpYTEo/prof.fdata.140797.fdata /tmp/.tmpxpYTEo/prof.fdata.140801.fdata /tmp/.tmpxpYTEo/prof.fdata.140809.fdata /tmp/.tmpxpYTEo/prof.fdata.140811.fdata /tmp/.tmpxpYTEo/prof.fdata.140813.fdata /tmp/.tmpxpYTEo/prof.fdata.140822.fdata /tmp/.tmpxpYTEo/prof.fdata.140827.fdata /tmp/.tmpxpYTEo/prof.fdata.140836.fdata /tmp/.tmpxpYTEo/prof.fdata.140855.fdata /tmp/.tmpxpYTEo/prof.fdata.140864.fdata /tmp/.tmpxpYTEo/prof.fdata.140873.fdata /tmp/.tmpxpYTEo/prof.fdata.140885.fdata /tmp/.tmpxpYTEo/prof.fdata.140903.fdata /tmp/.tmpxpYTEo/prof.fdata.140923.fdata /tmp/.tmpxpYTEo/prof.fdata.140940.fdata /tmp/.tmpxpYTEo/prof.fdata.140946.fdata /tmp/.tmpxpYTEo/prof.fdata.140947.fdata /tmp/.tmpxpYTEo/prof.fdata.140967.fdata /tmp/.tmpxpYTEo/prof.fdata.140972.fdata /tmp/.tmpxpYTEo/prof.fdata.140976.fdata /tmp/.tmpxpYTEo/prof.fdata.140990.fdata /tmp/.tmpxpYTEo/prof.fdata.140993.fdata /tmp/.tmpxpYTEo/prof.fdata.141008.fdata /tmp/.tmpxpYTEo/prof.fdata.141012.fdata /tmp/.tmpxpYTEo/prof.fdata.141018.fdata /tmp/.tmpxpYTEo/prof.fdata.141033.fdata /tmp/.tmpxpYTEo/prof.fdata.141056.fdata /tmp/.tmpxpYTEo/prof.fdata.141068.fdata /tmp/.tmpxpYTEo/prof.fdata.141092.fdata /tmp/.tmpxpYTEo/prof.fdata.141107.fdata /tmp/.tmpxpYTEo/prof.fdata.141115.fdata /tmp/.tmpxpYTEo/prof.fdata.141126.fdata /tmp/.tmpxpYTEo/prof.fdata.141135.fdata /tmp/.tmpxpYTEo/prof.fdata.141154.fdata /tmp/.tmpxpYTEo/prof.fdata.141161.fdata /tmp/.tmpxpYTEo/prof.fdata.141163.fdata /tmp/.tmpxpYTEo/prof.fdata.141177.fdata /tmp/.tmpxpYTEo/prof.fdata.141185.fdata /tmp/.tmpxpYTEo/prof.fdata.141204.fdata /tmp/.tmpxpYTEo/prof.fdata.141220.fdata /tmp/.tmpxpYTEo/prof.fdata.141232.fdata /tmp/.tmpxpYTEo/prof.fdata.141245.fdata /tmp/.tmpxpYTEo/prof.fdata.141249.fdata /tmp/.tmpxpYTEo/prof.fdata.141252.fdata /tmp/.tmpxpYTEo/prof.fdata.141256.fdata /tmp/.tmpxpYTEo/prof.fdata.141288.fdata /tmp/.tmpxpYTEo/prof.fdata.141293.fdata /tmp/.tmpxpYTEo/prof.fdata.141296.fdata /tmp/.tmpxpYTEo/prof.fdata.141311.fdata /tmp/.tmpxpYTEo/prof.fdata.141314.fdata /tmp/.tmpxpYTEo/prof.fdata.141320.fdata /tmp/.tmpxpYTEo/prof.fdata.141332.fdata /tmp/.tmpxpYTEo/prof.fdata.141333.fdata /tmp/.tmpxpYTEo/prof.fdata.141362.fdata /tmp/.tmpxpYTEo/prof.fdata.141369.fdata /tmp/.tmpxpYTEo/prof.fdata.141380.fdata /tmp/.tmpxpYTEo/prof.fdata.141395.fdata /tmp/.tmpxpYTEo/prof.fdata.141400.fdata /tmp/.tmpxpYTEo/prof.fdata.141403.fdata /tmp/.tmpxpYTEo/prof.fdata.141408.fdata /tmp/.tmpxpYTEo/prof.fdata.141413.fdata /tmp/.tmpxpYTEo/prof.fdata.141422.fdata /tmp/.tmpxpYTEo/prof.fdata.141440.fdata /tmp/.tmpxpYTEo/prof.fdata.141452.fdata /tmp/.tmpxpYTEo/prof.fdata.141458.fdata /tmp/.tmpxpYTEo/prof.fdata.141476.fdata /tmp/.tmpxpYTEo/prof.fdata.141482.fdata /tmp/.tmpxpYTEo/prof.fdata.141496.fdata /tmp/.tmpxpYTEo/prof.fdata.141510.fdata /tmp/.tmpxpYTEo/prof.fdata.141517.fdata /tmp/.tmpxpYTEo/prof.fdata.141523.fdata /tmp/.tmpxpYTEo/prof.fdata.141563.fdata /tmp/.tmpxpYTEo/prof.fdata.141573.fdata /tmp/.tmpxpYTEo/prof.fdata.141588.fdata /tmp/.tmpxpYTEo/prof.fdata.141602.fdata /tmp/.tmpxpYTEo/prof.fdata.141621.fdata /tmp/.tmpxpYTEo/prof.fdata.141633.fdata /tmp/.tmpxpYTEo/prof.fdata.141649.fdata /tmp/.tmpxpYTEo/prof.fdata.141656.fdata /tmp/.tmpxpYTEo/prof.fdata.141663.fdata /tmp/.tmpxpYTEo/prof.fdata.141665.fdata /tmp/.tmpxpYTEo/prof.fdata.141698.fdata /tmp/.tmpxpYTEo/prof.fdata.141703.fdata /tmp/.tmpxpYTEo/prof.fdata.141708.fdata /tmp/.tmpxpYTEo/prof.fdata.141728.fdata /tmp/.tmpxpYTEo/prof.fdata.141741.fdata /tmp/.tmpxpYTEo/prof.fdata.141746.fdata /tmp/.tmpxpYTEo/prof.fdata.141763.fdata /tmp/.tmpxpYTEo/prof.fdata.141765.fdata /tmp/.tmpxpYTEo/prof.fdata.141799.fdata /tmp/.tmpxpYTEo/prof.fdata.141808.fdata /tmp/.tmpxpYTEo/prof.fdata.141816.fdata /tmp/.tmpxpYTEo/prof.fdata.141836.fdata /tmp/.tmpxpYTEo/prof.fdata.141849.fdata /tmp/.tmpxpYTEo/prof.fdata.141872.fdata /tmp/.tmpxpYTEo/prof.fdata.141895.fdata /tmp/.tmpxpYTEo/prof.fdata.141913.fdata /tmp/.tmpxpYTEo/prof.fdata.141925.fdata /tmp/.tmpxpYTEo/prof.fdata.141971.fdata /tmp/.tmpxpYTEo/prof.fdata.141982.fdata /tmp/.tmpxpYTEo/prof.fdata.141988.fdata /tmp/.tmpxpYTEo/prof.fdata.142001.fdata /tmp/.tmpxpYTEo/prof.fdata.142010.fdata /tmp/.tmpxpYTEo/prof.fdata.142036.fdata /tmp/.tmpxpYTEo/prof.fdata.142072.fdata /tmp/.tmpxpYTEo/prof.fdata.142106.fdata /tmp/.tmpxpYTEo/prof.fdata.142133.fdata /tmp/.tmpxpYTEo/prof.fdata.142184.fdata /tmp/.tmpxpYTEo/prof.fdata.142219.fdata /tmp/.tmpxpYTEo/prof.fdata.142263.fdata /tmp/.tmpxpYTEo/prof.fdata.142265.fdata /tmp/.tmpxpYTEo/prof.fdata.142268.fdata /tmp/.tmpxpYTEo/prof.fdata.142277.fdata /tmp/.tmpxpYTEo/prof.fdata.142278.fdata /tmp/.tmpxpYTEo/prof.fdata.142279.fdata /tmp/.tmpxpYTEo/prof.fdata.142280.fdata /tmp/.tmpxpYTEo/prof.fdata.142282.fdata /tmp/.tmpxpYTEo/prof.fdata.142283.fdata /tmp/.tmpxpYTEo/prof.fdata.142286.fdata /tmp/.tmpxpYTEo/prof.fdata.142289.fdata /tmp/.tmpxpYTEo/prof.fdata.142291.fdata /tmp/.tmpxpYTEo/prof.fdata.142292.fdata /tmp/.tmpxpYTEo/prof.fdata.142294.fdata /tmp/.tmpxpYTEo/prof.fdata.142296.fdata /tmp/.tmpxpYTEo/prof.fdata.142300.fdata /tmp/.tmpxpYTEo/prof.fdata.142301.fdata /tmp/.tmpxpYTEo/prof.fdata.142302.fdata /tmp/.tmpxpYTEo/prof.fdata.142303.fdata /tmp/.tmpxpYTEo/prof.fdata.142316.fdata /tmp/.tmpxpYTEo/prof.fdata.142425.fdata /tmp/.tmpxpYTEo/prof.fdata.142429.fdata /tmp/.tmpxpYTEo/prof.fdata.142431.fdata /tmp/.tmpxpYTEo/prof.fdata.142449.fdata /tmp/.tmpxpYTEo/prof.fdata.142451.fdata /tmp/.tmpxpYTEo/prof.fdata.142452.fdata /tmp/.tmpxpYTEo/prof.fdata.142470.fdata /tmp/.tmpxpYTEo/prof.fdata.142480.fdata /tmp/.tmpxpYTEo/prof.fdata.142486.fdata /tmp/.tmpxpYTEo/prof.fdata.142487.fdata /tmp/.tmpxpYTEo/prof.fdata.142493.fdata /tmp/.tmpxpYTEo/prof.fdata.142500.fdata /tmp/.tmpxpYTEo/prof.fdata.142502.fdata /tmp/.tmpxpYTEo/prof.fdata.142503.fdata /tmp/.tmpxpYTEo/prof.fdata.142510.fdata /tmp/.tmpxpYTEo/prof.fdata.142513.fdata /tmp/.tmpxpYTEo/prof.fdata.142518.fdata /tmp/.tmpxpYTEo/prof.fdata.142527.fdata /tmp/.tmpxpYTEo/prof.fdata.142529.fdata /tmp/.tmpxpYTEo/prof.fdata.142536.fdata /tmp/.tmpxpYTEo/prof.fdata.142538.fdata /tmp/.tmpxpYTEo/prof.fdata.142542.fdata /tmp/.tmpxpYTEo/prof.fdata.142560.fdata /tmp/.tmpxpYTEo/prof.fdata.142566.fdata /tmp/.tmpxpYTEo/prof.fdata.142569.fdata /tmp/.tmpxpYTEo/prof.fdata.142575.fdata /tmp/.tmpxpYTEo/prof.fdata.142585.fdata /tmp/.tmpxpYTEo/prof.fdata.142589.fdata /tmp/.tmpxpYTEo/prof.fdata.142616.fdata /tmp/.tmpxpYTEo/prof.fdata.142623.fdata /tmp/.tmpxpYTEo/prof.fdata.142627.fdata /tmp/.tmpxpYTEo/prof.fdata.142629.fdata /tmp/.tmpxpYTEo/prof.fdata.142639.fdata /tmp/.tmpxpYTEo/prof.fdata.142657.fdata /tmp/.tmpxpYTEo/prof.fdata.142659.fdata /tmp/.tmpxpYTEo/prof.fdata.142666.fdata /tmp/.tmpxpYTEo/prof.fdata.142671.fdata /tmp/.tmpxpYTEo/prof.fdata.142676.fdata /tmp/.tmpxpYTEo/prof.fdata.142683.fdata /tmp/.tmpxpYTEo/prof.fdata.142699.fdata /tmp/.tmpxpYTEo/prof.fdata.142704.fdata /tmp/.tmpxpYTEo/prof.fdata.142708.fdata /tmp/.tmpxpYTEo/prof.fdata.142713.fdata /tmp/.tmpxpYTEo/prof.fdata.142731.fdata /tmp/.tmpxpYTEo/prof.fdata.142737.fdata /tmp/.tmpxpYTEo/prof.fdata.142745.fdata /tmp/.tmpxpYTEo/prof.fdata.142746.fdata /tmp/.tmpxpYTEo/prof.fdata.142756.fdata /tmp/.tmpxpYTEo/prof.fdata.142768.fdata /tmp/.tmpxpYTEo/prof.fdata.142772.fdata /tmp/.tmpxpYTEo/prof.fdata.142785.fdata /tmp/.tmpxpYTEo/prof.fdata.142810.fdata /tmp/.tmpxpYTEo/prof.fdata.142833.fdata /tmp/.tmpxpYTEo/prof.fdata.142855.fdata /tmp/.tmpxpYTEo/prof.fdata.142861.fdata /tmp/.tmpxpYTEo/prof.fdata.142868.fdata /tmp/.tmpxpYTEo/prof.fdata.142875.fdata /tmp/.tmpxpYTEo/prof.fdata.142895.fdata /tmp/.tmpxpYTEo/prof.fdata.142913.fdata /tmp/.tmpxpYTEo/prof.fdata.142914.fdata /tmp/.tmpxpYTEo/prof.fdata.142917.fdata /tmp/.tmpxpYTEo/prof.fdata.142918.fdata /tmp/.tmpxpYTEo/prof.fdata.142923.fdata /tmp/.tmpxpYTEo/prof.fdata.142924.fdata /tmp/.tmpxpYTEo/prof.fdata.142929.fdata /tmp/.tmpxpYTEo/prof.fdata.142932.fdata /tmp/.tmpxpYTEo/prof.fdata.142951.fdata /tmp/.tmpxpYTEo/prof.fdata.142955.fdata /tmp/.tmpxpYTEo/prof.fdata.142970.fdata /tmp/.tmpxpYTEo/prof.fdata.142985.fdata /tmp/.tmpxpYTEo/prof.fdata.143000.fdata /tmp/.tmpxpYTEo/prof.fdata.143001.fdata /tmp/.tmpxpYTEo/prof.fdata.143004.fdata /tmp/.tmpxpYTEo/prof.fdata.143005.fdata /tmp/.tmpxpYTEo/prof.fdata.143010.fdata /tmp/.tmpxpYTEo/prof.fdata.143011.fdata /tmp/.tmpxpYTEo/prof.fdata.143018.fdata /tmp/.tmpxpYTEo/prof.fdata.143019.fdata /tmp/.tmpxpYTEo/prof.fdata.143020.fdata /tmp/.tmpxpYTEo/prof.fdata.143025.fdata /tmp/.tmpxpYTEo/prof.fdata.143026.fdata /tmp/.tmpxpYTEo/prof.fdata.143027.fdata /tmp/.tmpxpYTEo/prof.fdata.143081.fdata /tmp/.tmpxpYTEo/prof.fdata.143087.fdata /tmp/.tmpxpYTEo/prof.fdata.143088.fdata /tmp/.tmpxpYTEo/prof.fdata.143093.fdata /tmp/.tmpxpYTEo/prof.fdata.143096.fdata /tmp/.tmpxpYTEo/prof.fdata.143100.fdata /tmp/.tmpxpYTEo/prof.fdata.143106.fdata /tmp/.tmpxpYTEo/prof.fdata.143111.fdata /tmp/.tmpxpYTEo/prof.fdata.143162.fdata /tmp/.tmpxpYTEo/prof.fdata.143192.fdata > "/tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata" [at /checkout/obj]`
Profile from 735 files merged.
##[endgroup]
[2025-01-27T10:55:30.153Z INFO  opt_dist::training] LLVM BOLT statistics
[2025-01-27T10:55:30.153Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata: 153.31 MiB
---
[2025-01-27T11:00:18Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:00:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:18Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzUsPA" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzUsPA#[email protected]" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:00:23Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzUsPA" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzUsPA#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpBzUsPA/incremental-state"
[2025-01-27T11:00:28Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzUsPA" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzUsPA#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpBzUsPA/incremental-state"
[2025-01-27T11:00:31Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpBzUsPA"
[2025-01-27T11:00:31Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:00:31Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:00:31Z DEBUG collector::compile::execute] cd "/tmp/.tmpBzUsPA" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpBzUsPA#[email protected]" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpBzUsPA/incremental-state"
[2025-01-27T11:00:35Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:00:35Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpgJrSCE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpgJrSCE#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:00:40Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:40Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:40Z DEBUG collector::compile::execute] cd "/tmp/.tmpgJrSCE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpgJrSCE#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgJrSCE/incremental-state"
[2025-01-27T11:00:45Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:00:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpgJrSCE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpgJrSCE#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgJrSCE/incremental-state"
[2025-01-27T11:00:48Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpgJrSCE"
[2025-01-27T11:00:48Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:00:48Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:00:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpgJrSCE" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpgJrSCE#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpgJrSCE/incremental-state"
Executing benchmark cargo-0.60.0 (2/8)
Preparing cargo-0.60.0
[2025-01-27T11:00:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T11:00:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2025-01-27T11:04:07Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:04:07Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:04:07Z DEBUG collector::compile::execute] cd "/tmp/.tmpYMLJlG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYMLJlG#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:04:30Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:04:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpYMLJlG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYMLJlG#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYMLJlG/incremental-state"
[2025-01-27T11:04:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:04:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpYMLJlG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYMLJlG#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYMLJlG/incremental-state"
[2025-01-27T11:05:03Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpYMLJlG"
[2025-01-27T11:05:03Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:05:03Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:05:03Z DEBUG collector::compile::execute] cd "/tmp/.tmpYMLJlG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpYMLJlG#[email protected]" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYMLJlG/incremental-state"
[2025-01-27T11:05:12Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:05:12Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:05:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpHTenRG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpHTenRG#[email protected]" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:05:43Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:05:43Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:05:43Z DEBUG collector::compile::execute] cd "/tmp/.tmpHTenRG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpHTenRG#[email protected]" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHTenRG/incremental-state"
[2025-01-27T11:06:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:06:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpHTenRG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpHTenRG#[email protected]" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHTenRG/incremental-state"
[2025-01-27T11:06:20Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpHTenRG"
[2025-01-27T11:06:20Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:06:20Z 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" }), backend=Llvm, phase=benchmark
[2025-01-27T11:06:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpHTenRG" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpHTenRG#[email protected]" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHTenRG/incremental-state"
Executing benchmark ctfe-stress-5 (3/8)
Preparing ctfe-stress-5
[2025-01-27T11:06:29Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T11:06:29Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2025-01-27T11:09:53Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:09:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:09:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpQjPAYx" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpQjPAYx#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:09:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:09:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpQjPAYx" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpQjPAYx#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQjPAYx/incremental-state"
[2025-01-27T11:10:02Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:10:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpQjPAYx" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpQjPAYx#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpQjPAYx/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2025-01-27T11:10:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2025-01-27T11:10:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2025-01-27T11:10:09Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:10:09Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:10:09Z DEBUG collector::compile::execute] cd "/tmp/.tmpwkxda9" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpwkxda9#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:10:11Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:10:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpwkxda9" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpwkxda9#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwkxda9/incremental-state"
[2025-01-27T11:10:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:10:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpwkxda9" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpwkxda9#[email protected]" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwkxda9/incremental-state"
[2025-01-27T11:10:14Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-27T11:10:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-27T11:10:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpTpMIip" && CARGO="/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" CARGO_INCREMENTAL="0" EXPECT_ONLY_WRAPPED_RUSTC="1" RUSTC="/tmp/tmp-multistage/opt-artifacts/rustc-perf/target/debug/rustc-fake" RUSTC_BOOTSTRAP="1" RUSTC_REAL="/checkout/obj/build/x86_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/.tmpTpMIip#[email protected]" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-27T11:10:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
---- [ui] tests/ui/process/nofile-limit.rs stdout ----

error: test compilation failed although it shouldn't!
status: exit status: 1
command: env -u RUSTC_LOG_COLOR RUSTC_ICE="0" RUST_BACKTRACE="short" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc/bin/rustc" "/checkout/tests/ui/process/nofile-limit.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "-Z" "ignore-directory-in-diagnostics-source-blocks=/cargo" "-Z" "ignore-directory-in-diagnostics-source-blocks=/checkout/vendor" "--sysroot" "/checkout/obj/build/unpacked-dist/rustc-nightly-x86_64-unknown-linux-gnu/rustc" "--target=x86_64-unknown-linux-gnu" "--check-cfg" "cfg(test,FALSE)" "-O" "--error-format" "json" "--json" "future-incompat" "-Ccodegen-units=1" "-Zui-testing" "-Zdeduplicate-diagnostics=no" "-Zwrite-long-types-to-disk=no" "-Cstrip=debuginfo" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/process/nofile-limit/a" "-A" "internal_features" "-Crpath" "-Cdebuginfo=0" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Ctarget-feature=+crt-static" "-Crpath=no" "-Crelocation-model=static"
--- stderr -------------------------------
error: linking with `cc` failed: exit status: 1
   |
   |
   = note:  "cc" "-m64" "/tmp/rustc3gtlVi/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*}.rlib" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-lgcc_eh" "-lgcc" "-lc" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/process/nofile-limit/a" "-Wl,--gc-sections" "-static" "-no-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
   = note: rust-lld: error: unable to find library -lutil
           rust-lld: error: unable to find library -lrt
           rust-lld: error: unable to find library -lpthread
           rust-lld: error: unable to find library -lm
---
    0: Cannot execute tests
    1: Command COMPILETEST_ENABLE_DIST_TESTS=1 COMPILETEST_FORCE_STAGE0=1 python3 /checkout/x.py test --build x86_64-unknown-linux-gnu --stage 0 tests/assembly tests/codegen tests/codegen-units tests/incremental tests/mir-opt tests/pretty tests/run-make/glibc-symbols-x86_64-unknown-linux-gnu tests/ui tests/crashes [at /checkout/obj] has failed with exit code Some(1)

Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.95/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/exec.rs:80:17
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/tests.rs:113:5
   3: opt_dist::execute_pipeline::{closure#5}
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/main.rs:358:40
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/main.rs:358:40
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#5}, ()>
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/main.rs:358:9
   6: opt_dist::main
             at /rustc/f234d0fb5b11a852482b5a7dcae0c1389b1b575b/src/tools/opt-dist/src/main.rs:409:18
   7: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
   7: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/core/src/ops/function.rs:250:5
   8: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/sys/backtrace.rs:152:18
   9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/rt.rs:195:18
  10: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/core/src/ops/function.rs:284:13
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/panicking.rs:584:40
  12: std::panicking::try
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/panicking.rs:547:19
  13: std::panic::catch_unwind

@bors
Copy link
Contributor

bors commented Jan 27, 2025

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 27, 2025
@Zalathar Zalathar closed this Jan 27, 2025
@Zalathar Zalathar deleted the rollup-gr7bpkr branch January 27, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.