Skip to content

Conversation

deltragon
Copy link
Contributor

This removes boilerplate around Arcs and makes the code more clear.

This removes boilerplate around `Arc`s and makes the code more clear.
@rustbot
Copy link
Collaborator

rustbot commented Dec 24, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cuviper (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Dec 24, 2024
@tgross35
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Dec 26, 2024

📌 Commit 6a89f87 has been approved by tgross35

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 Dec 26, 2024
@tgross35 tgross35 assigned tgross35 and unassigned cuviper Dec 26, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 26, 2024
Use scoped threads in `std::sync::Barrier` examples

This removes boilerplate around `Arc`s and makes the code more clear.
@bors
Copy link
Collaborator

bors commented Dec 26, 2024

⌛ Testing commit 6a89f87 with merge 7720d6e...

@rust-log-analyzer
Copy link
Collaborator

The job dist-x86_64-linux-alt failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[2024-12-26T07:06:59Z DEBUG collector::compile::execute] cd "/tmp/.tmp2uAnnQ" && 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/.tmp2uAnnQ#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp2uAnnQ/incremental-state"
Running bitmaps-3.1.0: Debug + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-12-26T07:06:59Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:06:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:06:59Z DEBUG collector::compile::execute] cd "/tmp/.tmpVUObbx" && 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/.tmpVUObbx#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:07:00Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:07:00Z DEBUG collector::compile::execute] cd "/tmp/.tmpVUObbx" && 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/.tmpVUObbx#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVUObbx/incremental-state"
[2024-12-26T07:07:01Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:07:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpVUObbx" && 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/.tmpVUObbx#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVUObbx/incremental-state"
[2024-12-26T07:07:01Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpVUObbx"
[2024-12-26T07:07:01Z 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
[2024-12-26T07:07:01Z 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
[2024-12-26T07:07:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpVUObbx" && 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/.tmpVUObbx#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVUObbx/incremental-state"
[2024-12-26T07:07:01Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:07:01Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:07:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpgU0k9X" && 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/.tmpgU0k9X#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:07:02Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T07:12:04Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:12:04Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:04Z DEBUG collector::compile::execute] cd "/tmp/.tmpXNTkay" && 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/.tmpXNTkay#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:12:04Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:04Z DEBUG collector::compile::execute] cd "/tmp/.tmpXNTkay" && 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/.tmpXNTkay#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpXNTkay/incremental-state"
[2024-12-26T07:12:05Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:05Z DEBUG collector::compile::execute] cd "/tmp/.tmpXNTkay" && 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/.tmpXNTkay#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpXNTkay/incremental-state"
[2024-12-26T07:12:05Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:12:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:05Z DEBUG collector::compile::execute] cd "/tmp/.tmp6Q5979" && 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/.tmp6Q5979#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:12:05Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T07:12:12Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:12:12Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpqdCPPx" && 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/.tmpqdCPPx#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:12:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpqdCPPx" && 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/.tmpqdCPPx#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpqdCPPx/incremental-state"
[2024-12-26T07:12:15Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpqdCPPx" && 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/.tmpqdCPPx#match-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpqdCPPx/incremental-state"
Executing benchmark token-stream-stress (7/8)
Preparing token-stream-stress
[2024-12-26T07:12:15Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T07:12:15Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-12-26T07:12:17Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:12:17Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:17Z DEBUG collector::compile::execute] cd "/tmp/.tmpVmGPJU" && 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/.tmpVmGPJU#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:12:19Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpVmGPJU" && 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/.tmpVmGPJU#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVmGPJU/incremental-state"
[2024-12-26T07:12:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpVmGPJU" && 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/.tmpVmGPJU#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVmGPJU/incremental-state"
[2024-12-26T07:12:22Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpVmGPJU"
[2024-12-26T07:12:22Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-12-26T07:12:22Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-12-26T07:12:22Z DEBUG collector::compile::execute] cd "/tmp/.tmpVmGPJU" && 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/.tmpVmGPJU#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVmGPJU/incremental-state"
[2024-12-26T07:12:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:12:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:24Z DEBUG collector::compile::execute] cd "/tmp/.tmp7lOEDf" && 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/.tmp7lOEDf#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:12:26Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T07:12:32Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:12:32Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:32Z DEBUG collector::compile::execute] cd "/tmp/.tmpltr1ne" && 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/.tmpltr1ne#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:12:34Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:34Z DEBUG collector::compile::execute] cd "/tmp/.tmpltr1ne" && 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/.tmpltr1ne#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpltr1ne/incremental-state"
[2024-12-26T07:12:36Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:12:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpltr1ne" && 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/.tmpltr1ne#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpltr1ne/incremental-state"
[2024-12-26T07:12:37Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpltr1ne"
[2024-12-26T07:12:37Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-12-26T07:12:37Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-12-26T07:12:37Z DEBUG collector::compile::execute] cd "/tmp/.tmpltr1ne" && 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/.tmpltr1ne#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpltr1ne/incremental-state"
##[endgroup]
[2024-12-26T07:12:39.439Z INFO  opt_dist::training] Merging Rustc PGO profiles to /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata
[2024-12-26T07:12:39.439Z INFO  opt_dist::exec] Executing `/checkout/obj/build/x86_64-unknown-linux-gnu/llvm/build/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata /tmp/tmp-multistage/opt-artifacts/rustc-pgo [at /checkout/obj]`
[2024-12-26T07:12:51.948Z INFO  opt_dist::training] Rustc PGO statistics
---
Executing benchmark cargo-0.60.0 (1/8)
Preparing cargo-0.60.0
[2024-12-26T07:30:45Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T07:30:45Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T07:30:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpfaQ7Ji" && 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/.tmpfaQ7Ji#cargo@0.60.0" "--lib" "--" "--skip-this-rustc"
[2024-12-26T07:30:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpkLlLUJ" && 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/.tmpkLlLUJ#cargo@0.60.0" "--release" "--lib" "--" "--skip-this-rustc"
[2024-12-26T07:31:29Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:31:31Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:31:31Z DEBUG collector::compile::execute] cd "/tmp/.tmpw5WwGL" && 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/.tmpw5WwGL#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
Running cargo-0.60.0: Opt + [Full] + Llvm
---
[2024-12-26T07:32:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpVJjhq1" && 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/.tmpVJjhq1#clap@3.1.6" "--" "--skip-this-rustc"
Running clap-3.1.6: Debug + [Full] + Llvm
[2024-12-26T07:32:59Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:32:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:32:59Z DEBUG collector::compile::execute] cd "/tmp/.tmpTvoUQt" && 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/.tmpTvoUQt#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T07:33:03Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:33:03Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:33:03Z DEBUG collector::compile::execute] cd "/tmp/.tmpslfPFT" && 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/.tmpslfPFT#clap@3.1.6" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark clap-3.1.6 (2/8)
---
Finished benchmark ripgrep-13.0.0 (5/8)
Executing benchmark ripgrep-13.0.0-tiny (6/8)
Preparing ripgrep-13.0.0-tiny
[2024-12-26T07:34:33Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T07:34:33Z DEBUG collector::compile::execute] cd "/tmp/.tmpOUIggH" && 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/.tmpOUIggH#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
[2024-12-26T07:34:44Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T07:34:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T07:34:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpgzpNLd" && 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/.tmpgzpNLd#ripgrep@13.0.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark ripgrep-13.0.0-tiny (6/8)
---
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2024-12-26T08:03:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:03:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:03:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpI4ZCDv" && 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/.tmpI4ZCDv#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2024-12-26T08:03:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpUbmEqe" && 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/.tmpUbmEqe#regex@1.5.5" "--" "--skip-this-rustc"
[2024-12-26T08:03:41Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:03:41Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:03:41Z DEBUG collector::compile::execute] cd "/tmp/.tmpPkLF7W" && 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/.tmpPkLF7W#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
Running regex-1.5.5: Opt + [Full] + Llvm
---
Finished benchmark syn-1.0.89 (8/8)
##[endgroup]
[2024-12-26T08:06:43.531Z INFO  opt_dist::training] Merging LLVM BOLT profiles from /tmp/.tmpPIDaVo/prof.fdata to /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata
##[group]Merging BOLT profiles
[2024-12-26T08:06:43.532Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpPIDaVo/prof.fdata.132601.fdata /tmp/.tmpPIDaVo/prof.fdata.132612.fdata /tmp/.tmpPIDaVo/prof.fdata.132613.fdata /tmp/.tmpPIDaVo/prof.fdata.132616.fdata /tmp/.tmpPIDaVo/prof.fdata.132617.fdata /tmp/.tmpPIDaVo/prof.fdata.132622.fdata /tmp/.tmpPIDaVo/prof.fdata.132623.fdata /tmp/.tmpPIDaVo/prof.fdata.132633.fdata /tmp/.tmpPIDaVo/prof.fdata.132634.fdata /tmp/.tmpPIDaVo/prof.fdata.132635.fdata /tmp/.tmpPIDaVo/prof.fdata.132636.fdata /tmp/.tmpPIDaVo/prof.fdata.132638.fdata /tmp/.tmpPIDaVo/prof.fdata.132639.fdata /tmp/.tmpPIDaVo/prof.fdata.132642.fdata /tmp/.tmpPIDaVo/prof.fdata.132644.fdata /tmp/.tmpPIDaVo/prof.fdata.132646.fdata /tmp/.tmpPIDaVo/prof.fdata.132648.fdata /tmp/.tmpPIDaVo/prof.fdata.132649.fdata /tmp/.tmpPIDaVo/prof.fdata.132654.fdata /tmp/.tmpPIDaVo/prof.fdata.132655.fdata /tmp/.tmpPIDaVo/prof.fdata.132657.fdata /tmp/.tmpPIDaVo/prof.fdata.132658.fdata /tmp/.tmpPIDaVo/prof.fdata.132659.fdata /tmp/.tmpPIDaVo/prof.fdata.132662.fdata /tmp/.tmpPIDaVo/prof.fdata.132663.fdata /tmp/.tmpPIDaVo/prof.fdata.132803.fdata /tmp/.tmpPIDaVo/prof.fdata.132804.fdata /tmp/.tmpPIDaVo/prof.fdata.132806.fdata /tmp/.tmpPIDaVo/prof.fdata.132810.fdata /tmp/.tmpPIDaVo/prof.fdata.132841.fdata /tmp/.tmpPIDaVo/prof.fdata.132845.fdata /tmp/.tmpPIDaVo/prof.fdata.132852.fdata /tmp/.tmpPIDaVo/prof.fdata.132853.fdata /tmp/.tmpPIDaVo/prof.fdata.132872.fdata /tmp/.tmpPIDaVo/prof.fdata.132874.fdata /tmp/.tmpPIDaVo/prof.fdata.132881.fdata /tmp/.tmpPIDaVo/prof.fdata.132885.fdata /tmp/.tmpPIDaVo/prof.fdata.132886.fdata /tmp/.tmpPIDaVo/prof.fdata.132891.fdata /tmp/.tmpPIDaVo/prof.fdata.132898.fdata /tmp/.tmpPIDaVo/prof.fdata.132903.fdata /tmp/.tmpPIDaVo/prof.fdata.132907.fdata /tmp/.tmpPIDaVo/prof.fdata.132913.fdata /tmp/.tmpPIDaVo/prof.fdata.132917.fdata /tmp/.tmpPIDaVo/prof.fdata.132923.fdata /tmp/.tmpPIDaVo/prof.fdata.132924.fdata /tmp/.tmpPIDaVo/prof.fdata.132926.fdata /tmp/.tmpPIDaVo/prof.fdata.132948.fdata /tmp/.tmpPIDaVo/prof.fdata.132956.fdata /tmp/.tmpPIDaVo/prof.fdata.132960.fdata /tmp/.tmpPIDaVo/prof.fdata.132962.fdata /tmp/.tmpPIDaVo/prof.fdata.132968.fdata /tmp/.tmpPIDaVo/prof.fdata.132978.fdata /tmp/.tmpPIDaVo/prof.fdata.133002.fdata /tmp/.tmpPIDaVo/prof.fdata.133004.fdata /tmp/.tmpPIDaVo/prof.fdata.133022.fdata /tmp/.tmpPIDaVo/prof.fdata.133030.fdata /tmp/.tmpPIDaVo/prof.fdata.133046.fdata /tmp/.tmpPIDaVo/prof.fdata.133051.fdata /tmp/.tmpPIDaVo/prof.fdata.133057.fdata /tmp/.tmpPIDaVo/prof.fdata.133070.fdata /tmp/.tmpPIDaVo/prof.fdata.133089.fdata /tmp/.tmpPIDaVo/prof.fdata.133094.fdata /tmp/.tmpPIDaVo/prof.fdata.133100.fdata /tmp/.tmpPIDaVo/prof.fdata.133118.fdata /tmp/.tmpPIDaVo/prof.fdata.133127.fdata /tmp/.tmpPIDaVo/prof.fdata.133129.fdata /tmp/.tmpPIDaVo/prof.fdata.133148.fdata /tmp/.tmpPIDaVo/prof.fdata.133155.fdata /tmp/.tmpPIDaVo/prof.fdata.133159.fdata /tmp/.tmpPIDaVo/prof.fdata.133179.fdata /tmp/.tmpPIDaVo/prof.fdata.133185.fdata /tmp/.tmpPIDaVo/prof.fdata.133193.fdata /tmp/.tmpPIDaVo/prof.fdata.133203.fdata /tmp/.tmpPIDaVo/prof.fdata.133224.fdata /tmp/.tmpPIDaVo/prof.fdata.133230.fdata /tmp/.tmpPIDaVo/prof.fdata.133242.fdata /tmp/.tmpPIDaVo/prof.fdata.133258.fdata /tmp/.tmpPIDaVo/prof.fdata.133259.fdata /tmp/.tmpPIDaVo/prof.fdata.133270.fdata /tmp/.tmpPIDaVo/prof.fdata.133282.fdata /tmp/.tmpPIDaVo/prof.fdata.133287.fdata /tmp/.tmpPIDaVo/prof.fdata.133312.fdata /tmp/.tmpPIDaVo/prof.fdata.133317.fdata /tmp/.tmpPIDaVo/prof.fdata.133322.fdata /tmp/.tmpPIDaVo/prof.fdata.133326.fdata /tmp/.tmpPIDaVo/prof.fdata.133346.fdata /tmp/.tmpPIDaVo/prof.fdata.133377.fdata /tmp/.tmpPIDaVo/prof.fdata.133379.fdata /tmp/.tmpPIDaVo/prof.fdata.133411.fdata /tmp/.tmpPIDaVo/prof.fdata.133413.fdata /tmp/.tmpPIDaVo/prof.fdata.133426.fdata /tmp/.tmpPIDaVo/prof.fdata.133427.fdata /tmp/.tmpPIDaVo/prof.fdata.133439.fdata /tmp/.tmpPIDaVo/prof.fdata.133448.fdata /tmp/.tmpPIDaVo/prof.fdata.133455.fdata /tmp/.tmpPIDaVo/prof.fdata.133462.fdata /tmp/.tmpPIDaVo/prof.fdata.133465.fdata /tmp/.tmpPIDaVo/prof.fdata.133475.fdata /tmp/.tmpPIDaVo/prof.fdata.133476.fdata /tmp/.tmpPIDaVo/prof.fdata.133483.fdata /tmp/.tmpPIDaVo/prof.fdata.133502.fdata /tmp/.tmpPIDaVo/prof.fdata.133512.fdata /tmp/.tmpPIDaVo/prof.fdata.133515.fdata /tmp/.tmpPIDaVo/prof.fdata.133517.fdata /tmp/.tmpPIDaVo/prof.fdata.133528.fdata /tmp/.tmpPIDaVo/prof.fdata.133531.fdata /tmp/.tmpPIDaVo/prof.fdata.133532.fdata /tmp/.tmpPIDaVo/prof.fdata.133552.fdata /tmp/.tmpPIDaVo/prof.fdata.133553.fdata /tmp/.tmpPIDaVo/prof.fdata.133557.fdata /tmp/.tmpPIDaVo/prof.fdata.133565.fdata /tmp/.tmpPIDaVo/prof.fdata.133567.fdata /tmp/.tmpPIDaVo/prof.fdata.133571.fdata /tmp/.tmpPIDaVo/prof.fdata.133580.fdata /tmp/.tmpPIDaVo/prof.fdata.133592.fdata /tmp/.tmpPIDaVo/prof.fdata.133624.fdata /tmp/.tmpPIDaVo/prof.fdata.133661.fdata /tmp/.tmpPIDaVo/prof.fdata.133672.fdata /tmp/.tmpPIDaVo/prof.fdata.133674.fdata /tmp/.tmpPIDaVo/prof.fdata.133677.fdata /tmp/.tmpPIDaVo/prof.fdata.133695.fdata /tmp/.tmpPIDaVo/prof.fdata.133700.fdata /tmp/.tmpPIDaVo/prof.fdata.133708.fdata /tmp/.tmpPIDaVo/prof.fdata.133724.fdata /tmp/.tmpPIDaVo/prof.fdata.133729.fdata /tmp/.tmpPIDaVo/prof.fdata.133736.fdata /tmp/.tmpPIDaVo/prof.fdata.133744.fdata /tmp/.tmpPIDaVo/prof.fdata.133746.fdata /tmp/.tmpPIDaVo/prof.fdata.133753.fdata /tmp/.tmpPIDaVo/prof.fdata.133758.fdata /tmp/.tmpPIDaVo/prof.fdata.133776.fdata /tmp/.tmpPIDaVo/prof.fdata.133781.fdata /tmp/.tmpPIDaVo/prof.fdata.133790.fdata /tmp/.tmpPIDaVo/prof.fdata.133798.fdata /tmp/.tmpPIDaVo/prof.fdata.133816.fdata /tmp/.tmpPIDaVo/prof.fdata.133826.fdata /tmp/.tmpPIDaVo/prof.fdata.133827.fdata /tmp/.tmpPIDaVo/prof.fdata.133843.fdata /tmp/.tmpPIDaVo/prof.fdata.133846.fdata /tmp/.tmpPIDaVo/prof.fdata.133874.fdata /tmp/.tmpPIDaVo/prof.fdata.133876.fdata /tmp/.tmpPIDaVo/prof.fdata.133897.fdata /tmp/.tmpPIDaVo/prof.fdata.133899.fdata /tmp/.tmpPIDaVo/prof.fdata.133912.fdata /tmp/.tmpPIDaVo/prof.fdata.133928.fdata /tmp/.tmpPIDaVo/prof.fdata.133945.fdata /tmp/.tmpPIDaVo/prof.fdata.133955.fdata /tmp/.tmpPIDaVo/prof.fdata.133970.fdata /tmp/.tmpPIDaVo/prof.fdata.133982.fdata /tmp/.tmpPIDaVo/prof.fdata.133993.fdata /tmp/.tmpPIDaVo/prof.fdata.134014.fdata /tmp/.tmpPIDaVo/prof.fdata.134032.fdata /tmp/.tmpPIDaVo/prof.fdata.134050.fdata /tmp/.tmpPIDaVo/prof.fdata.134064.fdata /tmp/.tmpPIDaVo/prof.fdata.134081.fdata /tmp/.tmpPIDaVo/prof.fdata.134096.fdata /tmp/.tmpPIDaVo/prof.fdata.134118.fdata /tmp/.tmpPIDaVo/prof.fdata.134127.fdata /tmp/.tmpPIDaVo/prof.fdata.134128.fdata /tmp/.tmpPIDaVo/prof.fdata.134133.fdata /tmp/.tmpPIDaVo/prof.fdata.134154.fdata /tmp/.tmpPIDaVo/prof.fdata.134173.fdata /tmp/.tmpPIDaVo/prof.fdata.134181.fdata /tmp/.tmpPIDaVo/prof.fdata.134185.fdata /tmp/.tmpPIDaVo/prof.fdata.134196.fdata /tmp/.tmpPIDaVo/prof.fdata.134207.fdata /tmp/.tmpPIDaVo/prof.fdata.134212.fdata /tmp/.tmpPIDaVo/prof.fdata.134227.fdata /tmp/.tmpPIDaVo/prof.fdata.134240.fdata /tmp/.tmpPIDaVo/prof.fdata.134244.fdata /tmp/.tmpPIDaVo/prof.fdata.134251.fdata /tmp/.tmpPIDaVo/prof.fdata.134261.fdata /tmp/.tmpPIDaVo/prof.fdata.134262.fdata /tmp/.tmpPIDaVo/prof.fdata.134277.fdata /tmp/.tmpPIDaVo/prof.fdata.134280.fdata /tmp/.tmpPIDaVo/prof.fdata.134281.fdata /tmp/.tmpPIDaVo/prof.fdata.134293.fdata /tmp/.tmpPIDaVo/prof.fdata.134301.fdata /tmp/.tmpPIDaVo/prof.fdata.134310.fdata /tmp/.tmpPIDaVo/prof.fdata.134317.fdata /tmp/.tmpPIDaVo/prof.fdata.134333.fdata /tmp/.tmpPIDaVo/prof.fdata.134341.fdata /tmp/.tmpPIDaVo/prof.fdata.134352.fdata /tmp/.tmpPIDaVo/prof.fdata.134361.fdata /tmp/.tmpPIDaVo/prof.fdata.134365.fdata /tmp/.tmpPIDaVo/prof.fdata.134390.fdata /tmp/.tmpPIDaVo/prof.fdata.134396.fdata /tmp/.tmpPIDaVo/prof.fdata.134414.fdata /tmp/.tmpPIDaVo/prof.fdata.134416.fdata /tmp/.tmpPIDaVo/prof.fdata.134427.fdata /tmp/.tmpPIDaVo/prof.fdata.134437.fdata /tmp/.tmpPIDaVo/prof.fdata.134453.fdata /tmp/.tmpPIDaVo/prof.fdata.134479.fdata /tmp/.tmpPIDaVo/prof.fdata.134504.fdata /tmp/.tmpPIDaVo/prof.fdata.134510.fdata /tmp/.tmpPIDaVo/prof.fdata.134520.fdata /tmp/.tmpPIDaVo/prof.fdata.134538.fdata /tmp/.tmpPIDaVo/prof.fdata.134567.fdata /tmp/.tmpPIDaVo/prof.fdata.134568.fdata /tmp/.tmpPIDaVo/prof.fdata.134576.fdata /tmp/.tmpPIDaVo/prof.fdata.134600.fdata /tmp/.tmpPIDaVo/prof.fdata.134602.fdata /tmp/.tmpPIDaVo/prof.fdata.134631.fdata /tmp/.tmpPIDaVo/prof.fdata.134648.fdata /tmp/.tmpPIDaVo/prof.fdata.134653.fdata /tmp/.tmpPIDaVo/prof.fdata.134684.fdata /tmp/.tmpPIDaVo/prof.fdata.134690.fdata /tmp/.tmpPIDaVo/prof.fdata.134694.fdata /tmp/.tmpPIDaVo/prof.fdata.134704.fdata /tmp/.tmpPIDaVo/prof.fdata.134705.fdata /tmp/.tmpPIDaVo/prof.fdata.134709.fdata /tmp/.tmpPIDaVo/prof.fdata.134749.fdata /tmp/.tmpPIDaVo/prof.fdata.134770.fdata /tmp/.tmpPIDaVo/prof.fdata.134779.fdata /tmp/.tmpPIDaVo/prof.fdata.134792.fdata /tmp/.tmpPIDaVo/prof.fdata.134798.fdata /tmp/.tmpPIDaVo/prof.fdata.134802.fdata /tmp/.tmpPIDaVo/prof.fdata.134817.fdata /tmp/.tmpPIDaVo/prof.fdata.134827.fdata /tmp/.tmpPIDaVo/prof.fdata.134835.fdata /tmp/.tmpPIDaVo/prof.fdata.134839.fdata /tmp/.tmpPIDaVo/prof.fdata.134843.fdata /tmp/.tmpPIDaVo/prof.fdata.134859.fdata /tmp/.tmpPIDaVo/prof.fdata.134896.fdata /tmp/.tmpPIDaVo/prof.fdata.134912.fdata /tmp/.tmpPIDaVo/prof.fdata.134923.fdata /tmp/.tmpPIDaVo/prof.fdata.134928.fdata /tmp/.tmpPIDaVo/prof.fdata.134940.fdata /tmp/.tmpPIDaVo/prof.fdata.134951.fdata /tmp/.tmpPIDaVo/prof.fdata.134981.fdata /tmp/.tmpPIDaVo/prof.fdata.135004.fdata /tmp/.tmpPIDaVo/prof.fdata.135016.fdata /tmp/.tmpPIDaVo/prof.fdata.135026.fdata /tmp/.tmpPIDaVo/prof.fdata.135028.fdata /tmp/.tmpPIDaVo/prof.fdata.135039.fdata /tmp/.tmpPIDaVo/prof.fdata.135049.fdata /tmp/.tmpPIDaVo/prof.fdata.135056.fdata /tmp/.tmpPIDaVo/prof.fdata.135070.fdata /tmp/.tmpPIDaVo/prof.fdata.135073.fdata /tmp/.tmpPIDaVo/prof.fdata.135092.fdata /tmp/.tmpPIDaVo/prof.fdata.135100.fdata /tmp/.tmpPIDaVo/prof.fdata.135115.fdata /tmp/.tmpPIDaVo/prof.fdata.135123.fdata /tmp/.tmpPIDaVo/prof.fdata.135132.fdata /tmp/.tmpPIDaVo/prof.fdata.135138.fdata /tmp/.tmpPIDaVo/prof.fdata.135147.fdata /tmp/.tmpPIDaVo/prof.fdata.135153.fdata /tmp/.tmpPIDaVo/prof.fdata.135171.fdata /tmp/.tmpPIDaVo/prof.fdata.135180.fdata /tmp/.tmpPIDaVo/prof.fdata.135191.fdata /tmp/.tmpPIDaVo/prof.fdata.135202.fdata /tmp/.tmpPIDaVo/prof.fdata.135235.fdata /tmp/.tmpPIDaVo/prof.fdata.135244.fdata /tmp/.tmpPIDaVo/prof.fdata.135247.fdata /tmp/.tmpPIDaVo/prof.fdata.135269.fdata /tmp/.tmpPIDaVo/prof.fdata.135270.fdata /tmp/.tmpPIDaVo/prof.fdata.135281.fdata /tmp/.tmpPIDaVo/prof.fdata.135322.fdata /tmp/.tmpPIDaVo/prof.fdata.135324.fdata /tmp/.tmpPIDaVo/prof.fdata.135346.fdata /tmp/.tmpPIDaVo/prof.fdata.135366.fdata /tmp/.tmpPIDaVo/prof.fdata.135371.fdata /tmp/.tmpPIDaVo/prof.fdata.135390.fdata /tmp/.tmpPIDaVo/prof.fdata.135395.fdata /tmp/.tmpPIDaVo/prof.fdata.135404.fdata /tmp/.tmpPIDaVo/prof.fdata.135423.fdata /tmp/.tmpPIDaVo/prof.fdata.135430.fdata /tmp/.tmpPIDaVo/prof.fdata.135440.fdata /tmp/.tmpPIDaVo/prof.fdata.135458.fdata /tmp/.tmpPIDaVo/prof.fdata.135463.fdata /tmp/.tmpPIDaVo/prof.fdata.135480.fdata /tmp/.tmpPIDaVo/prof.fdata.135489.fdata /tmp/.tmpPIDaVo/prof.fdata.135498.fdata /tmp/.tmpPIDaVo/prof.fdata.135512.fdata /tmp/.tmpPIDaVo/prof.fdata.135520.fdata /tmp/.tmpPIDaVo/prof.fdata.135564.fdata /tmp/.tmpPIDaVo/prof.fdata.135578.fdata /tmp/.tmpPIDaVo/prof.fdata.135599.fdata /tmp/.tmpPIDaVo/prof.fdata.135611.fdata /tmp/.tmpPIDaVo/prof.fdata.135625.fdata /tmp/.tmpPIDaVo/prof.fdata.135658.fdata /tmp/.tmpPIDaVo/prof.fdata.135660.fdata /tmp/.tmpPIDaVo/prof.fdata.135672.fdata /tmp/.tmpPIDaVo/prof.fdata.135677.fdata /tmp/.tmpPIDaVo/prof.fdata.135714.fdata /tmp/.tmpPIDaVo/prof.fdata.135724.fdata /tmp/.tmpPIDaVo/prof.fdata.135733.fdata /tmp/.tmpPIDaVo/prof.fdata.135753.fdata /tmp/.tmpPIDaVo/prof.fdata.135764.fdata /tmp/.tmpPIDaVo/prof.fdata.135872.fdata /tmp/.tmpPIDaVo/prof.fdata.135940.fdata /tmp/.tmpPIDaVo/prof.fdata.136148.fdata /tmp/.tmpPIDaVo/prof.fdata.136315.fdata /tmp/.tmpPIDaVo/prof.fdata.136890.fdata /tmp/.tmpPIDaVo/prof.fdata.136922.fdata /tmp/.tmpPIDaVo/prof.fdata.137018.fdata /tmp/.tmpPIDaVo/prof.fdata.137381.fdata /tmp/.tmpPIDaVo/prof.fdata.137409.fdata /tmp/.tmpPIDaVo/prof.fdata.137565.fdata /tmp/.tmpPIDaVo/prof.fdata.137711.fdata /tmp/.tmpPIDaVo/prof.fdata.137771.fdata /tmp/.tmpPIDaVo/prof.fdata.137787.fdata /tmp/.tmpPIDaVo/prof.fdata.137821.fdata /tmp/.tmpPIDaVo/prof.fdata.137828.fdata /tmp/.tmpPIDaVo/prof.fdata.137836.fdata /tmp/.tmpPIDaVo/prof.fdata.137891.fdata /tmp/.tmpPIDaVo/prof.fdata.137918.fdata /tmp/.tmpPIDaVo/prof.fdata.137963.fdata /tmp/.tmpPIDaVo/prof.fdata.137964.fdata /tmp/.tmpPIDaVo/prof.fdata.137967.fdata /tmp/.tmpPIDaVo/prof.fdata.137968.fdata /tmp/.tmpPIDaVo/prof.fdata.137973.fdata /tmp/.tmpPIDaVo/prof.fdata.137974.fdata /tmp/.tmpPIDaVo/prof.fdata.137982.fdata /tmp/.tmpPIDaVo/prof.fdata.137985.fdata /tmp/.tmpPIDaVo/prof.fdata.137986.fdata /tmp/.tmpPIDaVo/prof.fdata.137991.fdata /tmp/.tmpPIDaVo/prof.fdata.137994.fdata /tmp/.tmpPIDaVo/prof.fdata.137995.fdata /tmp/.tmpPIDaVo/prof.fdata.137998.fdata /tmp/.tmpPIDaVo/prof.fdata.138000.fdata /tmp/.tmpPIDaVo/prof.fdata.138001.fdata /tmp/.tmpPIDaVo/prof.fdata.138002.fdata /tmp/.tmpPIDaVo/prof.fdata.138003.fdata /tmp/.tmpPIDaVo/prof.fdata.138005.fdata /tmp/.tmpPIDaVo/prof.fdata.138006.fdata /tmp/.tmpPIDaVo/prof.fdata.138008.fdata /tmp/.tmpPIDaVo/prof.fdata.138009.fdata /tmp/.tmpPIDaVo/prof.fdata.138010.fdata /tmp/.tmpPIDaVo/prof.fdata.138146.fdata /tmp/.tmpPIDaVo/prof.fdata.138151.fdata /tmp/.tmpPIDaVo/prof.fdata.138156.fdata /tmp/.tmpPIDaVo/prof.fdata.138175.fdata /tmp/.tmpPIDaVo/prof.fdata.138181.fdata /tmp/.tmpPIDaVo/prof.fdata.138187.fdata /tmp/.tmpPIDaVo/prof.fdata.138191.fdata /tmp/.tmpPIDaVo/prof.fdata.138197.fdata /tmp/.tmpPIDaVo/prof.fdata.138212.fdata /tmp/.tmpPIDaVo/prof.fdata.138216.fdata /tmp/.tmpPIDaVo/prof.fdata.138230.fdata /tmp/.tmpPIDaVo/prof.fdata.138242.fdata /tmp/.tmpPIDaVo/prof.fdata.138252.fdata /tmp/.tmpPIDaVo/prof.fdata.138258.fdata /tmp/.tmpPIDaVo/prof.fdata.138278.fdata /tmp/.tmpPIDaVo/prof.fdata.138305.fdata /tmp/.tmpPIDaVo/prof.fdata.138350.fdata /tmp/.tmpPIDaVo/prof.fdata.138351.fdata /tmp/.tmpPIDaVo/prof.fdata.138354.fdata /tmp/.tmpPIDaVo/prof.fdata.138355.fdata /tmp/.tmpPIDaVo/prof.fdata.138360.fdata /tmp/.tmpPIDaVo/prof.fdata.138361.fdata /tmp/.tmpPIDaVo/prof.fdata.138371.fdata /tmp/.tmpPIDaVo/prof.fdata.138372.fdata /tmp/.tmpPIDaVo/prof.fdata.138375.fdata /tmp/.tmpPIDaVo/prof.fdata.138377.fdata /tmp/.tmpPIDaVo/prof.fdata.138378.fdata /tmp/.tmpPIDaVo/prof.fdata.138380.fdata /tmp/.tmpPIDaVo/prof.fdata.138381.fdata /tmp/.tmpPIDaVo/prof.fdata.138383.fdata /tmp/.tmpPIDaVo/prof.fdata.138386.fdata /tmp/.tmpPIDaVo/prof.fdata.138387.fdata /tmp/.tmpPIDaVo/prof.fdata.138389.fdata /tmp/.tmpPIDaVo/prof.fdata.138391.fdata /tmp/.tmpPIDaVo/prof.fdata.138392.fdata /tmp/.tmpPIDaVo/prof.fdata.138395.fdata /tmp/.tmpPIDaVo/prof.fdata.138398.fdata /tmp/.tmpPIDaVo/prof.fdata.138399.fdata /tmp/.tmpPIDaVo/prof.fdata.138400.fdata /tmp/.tmpPIDaVo/prof.fdata.138401.fdata /tmp/.tmpPIDaVo/prof.fdata.138530.fdata /tmp/.tmpPIDaVo/prof.fdata.138534.fdata /tmp/.tmpPIDaVo/prof.fdata.138539.fdata /tmp/.tmpPIDaVo/prof.fdata.138541.fdata /tmp/.tmpPIDaVo/prof.fdata.138542.fdata /tmp/.tmpPIDaVo/prof.fdata.138555.fdata /tmp/.tmpPIDaVo/prof.fdata.138575.fdata /tmp/.tmpPIDaVo/prof.fdata.138579.fdata /tmp/.tmpPIDaVo/prof.fdata.138590.fdata /tmp/.tmpPIDaVo/prof.fdata.138597.fdata /tmp/.tmpPIDaVo/prof.fdata.138601.fdata /tmp/.tmpPIDaVo/prof.fdata.138617.fdata /tmp/.tmpPIDaVo/prof.fdata.138628.fdata /tmp/.tmpPIDaVo/prof.fdata.138630.fdata /tmp/.tmpPIDaVo/prof.fdata.138636.fdata /tmp/.tmpPIDaVo/prof.fdata.138641.fdata /tmp/.tmpPIDaVo/prof.fdata.138643.fdata /tmp/.tmpPIDaVo/prof.fdata.138650.fdata /tmp/.tmpPIDaVo/prof.fdata.138656.fdata /tmp/.tmpPIDaVo/prof.fdata.138662.fdata /tmp/.tmpPIDaVo/prof.fdata.138675.fdata /tmp/.tmpPIDaVo/prof.fdata.138681.fdata /tmp/.tmpPIDaVo/prof.fdata.138687.fdata /tmp/.tmpPIDaVo/prof.fdata.138693.fdata /tmp/.tmpPIDaVo/prof.fdata.138698.fdata /tmp/.tmpPIDaVo/prof.fdata.138718.fdata /tmp/.tmpPIDaVo/prof.fdata.138729.fdata /tmp/.tmpPIDaVo/prof.fdata.138733.fdata /tmp/.tmpPIDaVo/prof.fdata.138740.fdata /tmp/.tmpPIDaVo/prof.fdata.138749.fdata /tmp/.tmpPIDaVo/prof.fdata.138755.fdata /tmp/.tmpPIDaVo/prof.fdata.138760.fdata /tmp/.tmpPIDaVo/prof.fdata.138764.fdata /tmp/.tmpPIDaVo/prof.fdata.138787.fdata /tmp/.tmpPIDaVo/prof.fdata.138794.fdata /tmp/.tmpPIDaVo/prof.fdata.138807.fdata /tmp/.tmpPIDaVo/prof.fdata.138814.fdata /tmp/.tmpPIDaVo/prof.fdata.138820.fdata /tmp/.tmpPIDaVo/prof.fdata.138839.fdata /tmp/.tmpPIDaVo/prof.fdata.138847.fdata /tmp/.tmpPIDaVo/prof.fdata.138852.fdata /tmp/.tmpPIDaVo/prof.fdata.138866.fdata /tmp/.tmpPIDaVo/prof.fdata.138882.fdata /tmp/.tmpPIDaVo/prof.fdata.138887.fdata /tmp/.tmpPIDaVo/prof.fdata.138897.fdata /tmp/.tmpPIDaVo/prof.fdata.138908.fdata /tmp/.tmpPIDaVo/prof.fdata.138915.fdata /tmp/.tmpPIDaVo/prof.fdata.138919.fdata /tmp/.tmpPIDaVo/prof.fdata.138930.fdata /tmp/.tmpPIDaVo/prof.fdata.138935.fdata /tmp/.tmpPIDaVo/prof.fdata.138947.fdata /tmp/.tmpPIDaVo/prof.fdata.138948.fdata /tmp/.tmpPIDaVo/prof.fdata.138952.fdata /tmp/.tmpPIDaVo/prof.fdata.138965.fdata /tmp/.tmpPIDaVo/prof.fdata.138969.fdata /tmp/.tmpPIDaVo/prof.fdata.138975.fdata /tmp/.tmpPIDaVo/prof.fdata.138976.fdata /tmp/.tmpPIDaVo/prof.fdata.138992.fdata /tmp/.tmpPIDaVo/prof.fdata.139006.fdata /tmp/.tmpPIDaVo/prof.fdata.139018.fdata /tmp/.tmpPIDaVo/prof.fdata.139020.fdata /tmp/.tmpPIDaVo/prof.fdata.139026.fdata /tmp/.tmpPIDaVo/prof.fdata.139037.fdata /tmp/.tmpPIDaVo/prof.fdata.139059.fdata /tmp/.tmpPIDaVo/prof.fdata.139068.fdata /tmp/.tmpPIDaVo/prof.fdata.139078.fdata /tmp/.tmpPIDaVo/prof.fdata.139084.fdata /tmp/.tmpPIDaVo/prof.fdata.139092.fdata /tmp/.tmpPIDaVo/prof.fdata.139097.fdata /tmp/.tmpPIDaVo/prof.fdata.139109.fdata /tmp/.tmpPIDaVo/prof.fdata.139119.fdata /tmp/.tmpPIDaVo/prof.fdata.139124.fdata /tmp/.tmpPIDaVo/prof.fdata.139133.fdata /tmp/.tmpPIDaVo/prof.fdata.139144.fdata /tmp/.tmpPIDaVo/prof.fdata.139150.fdata /tmp/.tmpPIDaVo/prof.fdata.139157.fdata /tmp/.tmpPIDaVo/prof.fdata.139203.fdata /tmp/.tmpPIDaVo/prof.fdata.139208.fdata /tmp/.tmpPIDaVo/prof.fdata.139209.fdata /tmp/.tmpPIDaVo/prof.fdata.139223.fdata /tmp/.tmpPIDaVo/prof.fdata.139251.fdata /tmp/.tmpPIDaVo/prof.fdata.139258.fdata /tmp/.tmpPIDaVo/prof.fdata.139263.fdata /tmp/.tmpPIDaVo/prof.fdata.139267.fdata /tmp/.tmpPIDaVo/prof.fdata.139280.fdata /tmp/.tmpPIDaVo/prof.fdata.139293.fdata /tmp/.tmpPIDaVo/prof.fdata.139334.fdata /tmp/.tmpPIDaVo/prof.fdata.139355.fdata /tmp/.tmpPIDaVo/prof.fdata.139369.fdata /tmp/.tmpPIDaVo/prof.fdata.139370.fdata /tmp/.tmpPIDaVo/prof.fdata.139373.fdata /tmp/.tmpPIDaVo/prof.fdata.139374.fdata /tmp/.tmpPIDaVo/prof.fdata.139379.fdata /tmp/.tmpPIDaVo/prof.fdata.139380.fdata /tmp/.tmpPIDaVo/prof.fdata.139386.fdata /tmp/.tmpPIDaVo/prof.fdata.139387.fdata /tmp/.tmpPIDaVo/prof.fdata.139391.fdata /tmp/.tmpPIDaVo/prof.fdata.139392.fdata /tmp/.tmpPIDaVo/prof.fdata.139467.fdata /tmp/.tmpPIDaVo/prof.fdata.139471.fdata /tmp/.tmpPIDaVo/prof.fdata.139480.fdata /tmp/.tmpPIDaVo/prof.fdata.139490.fdata /tmp/.tmpPIDaVo/prof.fdata.139551.fdata /tmp/.tmpPIDaVo/prof.fdata.139578.fdata /tmp/.tmpPIDaVo/prof.fdata.139623.fdata /tmp/.tmpPIDaVo/prof.fdata.139624.fdata /tmp/.tmpPIDaVo/prof.fdata.139627.fdata /tmp/.tmpPIDaVo/prof.fdata.139628.fdata /tmp/.tmpPIDaVo/prof.fdata.139633.fdata /tmp/.tmpPIDaVo/prof.fdata.139634.fdata /tmp/.tmpPIDaVo/prof.fdata.139645.fdata /tmp/.tmpPIDaVo/prof.fdata.139647.fdata /tmp/.tmpPIDaVo/prof.fdata.139648.fdata /tmp/.tmpPIDaVo/prof.fdata.139649.fdata /tmp/.tmpPIDaVo/prof.fdata.139650.fdata /tmp/.tmpPIDaVo/prof.fdata.139651.fdata /tmp/.tmpPIDaVo/prof.fdata.139653.fdata /tmp/.tmpPIDaVo/prof.fdata.139656.fdata /tmp/.tmpPIDaVo/prof.fdata.139658.fdata /tmp/.tmpPIDaVo/prof.fdata.139660.fdata /tmp/.tmpPIDaVo/prof.fdata.139661.fdata /tmp/.tmpPIDaVo/prof.fdata.139665.fdata /tmp/.tmpPIDaVo/prof.fdata.139666.fdata /tmp/.tmpPIDaVo/prof.fdata.139667.fdata /tmp/.tmpPIDaVo/prof.fdata.139668.fdata /tmp/.tmpPIDaVo/prof.fdata.139672.fdata /tmp/.tmpPIDaVo/prof.fdata.139673.fdata /tmp/.tmpPIDaVo/prof.fdata.139674.fdata /tmp/.tmpPIDaVo/prof.fdata.139807.fdata /tmp/.tmpPIDaVo/prof.fdata.139814.fdata /tmp/.tmpPIDaVo/prof.fdata.139827.fdata /tmp/.tmpPIDaVo/prof.fdata.139829.fdata /tmp/.tmpPIDaVo/prof.fdata.139839.fdata /tmp/.tmpPIDaVo/prof.fdata.139845.fdata /tmp/.tmpPIDaVo/prof.fdata.139860.fdata /tmp/.tmpPIDaVo/prof.fdata.139864.fdata /tmp/.tmpPIDaVo/prof.fdata.139865.fdata /tmp/.tmpPIDaVo/prof.fdata.139874.fdata /tmp/.tmpPIDaVo/prof.fdata.139876.fdata /tmp/.tmpPIDaVo/prof.fdata.139883.fdata /tmp/.tmpPIDaVo/prof.fdata.139889.fdata /tmp/.tmpPIDaVo/prof.fdata.139893.fdata /tmp/.tmpPIDaVo/prof.fdata.139897.fdata /tmp/.tmpPIDaVo/prof.fdata.139899.fdata /tmp/.tmpPIDaVo/prof.fdata.139907.fdata /tmp/.tmpPIDaVo/prof.fdata.139909.fdata /tmp/.tmpPIDaVo/prof.fdata.139913.fdata /tmp/.tmpPIDaVo/prof.fdata.139920.fdata /tmp/.tmpPIDaVo/prof.fdata.139922.fdata /tmp/.tmpPIDaVo/prof.fdata.139942.fdata /tmp/.tmpPIDaVo/prof.fdata.139970.fdata /tmp/.tmpPIDaVo/prof.fdata.139972.fdata /tmp/.tmpPIDaVo/prof.fdata.139979.fdata /tmp/.tmpPIDaVo/prof.fdata.139990.fdata /tmp/.tmpPIDaVo/prof.fdata.140030.fdata /tmp/.tmpPIDaVo/prof.fdata.140048.fdata /tmp/.tmpPIDaVo/prof.fdata.140054.fdata /tmp/.tmpPIDaVo/prof.fdata.140060.fdata /tmp/.tmpPIDaVo/prof.fdata.140079.fdata /tmp/.tmpPIDaVo/prof.fdata.140093.fdata /tmp/.tmpPIDaVo/prof.fdata.140104.fdata /tmp/.tmpPIDaVo/prof.fdata.140119.fdata /tmp/.tmpPIDaVo/prof.fdata.140124.fdata /tmp/.tmpPIDaVo/prof.fdata.140130.fdata /tmp/.tmpPIDaVo/prof.fdata.140145.fdata /tmp/.tmpPIDaVo/prof.fdata.140164.fdata /tmp/.tmpPIDaVo/prof.fdata.140186.fdata /tmp/.tmpPIDaVo/prof.fdata.140197.fdata /tmp/.tmpPIDaVo/prof.fdata.140202.fdata /tmp/.tmpPIDaVo/prof.fdata.140216.fdata /tmp/.tmpPIDaVo/prof.fdata.140231.fdata /tmp/.tmpPIDaVo/prof.fdata.140242.fdata /tmp/.tmpPIDaVo/prof.fdata.140259.fdata /tmp/.tmpPIDaVo/prof.fdata.140271.fdata /tmp/.tmpPIDaVo/prof.fdata.140291.fdata /tmp/.tmpPIDaVo/prof.fdata.140297.fdata /tmp/.tmpPIDaVo/prof.fdata.140309.fdata /tmp/.tmpPIDaVo/prof.fdata.140313.fdata /tmp/.tmpPIDaVo/prof.fdata.140333.fdata /tmp/.tmpPIDaVo/prof.fdata.140334.fdata /tmp/.tmpPIDaVo/prof.fdata.140353.fdata /tmp/.tmpPIDaVo/prof.fdata.140359.fdata /tmp/.tmpPIDaVo/prof.fdata.140384.fdata /tmp/.tmpPIDaVo/prof.fdata.140419.fdata /tmp/.tmpPIDaVo/prof.fdata.140463.fdata /tmp/.tmpPIDaVo/prof.fdata.140490.fdata /tmp/.tmpPIDaVo/prof.fdata.140501.fdata /tmp/.tmpPIDaVo/prof.fdata.140509.fdata /tmp/.tmpPIDaVo/prof.fdata.140519.fdata /tmp/.tmpPIDaVo/prof.fdata.140526.fdata /tmp/.tmpPIDaVo/prof.fdata.140540.fdata /tmp/.tmpPIDaVo/prof.fdata.140577.fdata /tmp/.tmpPIDaVo/prof.fdata.140588.fdata /tmp/.tmpPIDaVo/prof.fdata.140618.fdata /tmp/.tmpPIDaVo/prof.fdata.140624.fdata /tmp/.tmpPIDaVo/prof.fdata.140649.fdata /tmp/.tmpPIDaVo/prof.fdata.140660.fdata /tmp/.tmpPIDaVo/prof.fdata.140677.fdata /tmp/.tmpPIDaVo/prof.fdata.140691.fdata /tmp/.tmpPIDaVo/prof.fdata.140698.fdata /tmp/.tmpPIDaVo/prof.fdata.140702.fdata /tmp/.tmpPIDaVo/prof.fdata.140714.fdata /tmp/.tmpPIDaVo/prof.fdata.140723.fdata /tmp/.tmpPIDaVo/prof.fdata.140732.fdata /tmp/.tmpPIDaVo/prof.fdata.140756.fdata /tmp/.tmpPIDaVo/prof.fdata.140760.fdata /tmp/.tmpPIDaVo/prof.fdata.140771.fdata /tmp/.tmpPIDaVo/prof.fdata.140796.fdata /tmp/.tmpPIDaVo/prof.fdata.140803.fdata /tmp/.tmpPIDaVo/prof.fdata.140812.fdata /tmp/.tmpPIDaVo/prof.fdata.140819.fdata /tmp/.tmpPIDaVo/prof.fdata.140831.fdata /tmp/.tmpPIDaVo/prof.fdata.140835.fdata /tmp/.tmpPIDaVo/prof.fdata.140850.fdata /tmp/.tmpPIDaVo/prof.fdata.140853.fdata /tmp/.tmpPIDaVo/prof.fdata.140875.fdata /tmp/.tmpPIDaVo/prof.fdata.140887.fdata /tmp/.tmpPIDaVo/prof.fdata.140900.fdata /tmp/.tmpPIDaVo/prof.fdata.140907.fdata /tmp/.tmpPIDaVo/prof.fdata.140918.fdata /tmp/.tmpPIDaVo/prof.fdata.140920.fdata /tmp/.tmpPIDaVo/prof.fdata.140926.fdata /tmp/.tmpPIDaVo/prof.fdata.140952.fdata /tmp/.tmpPIDaVo/prof.fdata.140963.fdata /tmp/.tmpPIDaVo/prof.fdata.140983.fdata /tmp/.tmpPIDaVo/prof.fdata.140995.fdata /tmp/.tmpPIDaVo/prof.fdata.141010.fdata /tmp/.tmpPIDaVo/prof.fdata.141021.fdata /tmp/.tmpPIDaVo/prof.fdata.141030.fdata /tmp/.tmpPIDaVo/prof.fdata.141034.fdata /tmp/.tmpPIDaVo/prof.fdata.141038.fdata /tmp/.tmpPIDaVo/prof.fdata.141050.fdata /tmp/.tmpPIDaVo/prof.fdata.141059.fdata /tmp/.tmpPIDaVo/prof.fdata.141072.fdata /tmp/.tmpPIDaVo/prof.fdata.141076.fdata /tmp/.tmpPIDaVo/prof.fdata.141080.fdata /tmp/.tmpPIDaVo/prof.fdata.141086.fdata /tmp/.tmpPIDaVo/prof.fdata.141096.fdata /tmp/.tmpPIDaVo/prof.fdata.141100.fdata /tmp/.tmpPIDaVo/prof.fdata.141110.fdata /tmp/.tmpPIDaVo/prof.fdata.141116.fdata /tmp/.tmpPIDaVo/prof.fdata.141121.fdata /tmp/.tmpPIDaVo/prof.fdata.141129.fdata /tmp/.tmpPIDaVo/prof.fdata.141131.fdata /tmp/.tmpPIDaVo/prof.fdata.141175.fdata /tmp/.tmpPIDaVo/prof.fdata.141190.fdata /tmp/.tmpPIDaVo/prof.fdata.141234.fdata /tmp/.tmpPIDaVo/prof.fdata.141238.fdata /tmp/.tmpPIDaVo/prof.fdata.141254.fdata /tmp/.tmpPIDaVo/prof.fdata.141261.fdata /tmp/.tmpPIDaVo/prof.fdata.141278.fdata /tmp/.tmpPIDaVo/prof.fdata.141303.fdata /tmp/.tmpPIDaVo/prof.fdata.141338.fdata /tmp/.tmpPIDaVo/prof.fdata.141382.fdata /tmp/.tmpPIDaVo/prof.fdata.141384.fdata /tmp/.tmpPIDaVo/prof.fdata.141387.fdata /tmp/.tmpPIDaVo/prof.fdata.141394.fdata /tmp/.tmpPIDaVo/prof.fdata.141396.fdata /tmp/.tmpPIDaVo/prof.fdata.141398.fdata /tmp/.tmpPIDaVo/prof.fdata.141399.fdata /tmp/.tmpPIDaVo/prof.fdata.141402.fdata /tmp/.tmpPIDaVo/prof.fdata.141403.fdata /tmp/.tmpPIDaVo/prof.fdata.141406.fdata /tmp/.tmpPIDaVo/prof.fdata.141407.fdata /tmp/.tmpPIDaVo/prof.fdata.141409.fdata /tmp/.tmpPIDaVo/prof.fdata.141410.fdata /tmp/.tmpPIDaVo/prof.fdata.141413.fdata /tmp/.tmpPIDaVo/prof.fdata.141415.fdata /tmp/.tmpPIDaVo/prof.fdata.141416.fdata /tmp/.tmpPIDaVo/prof.fdata.141418.fdata /tmp/.tmpPIDaVo/prof.fdata.141420.fdata /tmp/.tmpPIDaVo/prof.fdata.141422.fdata /tmp/.tmpPIDaVo/prof.fdata.141423.fdata /tmp/.tmpPIDaVo/prof.fdata.141544.fdata /tmp/.tmpPIDaVo/prof.fdata.141546.fdata /tmp/.tmpPIDaVo/prof.fdata.141558.fdata /tmp/.tmpPIDaVo/prof.fdata.141567.fdata /tmp/.tmpPIDaVo/prof.fdata.141575.fdata /tmp/.tmpPIDaVo/prof.fdata.141581.fdata /tmp/.tmpPIDaVo/prof.fdata.141591.fdata /tmp/.tmpPIDaVo/prof.fdata.141599.fdata /tmp/.tmpPIDaVo/prof.fdata.141602.fdata /tmp/.tmpPIDaVo/prof.fdata.141607.fdata /tmp/.tmpPIDaVo/prof.fdata.141611.fdata /tmp/.tmpPIDaVo/prof.fdata.141614.fdata /tmp/.tmpPIDaVo/prof.fdata.141618.fdata /tmp/.tmpPIDaVo/prof.fdata.141625.fdata /tmp/.tmpPIDaVo/prof.fdata.141629.fdata /tmp/.tmpPIDaVo/prof.fdata.141634.fdata /tmp/.tmpPIDaVo/prof.fdata.141639.fdata /tmp/.tmpPIDaVo/prof.fdata.141644.fdata /tmp/.tmpPIDaVo/prof.fdata.141646.fdata /tmp/.tmpPIDaVo/prof.fdata.141656.fdata /tmp/.tmpPIDaVo/prof.fdata.141662.fdata /tmp/.tmpPIDaVo/prof.fdata.141672.fdata /tmp/.tmpPIDaVo/prof.fdata.141679.fdata /tmp/.tmpPIDaVo/prof.fdata.141683.fdata /tmp/.tmpPIDaVo/prof.fdata.141687.fdata /tmp/.tmpPIDaVo/prof.fdata.141700.fdata /tmp/.tmpPIDaVo/prof.fdata.141708.fdata /tmp/.tmpPIDaVo/prof.fdata.141725.fdata /tmp/.tmpPIDaVo/prof.fdata.141738.fdata /tmp/.tmpPIDaVo/prof.fdata.141742.fdata /tmp/.tmpPIDaVo/prof.fdata.141746.fdata /tmp/.tmpPIDaVo/prof.fdata.141754.fdata /tmp/.tmpPIDaVo/prof.fdata.141764.fdata /tmp/.tmpPIDaVo/prof.fdata.141779.fdata /tmp/.tmpPIDaVo/prof.fdata.141784.fdata /tmp/.tmpPIDaVo/prof.fdata.141790.fdata /tmp/.tmpPIDaVo/prof.fdata.141794.fdata /tmp/.tmpPIDaVo/prof.fdata.141799.fdata /tmp/.tmpPIDaVo/prof.fdata.141813.fdata /tmp/.tmpPIDaVo/prof.fdata.141821.fdata /tmp/.tmpPIDaVo/prof.fdata.141824.fdata /tmp/.tmpPIDaVo/prof.fdata.141826.fdata /tmp/.tmpPIDaVo/prof.fdata.141840.fdata /tmp/.tmpPIDaVo/prof.fdata.141853.fdata /tmp/.tmpPIDaVo/prof.fdata.141858.fdata /tmp/.tmpPIDaVo/prof.fdata.141864.fdata /tmp/.tmpPIDaVo/prof.fdata.141865.fdata /tmp/.tmpPIDaVo/prof.fdata.141881.fdata /tmp/.tmpPIDaVo/prof.fdata.141893.fdata /tmp/.tmpPIDaVo/prof.fdata.141898.fdata /tmp/.tmpPIDaVo/prof.fdata.141904.fdata /tmp/.tmpPIDaVo/prof.fdata.141929.fdata /tmp/.tmpPIDaVo/prof.fdata.141955.fdata /tmp/.tmpPIDaVo/prof.fdata.141969.fdata /tmp/.tmpPIDaVo/prof.fdata.141980.fdata /tmp/.tmpPIDaVo/prof.fdata.141987.fdata /tmp/.tmpPIDaVo/prof.fdata.141994.fdata /tmp/.tmpPIDaVo/prof.fdata.142014.fdata /tmp/.tmpPIDaVo/prof.fdata.142032.fdata /tmp/.tmpPIDaVo/prof.fdata.142033.fdata /tmp/.tmpPIDaVo/prof.fdata.142036.fdata /tmp/.tmpPIDaVo/prof.fdata.142037.fdata /tmp/.tmpPIDaVo/prof.fdata.142042.fdata /tmp/.tmpPIDaVo/prof.fdata.142043.fdata /tmp/.tmpPIDaVo/prof.fdata.142048.fdata /tmp/.tmpPIDaVo/prof.fdata.142051.fdata /tmp/.tmpPIDaVo/prof.fdata.142070.fdata /tmp/.tmpPIDaVo/prof.fdata.142074.fdata /tmp/.tmpPIDaVo/prof.fdata.142089.fdata /tmp/.tmpPIDaVo/prof.fdata.142104.fdata /tmp/.tmpPIDaVo/prof.fdata.142119.fdata /tmp/.tmpPIDaVo/prof.fdata.142120.fdata /tmp/.tmpPIDaVo/prof.fdata.142123.fdata /tmp/.tmpPIDaVo/prof.fdata.142124.fdata /tmp/.tmpPIDaVo/prof.fdata.142129.fdata /tmp/.tmpPIDaVo/prof.fdata.142130.fdata /tmp/.tmpPIDaVo/prof.fdata.142137.fdata /tmp/.tmpPIDaVo/prof.fdata.142138.fdata /tmp/.tmpPIDaVo/prof.fdata.142139.fdata /tmp/.tmpPIDaVo/prof.fdata.142144.fdata /tmp/.tmpPIDaVo/prof.fdata.142145.fdata /tmp/.tmpPIDaVo/prof.fdata.142146.fdata /tmp/.tmpPIDaVo/prof.fdata.142200.fdata /tmp/.tmpPIDaVo/prof.fdata.142204.fdata /tmp/.tmpPIDaVo/prof.fdata.142208.fdata /tmp/.tmpPIDaVo/prof.fdata.142212.fdata /tmp/.tmpPIDaVo/prof.fdata.142215.fdata /tmp/.tmpPIDaVo/prof.fdata.142219.fdata /tmp/.tmpPIDaVo/prof.fdata.142225.fdata /tmp/.tmpPIDaVo/prof.fdata.142234.fdata /tmp/.tmpPIDaVo/prof.fdata.142281.fdata /tmp/.tmpPIDaVo/prof.fdata.142311.fdata > "/tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata" [at /checkout/obj]`
Profile from 735 files merged.
##[endgroup]
[2024-12-26T08:06:53.544Z INFO  opt_dist::training] LLVM BOLT statistics
[2024-12-26T08:06:53.544Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata: 172.50 MiB
---
BOLT-INFO: setting __hot_start to 0x7c00000
BOLT-INFO: setting __hot_end to 0x89c9fab
[2024-12-26T08:10:56.777Z INFO  opt_dist] Optimizing /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-eadd5a00229ce197.so with BOLT
[2024-12-26T08:10:56.778Z INFO  opt_dist::utils::io] Copying file /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-eadd5a00229ce197.so to /tmp/.tmp4O5Qju
[2024-12-26T08:11:00.430Z INFO  opt_dist::exec] Executing `llvm-bolt -instrument /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/librustc_driver-eadd5a00229ce197.so --instrumentation-file=/tmp/.tmpy4PbPr/prof.fdata --instrumentation-file-append-pid -o /tmp/.tmpfAwQlD [at /checkout/obj]`
BOLT-INFO: Target architecture: x86_64
BOLT-INFO: BOLT version: <unknown>
BOLT-INFO: first alloc address is 0x0
BOLT-INFO: creating new program header table at address 0x4a00000, offset 0x4a00000
---
Preparing bitmaps-3.1.0
[2024-12-26T08:11:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:11:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:11:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:11:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpsnS3Oq" && 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/.tmpsnS3Oq#bitmaps@3.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-12-26T08:11:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpzlXgUo" && 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/.tmpzlXgUo#bitmaps@3.1.0" "--release" "--" "--skip-this-rustc"
[2024-12-26T08:11:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpsFKSBf" && 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/.tmpsFKSBf#bitmaps@3.1.0" "--" "--skip-this-rustc"
[2024-12-26T08:11:48Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:11:48Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:11:48Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:11:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpMSYtlT" && 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/.tmpMSYtlT#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:11:52Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:11:52Z DEBUG collector::compile::execute] cd "/tmp/.tmpMSYtlT" && 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/.tmpMSYtlT#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpMSYtlT/incremental-state"
[2024-12-26T08:11:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:11:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpMSYtlT" && 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/.tmpMSYtlT#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpMSYtlT/incremental-state"
[2024-12-26T08:11:59Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpMSYtlT"
[2024-12-26T08:11:59Z 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
[2024-12-26T08:11:59Z 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
[2024-12-26T08:11:59Z DEBUG collector::compile::execute] cd "/tmp/.tmpMSYtlT" && 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/.tmpMSYtlT#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpMSYtlT/incremental-state"
[2024-12-26T08:12:03Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:12:03Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:12:03Z DEBUG collector::compile::execute] cd "/tmp/.tmpdnpd8u" && 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/.tmpdnpd8u#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:12:08Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
Preparing ctfe-stress-5
[2024-12-26T08:18:19Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:18:19Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:18:19Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:18:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpnNVWUj" && 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/.tmpnNVWUj#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-12-26T08:18:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpgQI8Vz" && 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/.tmpgQI8Vz#ctfe-stress-5@0.1.0" "--release" "--" "--skip-this-rustc"
[2024-12-26T08:18:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpgGrnsm" && 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/.tmpgGrnsm#ctfe-stress-5@0.1.0" "--" "--skip-this-rustc"
[2024-12-26T08:18:20Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:18:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:18:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpBctv1V" && 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/.tmpBctv1V#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:18:26Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T08:18:51Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:18:51Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:18:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpLcie1e" && 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/.tmpLcie1e#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:18:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:18:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpLcie1e" && 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/.tmpLcie1e#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLcie1e/incremental-state"
[2024-12-26T08:19:04Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:19:04Z DEBUG collector::compile::execute] cd "/tmp/.tmpLcie1e" && 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/.tmpLcie1e#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLcie1e/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2024-12-26T08:19:07Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:19:07Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-12-26T08:19:27Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:19:27Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:19:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpEMLzpL" && 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/.tmpEMLzpL#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:19:36Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:19:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpEMLzpL" && 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/.tmpEMLzpL#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEMLzpL/incremental-state"
[2024-12-26T08:19:46Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:19:46Z DEBUG collector::compile::execute] cd "/tmp/.tmpEMLzpL" && 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/.tmpEMLzpL#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEMLzpL/incremental-state"
[2024-12-26T08:19:50Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpEMLzpL"
[2024-12-26T08:19:50Z 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
[2024-12-26T08:19:50Z 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
[2024-12-26T08:19:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpEMLzpL" && 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/.tmpEMLzpL#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEMLzpL/incremental-state"
[2024-12-26T08:19:55Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:19:55Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:19:55Z DEBUG collector::compile::execute] cd "/tmp/.tmpCSkhSo" && 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/.tmpCSkhSo#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:20:05Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T08:20:26Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:20:26Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:20:26Z DEBUG collector::compile::execute] cd "/tmp/.tmpxYZrzG" && 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/.tmpxYZrzG#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:20:36Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:20:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpxYZrzG" && 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/.tmpxYZrzG#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxYZrzG/incremental-state"
[2024-12-26T08:20:48Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:20:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpxYZrzG" && 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/.tmpxYZrzG#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxYZrzG/incremental-state"
[2024-12-26T08:20:52Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpxYZrzG"
[2024-12-26T08:20:52Z 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
[2024-12-26T08:20:52Z 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
[2024-12-26T08:20:52Z DEBUG collector::compile::execute] cd "/tmp/.tmpxYZrzG" && 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/.tmpxYZrzG#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxYZrzG/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2024-12-26T08:20:58Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-12-26T08:20:58Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-12-26T08:21:16Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:21:16Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:16Z DEBUG collector::compile::execute] cd "/tmp/.tmpuiQltM" && 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/.tmpuiQltM#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:21:20Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpuiQltM" && 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/.tmpuiQltM#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuiQltM/incremental-state"
[2024-12-26T08:21:25Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:25Z DEBUG collector::compile::execute] cd "/tmp/.tmpuiQltM" && 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/.tmpuiQltM#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuiQltM/incremental-state"
[2024-12-26T08:21:27Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:21:27Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:27Z DEBUG collector::compile::execute] cd "/tmp/.tmp00kHe5" && 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/.tmp00kHe5#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:21:32Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T08:21:56Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:21:56Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:56Z DEBUG collector::compile::execute] cd "/tmp/.tmpegglMz" && 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/.tmpegglMz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:21:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpegglMz" && 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/.tmpegglMz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpegglMz/incremental-state"
[2024-12-26T08:21:59Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:21:59Z DEBUG collector::compile::execute] cd "/tmp/.tmpegglMz" && 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/.tmpegglMz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpegglMz/incremental-state"
[2024-12-26T08:22:01Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:22:01Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:22:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpLhfbta" && 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/.tmpLhfbta#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:22:03Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-12-26T08:22:27Z DEBUG collector::compile::execute] cd "/tmp/.tmp5qFD5A" && 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/.tmp5qFD5A#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmp5qFD5A/incremental-state"
Running tuple-stress: Debug + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-12-26T08:22:31Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:22:31Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:22:31Z DEBUG collector::compile::execute] cd "/tmp/.tmpwssuVh" && 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/.tmpwssuVh#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:22:36Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:22:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpwssuVh" && 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/.tmpwssuVh#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwssuVh/incremental-state"
[2024-12-26T08:22:42Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:22:42Z DEBUG collector::compile::execute] cd "/tmp/.tmpwssuVh" && 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/.tmpwssuVh#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwssuVh/incremental-state"
[2024-12-26T08:22:44Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpwssuVh"
[2024-12-26T08:22:44Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-12-26T08:22:44Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-12-26T08:22:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpwssuVh" && 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/.tmpwssuVh#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwssuVh/incremental-state"
[2024-12-26T08:22:50Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-12-26T08:22:50Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-12-26T08:22:50Z DEBUG collector::compile::execute] cd "/tmp/.tmp1waTkh" && 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/.tmp1waTkh#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-12-26T08:22:54Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
Finished benchmark tuple-stress (8/8)
[2024-12-26T08:23:08.125Z INFO  opt_dist::training] Merging rustc BOLT profiles from /tmp/.tmpy4PbPr/prof.fdata to /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata
##[endgroup]
##[group]Merging BOLT profiles
[2024-12-26T08:23:08.127Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpy4PbPr/prof.fdata.142402.fdata /tmp/.tmpy4PbPr/prof.fdata.142417.fdata /tmp/.tmpy4PbPr/prof.fdata.142418.fdata /tmp/.tmpy4PbPr/prof.fdata.142419.fdata /tmp/.tmpy4PbPr/prof.fdata.142423.fdata /tmp/.tmpy4PbPr/prof.fdata.142424.fdata /tmp/.tmpy4PbPr/prof.fdata.142425.fdata /tmp/.tmpy4PbPr/prof.fdata.142432.fdata /tmp/.tmpy4PbPr/prof.fdata.142433.fdata /tmp/.tmpy4PbPr/prof.fdata.142434.fdata /tmp/.tmpy4PbPr/prof.fdata.142453.fdata /tmp/.tmpy4PbPr/prof.fdata.142463.fdata /tmp/.tmpy4PbPr/prof.fdata.142473.fdata /tmp/.tmpy4PbPr/prof.fdata.142484.fdata /tmp/.tmpy4PbPr/prof.fdata.142495.fdata /tmp/.tmpy4PbPr/prof.fdata.142506.fdata /tmp/.tmpy4PbPr/prof.fdata.142543.fdata /tmp/.tmpy4PbPr/prof.fdata.142581.fdata /tmp/.tmpy4PbPr/prof.fdata.142619.fdata /tmp/.tmpy4PbPr/prof.fdata.142633.fdata /tmp/.tmpy4PbPr/prof.fdata.142657.fdata /tmp/.tmpy4PbPr/prof.fdata.142675.fdata /tmp/.tmpy4PbPr/prof.fdata.142699.fdata /tmp/.tmpy4PbPr/prof.fdata.142700.fdata /tmp/.tmpy4PbPr/prof.fdata.142701.fdata /tmp/.tmpy4PbPr/prof.fdata.142705.fdata /tmp/.tmpy4PbPr/prof.fdata.142706.fdata /tmp/.tmpy4PbPr/prof.fdata.142707.fdata /tmp/.tmpy4PbPr/prof.fdata.142714.fdata /tmp/.tmpy4PbPr/prof.fdata.142715.fdata /tmp/.tmpy4PbPr/prof.fdata.142716.fdata /tmp/.tmpy4PbPr/prof.fdata.142726.fdata /tmp/.tmpy4PbPr/prof.fdata.142728.fdata /tmp/.tmpy4PbPr/prof.fdata.142731.fdata /tmp/.tmpy4PbPr/prof.fdata.142735.fdata /tmp/.tmpy4PbPr/prof.fdata.142736.fdata /tmp/.tmpy4PbPr/prof.fdata.142737.fdata /tmp/.tmpy4PbPr/prof.fdata.142738.fdata /tmp/.tmpy4PbPr/prof.fdata.142740.fdata /tmp/.tmpy4PbPr/prof.fdata.142741.fdata /tmp/.tmpy4PbPr/prof.fdata.142744.fdata /tmp/.tmpy4PbPr/prof.fdata.142746.fdata /tmp/.tmpy4PbPr/prof.fdata.142749.fdata /tmp/.tmpy4PbPr/prof.fdata.142750.fdata /tmp/.tmpy4PbPr/prof.fdata.142752.fdata /tmp/.tmpy4PbPr/prof.fdata.142756.fdata /tmp/.tmpy4PbPr/prof.fdata.142757.fdata /tmp/.tmpy4PbPr/prof.fdata.142758.fdata /tmp/.tmpy4PbPr/prof.fdata.142759.fdata /tmp/.tmpy4PbPr/prof.fdata.142760.fdata /tmp/.tmpy4PbPr/prof.fdata.142916.fdata /tmp/.tmpy4PbPr/prof.fdata.142917.fdata /tmp/.tmpy4PbPr/prof.fdata.142919.fdata /tmp/.tmpy4PbPr/prof.fdata.142937.fdata /tmp/.tmpy4PbPr/prof.fdata.142949.fdata /tmp/.tmpy4PbPr/prof.fdata.142958.fdata /tmp/.tmpy4PbPr/prof.fdata.142959.fdata /tmp/.tmpy4PbPr/prof.fdata.142965.fdata /tmp/.tmpy4PbPr/prof.fdata.142971.fdata /tmp/.tmpy4PbPr/prof.fdata.142972.fdata /tmp/.tmpy4PbPr/prof.fdata.142978.fdata /tmp/.tmpy4PbPr/prof.fdata.142982.fdata /tmp/.tmpy4PbPr/prof.fdata.142986.fdata /tmp/.tmpy4PbPr/prof.fdata.142991.fdata /tmp/.tmpy4PbPr/prof.fdata.142999.fdata /tmp/.tmpy4PbPr/prof.fdata.143007.fdata /tmp/.tmpy4PbPr/prof.fdata.143010.fdata /tmp/.tmpy4PbPr/prof.fdata.143011.fdata /tmp/.tmpy4PbPr/prof.fdata.143024.fdata /tmp/.tmpy4PbPr/prof.fdata.143031.fdata /tmp/.tmpy4PbPr/prof.fdata.143034.fdata /tmp/.tmpy4PbPr/prof.fdata.143035.fdata /tmp/.tmpy4PbPr/prof.fdata.143045.fdata /tmp/.tmpy4PbPr/prof.fdata.143046.fdata /tmp/.tmpy4PbPr/prof.fdata.143064.fdata /tmp/.tmpy4PbPr/prof.fdata.143069.fdata /tmp/.tmpy4PbPr/prof.fdata.143076.fdata /tmp/.tmpy4PbPr/prof.fdata.143080.fdata /tmp/.tmpy4PbPr/prof.fdata.143121.fdata /tmp/.tmpy4PbPr/prof.fdata.143136.fdata /tmp/.tmpy4PbPr/prof.fdata.143140.fdata /tmp/.tmpy4PbPr/prof.fdata.143182.fdata /tmp/.tmpy4PbPr/prof.fdata.143187.fdata /tmp/.tmpy4PbPr/prof.fdata.143192.fdata /tmp/.tmpy4PbPr/prof.fdata.143198.fdata /tmp/.tmpy4PbPr/prof.fdata.143206.fdata /tmp/.tmpy4PbPr/prof.fdata.143216.fdata /tmp/.tmpy4PbPr/prof.fdata.143220.fdata /tmp/.tmpy4PbPr/prof.fdata.143228.fdata /tmp/.tmpy4PbPr/prof.fdata.143238.fdata /tmp/.tmpy4PbPr/prof.fdata.143241.fdata /tmp/.tmpy4PbPr/prof.fdata.143247.fdata /tmp/.tmpy4PbPr/prof.fdata.143263.fdata /tmp/.tmpy4PbPr/prof.fdata.143267.fdata /tmp/.tmpy4PbPr/prof.fdata.143297.fdata /tmp/.tmpy4PbPr/prof.fdata.143306.fdata /tmp/.tmpy4PbPr/prof.fdata.143312.fdata /tmp/.tmpy4PbPr/prof.fdata.143323.fdata /tmp/.tmpy4PbPr/prof.fdata.143330.fdata /tmp/.tmpy4PbPr/prof.fdata.143335.fdata /tmp/.tmpy4PbPr/prof.fdata.143348.fdata /tmp/.tmpy4PbPr/prof.fdata.143370.fdata /tmp/.tmpy4PbPr/prof.fdata.143375.fdata /tmp/.tmpy4PbPr/prof.fdata.143385.fdata /tmp/.tmpy4PbPr/prof.fdata.143402.fdata /tmp/.tmpy4PbPr/prof.fdata.143407.fdata /tmp/.tmpy4PbPr/prof.fdata.143422.fdata /tmp/.tmpy4PbPr/prof.fdata.143433.fdata /tmp/.tmpy4PbPr/prof.fdata.143437.fdata /tmp/.tmpy4PbPr/prof.fdata.143444.fdata /tmp/.tmpy4PbPr/prof.fdata.143450.fdata /tmp/.tmpy4PbPr/prof.fdata.143461.fdata /tmp/.tmpy4PbPr/prof.fdata.143490.fdata /tmp/.tmpy4PbPr/prof.fdata.143505.fdata /tmp/.tmpy4PbPr/prof.fdata.143510.fdata /tmp/.tmpy4PbPr/prof.fdata.143516.fdata /tmp/.tmpy4PbPr/prof.fdata.143530.fdata /tmp/.tmpy4PbPr/prof.fdata.143534.fdata /tmp/.tmpy4PbPr/prof.fdata.143555.fdata /tmp/.tmpy4PbPr/prof.fdata.143566.fdata /tmp/.tmpy4PbPr/prof.fdata.143567.fdata /tmp/.tmpy4PbPr/prof.fdata.143583.fdata /tmp/.tmpy4PbPr/prof.fdata.143591.fdata /tmp/.tmpy4PbPr/prof.fdata.143601.fdata /tmp/.tmpy4PbPr/prof.fdata.143603.fdata /tmp/.tmpy4PbPr/prof.fdata.143609.fdata /tmp/.tmpy4PbPr/prof.fdata.143614.fdata /tmp/.tmpy4PbPr/prof.fdata.143625.fdata /tmp/.tmpy4PbPr/prof.fdata.143636.fdata /tmp/.tmpy4PbPr/prof.fdata.143648.fdata /tmp/.tmpy4PbPr/prof.fdata.143658.fdata /tmp/.tmpy4PbPr/prof.fdata.143665.fdata /tmp/.tmpy4PbPr/prof.fdata.143667.fdata /tmp/.tmpy4PbPr/prof.fdata.143680.fdata /tmp/.tmpy4PbPr/prof.fdata.143694.fdata /tmp/.tmpy4PbPr/prof.fdata.143712.fdata /tmp/.tmpy4PbPr/prof.fdata.143737.fdata /tmp/.tmpy4PbPr/prof.fdata.143740.fdata /tmp/.tmpy4PbPr/prof.fdata.143749.fdata /tmp/.tmpy4PbPr/prof.fdata.143756.fdata /tmp/.tmpy4PbPr/prof.fdata.143771.fdata /tmp/.tmpy4PbPr/prof.fdata.143775.fdata /tmp/.tmpy4PbPr/prof.fdata.143779.fdata /tmp/.tmpy4PbPr/prof.fdata.143791.fdata /tmp/.tmpy4PbPr/prof.fdata.143806.fdata /tmp/.tmpy4PbPr/prof.fdata.143813.fdata /tmp/.tmpy4PbPr/prof.fdata.143817.fdata /tmp/.tmpy4PbPr/prof.fdata.143836.fdata /tmp/.tmpy4PbPr/prof.fdata.143845.fdata /tmp/.tmpy4PbPr/prof.fdata.143862.fdata /tmp/.tmpy4PbPr/prof.fdata.143869.fdata /tmp/.tmpy4PbPr/prof.fdata.143870.fdata /tmp/.tmpy4PbPr/prof.fdata.143876.fdata /tmp/.tmpy4PbPr/prof.fdata.143894.fdata /tmp/.tmpy4PbPr/prof.fdata.143900.fdata /tmp/.tmpy4PbPr/prof.fdata.143911.fdata /tmp/.tmpy4PbPr/prof.fdata.143917.fdata /tmp/.tmpy4PbPr/prof.fdata.143928.fdata /tmp/.tmpy4PbPr/prof.fdata.143933.fdata /tmp/.tmpy4PbPr/prof.fdata.143935.fdata /tmp/.tmpy4PbPr/prof.fdata.143941.fdata /tmp/.tmpy4PbPr/prof.fdata.143947.fdata /tmp/.tmpy4PbPr/prof.fdata.143958.fdata /tmp/.tmpy4PbPr/prof.fdata.143970.fdata /tmp/.tmpy4PbPr/prof.fdata.143977.fdata /tmp/.tmpy4PbPr/prof.fdata.143981.fdata /tmp/.tmpy4PbPr/prof.fdata.143983.fdata /tmp/.tmpy4PbPr/prof.fdata.143989.fdata /tmp/.tmpy4PbPr/prof.fdata.143997.fdata /tmp/.tmpy4PbPr/prof.fdata.144018.fdata /tmp/.tmpy4PbPr/prof.fdata.144022.fdata /tmp/.tmpy4PbPr/prof.fdata.144038.fdata /tmp/.tmpy4PbPr/prof.fdata.144061.fdata /tmp/.tmpy4PbPr/prof.fdata.144069.fdata /tmp/.tmpy4PbPr/prof.fdata.144073.fdata /tmp/.tmpy4PbPr/prof.fdata.144086.fdata /tmp/.tmpy4PbPr/prof.fdata.144102.fdata /tmp/.tmpy4PbPr/prof.fdata.144118.fdata /tmp/.tmpy4PbPr/prof.fdata.144129.fdata /tmp/.tmpy4PbPr/prof.fdata.144137.fdata /tmp/.tmpy4PbPr/prof.fdata.144149.fdata /tmp/.tmpy4PbPr/prof.fdata.144158.fdata /tmp/.tmpy4PbPr/prof.fdata.144175.fdata /tmp/.tmpy4PbPr/prof.fdata.144183.fdata /tmp/.tmpy4PbPr/prof.fdata.144187.fdata /tmp/.tmpy4PbPr/prof.fdata.144196.fdata /tmp/.tmpy4PbPr/prof.fdata.144210.fdata /tmp/.tmpy4PbPr/prof.fdata.144222.fdata /tmp/.tmpy4PbPr/prof.fdata.144231.fdata /tmp/.tmpy4PbPr/prof.fdata.144237.fdata /tmp/.tmpy4PbPr/prof.fdata.144241.fdata /tmp/.tmpy4PbPr/prof.fdata.144251.fdata /tmp/.tmpy4PbPr/prof.fdata.144269.fdata /tmp/.tmpy4PbPr/prof.fdata.144273.fdata /tmp/.tmpy4PbPr/prof.fdata.144296.fdata /tmp/.tmpy4PbPr/prof.fdata.144306.fdata /tmp/.tmpy4PbPr/prof.fdata.144313.fdata /tmp/.tmpy4PbPr/prof.fdata.144329.fdata /tmp/.tmpy4PbPr/prof.fdata.144333.fdata /tmp/.tmpy4PbPr/prof.fdata.144353.fdata /tmp/.tmpy4PbPr/prof.fdata.144358.fdata /tmp/.tmpy4PbPr/prof.fdata.144379.fdata /tmp/.tmpy4PbPr/prof.fdata.144390.fdata /tmp/.tmpy4PbPr/prof.fdata.144405.fdata /tmp/.tmpy4PbPr/prof.fdata.144417.fdata /tmp/.tmpy4PbPr/prof.fdata.144419.fdata /tmp/.tmpy4PbPr/prof.fdata.144434.fdata /tmp/.tmpy4PbPr/prof.fdata.144452.fdata /tmp/.tmpy4PbPr/prof.fdata.144470.fdata /tmp/.tmpy4PbPr/prof.fdata.144480.fdata /tmp/.tmpy4PbPr/prof.fdata.144493.fdata /tmp/.tmpy4PbPr/prof.fdata.144496.fdata /tmp/.tmpy4PbPr/prof.fdata.144500.fdata /tmp/.tmpy4PbPr/prof.fdata.144512.fdata /tmp/.tmpy4PbPr/prof.fdata.144529.fdata /tmp/.tmpy4PbPr/prof.fdata.144541.fdata /tmp/.tmpy4PbPr/prof.fdata.144552.fdata /tmp/.tmpy4PbPr/prof.fdata.144556.fdata /tmp/.tmpy4PbPr/prof.fdata.144560.fdata /tmp/.tmpy4PbPr/prof.fdata.144563.fdata /tmp/.tmpy4PbPr/prof.fdata.144571.fdata /tmp/.tmpy4PbPr/prof.fdata.144575.fdata /tmp/.tmpy4PbPr/prof.fdata.144580.fdata /tmp/.tmpy4PbPr/prof.fdata.144586.fdata /tmp/.tmpy4PbPr/prof.fdata.144598.fdata /tmp/.tmpy4PbPr/prof.fdata.144608.fdata /tmp/.tmpy4PbPr/prof.fdata.144624.fdata /tmp/.tmpy4PbPr/prof.fdata.144631.fdata /tmp/.tmpy4PbPr/prof.fdata.144632.fdata /tmp/.tmpy4PbPr/prof.fdata.144638.fdata /tmp/.tmpy4PbPr/prof.fdata.144643.fdata /tmp/.tmpy4PbPr/prof.fdata.144651.fdata /tmp/.tmpy4PbPr/prof.fdata.144655.fdata /tmp/.tmpy4PbPr/prof.fdata.144657.fdata /tmp/.tmpy4PbPr/prof.fdata.144665.fdata /tmp/.tmpy4PbPr/prof.fdata.144667.fdata /tmp/.tmpy4PbPr/prof.fdata.144682.fdata /tmp/.tmpy4PbPr/prof.fdata.144693.fdata /tmp/.tmpy4PbPr/prof.fdata.144714.fdata /tmp/.tmpy4PbPr/prof.fdata.144730.fdata /tmp/.tmpy4PbPr/prof.fdata.144734.fdata /tmp/.tmpy4PbPr/prof.fdata.144761.fdata /tmp/.tmpy4PbPr/prof.fdata.144767.fdata /tmp/.tmpy4PbPr/prof.fdata.144791.fdata /tmp/.tmpy4PbPr/prof.fdata.144811.fdata /tmp/.tmpy4PbPr/prof.fdata.144819.fdata /tmp/.tmpy4PbPr/prof.fdata.144830.fdata /tmp/.tmpy4PbPr/prof.fdata.144839.fdata /tmp/.tmpy4PbPr/prof.fdata.144841.fdata /tmp/.tmpy4PbPr/prof.fdata.144858.fdata /tmp/.tmpy4PbPr/prof.fdata.144860.fdata /tmp/.tmpy4PbPr/prof.fdata.144861.fdata /tmp/.tmpy4PbPr/prof.fdata.144877.fdata /tmp/.tmpy4PbPr/prof.fdata.144893.fdata /tmp/.tmpy4PbPr/prof.fdata.144903.fdata /tmp/.tmpy4PbPr/prof.fdata.144914.fdata /tmp/.tmpy4PbPr/prof.fdata.144922.fdata /tmp/.tmpy4PbPr/prof.fdata.144926.fdata /tmp/.tmpy4PbPr/prof.fdata.144955.fdata /tmp/.tmpy4PbPr/prof.fdata.144957.fdata /tmp/.tmpy4PbPr/prof.fdata.144960.fdata /tmp/.tmpy4PbPr/prof.fdata.144982.fdata /tmp/.tmpy4PbPr/prof.fdata.144990.fdata /tmp/.tmpy4PbPr/prof.fdata.145008.fdata /tmp/.tmpy4PbPr/prof.fdata.145014.fdata /tmp/.tmpy4PbPr/prof.fdata.145023.fdata /tmp/.tmpy4PbPr/prof.fdata.145029.fdata /tmp/.tmpy4PbPr/prof.fdata.145037.fdata /tmp/.tmpy4PbPr/prof.fdata.145043.fdata /tmp/.tmpy4PbPr/prof.fdata.145053.fdata /tmp/.tmpy4PbPr/prof.fdata.145059.fdata /tmp/.tmpy4PbPr/prof.fdata.145068.fdata /tmp/.tmpy4PbPr/prof.fdata.145077.fdata /tmp/.tmpy4PbPr/prof.fdata.145087.fdata /tmp/.tmpy4PbPr/prof.fdata.145091.fdata /tmp/.tmpy4PbPr/prof.fdata.145106.fdata /tmp/.tmpy4PbPr/prof.fdata.145117.fdata /tmp/.tmpy4PbPr/prof.fdata.145142.fdata /tmp/.tmpy4PbPr/prof.fdata.145152.fdata /tmp/.tmpy4PbPr/prof.fdata.145159.fdata /tmp/.tmpy4PbPr/prof.fdata.145164.fdata /tmp/.tmpy4PbPr/prof.fdata.145172.fdata /tmp/.tmpy4PbPr/prof.fdata.145188.fdata /tmp/.tmpy4PbPr/prof.fdata.145203.fdata /tmp/.tmpy4PbPr/prof.fdata.145219.fdata /tmp/.tmpy4PbPr/prof.fdata.145224.fdata /tmp/.tmpy4PbPr/prof.fdata.145233.fdata /tmp/.tmpy4PbPr/prof.fdata.145242.fdata /tmp/.tmpy4PbPr/prof.fdata.145247.fdata /tmp/.tmpy4PbPr/prof.fdata.145257.fdata /tmp/.tmpy4PbPr/prof.fdata.145264.fdata /tmp/.tmpy4PbPr/prof.fdata.145292.fdata /tmp/.tmpy4PbPr/prof.fdata.145301.fdata /tmp/.tmpy4PbPr/prof.fdata.145312.fdata /tmp/.tmpy4PbPr/prof.fdata.145316.fdata /tmp/.tmpy4PbPr/prof.fdata.145324.fdata /tmp/.tmpy4PbPr/prof.fdata.145332.fdata /tmp/.tmpy4PbPr/prof.fdata.145337.fdata /tmp/.tmpy4PbPr/prof.fdata.145344.fdata /tmp/.tmpy4PbPr/prof.fdata.145355.fdata /tmp/.tmpy4PbPr/prof.fdata.145368.fdata /tmp/.tmpy4PbPr/prof.fdata.145379.fdata /tmp/.tmpy4PbPr/prof.fdata.145387.fdata /tmp/.tmpy4PbPr/prof.fdata.145404.fdata /tmp/.tmpy4PbPr/prof.fdata.145419.fdata /tmp/.tmpy4PbPr/prof.fdata.145425.fdata /tmp/.tmpy4PbPr/prof.fdata.145426.fdata /tmp/.tmpy4PbPr/prof.fdata.145432.fdata /tmp/.tmpy4PbPr/prof.fdata.145444.fdata /tmp/.tmpy4PbPr/prof.fdata.145446.fdata /tmp/.tmpy4PbPr/prof.fdata.145454.fdata /tmp/.tmpy4PbPr/prof.fdata.145458.fdata /tmp/.tmpy4PbPr/prof.fdata.145462.fdata /tmp/.tmpy4PbPr/prof.fdata.145477.fdata /tmp/.tmpy4PbPr/prof.fdata.145487.fdata /tmp/.tmpy4PbPr/prof.fdata.145507.fdata /tmp/.tmpy4PbPr/prof.fdata.145512.fdata /tmp/.tmpy4PbPr/prof.fdata.145521.fdata /tmp/.tmpy4PbPr/prof.fdata.145526.fdata /tmp/.tmpy4PbPr/prof.fdata.145530.fdata /tmp/.tmpy4PbPr/prof.fdata.145540.fdata /tmp/.tmpy4PbPr/prof.fdata.145544.fdata /tmp/.tmpy4PbPr/prof.fdata.145566.fdata /tmp/.tmpy4PbPr/prof.fdata.145573.fdata /tmp/.tmpy4PbPr/prof.fdata.145579.fdata /tmp/.tmpy4PbPr/prof.fdata.145596.fdata /tmp/.tmpy4PbPr/prof.fdata.145605.fdata /tmp/.tmpy4PbPr/prof.fdata.145611.fdata /tmp/.tmpy4PbPr/prof.fdata.145622.fdata /tmp/.tmpy4PbPr/prof.fdata.145641.fdata /tmp/.tmpy4PbPr/prof.fdata.145652.fdata /tmp/.tmpy4PbPr/prof.fdata.145659.fdata /tmp/.tmpy4PbPr/prof.fdata.145669.fdata /tmp/.tmpy4PbPr/prof.fdata.145671.fdata /tmp/.tmpy4PbPr/prof.fdata.145682.fdata /tmp/.tmpy4PbPr/prof.fdata.145703.fdata /tmp/.tmpy4PbPr/prof.fdata.145713.fdata /tmp/.tmpy4PbPr/prof.fdata.145717.fdata /tmp/.tmpy4PbPr/prof.fdata.145723.fdata /tmp/.tmpy4PbPr/prof.fdata.145734.fdata /tmp/.tmpy4PbPr/prof.fdata.145735.fdata /tmp/.tmpy4PbPr/prof.fdata.145737.fdata /tmp/.tmpy4PbPr/prof.fdata.145743.fdata /tmp/.tmpy4PbPr/prof.fdata.145761.fdata /tmp/.tmpy4PbPr/prof.fdata.145775.fdata /tmp/.tmpy4PbPr/prof.fdata.145786.fdata /tmp/.tmpy4PbPr/prof.fdata.145792.fdata /tmp/.tmpy4PbPr/prof.fdata.145797.fdata /tmp/.tmpy4PbPr/prof.fdata.145804.fdata /tmp/.tmpy4PbPr/prof.fdata.145810.fdata /tmp/.tmpy4PbPr/prof.fdata.145818.fdata /tmp/.tmpy4PbPr/prof.fdata.145832.fdata /tmp/.tmpy4PbPr/prof.fdata.145837.fdata /tmp/.tmpy4PbPr/prof.fdata.145842.fdata /tmp/.tmpy4PbPr/prof.fdata.145848.fdata /tmp/.tmpy4PbPr/prof.fdata.145854.fdata /tmp/.tmpy4PbPr/prof.fdata.145861.fdata /tmp/.tmpy4PbPr/prof.fdata.145868.fdata /tmp/.tmpy4PbPr/prof.fdata.145874.fdata /tmp/.tmpy4PbPr/prof.fdata.145875.fdata /tmp/.tmpy4PbPr/prof.fdata.145888.fdata /tmp/.tmpy4PbPr/prof.fdata.145891.fdata /tmp/.tmpy4PbPr/prof.fdata.145902.fdata /tmp/.tmpy4PbPr/prof.fdata.145911.fdata /tmp/.tmpy4PbPr/prof.fdata.145922.fdata /tmp/.tmpy4PbPr/prof.fdata.145931.fdata /tmp/.tmpy4PbPr/prof.fdata.145963.fdata /tmp/.tmpy4PbPr/prof.fdata.145980.fdata /tmp/.tmpy4PbPr/prof.fdata.145989.fdata /tmp/.tmpy4PbPr/prof.fdata.145994.fdata /tmp/.tmpy4PbPr/prof.fdata.146003.fdata /tmp/.tmpy4PbPr/prof.fdata.146022.fdata /tmp/.tmpy4PbPr/prof.fdata.146026.fdata /tmp/.tmpy4PbPr/prof.fdata.146044.fdata /tmp/.tmpy4PbPr/prof.fdata.146049.fdata /tmp/.tmpy4PbPr/prof.fdata.146059.fdata /tmp/.tmpy4PbPr/prof.fdata.146063.fdata /tmp/.tmpy4PbPr/prof.fdata.146068.fdata /tmp/.tmpy4PbPr/prof.fdata.146082.fdata /tmp/.tmpy4PbPr/prof.fdata.146093.fdata /tmp/.tmpy4PbPr/prof.fdata.146102.fdata /tmp/.tmpy4PbPr/prof.fdata.146111.fdata /tmp/.tmpy4PbPr/prof.fdata.146116.fdata /tmp/.tmpy4PbPr/prof.fdata.146117.fdata /tmp/.tmpy4PbPr/prof.fdata.146127.fdata /tmp/.tmpy4PbPr/prof.fdata.146143.fdata /tmp/.tmpy4PbPr/prof.fdata.146147.fdata /tmp/.tmpy4PbPr/prof.fdata.146157.fdata /tmp/.tmpy4PbPr/prof.fdata.146161.fdata /tmp/.tmpy4PbPr/prof.fdata.146171.fdata /tmp/.tmpy4PbPr/prof.fdata.146175.fdata /tmp/.tmpy4PbPr/prof.fdata.146183.fdata /tmp/.tmpy4PbPr/prof.fdata.146187.fdata /tmp/.tmpy4PbPr/prof.fdata.146191.fdata /tmp/.tmpy4PbPr/prof.fdata.146194.fdata /tmp/.tmpy4PbPr/prof.fdata.146201.fdata /tmp/.tmpy4PbPr/prof.fdata.146205.fdata /tmp/.tmpy4PbPr/prof.fdata.146217.fdata /tmp/.tmpy4PbPr/prof.fdata.146221.fdata /tmp/.tmpy4PbPr/prof.fdata.146227.fdata /tmp/.tmpy4PbPr/prof.fdata.146237.fdata /tmp/.tmpy4PbPr/prof.fdata.146253.fdata /tmp/.tmpy4PbPr/prof.fdata.146259.fdata /tmp/.tmpy4PbPr/prof.fdata.146263.fdata /tmp/.tmpy4PbPr/prof.fdata.146269.fdata /tmp/.tmpy4PbPr/prof.fdata.146281.fdata /tmp/.tmpy4PbPr/prof.fdata.146285.fdata /tmp/.tmpy4PbPr/prof.fdata.146300.fdata /tmp/.tmpy4PbPr/prof.fdata.146309.fdata /tmp/.tmpy4PbPr/prof.fdata.146323.fdata /tmp/.tmpy4PbPr/prof.fdata.146327.fdata /tmp/.tmpy4PbPr/prof.fdata.146331.fdata /tmp/.tmpy4PbPr/prof.fdata.146338.fdata /tmp/.tmpy4PbPr/prof.fdata.146351.fdata /tmp/.tmpy4PbPr/prof.fdata.146352.fdata /tmp/.tmpy4PbPr/prof.fdata.146364.fdata /tmp/.tmpy4PbPr/prof.fdata.146372.fdata /tmp/.tmpy4PbPr/prof.fdata.146380.fdata /tmp/.tmpy4PbPr/prof.fdata.146392.fdata /tmp/.tmpy4PbPr/prof.fdata.146397.fdata /tmp/.tmpy4PbPr/prof.fdata.146412.fdata /tmp/.tmpy4PbPr/prof.fdata.146420.fdata /tmp/.tmpy4PbPr/prof.fdata.146426.fdata /tmp/.tmpy4PbPr/prof.fdata.146433.fdata /tmp/.tmpy4PbPr/prof.fdata.146450.fdata /tmp/.tmpy4PbPr/prof.fdata.146464.fdata /tmp/.tmpy4PbPr/prof.fdata.146474.fdata /tmp/.tmpy4PbPr/prof.fdata.146475.fdata /tmp/.tmpy4PbPr/prof.fdata.146493.fdata /tmp/.tmpy4PbPr/prof.fdata.146513.fdata /tmp/.tmpy4PbPr/prof.fdata.146524.fdata /tmp/.tmpy4PbPr/prof.fdata.146538.fdata /tmp/.tmpy4PbPr/prof.fdata.146576.fdata /tmp/.tmpy4PbPr/prof.fdata.146613.fdata /tmp/.tmpy4PbPr/prof.fdata.146634.fdata /tmp/.tmpy4PbPr/prof.fdata.146659.fdata /tmp/.tmpy4PbPr/prof.fdata.146665.fdata /tmp/.tmpy4PbPr/prof.fdata.146692.fdata /tmp/.tmpy4PbPr/prof.fdata.146717.fdata /tmp/.tmpy4PbPr/prof.fdata.146719.fdata /tmp/.tmpy4PbPr/prof.fdata.146773.fdata /tmp/.tmpy4PbPr/prof.fdata.146801.fdata /tmp/.tmpy4PbPr/prof.fdata.146807.fdata /tmp/.tmpy4PbPr/prof.fdata.146815.fdata /tmp/.tmpy4PbPr/prof.fdata.146824.fdata /tmp/.tmpy4PbPr/prof.fdata.146841.fdata /tmp/.tmpy4PbPr/prof.fdata.146867.fdata /tmp/.tmpy4PbPr/prof.fdata.146901.fdata /tmp/.tmpy4PbPr/prof.fdata.146907.fdata /tmp/.tmpy4PbPr/prof.fdata.146912.fdata /tmp/.tmpy4PbPr/prof.fdata.146922.fdata /tmp/.tmpy4PbPr/prof.fdata.146931.fdata /tmp/.tmpy4PbPr/prof.fdata.146952.fdata /tmp/.tmpy4PbPr/prof.fdata.146961.fdata /tmp/.tmpy4PbPr/prof.fdata.147021.fdata /tmp/.tmpy4PbPr/prof.fdata.147043.fdata /tmp/.tmpy4PbPr/prof.fdata.147055.fdata /tmp/.tmpy4PbPr/prof.fdata.147077.fdata /tmp/.tmpy4PbPr/prof.fdata.147202.fdata /tmp/.tmpy4PbPr/prof.fdata.147228.fdata /tmp/.tmpy4PbPr/prof.fdata.147403.fdata /tmp/.tmpy4PbPr/prof.fdata.147417.fdata /tmp/.tmpy4PbPr/prof.fdata.147502.fdata /tmp/.tmpy4PbPr/prof.fdata.147614.fdata /tmp/.tmpy4PbPr/prof.fdata.148748.fdata /tmp/.tmpy4PbPr/prof.fdata.148840.fdata /tmp/.tmpy4PbPr/prof.fdata.148961.fdata /tmp/.tmpy4PbPr/prof.fdata.149050.fdata /tmp/.tmpy4PbPr/prof.fdata.149197.fdata /tmp/.tmpy4PbPr/prof.fdata.149237.fdata /tmp/.tmpy4PbPr/prof.fdata.149468.fdata /tmp/.tmpy4PbPr/prof.fdata.149715.fdata /tmp/.tmpy4PbPr/prof.fdata.149952.fdata /tmp/.tmpy4PbPr/prof.fdata.149973.fdata /tmp/.tmpy4PbPr/prof.fdata.149980.fdata /tmp/.tmpy4PbPr/prof.fdata.149994.fdata /tmp/.tmpy4PbPr/prof.fdata.150001.fdata /tmp/.tmpy4PbPr/prof.fdata.150007.fdata /tmp/.tmpy4PbPr/prof.fdata.150036.fdata /tmp/.tmpy4PbPr/prof.fdata.150040.fdata /tmp/.tmpy4PbPr/prof.fdata.150048.fdata /tmp/.tmpy4PbPr/prof.fdata.150100.fdata /tmp/.tmpy4PbPr/prof.fdata.150113.fdata /tmp/.tmpy4PbPr/prof.fdata.150123.fdata /tmp/.tmpy4PbPr/prof.fdata.150133.fdata /tmp/.tmpy4PbPr/prof.fdata.150144.fdata /tmp/.tmpy4PbPr/prof.fdata.150155.fdata /tmp/.tmpy4PbPr/prof.fdata.150181.fdata /tmp/.tmpy4PbPr/prof.fdata.150447.fdata /tmp/.tmpy4PbPr/prof.fdata.150714.fdata /tmp/.tmpy4PbPr/prof.fdata.150981.fdata /tmp/.tmpy4PbPr/prof.fdata.151023.fdata /tmp/.tmpy4PbPr/prof.fdata.151545.fdata /tmp/.tmpy4PbPr/prof.fdata.151812.fdata /tmp/.tmpy4PbPr/prof.fdata.152086.fdata /tmp/.tmpy4PbPr/prof.fdata.152087.fdata /tmp/.tmpy4PbPr/prof.fdata.152088.fdata /tmp/.tmpy4PbPr/prof.fdata.152092.fdata /tmp/.tmpy4PbPr/prof.fdata.152093.fdata /tmp/.tmpy4PbPr/prof.fdata.152094.fdata /tmp/.tmpy4PbPr/prof.fdata.152101.fdata /tmp/.tmpy4PbPr/prof.fdata.152102.fdata /tmp/.tmpy4PbPr/prof.fdata.152103.fdata /tmp/.tmpy4PbPr/prof.fdata.152122.fdata /tmp/.tmpy4PbPr/prof.fdata.152132.fdata /tmp/.tmpy4PbPr/prof.fdata.152142.fdata /tmp/.tmpy4PbPr/prof.fdata.152153.fdata /tmp/.tmpy4PbPr/prof.fdata.152164.fdata /tmp/.tmpy4PbPr/prof.fdata.152175.fdata /tmp/.tmpy4PbPr/prof.fdata.152187.fdata /tmp/.tmpy4PbPr/prof.fdata.152199.fdata /tmp/.tmpy4PbPr/prof.fdata.152211.fdata /tmp/.tmpy4PbPr/prof.fdata.152229.fdata /tmp/.tmpy4PbPr/prof.fdata.152230.fdata /tmp/.tmpy4PbPr/prof.fdata.152231.fdata /tmp/.tmpy4PbPr/prof.fdata.152235.fdata /tmp/.tmpy4PbPr/prof.fdata.152236.fdata /tmp/.tmpy4PbPr/prof.fdata.152237.fdata /tmp/.tmpy4PbPr/prof.fdata.152244.fdata /tmp/.tmpy4PbPr/prof.fdata.152245.fdata /tmp/.tmpy4PbPr/prof.fdata.152246.fdata /tmp/.tmpy4PbPr/prof.fdata.152255.fdata /tmp/.tmpy4PbPr/prof.fdata.152256.fdata /tmp/.tmpy4PbPr/prof.fdata.152257.fdata /tmp/.tmpy4PbPr/prof.fdata.152262.fdata /tmp/.tmpy4PbPr/prof.fdata.152264.fdata /tmp/.tmpy4PbPr/prof.fdata.152265.fdata /tmp/.tmpy4PbPr/prof.fdata.152266.fdata /tmp/.tmpy4PbPr/prof.fdata.152267.fdata /tmp/.tmpy4PbPr/prof.fdata.152273.fdata /tmp/.tmpy4PbPr/prof.fdata.152274.fdata /tmp/.tmpy4PbPr/prof.fdata.152275.fdata /tmp/.tmpy4PbPr/prof.fdata.152276.fdata /tmp/.tmpy4PbPr/prof.fdata.152369.fdata /tmp/.tmpy4PbPr/prof.fdata.152373.fdata /tmp/.tmpy4PbPr/prof.fdata.152376.fdata /tmp/.tmpy4PbPr/prof.fdata.152382.fdata /tmp/.tmpy4PbPr/prof.fdata.152384.fdata /tmp/.tmpy4PbPr/prof.fdata.152387.fdata /tmp/.tmpy4PbPr/prof.fdata.152404.fdata /tmp/.tmpy4PbPr/prof.fdata.152408.fdata /tmp/.tmpy4PbPr/prof.fdata.152414.fdata /tmp/.tmpy4PbPr/prof.fdata.152418.fdata /tmp/.tmpy4PbPr/prof.fdata.152422.fdata /tmp/.tmpy4PbPr/prof.fdata.152428.fdata /tmp/.tmpy4PbPr/prof.fdata.152442.fdata /tmp/.tmpy4PbPr/prof.fdata.152454.fdata /tmp/.tmpy4PbPr/prof.fdata.152462.fdata /tmp/.tmpy4PbPr/prof.fdata.152521.fdata /tmp/.tmpy4PbPr/prof.fdata.152525.fdata /tmp/.tmpy4PbPr/prof.fdata.152529.fdata /tmp/.tmpy4PbPr/prof.fdata.152607.fdata /tmp/.tmpy4PbPr/prof.fdata.152617.fdata /tmp/.tmpy4PbPr/prof.fdata.152627.fdata /tmp/.tmpy4PbPr/prof.fdata.152638.fdata /tmp/.tmpy4PbPr/prof.fdata.152649.fdata /tmp/.tmpy4PbPr/prof.fdata.152660.fdata /tmp/.tmpy4PbPr/prof.fdata.152715.fdata /tmp/.tmpy4PbPr/prof.fdata.152771.fdata /tmp/.tmpy4PbPr/prof.fdata.152827.fdata /tmp/.tmpy4PbPr/prof.fdata.152839.fdata /tmp/.tmpy4PbPr/prof.fdata.152901.fdata /tmp/.tmpy4PbPr/prof.fdata.152938.fdata /tmp/.tmpy4PbPr/prof.fdata.152981.fdata /tmp/.tmpy4PbPr/prof.fdata.152982.fdata /tmp/.tmpy4PbPr/prof.fdata.152983.fdata /tmp/.tmpy4PbPr/prof.fdata.152987.fdata /tmp/.tmpy4PbPr/prof.fdata.152988.fdata /tmp/.tmpy4PbPr/prof.fdata.152989.fdata /tmp/.tmpy4PbPr/prof.fdata.152996.fdata /tmp/.tmpy4PbPr/prof.fdata.152997.fdata /tmp/.tmpy4PbPr/prof.fdata.152998.fdata /tmp/.tmpy4PbPr/prof.fdata.153017.fdata /tmp/.tmpy4PbPr/prof.fdata.153027.fdata /tmp/.tmpy4PbPr/prof.fdata.153037.fdata /tmp/.tmpy4PbPr/prof.fdata.153048.fdata /tmp/.tmpy4PbPr/prof.fdata.153059.fdata /tmp/.tmpy4PbPr/prof.fdata.153070.fdata /tmp/.tmpy4PbPr/prof.fdata.153082.fdata /tmp/.tmpy4PbPr/prof.fdata.153094.fdata /tmp/.tmpy4PbPr/prof.fdata.153106.fdata /tmp/.tmpy4PbPr/prof.fdata.153124.fdata /tmp/.tmpy4PbPr/prof.fdata.153125.fdata /tmp/.tmpy4PbPr/prof.fdata.153126.fdata /tmp/.tmpy4PbPr/prof.fdata.153130.fdata /tmp/.tmpy4PbPr/prof.fdata.153131.fdata /tmp/.tmpy4PbPr/prof.fdata.153132.fdata /tmp/.tmpy4PbPr/prof.fdata.153139.fdata /tmp/.tmpy4PbPr/prof.fdata.153140.fdata /tmp/.tmpy4PbPr/prof.fdata.153141.fdata /tmp/.tmpy4PbPr/prof.fdata.153160.fdata /tmp/.tmpy4PbPr/prof.fdata.153170.fdata /tmp/.tmpy4PbPr/prof.fdata.153180.fdata /tmp/.tmpy4PbPr/prof.fdata.153191.fdata /tmp/.tmpy4PbPr/prof.fdata.153202.fdata /tmp/.tmpy4PbPr/prof.fdata.153215.fdata /tmp/.tmpy4PbPr/prof.fdata.153229.fdata /tmp/.tmpy4PbPr/prof.fdata.153241.fdata /tmp/.tmpy4PbPr/prof.fdata.153257.fdata /tmp/.tmpy4PbPr/prof.fdata.153277.fdata /tmp/.tmpy4PbPr/prof.fdata.153278.fdata /tmp/.tmpy4PbPr/prof.fdata.153279.fdata /tmp/.tmpy4PbPr/prof.fdata.153283.fdata /tmp/.tmpy4PbPr/prof.fdata.153284.fdata /tmp/.tmpy4PbPr/prof.fdata.153285.fdata /tmp/.tmpy4PbPr/prof.fdata.153292.fdata /tmp/.tmpy4PbPr/prof.fdata.153293.fdata /tmp/.tmpy4PbPr/prof.fdata.153294.fdata /tmp/.tmpy4PbPr/prof.fdata.153304.fdata /tmp/.tmpy4PbPr/prof.fdata.153305.fdata /tmp/.tmpy4PbPr/prof.fdata.153306.fdata /tmp/.tmpy4PbPr/prof.fdata.153343.fdata /tmp/.tmpy4PbPr/prof.fdata.153353.fdata /tmp/.tmpy4PbPr/prof.fdata.153363.fdata /tmp/.tmpy4PbPr/prof.fdata.153374.fdata /tmp/.tmpy4PbPr/prof.fdata.153388.fdata /tmp/.tmpy4PbPr/prof.fdata.153406.fdata /tmp/.tmpy4PbPr/prof.fdata.153425.fdata /tmp/.tmpy4PbPr/prof.fdata.153440.fdata /tmp/.tmpy4PbPr/prof.fdata.153459.fdata /tmp/.tmpy4PbPr/prof.fdata.153482.fdata /tmp/.tmpy4PbPr/prof.fdata.153483.fdata /tmp/.tmpy4PbPr/prof.fdata.153484.fdata /tmp/.tmpy4PbPr/prof.fdata.153488.fdata /tmp/.tmpy4PbPr/prof.fdata.153489.fdata /tmp/.tmpy4PbPr/prof.fdata.153490.fdata /tmp/.tmpy4PbPr/prof.fdata.153497.fdata /tmp/.tmpy4PbPr/prof.fdata.153498.fdata /tmp/.tmpy4PbPr/prof.fdata.153499.fdata /tmp/.tmpy4PbPr/prof.fdata.153518.fdata /tmp/.tmpy4PbPr/prof.fdata.153528.fdata /tmp/.tmpy4PbPr/prof.fdata.153538.fdata /tmp/.tmpy4PbPr/prof.fdata.153549.fdata /tmp/.tmpy4PbPr/prof.fdata.153560.fdata /tmp/.tmpy4PbPr/prof.fdata.153574.fdata /tmp/.tmpy4PbPr/prof.fdata.153592.fdata /tmp/.tmpy4PbPr/prof.fdata.153611.fdata /tmp/.tmpy4PbPr/prof.fdata.153630.fdata /tmp/.tmpy4PbPr/prof.fdata.153645.fdata /tmp/.tmpy4PbPr/prof.fdata.153664.fdata /tmp/.tmpy4PbPr/prof.fdata.153681.fdata > "/tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata" [at /checkout/obj]`
Profile from 641 files merged.
##[endgroup]
[2024-12-26T08:23:19.214Z INFO  opt_dist::training] rustc BOLT statistics
[2024-12-26T08:23:19.214Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata: 173.43 MiB
---
failures:

---- [codegen] tests/codegen/target-feature-inline-closure.rs stdout ----

error: verification with 'FileCheck' failed
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/llvm/bin/FileCheck" "--input-file" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/codegen/target-feature-inline-closure/target-feature-inline-closure.ll" "/checkout/tests/codegen/target-feature-inline-closure.rs" "--check-prefix=CHECK" "--allow-unused-prefixes" "--dump-input-context" "100"
--- stderr -------------------------------
/checkout/tests/codegen/target-feature-inline-closure.rs:28:16: error: CHECK-NOT: excluded string found in input
/checkout/tests/codegen/target-feature-inline-closure.rs:28:16: error: CHECK-NOT: excluded string found in input
 // CHECK-NOT: fadd
/checkout/obj/build/x86_64-unknown-linux-gnu/test/codegen/target-feature-inline-closure/target-feature-inline-closure.ll:35:72: note: found here
/checkout/obj/build/x86_64-unknown-linux-gnu/test/codegen/target-feature-inline-closure/target-feature-inline-closure.ll:35:72: note: found here
 call fastcc void @_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE(ptr noalias nocapture noundef nonnull align 32 dereferenceable(32) %_0, ptr noalias nocapture noundef nonnull align 32 dereferenceable(32) %1, ptr noalias nocapture noundef nonnull align 32 dereferenceable(32) %0)

Input file: /checkout/obj/build/x86_64-unknown-linux-gnu/test/codegen/target-feature-inline-closure/target-feature-inline-closure.ll
Check file: /checkout/tests/codegen/target-feature-inline-closure.rs


-dump-input=help explains the following input dump.
Input was:
<<<<<<
<<<<<<
        1: ; ModuleID = 'target_feature_inline_closure.5b935a73a363356c-cgu.0' 
        2: source_filename = "target_feature_inline_closure.5b935a73a363356c-cgu.0" 
        3: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" 
        4: target triple = "x86_64-unknown-linux-gnu" 
        5:  
        6: ; core::core_arch::x86::avx::_mm256_add_ps 
        7: ; Function Attrs: inlinehint mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: readwrite) uwtable 
        8: define internal fastcc void @_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE(ptr dead_on_unwind noalias nocapture noundef writable writeonly align 32 dereferenceable(32) %_0, ptr noalias nocapture noundef readonly align 32 dereferenceable(32) %a, ptr noalias nocapture noundef readonly align 32 dereferenceable(32) %b) unnamed_addr #0 { 
        9: start: 
       10:  %0 = load <8 x float>, ptr %a, align 32 
       11:  %1 = load <8 x float>, ptr %b, align 32 
       12:  %2 = fadd <8 x float> %0, %1 
       13:  store <8 x float> %2, ptr %_0, align 32 
       14:  ret void 
       15: } 
       16:  
       17: ; Function Attrs: mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: readwrite) uwtable 
       18: define void @with_avx(ptr dead_on_unwind noalias nocapture noundef writable writeonly sret([32 x i8]) align 32 dereferenceable(32) %_0, ptr noalias nocapture noundef readonly align 32 dereferenceable(32) %x) unnamed_addr #1 { 
       19: start: 
       20:  %0 = load <8 x float>, ptr %x, align 32 
       21:  %1 = fadd <8 x float> %0, %0 
       22:  store <8 x float> %1, ptr %_0, align 32, !alias.scope !3, !noalias !6 
       23:  ret void 
       24: } 
       25:  
       26: ; Function Attrs: mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: readwrite) uwtable 
       27: define void @without_avx(ptr dead_on_unwind noalias nocapture noundef writable writeonly sret([32 x i8]) align 32 dereferenceable(32) %_0, ptr noalias nocapture noundef readonly align 32 dereferenceable(32) %x) unnamed_addr #2 { 
       29:  %0 = alloca [32 x i8], align 32 
       30:  %1 = alloca [32 x i8], align 32 
       30:  %1 = alloca [32 x i8], align 32 
       31:  %2 = load <8 x float>, ptr %x, align 32 
       32:  store <8 x float> %2, ptr %1, align 32 
       33:  store <8 x float> %2, ptr %0, align 32 
       34: ; call core::core_arch::x86::avx::_mm256_add_ps 
       35:  call fastcc void @_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE(ptr noalias nocapture noundef nonnull align 32 dereferenceable(32) %_0, ptr noalias nocapture noundef nonnull align 32 dereferenceable(32) %1, ptr noalias nocapture noundef nonnull align 32 dereferenceable(32) %0) 
not:28                                                                            !~~~                                                                                                                                                                                                                             error: no match expected
       36:  ret void 
       37: } 
       38:  
       39: attributes #0 = { inlinehint mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: readwrite) uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" "target-features"="+avx,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+crc32,+ssse3" } 
       40: attributes #1 = { mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: readwrite) uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" "target-features"="+avx,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+crc32,+ssse3" } 
       41: attributes #2 = { mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: readwrite) uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" } 
       42:  
       43: !llvm.module.flags = !{!0, !1} 
       44: !llvm.ident = !{!2} 
       45:  
       46: !0 = !{i32 8, !"PIC Level", i32 2} 
       47: !1 = !{i32 2, !"RtLibUseGOT", i32 1} 
       48: !2 = !{!"rustc version 1.85.0-nightly (7720d6ec7 2024-12-26)"} 
       49: !3 = !{!4} 
       50: !4 = distinct !{!4, !5, !"_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE: %_0"} 
       51: !5 = distinct !{!5, !"_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE"} 
       52: !6 = !{!7, !8, !9, !11} 
       53: !7 = distinct !{!7, !5, !"_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE: %a"} 
       54: !8 = distinct !{!8, !5, !"_ZN4core9core_arch3x863avx13_mm256_add_ps17h29b1d56afadd1c9eE: %b"} 
       55: !9 = distinct !{!9, !10, !"_ZN29target_feature_inline_closure8with_avx28_$u7b$$u7b$closure$u7d$$u7d$17h782b91f6975ba813E: %x"} 
       56: !10 = distinct !{!10, !"_ZN29target_feature_inline_closure8with_avx28_$u7b$$u7b$closure$u7d$$u7d$17h782b91f6975ba813E"} 
       57: !11 = distinct !{!11, !10, !"_ZN29target_feature_inline_closure8with_avx28_$u7b$$u7b$closure$u7d$$u7d$17h782b91f6975ba813E: %y"} 
------------------------------------------



---
    0: Cannot execute tests
    1: Command 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/ui tests/crashes --skip tests/ui/process/nofile-limit.rs [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.94/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/exec.rs:80:17
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/tests.rs:111:5
   3: opt_dist::execute_pipeline::{closure#5}
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/main.rs:350:40
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/main.rs:350:40
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#5}, ()>
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/main.rs:350:9
   6: opt_dist::main
             at /rustc/7720d6ec7a3e8c7f8053ac1687bb6fbe3d269e63/src/tools/opt-dist/src/main.rs:401: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/b4297a573b4eefacd62e7ea1ba071536282d3254/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/b4297a573b4eefacd62e7ea1ba071536282d3254/library/std/src/sys/backtrace.rs:154:18
   9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/b4297a573b4eefacd62e7ea1ba071536282d3254/library/std/src/rt.rs:195:18
  10: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
  11: std::panicking::try::do_call
             at /rustc/b4297a573b4eefacd62e7ea1ba071536282d3254/library/std/src/panicking.rs:557:40
  12: std::panicking::try
             at /rustc/b4297a573b4eefacd62e7ea1ba071536282d3254/library/std/src/panicking.rs:520:19

@bors
Copy link
Collaborator

bors commented Dec 26, 2024

💔 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 Dec 26, 2024
@deltragon
Copy link
Contributor Author

The failure was spurious, #117060.

@deltragon
Copy link
Contributor Author

Can I do that?
@bors retry

@bors
Copy link
Collaborator

bors commented Dec 26, 2024

@deltragon: 🔑 Insufficient privileges: not in try users

@tgross35
Copy link
Contributor

@bors retry

@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 Dec 26, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 27, 2024
Rollup of 8 pull requests

Successful merges:

 - rust-lang#131522 ([macro_metavar_expr_concat] Fix rust-lang#128346)
 - rust-lang#134379 (Add `into_array` conversion destructors for `Box`, `Rc`, and `Arc`.)
 - rust-lang#134644 (Document collection `From` and `FromIterator` impls that drop duplicate keys.)
 - rust-lang#134649 (Fix forgetting to save statx availability on success)
 - rust-lang#134728 (Use scoped threads in `std::sync::Barrier` examples)
 - rust-lang#134782 (Update Code Example for `Iterator::rposition`)
 - rust-lang#134789 (unwinding: bump version to fix naked_asm on Xous)
 - rust-lang#134791 (docs: inline `std::ffi::c_str` types to `std::ffi`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 50c3696 into rust-lang:master Dec 27, 2024
6 of 7 checks passed
@rustbot rustbot added this to the 1.85.0 milestone Dec 27, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Dec 27, 2024
Rollup merge of rust-lang#134728 - deltragon:barrier-doc, r=tgross35

Use scoped threads in `std::sync::Barrier` examples

This removes boilerplate around `Arc`s and makes the code more clear.
@deltragon deltragon deleted the barrier-doc branch December 27, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

6 participants