[DO NOT MERGE] -Znext-solver=globally experiments rust-lang/rust#133502

Open

376 comments and reviews loaded in 8.87s

lcnr Avatar
lcnr on 2024-11-26 15:26:47 UTC · edited
lcnr Avatar
lcnr on 2024-11-26 15:26:47 UTC · edited
View on GitHub

View all comments

A revival of #124812. See

Current status:

./x.py b --stage 2 passes 🎉

try builds succeed 🎉 🎉 🎉

first perf run 👻 second perf run 👻 third perf run 👻

crater

This does not detect hangs or memory issues. We are triaging the regressions in https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/crater.20triage.20.3A3/with/572783267 and welcome your help there.

date #crates #regressions
2025.04.11 100 2
2025.04.11 1000 27
2025.04.17 10000 456
2025.04.18 10000 437
2025.04.24 10000 164
2025.04.26 10000 108
2025.04.28 10000 91
2025.05.01 10000 145 woops
2025.05.03 6242281 15852
2025.05.05 89643 9312
2025.05.06 44013 7262
2025.05.07 27043 6682
2025.05.09 23453 6642
2025.09.20 7019521 4739 + 7039 spurious
2025.10.02 117123 2568 + 2014 spurious
2025.10.04 45823 1173 + 1147 spurious2
2025.12.30 7611021 1424 + 8938 spurious 2
2026.01.01 57453 1371 + 3227 spurious 2
2026.01.06 41713 1361 + 2623 spurious 2

in-flight changes

r? @ghost

Footnotes

  1. a complete crater run 2 3

  2. with doubled recursion_limit when evaluating goals 2 3 4 5 6 7 8 9

  3. only testing crates which may have regressed from the above run 2 3 4 5 6 7 8

🎉24
❤️2
👀7
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-26 15:38:17 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-26 15:38:17 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.798 Building wheels for collected packages: reuse
#13 2.799   Building wheel for reuse (pyproject.toml): started
#13 3.054   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.055   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.055   Stored in directory: /tmp/pip-ephem-wheel-cache-azouy_1h/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.058 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.457 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.457 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.015 Collecting virtualenv
#13 4.015 Collecting virtualenv
#13 4.064   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.125      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 73.4 MB/s eta 0:00:00
#13 4.183 Collecting filelock<4,>=3.12.2
#13 4.195   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.231 Collecting platformdirs<5,>=3.9.1
#13 4.235   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.254 Collecting distlib<1,>=0.3.7
#13 4.267      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 77.8 MB/s eta 0:00:00
#13 4.267      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 77.8 MB/s eta 0:00:00
#13 4.349 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.536 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.6s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      315328 kB
DirectMap2M:     9121792 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5679 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Tue Nov 26 15:38:07 UTC 2024
  network time: Tue, 26 Nov 2024 15:38:07 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
compiler-errors Avatar
compiler-errors on 2024-11-27 04:03:51 UTC
compiler-errors Avatar
compiler-errors on 2024-11-27 04:03:51 UTC
View on GitHub

@bors try

bors Avatar
bors on 2024-11-27 04:05:03 UTC
bors Avatar
bors on 2024-11-27 04:05:03 UTC
View on GitHub

⌛ Trying commit f631ca8 with merge ca04381...

compiler-errors Avatar
compiler-errors on 2024-11-27 04:05:17 UTC
compiler-errors Avatar
compiler-errors on 2024-11-27 04:05:17 UTC
View on GitHub

I also pushed:

I think this is sufficient to make the compiler build, or at least ./x.py build --stage=2 completes successfully on my local branch.

🎉1
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 04:14:57 UTC · hidden as OFF_TOPIC
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 04:14:57 UTC · hidden as OFF_TOPIC
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.929 Building wheels for collected packages: reuse
#13 2.930   Building wheel for reuse (pyproject.toml): started
#13 3.172   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.173   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.173   Stored in directory: /tmp/pip-ephem-wheel-cache-6_rjcqnv/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.176 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.567 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.567 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.101 Collecting virtualenv
#13 4.101 Collecting virtualenv
#13 4.150   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.343      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 22.4 MB/s eta 0:00:00
#13 4.401 Collecting platformdirs<5,>=3.9.1
#13 4.409   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.449 Collecting filelock<4,>=3.12.2
#13 4.479 Collecting distlib<1,>=0.3.7
#13 4.486   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.499      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 44.1 MB/s eta 0:00:00
#13 4.499      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 44.1 MB/s eta 0:00:00
#13 4.580 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.762 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.8s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      331712 kB
DirectMap2M:     9105408 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5679 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Wed Nov 27 04:14:48 UTC 2024
  network time: Wed, 27 Nov 2024 04:14:48 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 06:15:29 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 06:15:29 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
[2024-11-27T04:39:09Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:39:09Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:09Z DEBUG collector::compile::execute] cd "/tmp/.tmpZCUW4M" && 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/.tmpZCUW4M#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:39:10Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpZCUW4M" && 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/.tmpZCUW4M#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpZCUW4M/incremental-state"
[2024-11-27T04:39:10Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpZCUW4M" && 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/.tmpZCUW4M#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpZCUW4M/incremental-state"
[2024-11-27T04:39:11Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpZCUW4M"
[2024-11-27T04:39:11Z 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-11-27T04:39:11Z 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-11-27T04:39:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpZCUW4M" && 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/.tmpZCUW4M#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpZCUW4M/incremental-state"
[2024-11-27T04:39:11Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:39:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpxuowLm" && 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/.tmpxuowLm#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:39:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpxuowLm" && 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/.tmpxuowLm#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxuowLm/incremental-state"
[2024-11-27T04:39:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpxuowLm" && 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/.tmpxuowLm#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxuowLm/incremental-state"
[2024-11-27T04:39:13Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpxuowLm"
[2024-11-27T04:39:13Z 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-11-27T04:39:13Z 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-11-27T04:39:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpxuowLm" && 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/.tmpxuowLm#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpxuowLm/incremental-state"
[2024-11-27T04:39:14Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:39:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpIVzdQb" && 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/.tmpIVzdQb#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:39:15Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpIVzdQb" && 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/.tmpIVzdQb#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpIVzdQb/incremental-state"
[2024-11-27T04:39:16Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:39:16Z DEBUG collector::compile::execute] cd "/tmp/.tmpIVzdQb" && 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/.tmpIVzdQb#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpIVzdQb/incremental-state"
[2024-11-27T04:39:16Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpIVzdQb"
[2024-11-27T04:39:16Z 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-11-27T04:39:16Z 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-11-27T04:39:16Z DEBUG collector::compile::execute] cd "/tmp/.tmpIVzdQb" && 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/.tmpIVzdQb#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpIVzdQb/incremental-state"
Executing benchmark cargo-0.60.0 (2/8)
Preparing cargo-0.60.0
[2024-11-27T04:39:17Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:39:17Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T04:41:09Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:41:10Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:41:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpoVEUig" && 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/.tmpoVEUig#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:41:46Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:41:46Z DEBUG collector::compile::execute] cd "/tmp/.tmpoVEUig" && 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/.tmpoVEUig#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpoVEUig/incremental-state"
[2024-11-27T04:42:27Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:42:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpoVEUig" && 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/.tmpoVEUig#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpoVEUig/incremental-state"
[2024-11-27T04:42:30Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpoVEUig"
[2024-11-27T04:42:30Z 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-11-27T04:42:30Z 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-11-27T04:42:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpoVEUig" && 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/.tmpoVEUig#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpoVEUig/incremental-state"
[2024-11-27T04:42:34Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:42:35Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:42:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpGaRHig" && 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/.tmpGaRHig#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:43:23Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:43:23Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:43:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpGaRHig" && 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/.tmpGaRHig#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpGaRHig/incremental-state"
[2024-11-27T04:44:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpGaRHig" && 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/.tmpGaRHig#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpGaRHig/incremental-state"
[2024-11-27T04:44:15Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpGaRHig"
[2024-11-27T04:44:15Z 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-11-27T04:44:15Z 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-11-27T04:44:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpGaRHig" && 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/.tmpGaRHig#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpGaRHig/incremental-state"
Executing benchmark ctfe-stress-5 (3/8)
Preparing ctfe-stress-5
[2024-11-27T04:44:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpHTphHj" && 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/.tmpHTphHj#ctfe-stress-5@0.1.0" "--release" "--" "--skip-this-rustc"
[2024-11-27T04:44:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpHHkUNM" && 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/.tmpHHkUNM#ctfe-stress-5@0.1.0" "--" "--skip-this-rustc"
[2024-11-27T04:44:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpaO2fQY" && 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/.tmpaO2fQY#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-11-27T04:44:20Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:44:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpwcRiKc" && 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/.tmpwcRiKc#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:44:26Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:26Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:26Z DEBUG collector::compile::execute] cd "/tmp/.tmpwcRiKc" && 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/.tmpwcRiKc#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwcRiKc/incremental-state"
[2024-11-27T04:44:32Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:32Z DEBUG collector::compile::execute] cd "/tmp/.tmpwcRiKc" && 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/.tmpwcRiKc#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpwcRiKc/incremental-state"
[2024-11-27T04:44:32Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:44:32Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:32Z DEBUG collector::compile::execute] cd "/tmp/.tmpltI7bS" && 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/.tmpltI7bS#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:44:37Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:37Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:37Z DEBUG collector::compile::execute] cd "/tmp/.tmpltI7bS" && 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/.tmpltI7bS#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpltI7bS/incremental-state"
[2024-11-27T04:44:44Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpltI7bS" && 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/.tmpltI7bS#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpltI7bS/incremental-state"
Running ctfe-stress-5: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-11-27T04:44:44Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:44:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpvNyxna" && 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/.tmpvNyxna#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:44:49Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:49Z DEBUG collector::compile::execute] cd "/tmp/.tmpvNyxna" && 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/.tmpvNyxna#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpvNyxna/incremental-state"
[2024-11-27T04:44:55Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:44:55Z DEBUG collector::compile::execute] cd "/tmp/.tmpvNyxna" && 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/.tmpvNyxna#ctfe-stress-5@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpvNyxna/incremental-state"
Executing benchmark diesel-1.4.8 (4/8)
Preparing diesel-1.4.8
[2024-11-27T04:44:55Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:55Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:55Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:55Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:44:55Z DEBUG collector::compile::execute] cd "/tmp/.tmpnGmDBV" && 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/.tmpnGmDBV#diesel@1.4.8" "--profile" "check" "--" "--skip-this-rustc"
[2024-11-27T04:44:55Z DEBUG collector::compile::execute] cd "/tmp/.tmpHOR8Ni" && 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/.tmpHOR8Ni#diesel@1.4.8" "--release" "--" "--skip-this-rustc"
[2024-11-27T04:44:55Z DEBUG collector::compile::execute] cd "/tmp/.tmpYsi0eh" && 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/.tmpYsi0eh#diesel@1.4.8" "--" "--skip-this-rustc"
Running diesel-1.4.8: Check + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-11-27T04:45:10Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:45:10Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:45:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpHeuvJC" && 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/.tmpHeuvJC#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:46:46Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:46:46Z DEBUG collector::compile::execute] cd "/tmp/.tmpHeuvJC" && 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/.tmpHeuvJC#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHeuvJC/incremental-state"
[2024-11-27T04:48:24Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:48:24Z DEBUG collector::compile::execute] cd "/tmp/.tmpHeuvJC" && 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/.tmpHeuvJC#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHeuvJC/incremental-state"
[2024-11-27T04:48:25Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpHeuvJC"
[2024-11-27T04:48:25Z 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-11-27T04:48:25Z 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-11-27T04:48:25Z DEBUG collector::compile::execute] cd "/tmp/.tmpHeuvJC" && 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/.tmpHeuvJC#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHeuvJC/incremental-state"
[2024-11-27T04:48:27Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:48:27Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:48:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpcJ4cCt" && 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/.tmpcJ4cCt#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:50:05Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T04:51:48Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:51:48Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:51:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpGgPBaX" && 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/.tmpGgPBaX#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:53:27Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:53:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpGgPBaX" && 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/.tmpGgPBaX#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpGgPBaX/incremental-state"
[2024-11-27T04:55:07Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:07Z DEBUG collector::compile::execute] cd "/tmp/.tmpGgPBaX" && 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/.tmpGgPBaX#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpGgPBaX/incremental-state"
[2024-11-27T04:55:09Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpGgPBaX"
[2024-11-27T04:55:09Z 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-11-27T04:55:09Z 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-11-27T04:55:09Z DEBUG collector::compile::execute] cd "/tmp/.tmpGgPBaX" && 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/.tmpGgPBaX#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpGgPBaX/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2024-11-27T04:55:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:55:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T04:55:13Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:55:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:13Z DEBUG collector::compile::execute] cd "/tmp/.tmprZoHlv" && 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/.tmprZoHlv#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:55:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:14Z DEBUG collector::compile::execute] cd "/tmp/.tmprZoHlv" && 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/.tmprZoHlv#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprZoHlv/incremental-state"
[2024-11-27T04:55:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:14Z DEBUG collector::compile::execute] cd "/tmp/.tmprZoHlv" && 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/.tmprZoHlv#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmprZoHlv/incremental-state"
Executing benchmark match-stress (6/8)
Preparing match-stress
[2024-11-27T04:55:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:55:14Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T04:55:25Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T04:55:25Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:25Z DEBUG collector::compile::execute] cd "/tmp/.tmpNqGSLq" && 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/.tmpNqGSLq#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T04:55:25Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:25Z DEBUG collector::compile::execute] cd "/tmp/.tmpNqGSLq" && 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/.tmpNqGSLq#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNqGSLq/incremental-state"
[2024-11-27T04:55:25Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T04:55:25Z DEBUG collector::compile::execute] cd "/tmp/.tmpNqGSLq" && 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/.tmpNqGSLq#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNqGSLq/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2024-11-27T04:55:26Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T04:55:26Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T05:12:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpoJNBQH" && 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/.tmpoJNBQH#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
Running hyper-0.14.18: Debug + [Full] + Llvm
[2024-11-27T05:12:42Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:12:42Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:12:42Z DEBUG collector::compile::execute] cd "/tmp/.tmpKgfISa" && 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/.tmpKgfISa#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:12:48Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:12:49Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:12:49Z DEBUG collector::compile::execute] cd "/tmp/.tmp4I7roR" && 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/.tmp4I7roR#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark hyper-0.14.18 (3/8)
Finished benchmark hyper-0.14.18 (3/8)
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2024-11-27T05:12:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T05:12:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T05:12:59Z DEBUG collector::compile::execute] cd "/tmp/.tmpttvkFm" && 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/.tmpttvkFm#regex@1.5.5" "--" "--skip-this-rustc"
[2024-11-27T05:12:59Z DEBUG collector::compile::execute] cd "/tmp/.tmp5SkW6v" && 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/.tmp5SkW6v#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2024-11-27T05:13:05Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:13:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:13:05Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:13:05Z DEBUG collector::compile::execute] cd "/tmp/.tmpyAJZDc" && 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/.tmpyAJZDc#regex@1.5.5" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:13:06Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:13:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:13:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpMMd7Ya" && 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/.tmpMMd7Ya#regex@1.5.5" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark regex-1.5.5 (4/8)
---
    ..bootstrap::core::build_steps::compile::StdLink                     0.00s
    
[2024-11-27T05:36:01.006Z INFO  opt_dist::timer] Section `Stage 3 (BOLT) > Build PGO optimized LLVM` ended: OK (1225.89s)`
[2024-11-27T05:36:01.006Z INFO  opt_dist] Optimizing /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM.so.19.1-rust-1.85.0-nightly with BOLT
[2024-11-27T05:36:01.006Z INFO  opt_dist::utils::io] Copying file /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM.so.19.1-rust-1.85.0-nightly to /tmp/.tmpx2nbBI
[2024-11-27T05:36:01.225Z INFO  opt_dist::exec] Executing `llvm-bolt -instrument /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM.so.19.1-rust-1.85.0-nightly --instrumentation-file=/tmp/.tmpSsRFpA/prof.fdata --instrumentation-file-append-pid -o /tmp/.tmpulEttE [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 0x6000000, offset 0x6000000
---
[2024-11-27T05:39:40Z DEBUG collector::compile::execute] cd "/tmp/.tmpUDa0yl" && 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/.tmpUDa0yl#clap@3.1.6" "--release" "--" "--skip-this-rustc"
Running clap-3.1.6: Debug + [Full] + Llvm
[2024-11-27T05:39:50Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:39:50Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:39:50Z DEBUG collector::compile::execute] cd "/tmp/.tmpTrdMdw" && 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/.tmpTrdMdw#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:39:56Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:39:56Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:39:56Z DEBUG collector::compile::execute] cd "/tmp/.tmpvooU6O" && 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/.tmpvooU6O#clap@3.1.6" "--release" "--" "--wrap-rustc-with" "Eprintln"
Finished benchmark clap-3.1.6 (2/8)
---
[2024-11-27T05:40:44Z DEBUG collector::compile::execute] cd "/tmp/.tmp2pgcoP" && 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/.tmp2pgcoP#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Opt + [Full] + Llvm
[2024-11-27T05:40:52Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:40:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:40:52Z DEBUG collector::compile::execute] cd "/tmp/.tmpgUKPRy" && 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/.tmpgUKPRy#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark regex-1.5.5 (4/8)
Preparing regex-1.5.5
[2024-11-27T05:41:07Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T05:41:07Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
Executing benchmark syn-1.0.89 (8/8)
Preparing syn-1.0.89
[2024-11-27T05:44:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T05:44:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T05:44:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpIR9MTh" && 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/.tmpIR9MTh#syn@1.0.89" "--release" "--" "--skip-this-rustc"
[2024-11-27T05:44:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpuYjjNw" && 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/.tmpuYjjNw#syn@1.0.89" "--" "--skip-this-rustc"
[2024-11-27T05:44:15Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:44:15Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:44:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpS0bVqz" && 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/.tmpS0bVqz#syn@1.0.89" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Opt + [Full] + Llvm
Running syn-1.0.89: Opt + [Full] + Llvm
[2024-11-27T05:44:19Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:44:19Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:44:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpObXBqC" && 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/.tmpObXBqC#syn@1.0.89" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:44:28.650Z INFO  opt_dist::training] Merging LLVM BOLT profiles from /tmp/.tmpSsRFpA/prof.fdata to /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata
##[endgroup]
##[group]Merging BOLT profiles
##[group]Merging BOLT profiles
[2024-11-27T05:44:28.652Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpSsRFpA/prof.fdata.132064.fdata /tmp/.tmpSsRFpA/prof.fdata.132075.fdata /tmp/.tmpSsRFpA/prof.fdata.132076.fdata /tmp/.tmpSsRFpA/prof.fdata.132079.fdata /tmp/.tmpSsRFpA/prof.fdata.132080.fdata /tmp/.tmpSsRFpA/prof.fdata.132085.fdata /tmp/.tmpSsRFpA/prof.fdata.132086.fdata /tmp/.tmpSsRFpA/prof.fdata.132096.fdata /tmp/.tmpSsRFpA/prof.fdata.132098.fdata /tmp/.tmpSsRFpA/prof.fdata.132099.fdata /tmp/.tmpSsRFpA/prof.fdata.132101.fdata /tmp/.tmpSsRFpA/prof.fdata.132103.fdata /tmp/.tmpSsRFpA/prof.fdata.132104.fdata /tmp/.tmpSsRFpA/prof.fdata.132105.fdata /tmp/.tmpSsRFpA/prof.fdata.132108.fdata /tmp/.tmpSsRFpA/prof.fdata.132110.fdata /tmp/.tmpSsRFpA/prof.fdata.132111.fdata /tmp/.tmpSsRFpA/prof.fdata.132114.fdata /tmp/.tmpSsRFpA/prof.fdata.132116.fdata /tmp/.tmpSsRFpA/prof.fdata.132118.fdata /tmp/.tmpSsRFpA/prof.fdata.132119.fdata /tmp/.tmpSsRFpA/prof.fdata.132120.fdata /tmp/.tmpSsRFpA/prof.fdata.132124.fdata /tmp/.tmpSsRFpA/prof.fdata.132137.fdata /tmp/.tmpSsRFpA/prof.fdata.132138.fdata /tmp/.tmpSsRFpA/prof.fdata.132263.fdata /tmp/.tmpSsRFpA/prof.fdata.132269.fdata /tmp/.tmpSsRFpA/prof.fdata.132270.fdata /tmp/.tmpSsRFpA/prof.fdata.132282.fdata /tmp/.tmpSsRFpA/prof.fdata.132297.fdata /tmp/.tmpSsRFpA/prof.fdata.132308.fdata /tmp/.tmpSsRFpA/prof.fdata.132316.fdata /tmp/.tmpSsRFpA/prof.fdata.132321.fdata /tmp/.tmpSsRFpA/prof.fdata.132326.fdata /tmp/.tmpSsRFpA/prof.fdata.132327.fdata /tmp/.tmpSsRFpA/prof.fdata.132335.fdata /tmp/.tmpSsRFpA/prof.fdata.132339.fdata /tmp/.tmpSsRFpA/prof.fdata.132341.fdata /tmp/.tmpSsRFpA/prof.fdata.132349.fdata /tmp/.tmpSsRFpA/prof.fdata.132351.fdata /tmp/.tmpSsRFpA/prof.fdata.132362.fdata /tmp/.tmpSsRFpA/prof.fdata.132367.fdata /tmp/.tmpSsRFpA/prof.fdata.132370.fdata /tmp/.tmpSsRFpA/prof.fdata.132373.fdata /tmp/.tmpSsRFpA/prof.fdata.132382.fdata /tmp/.tmpSsRFpA/prof.fdata.132384.fdata /tmp/.tmpSsRFpA/prof.fdata.132390.fdata /tmp/.tmpSsRFpA/prof.fdata.132400.fdata /tmp/.tmpSsRFpA/prof.fdata.132401.fdata /tmp/.tmpSsRFpA/prof.fdata.132407.fdata /tmp/.tmpSsRFpA/prof.fdata.132424.fdata /tmp/.tmpSsRFpA/prof.fdata.132425.fdata /tmp/.tmpSsRFpA/prof.fdata.132435.fdata /tmp/.tmpSsRFpA/prof.fdata.132443.fdata /tmp/.tmpSsRFpA/prof.fdata.132447.fdata /tmp/.tmpSsRFpA/prof.fdata.132477.fdata /tmp/.tmpSsRFpA/prof.fdata.132481.fdata /tmp/.tmpSsRFpA/prof.fdata.132511.fdata /tmp/.tmpSsRFpA/prof.fdata.132515.fdata /tmp/.tmpSsRFpA/prof.fdata.132518.fdata /tmp/.tmpSsRFpA/prof.fdata.132523.fdata /tmp/.tmpSsRFpA/prof.fdata.132533.fdata /tmp/.tmpSsRFpA/prof.fdata.132540.fdata /tmp/.tmpSsRFpA/prof.fdata.132545.fdata /tmp/.tmpSsRFpA/prof.fdata.132552.fdata /tmp/.tmpSsRFpA/prof.fdata.132553.fdata /tmp/.tmpSsRFpA/prof.fdata.132563.fdata /tmp/.tmpSsRFpA/prof.fdata.132573.fdata /tmp/.tmpSsRFpA/prof.fdata.132592.fdata /tmp/.tmpSsRFpA/prof.fdata.132601.fdata /tmp/.tmpSsRFpA/prof.fdata.132607.fdata /tmp/.tmpSsRFpA/prof.fdata.132630.fdata /tmp/.tmpSsRFpA/prof.fdata.132631.fdata /tmp/.tmpSsRFpA/prof.fdata.132646.fdata /tmp/.tmpSsRFpA/prof.fdata.132650.fdata /tmp/.tmpSsRFpA/prof.fdata.132657.fdata /tmp/.tmpSsRFpA/prof.fdata.132679.fdata /tmp/.tmpSsRFpA/prof.fdata.132688.fdata /tmp/.tmpSsRFpA/prof.fdata.132698.fdata /tmp/.tmpSsRFpA/prof.fdata.132718.fdata /tmp/.tmpSsRFpA/prof.fdata.132724.fdata /tmp/.tmpSsRFpA/prof.fdata.132725.fdata /tmp/.tmpSsRFpA/prof.fdata.132740.fdata /tmp/.tmpSsRFpA/prof.fdata.132763.fdata /tmp/.tmpSsRFpA/prof.fdata.132770.fdata /tmp/.tmpSsRFpA/prof.fdata.132790.fdata /tmp/.tmpSsRFpA/prof.fdata.132797.fdata /tmp/.tmpSsRFpA/prof.fdata.132826.fdata /tmp/.tmpSsRFpA/prof.fdata.132831.fdata /tmp/.tmpSsRFpA/prof.fdata.132836.fdata /tmp/.tmpSsRFpA/prof.fdata.132846.fdata /tmp/.tmpSsRFpA/prof.fdata.132864.fdata /tmp/.tmpSsRFpA/prof.fdata.132876.fdata /tmp/.tmpSsRFpA/prof.fdata.132898.fdata /tmp/.tmpSsRFpA/prof.fdata.132900.fdata /tmp/.tmpSsRFpA/prof.fdata.132917.fdata /tmp/.tmpSsRFpA/prof.fdata.132930.fdata /tmp/.tmpSsRFpA/prof.fdata.132934.fdata /tmp/.tmpSsRFpA/prof.fdata.132936.fdata /tmp/.tmpSsRFpA/prof.fdata.132946.fdata /tmp/.tmpSsRFpA/prof.fdata.132951.fdata /tmp/.tmpSsRFpA/prof.fdata.132965.fdata /tmp/.tmpSsRFpA/prof.fdata.132970.fdata /tmp/.tmpSsRFpA/prof.fdata.132977.fdata /tmp/.tmpSsRFpA/prof.fdata.132983.fdata /tmp/.tmpSsRFpA/prof.fdata.132985.fdata /tmp/.tmpSsRFpA/prof.fdata.132995.fdata /tmp/.tmpSsRFpA/prof.fdata.133006.fdata /tmp/.tmpSsRFpA/prof.fdata.133008.fdata /tmp/.tmpSsRFpA/prof.fdata.133011.fdata /tmp/.tmpSsRFpA/prof.fdata.133017.fdata /tmp/.tmpSsRFpA/prof.fdata.133022.fdata /tmp/.tmpSsRFpA/prof.fdata.133029.fdata /tmp/.tmpSsRFpA/prof.fdata.133036.fdata /tmp/.tmpSsRFpA/prof.fdata.133042.fdata /tmp/.tmpSsRFpA/prof.fdata.133044.fdata /tmp/.tmpSsRFpA/prof.fdata.133055.fdata /tmp/.tmpSsRFpA/prof.fdata.133057.fdata /tmp/.tmpSsRFpA/prof.fdata.133066.fdata /tmp/.tmpSsRFpA/prof.fdata.133080.fdata /tmp/.tmpSsRFpA/prof.fdata.133088.fdata /tmp/.tmpSsRFpA/prof.fdata.133121.fdata /tmp/.tmpSsRFpA/prof.fdata.133154.fdata /tmp/.tmpSsRFpA/prof.fdata.133164.fdata /tmp/.tmpSsRFpA/prof.fdata.133169.fdata /tmp/.tmpSsRFpA/prof.fdata.133180.fdata /tmp/.tmpSsRFpA/prof.fdata.133184.fdata /tmp/.tmpSsRFpA/prof.fdata.133188.fdata /tmp/.tmpSsRFpA/prof.fdata.133192.fdata /tmp/.tmpSsRFpA/prof.fdata.133201.fdata /tmp/.tmpSsRFpA/prof.fdata.133203.fdata /tmp/.tmpSsRFpA/prof.fdata.133221.fdata /tmp/.tmpSsRFpA/prof.fdata.133231.fdata /tmp/.tmpSsRFpA/prof.fdata.133233.fdata /tmp/.tmpSsRFpA/prof.fdata.133242.fdata /tmp/.tmpSsRFpA/prof.fdata.133248.fdata /tmp/.tmpSsRFpA/prof.fdata.133255.fdata /tmp/.tmpSsRFpA/prof.fdata.133275.fdata /tmp/.tmpSsRFpA/prof.fdata.133280.fdata /tmp/.tmpSsRFpA/prof.fdata.133294.fdata /tmp/.tmpSsRFpA/prof.fdata.133314.fdata /tmp/.tmpSsRFpA/prof.fdata.133324.fdata /tmp/.tmpSsRFpA/prof.fdata.133330.fdata /tmp/.tmpSsRFpA/prof.fdata.133344.fdata /tmp/.tmpSsRFpA/prof.fdata.133345.fdata /tmp/.tmpSsRFpA/prof.fdata.133386.fdata /tmp/.tmpSsRFpA/prof.fdata.133400.fdata /tmp/.tmpSsRFpA/prof.fdata.133410.fdata /tmp/.tmpSsRFpA/prof.fdata.133414.fdata /tmp/.tmpSsRFpA/prof.fdata.133427.fdata /tmp/.tmpSsRFpA/prof.fdata.133447.fdata /tmp/.tmpSsRFpA/prof.fdata.133456.fdata /tmp/.tmpSsRFpA/prof.fdata.133470.fdata /tmp/.tmpSsRFpA/prof.fdata.133483.fdata /tmp/.tmpSsRFpA/prof.fdata.133489.fdata /tmp/.tmpSsRFpA/prof.fdata.133506.fdata /tmp/.tmpSsRFpA/prof.fdata.133516.fdata /tmp/.tmpSsRFpA/prof.fdata.133534.fdata /tmp/.tmpSsRFpA/prof.fdata.133537.fdata /tmp/.tmpSsRFpA/prof.fdata.133557.fdata /tmp/.tmpSsRFpA/prof.fdata.133570.fdata /tmp/.tmpSsRFpA/prof.fdata.133584.fdata /tmp/.tmpSsRFpA/prof.fdata.133596.fdata /tmp/.tmpSsRFpA/prof.fdata.133613.fdata /tmp/.tmpSsRFpA/prof.fdata.133620.fdata /tmp/.tmpSsRFpA/prof.fdata.133630.fdata /tmp/.tmpSsRFpA/prof.fdata.133643.fdata /tmp/.tmpSsRFpA/prof.fdata.133653.fdata /tmp/.tmpSsRFpA/prof.fdata.133675.fdata /tmp/.tmpSsRFpA/prof.fdata.133678.fdata /tmp/.tmpSsRFpA/prof.fdata.133695.fdata /tmp/.tmpSsRFpA/prof.fdata.133705.fdata /tmp/.tmpSsRFpA/prof.fdata.133713.fdata /tmp/.tmpSsRFpA/prof.fdata.133718.fdata /tmp/.tmpSsRFpA/prof.fdata.133728.fdata /tmp/.tmpSsRFpA/prof.fdata.133729.fdata /tmp/.tmpSsRFpA/prof.fdata.133738.fdata /tmp/.tmpSsRFpA/prof.fdata.133746.fdata /tmp/.tmpSsRFpA/prof.fdata.133753.fdata /tmp/.tmpSsRFpA/prof.fdata.133758.fdata /tmp/.tmpSsRFpA/prof.fdata.133768.fdata /tmp/.tmpSsRFpA/prof.fdata.133777.fdata /tmp/.tmpSsRFpA/prof.fdata.133787.fdata /tmp/.tmpSsRFpA/prof.fdata.133792.fdata /tmp/.tmpSsRFpA/prof.fdata.133809.fdata /tmp/.tmpSsRFpA/prof.fdata.133821.fdata /tmp/.tmpSsRFpA/prof.fdata.133827.fdata /tmp/.tmpSsRFpA/prof.fdata.133845.fdata /tmp/.tmpSsRFpA/prof.fdata.133846.fdata /tmp/.tmpSsRFpA/prof.fdata.133850.fdata /tmp/.tmpSsRFpA/prof.fdata.133884.fdata /tmp/.tmpSsRFpA/prof.fdata.133919.fdata /tmp/.tmpSsRFpA/prof.fdata.133933.fdata /tmp/.tmpSsRFpA/prof.fdata.133940.fdata /tmp/.tmpSsRFpA/prof.fdata.133982.fdata /tmp/.tmpSsRFpA/prof.fdata.133991.fdata /tmp/.tmpSsRFpA/prof.fdata.134010.fdata /tmp/.tmpSsRFpA/prof.fdata.134017.fdata /tmp/.tmpSsRFpA/prof.fdata.134036.fdata /tmp/.tmpSsRFpA/prof.fdata.134052.fdata /tmp/.tmpSsRFpA/prof.fdata.134058.fdata /tmp/.tmpSsRFpA/prof.fdata.134062.fdata /tmp/.tmpSsRFpA/prof.fdata.134072.fdata /tmp/.tmpSsRFpA/prof.fdata.134082.fdata /tmp/.tmpSsRFpA/prof.fdata.134093.fdata /tmp/.tmpSsRFpA/prof.fdata.134098.fdata /tmp/.tmpSsRFpA/prof.fdata.134110.fdata /tmp/.tmpSsRFpA/prof.fdata.134114.fdata /tmp/.tmpSsRFpA/prof.fdata.134124.fdata /tmp/.tmpSsRFpA/prof.fdata.134132.fdata /tmp/.tmpSsRFpA/prof.fdata.134137.fdata /tmp/.tmpSsRFpA/prof.fdata.134155.fdata /tmp/.tmpSsRFpA/prof.fdata.134173.fdata /tmp/.tmpSsRFpA/prof.fdata.134202.fdata /tmp/.tmpSsRFpA/prof.fdata.134207.fdata /tmp/.tmpSsRFpA/prof.fdata.134215.fdata /tmp/.tmpSsRFpA/prof.fdata.134237.fdata /tmp/.tmpSsRFpA/prof.fdata.134241.fdata /tmp/.tmpSsRFpA/prof.fdata.134250.fdata /tmp/.tmpSsRFpA/prof.fdata.134259.fdata /tmp/.tmpSsRFpA/prof.fdata.134277.fdata /tmp/.tmpSsRFpA/prof.fdata.134285.fdata /tmp/.tmpSsRFpA/prof.fdata.134322.fdata /tmp/.tmpSsRFpA/prof.fdata.134336.fdata /tmp/.tmpSsRFpA/prof.fdata.134341.fdata /tmp/.tmpSsRFpA/prof.fdata.134352.fdata /tmp/.tmpSsRFpA/prof.fdata.134369.fdata /tmp/.tmpSsRFpA/prof.fdata.134384.fdata /tmp/.tmpSsRFpA/prof.fdata.134386.fdata /tmp/.tmpSsRFpA/prof.fdata.134405.fdata /tmp/.tmpSsRFpA/prof.fdata.134412.fdata /tmp/.tmpSsRFpA/prof.fdata.134424.fdata /tmp/.tmpSsRFpA/prof.fdata.134439.fdata /tmp/.tmpSsRFpA/prof.fdata.134451.fdata /tmp/.tmpSsRFpA/prof.fdata.134462.fdata /tmp/.tmpSsRFpA/prof.fdata.134470.fdata /tmp/.tmpSsRFpA/prof.fdata.134486.fdata /tmp/.tmpSsRFpA/prof.fdata.134493.fdata /tmp/.tmpSsRFpA/prof.fdata.134501.fdata /tmp/.tmpSsRFpA/prof.fdata.134510.fdata /tmp/.tmpSsRFpA/prof.fdata.134511.fdata /tmp/.tmpSsRFpA/prof.fdata.134523.fdata /tmp/.tmpSsRFpA/prof.fdata.134525.fdata /tmp/.tmpSsRFpA/prof.fdata.134538.fdata /tmp/.tmpSsRFpA/prof.fdata.134580.fdata /tmp/.tmpSsRFpA/prof.fdata.134589.fdata /tmp/.tmpSsRFpA/prof.fdata.134601.fdata /tmp/.tmpSsRFpA/prof.fdata.134610.fdata /tmp/.tmpSsRFpA/prof.fdata.134617.fdata /tmp/.tmpSsRFpA/prof.fdata.134633.fdata /tmp/.tmpSsRFpA/prof.fdata.134637.fdata /tmp/.tmpSsRFpA/prof.fdata.134652.fdata /tmp/.tmpSsRFpA/prof.fdata.134687.fdata /tmp/.tmpSsRFpA/prof.fdata.134707.fdata /tmp/.tmpSsRFpA/prof.fdata.134718.fdata /tmp/.tmpSsRFpA/prof.fdata.134724.fdata /tmp/.tmpSsRFpA/prof.fdata.134745.fdata /tmp/.tmpSsRFpA/prof.fdata.134751.fdata /tmp/.tmpSsRFpA/prof.fdata.134773.fdata /tmp/.tmpSsRFpA/prof.fdata.134780.fdata /tmp/.tmpSsRFpA/prof.fdata.134790.fdata /tmp/.tmpSsRFpA/prof.fdata.134802.fdata /tmp/.tmpSsRFpA/prof.fdata.134805.fdata /tmp/.tmpSsRFpA/prof.fdata.134811.fdata /tmp/.tmpSsRFpA/prof.fdata.134821.fdata /tmp/.tmpSsRFpA/prof.fdata.134825.fdata /tmp/.tmpSsRFpA/prof.fdata.134829.fdata /tmp/.tmpSsRFpA/prof.fdata.134833.fdata /tmp/.tmpSsRFpA/prof.fdata.134840.fdata /tmp/.tmpSsRFpA/prof.fdata.134842.fdata /tmp/.tmpSsRFpA/prof.fdata.134872.fdata /tmp/.tmpSsRFpA/prof.fdata.134882.fdata /tmp/.tmpSsRFpA/prof.fdata.134892.fdata /tmp/.tmpSsRFpA/prof.fdata.134910.fdata /tmp/.tmpSsRFpA/prof.fdata.134931.fdata /tmp/.tmpSsRFpA/prof.fdata.134994.fdata /tmp/.tmpSsRFpA/prof.fdata.135004.fdata /tmp/.tmpSsRFpA/prof.fdata.135018.fdata /tmp/.tmpSsRFpA/prof.fdata.135030.fdata /tmp/.tmpSsRFpA/prof.fdata.135035.fdata /tmp/.tmpSsRFpA/prof.fdata.135042.fdata /tmp/.tmpSsRFpA/prof.fdata.135057.fdata /tmp/.tmpSsRFpA/prof.fdata.135072.fdata /tmp/.tmpSsRFpA/prof.fdata.135089.fdata /tmp/.tmpSsRFpA/prof.fdata.135111.fdata /tmp/.tmpSsRFpA/prof.fdata.135141.fdata /tmp/.tmpSsRFpA/prof.fdata.135155.fdata /tmp/.tmpSsRFpA/prof.fdata.135172.fdata /tmp/.tmpSsRFpA/prof.fdata.135187.fdata /tmp/.tmpSsRFpA/prof.fdata.135233.fdata /tmp/.tmpSsRFpA/prof.fdata.135328.fdata /tmp/.tmpSsRFpA/prof.fdata.135367.fdata /tmp/.tmpSsRFpA/prof.fdata.135660.fdata /tmp/.tmpSsRFpA/prof.fdata.135770.fdata /tmp/.tmpSsRFpA/prof.fdata.136344.fdata /tmp/.tmpSsRFpA/prof.fdata.136378.fdata /tmp/.tmpSsRFpA/prof.fdata.136543.fdata /tmp/.tmpSsRFpA/prof.fdata.136834.fdata /tmp/.tmpSsRFpA/prof.fdata.136877.fdata /tmp/.tmpSsRFpA/prof.fdata.137076.fdata /tmp/.tmpSsRFpA/prof.fdata.137169.fdata /tmp/.tmpSsRFpA/prof.fdata.137243.fdata /tmp/.tmpSsRFpA/prof.fdata.137260.fdata /tmp/.tmpSsRFpA/prof.fdata.137283.fdata /tmp/.tmpSsRFpA/prof.fdata.137300.fdata /tmp/.tmpSsRFpA/prof.fdata.137308.fdata /tmp/.tmpSsRFpA/prof.fdata.137365.fdata /tmp/.tmpSsRFpA/prof.fdata.137392.fdata /tmp/.tmpSsRFpA/prof.fdata.137437.fdata /tmp/.tmpSsRFpA/prof.fdata.137438.fdata /tmp/.tmpSsRFpA/prof.fdata.137441.fdata /tmp/.tmpSsRFpA/prof.fdata.137442.fdata /tmp/.tmpSsRFpA/prof.fdata.137447.fdata /tmp/.tmpSsRFpA/prof.fdata.137448.fdata /tmp/.tmpSsRFpA/prof.fdata.137460.fdata /tmp/.tmpSsRFpA/prof.fdata.137466.fdata /tmp/.tmpSsRFpA/prof.fdata.137467.fdata /tmp/.tmpSsRFpA/prof.fdata.137468.fdata /tmp/.tmpSsRFpA/prof.fdata.137469.fdata /tmp/.tmpSsRFpA/prof.fdata.137470.fdata /tmp/.tmpSsRFpA/prof.fdata.137471.fdata /tmp/.tmpSsRFpA/prof.fdata.137475.fdata /tmp/.tmpSsRFpA/prof.fdata.137476.fdata /tmp/.tmpSsRFpA/prof.fdata.137478.fdata /tmp/.tmpSsRFpA/prof.fdata.137479.fdata /tmp/.tmpSsRFpA/prof.fdata.137480.fdata /tmp/.tmpSsRFpA/prof.fdata.137481.fdata /tmp/.tmpSsRFpA/prof.fdata.137482.fdata /tmp/.tmpSsRFpA/prof.fdata.137483.fdata /tmp/.tmpSsRFpA/prof.fdata.137484.fdata /tmp/.tmpSsRFpA/prof.fdata.137620.fdata /tmp/.tmpSsRFpA/prof.fdata.137625.fdata /tmp/.tmpSsRFpA/prof.fdata.137630.fdata /tmp/.tmpSsRFpA/prof.fdata.137635.fdata /tmp/.tmpSsRFpA/prof.fdata.137638.fdata /tmp/.tmpSsRFpA/prof.fdata.137649.fdata /tmp/.tmpSsRFpA/prof.fdata.137651.fdata /tmp/.tmpSsRFpA/prof.fdata.137671.fdata /tmp/.tmpSsRFpA/prof.fdata.137686.fdata /tmp/.tmpSsRFpA/prof.fdata.137692.fdata /tmp/.tmpSsRFpA/prof.fdata.137702.fdata /tmp/.tmpSsRFpA/prof.fdata.137716.fdata /tmp/.tmpSsRFpA/prof.fdata.137726.fdata /tmp/.tmpSsRFpA/prof.fdata.137732.fdata /tmp/.tmpSsRFpA/prof.fdata.137752.fdata /tmp/.tmpSsRFpA/prof.fdata.137779.fdata /tmp/.tmpSsRFpA/prof.fdata.137824.fdata /tmp/.tmpSsRFpA/prof.fdata.137825.fdata /tmp/.tmpSsRFpA/prof.fdata.137828.fdata /tmp/.tmpSsRFpA/prof.fdata.137829.fdata /tmp/.tmpSsRFpA/prof.fdata.137834.fdata /tmp/.tmpSsRFpA/prof.fdata.137835.fdata /tmp/.tmpSsRFpA/prof.fdata.137846.fdata /tmp/.tmpSsRFpA/prof.fdata.137849.fdata /tmp/.tmpSsRFpA/prof.fdata.137850.fdata /tmp/.tmpSsRFpA/prof.fdata.137851.fdata /tmp/.tmpSsRFpA/prof.fdata.137852.fdata /tmp/.tmpSsRFpA/prof.fdata.137853.fdata /tmp/.tmpSsRFpA/prof.fdata.137855.fdata /tmp/.tmpSsRFpA/prof.fdata.137856.fdata /tmp/.tmpSsRFpA/prof.fdata.137859.fdata /tmp/.tmpSsRFpA/prof.fdata.137861.fdata /tmp/.tmpSsRFpA/prof.fdata.137863.fdata /tmp/.tmpSsRFpA/prof.fdata.137865.fdata /tmp/.tmpSsRFpA/prof.fdata.137868.fdata /tmp/.tmpSsRFpA/prof.fdata.137869.fdata /tmp/.tmpSsRFpA/prof.fdata.137871.fdata /tmp/.tmpSsRFpA/prof.fdata.137873.fdata /tmp/.tmpSsRFpA/prof.fdata.137874.fdata /tmp/.tmpSsRFpA/prof.fdata.137877.fdata /tmp/.tmpSsRFpA/prof.fdata.138008.fdata /tmp/.tmpSsRFpA/prof.fdata.138011.fdata /tmp/.tmpSsRFpA/prof.fdata.138016.fdata /tmp/.tmpSsRFpA/prof.fdata.138017.fdata /tmp/.tmpSsRFpA/prof.fdata.138026.fdata /tmp/.tmpSsRFpA/prof.fdata.138039.fdata /tmp/.tmpSsRFpA/prof.fdata.138046.fdata /tmp/.tmpSsRFpA/prof.fdata.138060.fdata /tmp/.tmpSsRFpA/prof.fdata.138062.fdata /tmp/.tmpSsRFpA/prof.fdata.138070.fdata /tmp/.tmpSsRFpA/prof.fdata.138077.fdata /tmp/.tmpSsRFpA/prof.fdata.138085.fdata /tmp/.tmpSsRFpA/prof.fdata.138102.fdata /tmp/.tmpSsRFpA/prof.fdata.138107.fdata /tmp/.tmpSsRFpA/prof.fdata.138111.fdata /tmp/.tmpSsRFpA/prof.fdata.138116.fdata /tmp/.tmpSsRFpA/prof.fdata.138121.fdata /tmp/.tmpSsRFpA/prof.fdata.138123.fdata /tmp/.tmpSsRFpA/prof.fdata.138128.fdata /tmp/.tmpSsRFpA/prof.fdata.138136.fdata /tmp/.tmpSsRFpA/prof.fdata.138137.fdata /tmp/.tmpSsRFpA/prof.fdata.138139.fdata /tmp/.tmpSsRFpA/prof.fdata.138143.fdata /tmp/.tmpSsRFpA/prof.fdata.138163.fdata /tmp/.tmpSsRFpA/prof.fdata.138174.fdata /tmp/.tmpSsRFpA/prof.fdata.138187.fdata /tmp/.tmpSsRFpA/prof.fdata.138191.fdata /tmp/.tmpSsRFpA/prof.fdata.138201.fdata /tmp/.tmpSsRFpA/prof.fdata.138208.fdata /tmp/.tmpSsRFpA/prof.fdata.138215.fdata /tmp/.tmpSsRFpA/prof.fdata.138221.fdata /tmp/.tmpSsRFpA/prof.fdata.138242.fdata /tmp/.tmpSsRFpA/prof.fdata.138249.fdata /tmp/.tmpSsRFpA/prof.fdata.138253.fdata /tmp/.tmpSsRFpA/prof.fdata.138260.fdata /tmp/.tmpSsRFpA/prof.fdata.138275.fdata /tmp/.tmpSsRFpA/prof.fdata.138288.fdata /tmp/.tmpSsRFpA/prof.fdata.138296.fdata /tmp/.tmpSsRFpA/prof.fdata.138306.fdata /tmp/.tmpSsRFpA/prof.fdata.138312.fdata /tmp/.tmpSsRFpA/prof.fdata.138316.fdata /tmp/.tmpSsRFpA/prof.fdata.138327.fdata /tmp/.tmpSsRFpA/prof.fdata.138337.fdata /tmp/.tmpSsRFpA/prof.fdata.138341.fdata /tmp/.tmpSsRFpA/prof.fdata.138356.fdata /tmp/.tmpSsRFpA/prof.fdata.138370.fdata /tmp/.tmpSsRFpA/prof.fdata.138375.fdata /tmp/.tmpSsRFpA/prof.fdata.138386.fdata /tmp/.tmpSsRFpA/prof.fdata.138390.fdata /tmp/.tmpSsRFpA/prof.fdata.138391.fdata /tmp/.tmpSsRFpA/prof.fdata.138398.fdata /tmp/.tmpSsRFpA/prof.fdata.138404.fdata /tmp/.tmpSsRFpA/prof.fdata.138415.fdata /tmp/.tmpSsRFpA/prof.fdata.138419.fdata /tmp/.tmpSsRFpA/prof.fdata.138425.fdata /tmp/.tmpSsRFpA/prof.fdata.138428.fdata /tmp/.tmpSsRFpA/prof.fdata.138433.fdata /tmp/.tmpSsRFpA/prof.fdata.138445.fdata /tmp/.tmpSsRFpA/prof.fdata.138447.fdata /tmp/.tmpSsRFpA/prof.fdata.138455.fdata /tmp/.tmpSsRFpA/prof.fdata.138462.fdata /tmp/.tmpSsRFpA/prof.fdata.138480.fdata /tmp/.tmpSsRFpA/prof.fdata.138494.fdata /tmp/.tmpSsRFpA/prof.fdata.138497.fdata /tmp/.tmpSsRFpA/prof.fdata.138515.fdata /tmp/.tmpSsRFpA/prof.fdata.138522.fdata /tmp/.tmpSsRFpA/prof.fdata.138526.fdata /tmp/.tmpSsRFpA/prof.fdata.138539.fdata /tmp/.tmpSsRFpA/prof.fdata.138552.fdata /tmp/.tmpSsRFpA/prof.fdata.138557.fdata /tmp/.tmpSsRFpA/prof.fdata.138573.fdata /tmp/.tmpSsRFpA/prof.fdata.138585.fdata /tmp/.tmpSsRFpA/prof.fdata.138591.fdata /tmp/.tmpSsRFpA/prof.fdata.138606.fdata /tmp/.tmpSsRFpA/prof.fdata.138622.fdata /tmp/.tmpSsRFpA/prof.fdata.138623.fdata /tmp/.tmpSsRFpA/prof.fdata.138674.fdata /tmp/.tmpSsRFpA/prof.fdata.138679.fdata /tmp/.tmpSsRFpA/prof.fdata.138680.fdata /tmp/.tmpSsRFpA/prof.fdata.138686.fdata /tmp/.tmpSsRFpA/prof.fdata.138720.fdata /tmp/.tmpSsRFpA/prof.fdata.138724.fdata /tmp/.tmpSsRFpA/prof.fdata.138731.fdata /tmp/.tmpSsRFpA/prof.fdata.138738.fdata /tmp/.tmpSsRFpA/prof.fdata.138745.fdata /tmp/.tmpSsRFpA/prof.fdata.138763.fdata /tmp/.tmpSsRFpA/prof.fdata.138805.fdata /tmp/.tmpSsRFpA/prof.fdata.138829.fdata /tmp/.tmpSsRFpA/prof.fdata.138843.fdata /tmp/.tmpSsRFpA/prof.fdata.138844.fdata /tmp/.tmpSsRFpA/prof.fdata.138847.fdata /tmp/.tmpSsRFpA/prof.fdata.138848.fdata /tmp/.tmpSsRFpA/prof.fdata.138853.fdata /tmp/.tmpSsRFpA/prof.fdata.138854.fdata /tmp/.tmpSsRFpA/prof.fdata.138860.fdata /tmp/.tmpSsRFpA/prof.fdata.138861.fdata /tmp/.tmpSsRFpA/prof.fdata.138865.fdata /tmp/.tmpSsRFpA/prof.fdata.138866.fdata /tmp/.tmpSsRFpA/prof.fdata.138914.fdata /tmp/.tmpSsRFpA/prof.fdata.138920.fdata /tmp/.tmpSsRFpA/prof.fdata.138936.fdata /tmp/.tmpSsRFpA/prof.fdata.138939.fdata /tmp/.tmpSsRFpA/prof.fdata.139025.fdata /tmp/.tmpSsRFpA/prof.fdata.139052.fdata /tmp/.tmpSsRFpA/prof.fdata.139097.fdata /tmp/.tmpSsRFpA/prof.fdata.139098.fdata /tmp/.tmpSsRFpA/prof.fdata.139101.fdata /tmp/.tmpSsRFpA/prof.fdata.139102.fdata /tmp/.tmpSsRFpA/prof.fdata.139107.fdata /tmp/.tmpSsRFpA/prof.fdata.139108.fdata /tmp/.tmpSsRFpA/prof.fdata.139118.fdata /tmp/.tmpSsRFpA/prof.fdata.139120.fdata /tmp/.tmpSsRFpA/prof.fdata.139123.fdata /tmp/.tmpSsRFpA/prof.fdata.139124.fdata /tmp/.tmpSsRFpA/prof.fdata.139125.fdata /tmp/.tmpSsRFpA/prof.fdata.139127.fdata /tmp/.tmpSsRFpA/prof.fdata.139128.fdata /tmp/.tmpSsRFpA/prof.fdata.139130.fdata /tmp/.tmpSsRFpA/prof.fdata.139134.fdata /tmp/.tmpSsRFpA/prof.fdata.139136.fdata /tmp/.tmpSsRFpA/prof.fdata.139137.fdata /tmp/.tmpSsRFpA/prof.fdata.139139.fdata /tmp/.tmpSsRFpA/prof.fdata.139140.fdata /tmp/.tmpSsRFpA/prof.fdata.139142.fdata /tmp/.tmpSsRFpA/prof.fdata.139143.fdata /tmp/.tmpSsRFpA/prof.fdata.139146.fdata /tmp/.tmpSsRFpA/prof.fdata.139163.fdata /tmp/.tmpSsRFpA/prof.fdata.139170.fdata /tmp/.tmpSsRFpA/prof.fdata.139279.fdata /tmp/.tmpSsRFpA/prof.fdata.139283.fdata /tmp/.tmpSsRFpA/prof.fdata.139300.fdata /tmp/.tmpSsRFpA/prof.fdata.139301.fdata /tmp/.tmpSsRFpA/prof.fdata.139307.fdata /tmp/.tmpSsRFpA/prof.fdata.139321.fdata /tmp/.tmpSsRFpA/prof.fdata.139325.fdata /tmp/.tmpSsRFpA/prof.fdata.139326.fdata /tmp/.tmpSsRFpA/prof.fdata.139335.fdata /tmp/.tmpSsRFpA/prof.fdata.139344.fdata /tmp/.tmpSsRFpA/prof.fdata.139352.fdata /tmp/.tmpSsRFpA/prof.fdata.139356.fdata /tmp/.tmpSsRFpA/prof.fdata.139360.fdata /tmp/.tmpSsRFpA/prof.fdata.139363.fdata /tmp/.tmpSsRFpA/prof.fdata.139364.fdata /tmp/.tmpSsRFpA/prof.fdata.139368.fdata /tmp/.tmpSsRFpA/prof.fdata.139381.fdata /tmp/.tmpSsRFpA/prof.fdata.139384.fdata /tmp/.tmpSsRFpA/prof.fdata.139396.fdata /tmp/.tmpSsRFpA/prof.fdata.139399.fdata /tmp/.tmpSsRFpA/prof.fdata.139414.fdata /tmp/.tmpSsRFpA/prof.fdata.139424.fdata /tmp/.tmpSsRFpA/prof.fdata.139434.fdata /tmp/.tmpSsRFpA/prof.fdata.139440.fdata /tmp/.tmpSsRFpA/prof.fdata.139451.fdata /tmp/.tmpSsRFpA/prof.fdata.139494.fdata /tmp/.tmpSsRFpA/prof.fdata.139502.fdata /tmp/.tmpSsRFpA/prof.fdata.139507.fdata /tmp/.tmpSsRFpA/prof.fdata.139518.fdata /tmp/.tmpSsRFpA/prof.fdata.139533.fdata /tmp/.tmpSsRFpA/prof.fdata.139549.fdata /tmp/.tmpSsRFpA/prof.fdata.139555.fdata /tmp/.tmpSsRFpA/prof.fdata.139567.fdata /tmp/.tmpSsRFpA/prof.fdata.139569.fdata /tmp/.tmpSsRFpA/prof.fdata.139585.fdata /tmp/.tmpSsRFpA/prof.fdata.139598.fdata /tmp/.tmpSsRFpA/prof.fdata.139612.fdata /tmp/.tmpSsRFpA/prof.fdata.139620.fdata /tmp/.tmpSsRFpA/prof.fdata.139643.fdata /tmp/.tmpSsRFpA/prof.fdata.139660.fdata /tmp/.tmpSsRFpA/prof.fdata.139692.fdata /tmp/.tmpSsRFpA/prof.fdata.139695.fdata /tmp/.tmpSsRFpA/prof.fdata.139713.fdata /tmp/.tmpSsRFpA/prof.fdata.139724.fdata /tmp/.tmpSsRFpA/prof.fdata.139741.fdata /tmp/.tmpSsRFpA/prof.fdata.139750.fdata /tmp/.tmpSsRFpA/prof.fdata.139758.fdata /tmp/.tmpSsRFpA/prof.fdata.139762.fdata /tmp/.tmpSsRFpA/prof.fdata.139781.fdata /tmp/.tmpSsRFpA/prof.fdata.139787.fdata /tmp/.tmpSsRFpA/prof.fdata.139792.fdata /tmp/.tmpSsRFpA/prof.fdata.139798.fdata /tmp/.tmpSsRFpA/prof.fdata.139800.fdata /tmp/.tmpSsRFpA/prof.fdata.139832.fdata /tmp/.tmpSsRFpA/prof.fdata.139859.fdata /tmp/.tmpSsRFpA/prof.fdata.139872.fdata /tmp/.tmpSsRFpA/prof.fdata.139911.fdata /tmp/.tmpSsRFpA/prof.fdata.139924.fdata /tmp/.tmpSsRFpA/prof.fdata.139947.fdata /tmp/.tmpSsRFpA/prof.fdata.139960.fdata /tmp/.tmpSsRFpA/prof.fdata.139978.fdata /tmp/.tmpSsRFpA/prof.fdata.139994.fdata /tmp/.tmpSsRFpA/prof.fdata.140027.fdata /tmp/.tmpSsRFpA/prof.fdata.140061.fdata /tmp/.tmpSsRFpA/prof.fdata.140068.fdata /tmp/.tmpSsRFpA/prof.fdata.140081.fdata /tmp/.tmpSsRFpA/prof.fdata.140101.fdata /tmp/.tmpSsRFpA/prof.fdata.140113.fdata /tmp/.tmpSsRFpA/prof.fdata.140130.fdata /tmp/.tmpSsRFpA/prof.fdata.140136.fdata /tmp/.tmpSsRFpA/prof.fdata.140140.fdata /tmp/.tmpSsRFpA/prof.fdata.140144.fdata /tmp/.tmpSsRFpA/prof.fdata.140150.fdata /tmp/.tmpSsRFpA/prof.fdata.140167.fdata /tmp/.tmpSsRFpA/prof.fdata.140171.fdata /tmp/.tmpSsRFpA/prof.fdata.140181.fdata /tmp/.tmpSsRFpA/prof.fdata.140189.fdata /tmp/.tmpSsRFpA/prof.fdata.140203.fdata /tmp/.tmpSsRFpA/prof.fdata.140224.fdata /tmp/.tmpSsRFpA/prof.fdata.140235.fdata /tmp/.tmpSsRFpA/prof.fdata.140238.fdata /tmp/.tmpSsRFpA/prof.fdata.140249.fdata /tmp/.tmpSsRFpA/prof.fdata.140256.fdata /tmp/.tmpSsRFpA/prof.fdata.140260.fdata /tmp/.tmpSsRFpA/prof.fdata.140272.fdata /tmp/.tmpSsRFpA/prof.fdata.140280.fdata /tmp/.tmpSsRFpA/prof.fdata.140286.fdata /tmp/.tmpSsRFpA/prof.fdata.140294.fdata /tmp/.tmpSsRFpA/prof.fdata.140297.fdata /tmp/.tmpSsRFpA/prof.fdata.140299.fdata /tmp/.tmpSsRFpA/prof.fdata.140301.fdata /tmp/.tmpSsRFpA/prof.fdata.140327.fdata /tmp/.tmpSsRFpA/prof.fdata.140330.fdata /tmp/.tmpSsRFpA/prof.fdata.140337.fdata /tmp/.tmpSsRFpA/prof.fdata.140341.fdata /tmp/.tmpSsRFpA/prof.fdata.140367.fdata /tmp/.tmpSsRFpA/prof.fdata.140398.fdata /tmp/.tmpSsRFpA/prof.fdata.140412.fdata /tmp/.tmpSsRFpA/prof.fdata.140429.fdata /tmp/.tmpSsRFpA/prof.fdata.140436.fdata /tmp/.tmpSsRFpA/prof.fdata.140438.fdata /tmp/.tmpSsRFpA/prof.fdata.140464.fdata /tmp/.tmpSsRFpA/prof.fdata.140480.fdata /tmp/.tmpSsRFpA/prof.fdata.140482.fdata /tmp/.tmpSsRFpA/prof.fdata.140489.fdata /tmp/.tmpSsRFpA/prof.fdata.140495.fdata /tmp/.tmpSsRFpA/prof.fdata.140507.fdata /tmp/.tmpSsRFpA/prof.fdata.140512.fdata /tmp/.tmpSsRFpA/prof.fdata.140524.fdata /tmp/.tmpSsRFpA/prof.fdata.140528.fdata /tmp/.tmpSsRFpA/prof.fdata.140532.fdata /tmp/.tmpSsRFpA/prof.fdata.140539.fdata /tmp/.tmpSsRFpA/prof.fdata.140555.fdata /tmp/.tmpSsRFpA/prof.fdata.140575.fdata /tmp/.tmpSsRFpA/prof.fdata.140582.fdata /tmp/.tmpSsRFpA/prof.fdata.140638.fdata /tmp/.tmpSsRFpA/prof.fdata.140656.fdata /tmp/.tmpSsRFpA/prof.fdata.140692.fdata /tmp/.tmpSsRFpA/prof.fdata.140708.fdata /tmp/.tmpSsRFpA/prof.fdata.140712.fdata /tmp/.tmpSsRFpA/prof.fdata.140735.fdata /tmp/.tmpSsRFpA/prof.fdata.140742.fdata /tmp/.tmpSsRFpA/prof.fdata.140757.fdata /tmp/.tmpSsRFpA/prof.fdata.140777.fdata /tmp/.tmpSsRFpA/prof.fdata.140812.fdata /tmp/.tmpSsRFpA/prof.fdata.140856.fdata /tmp/.tmpSsRFpA/prof.fdata.140858.fdata /tmp/.tmpSsRFpA/prof.fdata.140861.fdata /tmp/.tmpSsRFpA/prof.fdata.140871.fdata /tmp/.tmpSsRFpA/prof.fdata.140872.fdata /tmp/.tmpSsRFpA/prof.fdata.140873.fdata /tmp/.tmpSsRFpA/prof.fdata.140874.fdata /tmp/.tmpSsRFpA/prof.fdata.140875.fdata /tmp/.tmpSsRFpA/prof.fdata.140877.fdata /tmp/.tmpSsRFpA/prof.fdata.140878.fdata /tmp/.tmpSsRFpA/prof.fdata.140881.fdata /tmp/.tmpSsRFpA/prof.fdata.140883.fdata /tmp/.tmpSsRFpA/prof.fdata.140884.fdata /tmp/.tmpSsRFpA/prof.fdata.140887.fdata /tmp/.tmpSsRFpA/prof.fdata.140889.fdata /tmp/.tmpSsRFpA/prof.fdata.140891.fdata /tmp/.tmpSsRFpA/prof.fdata.140892.fdata /tmp/.tmpSsRFpA/prof.fdata.140893.fdata /tmp/.tmpSsRFpA/prof.fdata.140896.fdata /tmp/.tmpSsRFpA/prof.fdata.140902.fdata /tmp/.tmpSsRFpA/prof.fdata.141018.fdata /tmp/.tmpSsRFpA/prof.fdata.141022.fdata /tmp/.tmpSsRFpA/prof.fdata.141024.fdata /tmp/.tmpSsRFpA/prof.fdata.141039.fdata /tmp/.tmpSsRFpA/prof.fdata.141043.fdata /tmp/.tmpSsRFpA/prof.fdata.141053.fdata /tmp/.tmpSsRFpA/prof.fdata.141062.fdata /tmp/.tmpSsRFpA/prof.fdata.141071.fdata /tmp/.tmpSsRFpA/prof.fdata.141078.fdata /tmp/.tmpSsRFpA/prof.fdata.141079.fdata /tmp/.tmpSsRFpA/prof.fdata.141085.fdata /tmp/.tmpSsRFpA/prof.fdata.141089.fdata /tmp/.tmpSsRFpA/prof.fdata.141094.fdata /tmp/.tmpSsRFpA/prof.fdata.141096.fdata /tmp/.tmpSsRFpA/prof.fdata.141103.fdata /tmp/.tmpSsRFpA/prof.fdata.141106.fdata /tmp/.tmpSsRFpA/prof.fdata.141110.fdata /tmp/.tmpSsRFpA/prof.fdata.141118.fdata /tmp/.tmpSsRFpA/prof.fdata.141122.fdata /tmp/.tmpSsRFpA/prof.fdata.141123.fdata /tmp/.tmpSsRFpA/prof.fdata.141137.fdata /tmp/.tmpSsRFpA/prof.fdata.141141.fdata /tmp/.tmpSsRFpA/prof.fdata.141143.fdata /tmp/.tmpSsRFpA/prof.fdata.141162.fdata /tmp/.tmpSsRFpA/prof.fdata.141166.fdata /tmp/.tmpSsRFpA/prof.fdata.141168.fdata /tmp/.tmpSsRFpA/prof.fdata.141179.fdata /tmp/.tmpSsRFpA/prof.fdata.141186.fdata /tmp/.tmpSsRFpA/prof.fdata.141196.fdata /tmp/.tmpSsRFpA/prof.fdata.141215.fdata /tmp/.tmpSsRFpA/prof.fdata.141222.fdata /tmp/.tmpSsRFpA/prof.fdata.141226.fdata /tmp/.tmpSsRFpA/prof.fdata.141230.fdata /tmp/.tmpSsRFpA/prof.fdata.141239.fdata /tmp/.tmpSsRFpA/prof.fdata.141246.fdata /tmp/.tmpSsRFpA/prof.fdata.141253.fdata /tmp/.tmpSsRFpA/prof.fdata.141261.fdata /tmp/.tmpSsRFpA/prof.fdata.141266.fdata /tmp/.tmpSsRFpA/prof.fdata.141271.fdata /tmp/.tmpSsRFpA/prof.fdata.141283.fdata /tmp/.tmpSsRFpA/prof.fdata.141294.fdata /tmp/.tmpSsRFpA/prof.fdata.141295.fdata /tmp/.tmpSsRFpA/prof.fdata.141310.fdata /tmp/.tmpSsRFpA/prof.fdata.141312.fdata /tmp/.tmpSsRFpA/prof.fdata.141330.fdata /tmp/.tmpSsRFpA/prof.fdata.141336.fdata /tmp/.tmpSsRFpA/prof.fdata.141342.fdata /tmp/.tmpSsRFpA/prof.fdata.141355.fdata /tmp/.tmpSsRFpA/prof.fdata.141359.fdata /tmp/.tmpSsRFpA/prof.fdata.141366.fdata /tmp/.tmpSsRFpA/prof.fdata.141370.fdata /tmp/.tmpSsRFpA/prof.fdata.141380.fdata /tmp/.tmpSsRFpA/prof.fdata.141426.fdata /tmp/.tmpSsRFpA/prof.fdata.141440.fdata /tmp/.tmpSsRFpA/prof.fdata.141451.fdata /tmp/.tmpSsRFpA/prof.fdata.141458.fdata /tmp/.tmpSsRFpA/prof.fdata.141465.fdata /tmp/.tmpSsRFpA/prof.fdata.141485.fdata /tmp/.tmpSsRFpA/prof.fdata.141503.fdata /tmp/.tmpSsRFpA/prof.fdata.141504.fdata /tmp/.tmpSsRFpA/prof.fdata.141507.fdata /tmp/.tmpSsRFpA/prof.fdata.141508.fdata /tmp/.tmpSsRFpA/prof.fdata.141513.fdata /tmp/.tmpSsRFpA/prof.fdata.141514.fdata /tmp/.tmpSsRFpA/prof.fdata.141519.fdata /tmp/.tmpSsRFpA/prof.fdata.141522.fdata /tmp/.tmpSsRFpA/prof.fdata.141541.fdata /tmp/.tmpSsRFpA/prof.fdata.141545.fdata /tmp/.tmpSsRFpA/prof.fdata.141560.fdata /tmp/.tmpSsRFpA/prof.fdata.141575.fdata /tmp/.tmpSsRFpA/prof.fdata.141590.fdata /tmp/.tmpSsRFpA/prof.fdata.141591.fdata /tmp/.tmpSsRFpA/prof.fdata.141594.fdata /tmp/.tmpSsRFpA/prof.fdata.141595.fdata /tmp/.tmpSsRFpA/prof.fdata.141600.fdata /tmp/.tmpSsRFpA/prof.fdata.141601.fdata /tmp/.tmpSsRFpA/prof.fdata.141608.fdata /tmp/.tmpSsRFpA/prof.fdata.141609.fdata /tmp/.tmpSsRFpA/prof.fdata.141610.fdata /tmp/.tmpSsRFpA/prof.fdata.141615.fdata /tmp/.tmpSsRFpA/prof.fdata.141616.fdata /tmp/.tmpSsRFpA/prof.fdata.141617.fdata /tmp/.tmpSsRFpA/prof.fdata.141671.fdata /tmp/.tmpSsRFpA/prof.fdata.141677.fdata /tmp/.tmpSsRFpA/prof.fdata.141678.fdata /tmp/.tmpSsRFpA/prof.fdata.141683.fdata /tmp/.tmpSsRFpA/prof.fdata.141686.fdata /tmp/.tmpSsRFpA/prof.fdata.141690.fdata /tmp/.tmpSsRFpA/prof.fdata.141694.fdata /tmp/.tmpSsRFpA/prof.fdata.141700.fdata /tmp/.tmpSsRFpA/prof.fdata.141749.fdata /tmp/.tmpSsRFpA/prof.fdata.141779.fdata > "/tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata" [at /checkout/obj]`
Profile from 735 files merged.
##[endgroup]
[2024-11-27T05:44:39.131Z INFO  opt_dist::training] LLVM BOLT statistics
[2024-11-27T05:44:39.131Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata: 153.72 MiB
---
[2024-11-27T05:49:21Z DEBUG collector::compile::execute] cd "/tmp/.tmproR9t9" && 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/.tmproR9t9#bitmaps@3.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmproR9t9/incremental-state"
Running bitmaps-3.1.0: Debug + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-11-27T05:49:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:49:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:49:24Z DEBUG collector::compile::execute] cd "/tmp/.tmpogiCEb" && 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/.tmpogiCEb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:49:28Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:49:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpogiCEb" && 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/.tmpogiCEb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpogiCEb/incremental-state"
[2024-11-27T05:49:33Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:49:33Z DEBUG collector::compile::execute] cd "/tmp/.tmpogiCEb" && 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/.tmpogiCEb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpogiCEb/incremental-state"
[2024-11-27T05:49:35Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpogiCEb"
[2024-11-27T05:49:35Z 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-11-27T05:49:35Z 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-11-27T05:49:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpogiCEb" && 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/.tmpogiCEb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpogiCEb/incremental-state"
[2024-11-27T05:49:39Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:49:39Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:49:39Z DEBUG collector::compile::execute] cd "/tmp/.tmpOW6rts" && 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/.tmpOW6rts#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:49:43Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T05:52:26Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:52:27Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:52:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpjtuYSB" && 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/.tmpjtuYSB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:52:49Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:52:49Z DEBUG collector::compile::execute] cd "/tmp/.tmpjtuYSB" && 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/.tmpjtuYSB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpjtuYSB/incremental-state"
[2024-11-27T05:53:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:53:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpjtuYSB" && 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/.tmpjtuYSB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpjtuYSB/incremental-state"
[2024-11-27T05:53:19Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpjtuYSB"
[2024-11-27T05:53:19Z 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-11-27T05:53:19Z 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-11-27T05:53:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpjtuYSB" && 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/.tmpjtuYSB#cargo@0.60.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpjtuYSB/incremental-state"
[2024-11-27T05:53:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T05:53:25Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T05:53:25Z DEBUG collector::compile::execute] cd "/tmp/.tmphh9n9w" && 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/.tmphh9n9w#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T05:54:02Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T06:03:39Z DEBUG collector::compile::execute] cd "/tmp/.tmpNf0YMN" && 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/.tmpNf0YMN#diesel@1.4.8" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNf0YMN/incremental-state"
Running diesel-1.4.8: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-11-27T06:03:45Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T06:03:45Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:03:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpEhRqUI" && 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/.tmpEhRqUI#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T06:05:10Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:05:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpEhRqUI" && 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/.tmpEhRqUI#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEhRqUI/incremental-state"
[2024-11-27T06:06:34Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:06:34Z DEBUG collector::compile::execute] cd "/tmp/.tmpEhRqUI" && 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/.tmpEhRqUI#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEhRqUI/incremental-state"
[2024-11-27T06:06:38Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpEhRqUI"
[2024-11-27T06:06:38Z 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-11-27T06:06:38Z 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-11-27T06:06:38Z DEBUG collector::compile::execute] cd "/tmp/.tmpEhRqUI" && 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/.tmpEhRqUI#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpEhRqUI/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2024-11-27T06:06:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T06:06:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T06:06:54Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T06:06:54Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:06:54Z DEBUG collector::compile::execute] cd "/tmp/.tmpezkhOc" && 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/.tmpezkhOc#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T06:06:56Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:06:56Z DEBUG collector::compile::execute] cd "/tmp/.tmpezkhOc" && 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/.tmpezkhOc#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpezkhOc/incremental-state"
[2024-11-27T06:06:58Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:06:58Z DEBUG collector::compile::execute] cd "/tmp/.tmpezkhOc" && 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/.tmpezkhOc#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpezkhOc/incremental-state"
Executing benchmark match-stress (6/8)
Preparing match-stress
[2024-11-27T06:06:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T06:06:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T06:07:40Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T06:07:40Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:07:40Z DEBUG collector::compile::execute] cd "/tmp/.tmpO5LVZZ" && 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/.tmpO5LVZZ#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T06:07:43Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:07:43Z DEBUG collector::compile::execute] cd "/tmp/.tmpO5LVZZ" && 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/.tmpO5LVZZ#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpO5LVZZ/incremental-state"
[2024-11-27T06:07:45Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:07:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpO5LVZZ" && 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/.tmpO5LVZZ#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpO5LVZZ/incremental-state"
[2024-11-27T06:07:47Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T06:07:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:07:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpWpmR3G" && 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/.tmpWpmR3G#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T06:07:49Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T06:08:05Z DEBUG collector::compile::execute] cd "/tmp/.tmpmHeNV0" && 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/.tmpmHeNV0#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpmHeNV0/incremental-state"
Running tuple-stress: Debug + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-11-27T06:08:10Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T06:08:10Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:08:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpHvvhkk" && 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/.tmpHvvhkk#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T06:08:15Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:08:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpHvvhkk" && 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/.tmpHvvhkk#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHvvhkk/incremental-state"
[2024-11-27T06:08:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:08:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpHvvhkk" && 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/.tmpHvvhkk#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHvvhkk/incremental-state"
[2024-11-27T06:08:23Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpHvvhkk"
[2024-11-27T06:08:23Z 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-11-27T06:08:23Z 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-11-27T06:08:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpHvvhkk" && 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/.tmpHvvhkk#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHvvhkk/incremental-state"
[2024-11-27T06:08:28Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T06:08:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T06:08:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpqi2wd4" && 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/.tmpqi2wd4#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T06:08:33Z 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)
##[endgroup]
[2024-11-27T06:08:47.377Z INFO  opt_dist::training] Merging rustc BOLT profiles from /tmp/.tmpJ1y38K/prof.fdata to /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata
##[group]Merging BOLT profiles
[2024-11-27T06:08:47.378Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpJ1y38K/prof.fdata.141870.fdata /tmp/.tmpJ1y38K/prof.fdata.141885.fdata /tmp/.tmpJ1y38K/prof.fdata.141886.fdata /tmp/.tmpJ1y38K/prof.fdata.141887.fdata /tmp/.tmpJ1y38K/prof.fdata.141891.fdata /tmp/.tmpJ1y38K/prof.fdata.141892.fdata /tmp/.tmpJ1y38K/prof.fdata.141893.fdata /tmp/.tmpJ1y38K/prof.fdata.141900.fdata /tmp/.tmpJ1y38K/prof.fdata.141901.fdata /tmp/.tmpJ1y38K/prof.fdata.141902.fdata /tmp/.tmpJ1y38K/prof.fdata.141921.fdata /tmp/.tmpJ1y38K/prof.fdata.141931.fdata /tmp/.tmpJ1y38K/prof.fdata.141941.fdata /tmp/.tmpJ1y38K/prof.fdata.141952.fdata /tmp/.tmpJ1y38K/prof.fdata.141963.fdata /tmp/.tmpJ1y38K/prof.fdata.141974.fdata /tmp/.tmpJ1y38K/prof.fdata.142009.fdata /tmp/.tmpJ1y38K/prof.fdata.142045.fdata /tmp/.tmpJ1y38K/prof.fdata.142081.fdata /tmp/.tmpJ1y38K/prof.fdata.142095.fdata /tmp/.tmpJ1y38K/prof.fdata.142119.fdata /tmp/.tmpJ1y38K/prof.fdata.142137.fdata /tmp/.tmpJ1y38K/prof.fdata.142161.fdata /tmp/.tmpJ1y38K/prof.fdata.142162.fdata /tmp/.tmpJ1y38K/prof.fdata.142163.fdata /tmp/.tmpJ1y38K/prof.fdata.142167.fdata /tmp/.tmpJ1y38K/prof.fdata.142168.fdata /tmp/.tmpJ1y38K/prof.fdata.142169.fdata /tmp/.tmpJ1y38K/prof.fdata.142176.fdata /tmp/.tmpJ1y38K/prof.fdata.142177.fdata /tmp/.tmpJ1y38K/prof.fdata.142178.fdata /tmp/.tmpJ1y38K/prof.fdata.142189.fdata /tmp/.tmpJ1y38K/prof.fdata.142191.fdata /tmp/.tmpJ1y38K/prof.fdata.142192.fdata /tmp/.tmpJ1y38K/prof.fdata.142193.fdata /tmp/.tmpJ1y38K/prof.fdata.142195.fdata /tmp/.tmpJ1y38K/prof.fdata.142196.fdata /tmp/.tmpJ1y38K/prof.fdata.142198.fdata /tmp/.tmpJ1y38K/prof.fdata.142200.fdata /tmp/.tmpJ1y38K/prof.fdata.142202.fdata /tmp/.tmpJ1y38K/prof.fdata.142204.fdata /tmp/.tmpJ1y38K/prof.fdata.142206.fdata /tmp/.tmpJ1y38K/prof.fdata.142211.fdata /tmp/.tmpJ1y38K/prof.fdata.142212.fdata /tmp/.tmpJ1y38K/prof.fdata.142213.fdata /tmp/.tmpJ1y38K/prof.fdata.142214.fdata /tmp/.tmpJ1y38K/prof.fdata.142215.fdata /tmp/.tmpJ1y38K/prof.fdata.142230.fdata /tmp/.tmpJ1y38K/prof.fdata.142241.fdata /tmp/.tmpJ1y38K/prof.fdata.142255.fdata /tmp/.tmpJ1y38K/prof.fdata.142367.fdata /tmp/.tmpJ1y38K/prof.fdata.142371.fdata /tmp/.tmpJ1y38K/prof.fdata.142375.fdata /tmp/.tmpJ1y38K/prof.fdata.142377.fdata /tmp/.tmpJ1y38K/prof.fdata.142385.fdata /tmp/.tmpJ1y38K/prof.fdata.142405.fdata /tmp/.tmpJ1y38K/prof.fdata.142408.fdata /tmp/.tmpJ1y38K/prof.fdata.142414.fdata /tmp/.tmpJ1y38K/prof.fdata.142420.fdata /tmp/.tmpJ1y38K/prof.fdata.142425.fdata /tmp/.tmpJ1y38K/prof.fdata.142427.fdata /tmp/.tmpJ1y38K/prof.fdata.142434.fdata /tmp/.tmpJ1y38K/prof.fdata.142438.fdata /tmp/.tmpJ1y38K/prof.fdata.142446.fdata /tmp/.tmpJ1y38K/prof.fdata.142447.fdata /tmp/.tmpJ1y38K/prof.fdata.142455.fdata /tmp/.tmpJ1y38K/prof.fdata.142460.fdata /tmp/.tmpJ1y38K/prof.fdata.142465.fdata /tmp/.tmpJ1y38K/prof.fdata.142467.fdata /tmp/.tmpJ1y38K/prof.fdata.142476.fdata /tmp/.tmpJ1y38K/prof.fdata.142477.fdata /tmp/.tmpJ1y38K/prof.fdata.142483.fdata /tmp/.tmpJ1y38K/prof.fdata.142489.fdata /tmp/.tmpJ1y38K/prof.fdata.142498.fdata /tmp/.tmpJ1y38K/prof.fdata.142504.fdata /tmp/.tmpJ1y38K/prof.fdata.142508.fdata /tmp/.tmpJ1y38K/prof.fdata.142518.fdata /tmp/.tmpJ1y38K/prof.fdata.142531.fdata /tmp/.tmpJ1y38K/prof.fdata.142546.fdata /tmp/.tmpJ1y38K/prof.fdata.142555.fdata /tmp/.tmpJ1y38K/prof.fdata.142564.fdata /tmp/.tmpJ1y38K/prof.fdata.142567.fdata /tmp/.tmpJ1y38K/prof.fdata.142572.fdata /tmp/.tmpJ1y38K/prof.fdata.142580.fdata /tmp/.tmpJ1y38K/prof.fdata.142593.fdata /tmp/.tmpJ1y38K/prof.fdata.142604.fdata /tmp/.tmpJ1y38K/prof.fdata.142614.fdata /tmp/.tmpJ1y38K/prof.fdata.142618.fdata /tmp/.tmpJ1y38K/prof.fdata.142628.fdata /tmp/.tmpJ1y38K/prof.fdata.142632.fdata /tmp/.tmpJ1y38K/prof.fdata.142636.fdata /tmp/.tmpJ1y38K/prof.fdata.142640.fdata /tmp/.tmpJ1y38K/prof.fdata.142647.fdata /tmp/.tmpJ1y38K/prof.fdata.142649.fdata /tmp/.tmpJ1y38K/prof.fdata.142668.fdata /tmp/.tmpJ1y38K/prof.fdata.142680.fdata /tmp/.tmpJ1y38K/prof.fdata.142694.fdata /tmp/.tmpJ1y38K/prof.fdata.142699.fdata /tmp/.tmpJ1y38K/prof.fdata.142707.fdata /tmp/.tmpJ1y38K/prof.fdata.142715.fdata /tmp/.tmpJ1y38K/prof.fdata.142725.fdata /tmp/.tmpJ1y38K/prof.fdata.142741.fdata /tmp/.tmpJ1y38K/prof.fdata.142747.fdata /tmp/.tmpJ1y38K/prof.fdata.142759.fdata /tmp/.tmpJ1y38K/prof.fdata.142763.fdata /tmp/.tmpJ1y38K/prof.fdata.142770.fdata /tmp/.tmpJ1y38K/prof.fdata.142788.fdata /tmp/.tmpJ1y38K/prof.fdata.142801.fdata /tmp/.tmpJ1y38K/prof.fdata.142811.fdata /tmp/.tmpJ1y38K/prof.fdata.142815.fdata /tmp/.tmpJ1y38K/prof.fdata.142821.fdata /tmp/.tmpJ1y38K/prof.fdata.142837.fdata /tmp/.tmpJ1y38K/prof.fdata.142841.fdata /tmp/.tmpJ1y38K/prof.fdata.142845.fdata /tmp/.tmpJ1y38K/prof.fdata.142849.fdata /tmp/.tmpJ1y38K/prof.fdata.142853.fdata /tmp/.tmpJ1y38K/prof.fdata.142859.fdata /tmp/.tmpJ1y38K/prof.fdata.142861.fdata /tmp/.tmpJ1y38K/prof.fdata.142898.fdata /tmp/.tmpJ1y38K/prof.fdata.142922.fdata /tmp/.tmpJ1y38K/prof.fdata.142937.fdata /tmp/.tmpJ1y38K/prof.fdata.142939.fdata /tmp/.tmpJ1y38K/prof.fdata.142954.fdata /tmp/.tmpJ1y38K/prof.fdata.142960.fdata /tmp/.tmpJ1y38K/prof.fdata.142970.fdata /tmp/.tmpJ1y38K/prof.fdata.142972.fdata /tmp/.tmpJ1y38K/prof.fdata.142979.fdata /tmp/.tmpJ1y38K/prof.fdata.142983.fdata /tmp/.tmpJ1y38K/prof.fdata.142992.fdata /tmp/.tmpJ1y38K/prof.fdata.143012.fdata /tmp/.tmpJ1y38K/prof.fdata.143014.fdata /tmp/.tmpJ1y38K/prof.fdata.143023.fdata /tmp/.tmpJ1y38K/prof.fdata.143027.fdata /tmp/.tmpJ1y38K/prof.fdata.143031.fdata /tmp/.tmpJ1y38K/prof.fdata.143040.fdata /tmp/.tmpJ1y38K/prof.fdata.143050.fdata /tmp/.tmpJ1y38K/prof.fdata.143054.fdata /tmp/.tmpJ1y38K/prof.fdata.143088.fdata /tmp/.tmpJ1y38K/prof.fdata.143093.fdata /tmp/.tmpJ1y38K/prof.fdata.143100.fdata /tmp/.tmpJ1y38K/prof.fdata.143105.fdata /tmp/.tmpJ1y38K/prof.fdata.143106.fdata /tmp/.tmpJ1y38K/prof.fdata.143112.fdata /tmp/.tmpJ1y38K/prof.fdata.143119.fdata /tmp/.tmpJ1y38K/prof.fdata.143129.fdata /tmp/.tmpJ1y38K/prof.fdata.143146.fdata /tmp/.tmpJ1y38K/prof.fdata.143150.fdata /tmp/.tmpJ1y38K/prof.fdata.143154.fdata /tmp/.tmpJ1y38K/prof.fdata.143169.fdata /tmp/.tmpJ1y38K/prof.fdata.143176.fdata /tmp/.tmpJ1y38K/prof.fdata.143184.fdata /tmp/.tmpJ1y38K/prof.fdata.143202.fdata /tmp/.tmpJ1y38K/prof.fdata.143209.fdata /tmp/.tmpJ1y38K/prof.fdata.143214.fdata /tmp/.tmpJ1y38K/prof.fdata.143221.fdata /tmp/.tmpJ1y38K/prof.fdata.143234.fdata /tmp/.tmpJ1y38K/prof.fdata.143240.fdata /tmp/.tmpJ1y38K/prof.fdata.143246.fdata /tmp/.tmpJ1y38K/prof.fdata.143250.fdata /tmp/.tmpJ1y38K/prof.fdata.143265.fdata /tmp/.tmpJ1y38K/prof.fdata.143269.fdata /tmp/.tmpJ1y38K/prof.fdata.143277.fdata /tmp/.tmpJ1y38K/prof.fdata.143281.fdata /tmp/.tmpJ1y38K/prof.fdata.143285.fdata /tmp/.tmpJ1y38K/prof.fdata.143293.fdata /tmp/.tmpJ1y38K/prof.fdata.143299.fdata /tmp/.tmpJ1y38K/prof.fdata.143304.fdata /tmp/.tmpJ1y38K/prof.fdata.143307.fdata /tmp/.tmpJ1y38K/prof.fdata.143312.fdata /tmp/.tmpJ1y38K/prof.fdata.143322.fdata /tmp/.tmpJ1y38K/prof.fdata.143327.fdata /tmp/.tmpJ1y38K/prof.fdata.143336.fdata /tmp/.tmpJ1y38K/prof.fdata.143339.fdata /tmp/.tmpJ1y38K/prof.fdata.143342.fdata /tmp/.tmpJ1y38K/prof.fdata.143346.fdata /tmp/.tmpJ1y38K/prof.fdata.143354.fdata /tmp/.tmpJ1y38K/prof.fdata.143367.fdata /tmp/.tmpJ1y38K/prof.fdata.143377.fdata /tmp/.tmpJ1y38K/prof.fdata.143383.fdata /tmp/.tmpJ1y38K/prof.fdata.143389.fdata /tmp/.tmpJ1y38K/prof.fdata.143395.fdata /tmp/.tmpJ1y38K/prof.fdata.143399.fdata /tmp/.tmpJ1y38K/prof.fdata.143405.fdata /tmp/.tmpJ1y38K/prof.fdata.143409.fdata /tmp/.tmpJ1y38K/prof.fdata.143417.fdata /tmp/.tmpJ1y38K/prof.fdata.143423.fdata /tmp/.tmpJ1y38K/prof.fdata.143427.fdata /tmp/.tmpJ1y38K/prof.fdata.143433.fdata /tmp/.tmpJ1y38K/prof.fdata.143440.fdata /tmp/.tmpJ1y38K/prof.fdata.143446.fdata /tmp/.tmpJ1y38K/prof.fdata.143454.fdata /tmp/.tmpJ1y38K/prof.fdata.143489.fdata /tmp/.tmpJ1y38K/prof.fdata.143494.fdata /tmp/.tmpJ1y38K/prof.fdata.143506.fdata /tmp/.tmpJ1y38K/prof.fdata.143518.fdata /tmp/.tmpJ1y38K/prof.fdata.143534.fdata /tmp/.tmpJ1y38K/prof.fdata.143536.fdata /tmp/.tmpJ1y38K/prof.fdata.143555.fdata /tmp/.tmpJ1y38K/prof.fdata.143560.fdata /tmp/.tmpJ1y38K/prof.fdata.143569.fdata /tmp/.tmpJ1y38K/prof.fdata.143574.fdata /tmp/.tmpJ1y38K/prof.fdata.143582.fdata /tmp/.tmpJ1y38K/prof.fdata.143602.fdata /tmp/.tmpJ1y38K/prof.fdata.143615.fdata /tmp/.tmpJ1y38K/prof.fdata.143618.fdata /tmp/.tmpJ1y38K/prof.fdata.143623.fdata /tmp/.tmpJ1y38K/prof.fdata.143646.fdata /tmp/.tmpJ1y38K/prof.fdata.143659.fdata /tmp/.tmpJ1y38K/prof.fdata.143670.fdata /tmp/.tmpJ1y38K/prof.fdata.143677.fdata /tmp/.tmpJ1y38K/prof.fdata.143683.fdata /tmp/.tmpJ1y38K/prof.fdata.143690.fdata /tmp/.tmpJ1y38K/prof.fdata.143704.fdata /tmp/.tmpJ1y38K/prof.fdata.143709.fdata /tmp/.tmpJ1y38K/prof.fdata.143715.fdata /tmp/.tmpJ1y38K/prof.fdata.143724.fdata /tmp/.tmpJ1y38K/prof.fdata.143728.fdata /tmp/.tmpJ1y38K/prof.fdata.143742.fdata /tmp/.tmpJ1y38K/prof.fdata.143756.fdata /tmp/.tmpJ1y38K/prof.fdata.143760.fdata /tmp/.tmpJ1y38K/prof.fdata.143770.fdata /tmp/.tmpJ1y38K/prof.fdata.143771.fdata /tmp/.tmpJ1y38K/prof.fdata.143781.fdata /tmp/.tmpJ1y38K/prof.fdata.143785.fdata /tmp/.tmpJ1y38K/prof.fdata.143794.fdata /tmp/.tmpJ1y38K/prof.fdata.143799.fdata /tmp/.tmpJ1y38K/prof.fdata.143806.fdata /tmp/.tmpJ1y38K/prof.fdata.143809.fdata /tmp/.tmpJ1y38K/prof.fdata.143815.fdata /tmp/.tmpJ1y38K/prof.fdata.143829.fdata /tmp/.tmpJ1y38K/prof.fdata.143833.fdata /tmp/.tmpJ1y38K/prof.fdata.143855.fdata /tmp/.tmpJ1y38K/prof.fdata.143860.fdata /tmp/.tmpJ1y38K/prof.fdata.143862.fdata /tmp/.tmpJ1y38K/prof.fdata.143879.fdata /tmp/.tmpJ1y38K/prof.fdata.143898.fdata /tmp/.tmpJ1y38K/prof.fdata.143917.fdata /tmp/.tmpJ1y38K/prof.fdata.143926.fdata /tmp/.tmpJ1y38K/prof.fdata.143938.fdata /tmp/.tmpJ1y38K/prof.fdata.143953.fdata /tmp/.tmpJ1y38K/prof.fdata.143957.fdata /tmp/.tmpJ1y38K/prof.fdata.143969.fdata /tmp/.tmpJ1y38K/prof.fdata.143988.fdata /tmp/.tmpJ1y38K/prof.fdata.143997.fdata /tmp/.tmpJ1y38K/prof.fdata.144021.fdata /tmp/.tmpJ1y38K/prof.fdata.144036.fdata /tmp/.tmpJ1y38K/prof.fdata.144048.fdata /tmp/.tmpJ1y38K/prof.fdata.144050.fdata /tmp/.tmpJ1y38K/prof.fdata.144059.fdata /tmp/.tmpJ1y38K/prof.fdata.144067.fdata /tmp/.tmpJ1y38K/prof.fdata.144082.fdata /tmp/.tmpJ1y38K/prof.fdata.144088.fdata /tmp/.tmpJ1y38K/prof.fdata.144090.fdata /tmp/.tmpJ1y38K/prof.fdata.144104.fdata /tmp/.tmpJ1y38K/prof.fdata.144120.fdata /tmp/.tmpJ1y38K/prof.fdata.144122.fdata /tmp/.tmpJ1y38K/prof.fdata.144132.fdata /tmp/.tmpJ1y38K/prof.fdata.144139.fdata /tmp/.tmpJ1y38K/prof.fdata.144154.fdata /tmp/.tmpJ1y38K/prof.fdata.144157.fdata /tmp/.tmpJ1y38K/prof.fdata.144177.fdata /tmp/.tmpJ1y38K/prof.fdata.144199.fdata /tmp/.tmpJ1y38K/prof.fdata.144211.fdata /tmp/.tmpJ1y38K/prof.fdata.144220.fdata /tmp/.tmpJ1y38K/prof.fdata.144237.fdata /tmp/.tmpJ1y38K/prof.fdata.144241.fdata /tmp/.tmpJ1y38K/prof.fdata.144251.fdata /tmp/.tmpJ1y38K/prof.fdata.144258.fdata /tmp/.tmpJ1y38K/prof.fdata.144273.fdata /tmp/.tmpJ1y38K/prof.fdata.144296.fdata /tmp/.tmpJ1y38K/prof.fdata.144302.fdata /tmp/.tmpJ1y38K/prof.fdata.144306.fdata /tmp/.tmpJ1y38K/prof.fdata.144320.fdata /tmp/.tmpJ1y38K/prof.fdata.144324.fdata /tmp/.tmpJ1y38K/prof.fdata.144331.fdata /tmp/.tmpJ1y38K/prof.fdata.144335.fdata /tmp/.tmpJ1y38K/prof.fdata.144339.fdata /tmp/.tmpJ1y38K/prof.fdata.144355.fdata /tmp/.tmpJ1y38K/prof.fdata.144361.fdata /tmp/.tmpJ1y38K/prof.fdata.144374.fdata /tmp/.tmpJ1y38K/prof.fdata.144388.fdata /tmp/.tmpJ1y38K/prof.fdata.144402.fdata /tmp/.tmpJ1y38K/prof.fdata.144411.fdata /tmp/.tmpJ1y38K/prof.fdata.144414.fdata /tmp/.tmpJ1y38K/prof.fdata.144424.fdata /tmp/.tmpJ1y38K/prof.fdata.144440.fdata /tmp/.tmpJ1y38K/prof.fdata.144447.fdata /tmp/.tmpJ1y38K/prof.fdata.144450.fdata /tmp/.tmpJ1y38K/prof.fdata.144494.fdata /tmp/.tmpJ1y38K/prof.fdata.144512.fdata /tmp/.tmpJ1y38K/prof.fdata.144520.fdata /tmp/.tmpJ1y38K/prof.fdata.144536.fdata /tmp/.tmpJ1y38K/prof.fdata.144545.fdata /tmp/.tmpJ1y38K/prof.fdata.144555.fdata /tmp/.tmpJ1y38K/prof.fdata.144557.fdata /tmp/.tmpJ1y38K/prof.fdata.144560.fdata /tmp/.tmpJ1y38K/prof.fdata.144571.fdata /tmp/.tmpJ1y38K/prof.fdata.144577.fdata /tmp/.tmpJ1y38K/prof.fdata.144592.fdata /tmp/.tmpJ1y38K/prof.fdata.144593.fdata /tmp/.tmpJ1y38K/prof.fdata.144602.fdata /tmp/.tmpJ1y38K/prof.fdata.144624.fdata /tmp/.tmpJ1y38K/prof.fdata.144646.fdata /tmp/.tmpJ1y38K/prof.fdata.144660.fdata /tmp/.tmpJ1y38K/prof.fdata.144665.fdata /tmp/.tmpJ1y38K/prof.fdata.144676.fdata /tmp/.tmpJ1y38K/prof.fdata.144693.fdata /tmp/.tmpJ1y38K/prof.fdata.144703.fdata /tmp/.tmpJ1y38K/prof.fdata.144712.fdata /tmp/.tmpJ1y38K/prof.fdata.144722.fdata /tmp/.tmpJ1y38K/prof.fdata.144728.fdata /tmp/.tmpJ1y38K/prof.fdata.144733.fdata /tmp/.tmpJ1y38K/prof.fdata.144734.fdata /tmp/.tmpJ1y38K/prof.fdata.144743.fdata /tmp/.tmpJ1y38K/prof.fdata.144761.fdata /tmp/.tmpJ1y38K/prof.fdata.144772.fdata /tmp/.tmpJ1y38K/prof.fdata.144775.fdata /tmp/.tmpJ1y38K/prof.fdata.144779.fdata /tmp/.tmpJ1y38K/prof.fdata.144786.fdata /tmp/.tmpJ1y38K/prof.fdata.144799.fdata /tmp/.tmpJ1y38K/prof.fdata.144817.fdata /tmp/.tmpJ1y38K/prof.fdata.144821.fdata /tmp/.tmpJ1y38K/prof.fdata.144828.fdata /tmp/.tmpJ1y38K/prof.fdata.144847.fdata /tmp/.tmpJ1y38K/prof.fdata.144855.fdata /tmp/.tmpJ1y38K/prof.fdata.144860.fdata /tmp/.tmpJ1y38K/prof.fdata.144874.fdata /tmp/.tmpJ1y38K/prof.fdata.144882.fdata /tmp/.tmpJ1y38K/prof.fdata.144886.fdata /tmp/.tmpJ1y38K/prof.fdata.144903.fdata /tmp/.tmpJ1y38K/prof.fdata.144917.fdata /tmp/.tmpJ1y38K/prof.fdata.144923.fdata /tmp/.tmpJ1y38K/prof.fdata.144938.fdata /tmp/.tmpJ1y38K/prof.fdata.144956.fdata /tmp/.tmpJ1y38K/prof.fdata.144965.fdata /tmp/.tmpJ1y38K/prof.fdata.144978.fdata /tmp/.tmpJ1y38K/prof.fdata.144983.fdata /tmp/.tmpJ1y38K/prof.fdata.144990.fdata /tmp/.tmpJ1y38K/prof.fdata.145017.fdata /tmp/.tmpJ1y38K/prof.fdata.145025.fdata /tmp/.tmpJ1y38K/prof.fdata.145040.fdata /tmp/.tmpJ1y38K/prof.fdata.145054.fdata /tmp/.tmpJ1y38K/prof.fdata.145065.fdata /tmp/.tmpJ1y38K/prof.fdata.145075.fdata /tmp/.tmpJ1y38K/prof.fdata.145082.fdata /tmp/.tmpJ1y38K/prof.fdata.145091.fdata /tmp/.tmpJ1y38K/prof.fdata.145093.fdata /tmp/.tmpJ1y38K/prof.fdata.145118.fdata /tmp/.tmpJ1y38K/prof.fdata.145128.fdata /tmp/.tmpJ1y38K/prof.fdata.145132.fdata /tmp/.tmpJ1y38K/prof.fdata.145140.fdata /tmp/.tmpJ1y38K/prof.fdata.145143.fdata /tmp/.tmpJ1y38K/prof.fdata.145146.fdata /tmp/.tmpJ1y38K/prof.fdata.145153.fdata /tmp/.tmpJ1y38K/prof.fdata.145158.fdata /tmp/.tmpJ1y38K/prof.fdata.145160.fdata /tmp/.tmpJ1y38K/prof.fdata.145167.fdata /tmp/.tmpJ1y38K/prof.fdata.145191.fdata /tmp/.tmpJ1y38K/prof.fdata.145199.fdata /tmp/.tmpJ1y38K/prof.fdata.145211.fdata /tmp/.tmpJ1y38K/prof.fdata.145219.fdata /tmp/.tmpJ1y38K/prof.fdata.145244.fdata /tmp/.tmpJ1y38K/prof.fdata.145253.fdata /tmp/.tmpJ1y38K/prof.fdata.145257.fdata /tmp/.tmpJ1y38K/prof.fdata.145272.fdata /tmp/.tmpJ1y38K/prof.fdata.145285.fdata /tmp/.tmpJ1y38K/prof.fdata.145289.fdata /tmp/.tmpJ1y38K/prof.fdata.145300.fdata /tmp/.tmpJ1y38K/prof.fdata.145307.fdata /tmp/.tmpJ1y38K/prof.fdata.145311.fdata /tmp/.tmpJ1y38K/prof.fdata.145315.fdata /tmp/.tmpJ1y38K/prof.fdata.145333.fdata /tmp/.tmpJ1y38K/prof.fdata.145337.fdata /tmp/.tmpJ1y38K/prof.fdata.145348.fdata /tmp/.tmpJ1y38K/prof.fdata.145355.fdata /tmp/.tmpJ1y38K/prof.fdata.145358.fdata /tmp/.tmpJ1y38K/prof.fdata.145360.fdata /tmp/.tmpJ1y38K/prof.fdata.145367.fdata /tmp/.tmpJ1y38K/prof.fdata.145368.fdata /tmp/.tmpJ1y38K/prof.fdata.145378.fdata /tmp/.tmpJ1y38K/prof.fdata.145398.fdata /tmp/.tmpJ1y38K/prof.fdata.145411.fdata /tmp/.tmpJ1y38K/prof.fdata.145426.fdata /tmp/.tmpJ1y38K/prof.fdata.145440.fdata /tmp/.tmpJ1y38K/prof.fdata.145446.fdata /tmp/.tmpJ1y38K/prof.fdata.145459.fdata /tmp/.tmpJ1y38K/prof.fdata.145469.fdata /tmp/.tmpJ1y38K/prof.fdata.145484.fdata /tmp/.tmpJ1y38K/prof.fdata.145503.fdata /tmp/.tmpJ1y38K/prof.fdata.145510.fdata /tmp/.tmpJ1y38K/prof.fdata.145517.fdata /tmp/.tmpJ1y38K/prof.fdata.145540.fdata /tmp/.tmpJ1y38K/prof.fdata.145550.fdata /tmp/.tmpJ1y38K/prof.fdata.145560.fdata /tmp/.tmpJ1y38K/prof.fdata.145571.fdata /tmp/.tmpJ1y38K/prof.fdata.145578.fdata /tmp/.tmpJ1y38K/prof.fdata.145591.fdata /tmp/.tmpJ1y38K/prof.fdata.145592.fdata /tmp/.tmpJ1y38K/prof.fdata.145601.fdata /tmp/.tmpJ1y38K/prof.fdata.145622.fdata /tmp/.tmpJ1y38K/prof.fdata.145624.fdata /tmp/.tmpJ1y38K/prof.fdata.145632.fdata /tmp/.tmpJ1y38K/prof.fdata.145643.fdata /tmp/.tmpJ1y38K/prof.fdata.145672.fdata /tmp/.tmpJ1y38K/prof.fdata.145680.fdata /tmp/.tmpJ1y38K/prof.fdata.145688.fdata /tmp/.tmpJ1y38K/prof.fdata.145692.fdata /tmp/.tmpJ1y38K/prof.fdata.145696.fdata /tmp/.tmpJ1y38K/prof.fdata.145704.fdata /tmp/.tmpJ1y38K/prof.fdata.145711.fdata /tmp/.tmpJ1y38K/prof.fdata.145719.fdata /tmp/.tmpJ1y38K/prof.fdata.145730.fdata /tmp/.tmpJ1y38K/prof.fdata.145749.fdata /tmp/.tmpJ1y38K/prof.fdata.145757.fdata /tmp/.tmpJ1y38K/prof.fdata.145764.fdata /tmp/.tmpJ1y38K/prof.fdata.145766.fdata /tmp/.tmpJ1y38K/prof.fdata.145776.fdata /tmp/.tmpJ1y38K/prof.fdata.145788.fdata /tmp/.tmpJ1y38K/prof.fdata.145807.fdata /tmp/.tmpJ1y38K/prof.fdata.145828.fdata /tmp/.tmpJ1y38K/prof.fdata.145841.fdata /tmp/.tmpJ1y38K/prof.fdata.145848.fdata /tmp/.tmpJ1y38K/prof.fdata.145855.fdata /tmp/.tmpJ1y38K/prof.fdata.145867.fdata /tmp/.tmpJ1y38K/prof.fdata.145891.fdata /tmp/.tmpJ1y38K/prof.fdata.145907.fdata /tmp/.tmpJ1y38K/prof.fdata.145920.fdata /tmp/.tmpJ1y38K/prof.fdata.145936.fdata /tmp/.tmpJ1y38K/prof.fdata.145943.fdata /tmp/.tmpJ1y38K/prof.fdata.145944.fdata /tmp/.tmpJ1y38K/prof.fdata.146001.fdata /tmp/.tmpJ1y38K/prof.fdata.146004.fdata /tmp/.tmpJ1y38K/prof.fdata.146031.fdata /tmp/.tmpJ1y38K/prof.fdata.146067.fdata /tmp/.tmpJ1y38K/prof.fdata.146091.fdata /tmp/.tmpJ1y38K/prof.fdata.146113.fdata /tmp/.tmpJ1y38K/prof.fdata.146127.fdata /tmp/.tmpJ1y38K/prof.fdata.146149.fdata /tmp/.tmpJ1y38K/prof.fdata.146154.fdata /tmp/.tmpJ1y38K/prof.fdata.146160.fdata /tmp/.tmpJ1y38K/prof.fdata.146184.fdata /tmp/.tmpJ1y38K/prof.fdata.146226.fdata /tmp/.tmpJ1y38K/prof.fdata.146234.fdata /tmp/.tmpJ1y38K/prof.fdata.146241.fdata /tmp/.tmpJ1y38K/prof.fdata.146262.fdata /tmp/.tmpJ1y38K/prof.fdata.146271.fdata /tmp/.tmpJ1y38K/prof.fdata.146277.fdata /tmp/.tmpJ1y38K/prof.fdata.146283.fdata /tmp/.tmpJ1y38K/prof.fdata.146325.fdata /tmp/.tmpJ1y38K/prof.fdata.146358.fdata /tmp/.tmpJ1y38K/prof.fdata.146364.fdata /tmp/.tmpJ1y38K/prof.fdata.146366.fdata /tmp/.tmpJ1y38K/prof.fdata.146437.fdata /tmp/.tmpJ1y38K/prof.fdata.146466.fdata /tmp/.tmpJ1y38K/prof.fdata.146479.fdata /tmp/.tmpJ1y38K/prof.fdata.146519.fdata /tmp/.tmpJ1y38K/prof.fdata.146527.fdata /tmp/.tmpJ1y38K/prof.fdata.146534.fdata /tmp/.tmpJ1y38K/prof.fdata.146638.fdata /tmp/.tmpJ1y38K/prof.fdata.146760.fdata /tmp/.tmpJ1y38K/prof.fdata.146819.fdata /tmp/.tmpJ1y38K/prof.fdata.146846.fdata /tmp/.tmpJ1y38K/prof.fdata.146928.fdata /tmp/.tmpJ1y38K/prof.fdata.147003.fdata /tmp/.tmpJ1y38K/prof.fdata.148225.fdata /tmp/.tmpJ1y38K/prof.fdata.148391.fdata /tmp/.tmpJ1y38K/prof.fdata.148426.fdata /tmp/.tmpJ1y38K/prof.fdata.148542.fdata /tmp/.tmpJ1y38K/prof.fdata.148600.fdata /tmp/.tmpJ1y38K/prof.fdata.148645.fdata /tmp/.tmpJ1y38K/prof.fdata.148814.fdata /tmp/.tmpJ1y38K/prof.fdata.148841.fdata /tmp/.tmpJ1y38K/prof.fdata.149434.fdata /tmp/.tmpJ1y38K/prof.fdata.149445.fdata /tmp/.tmpJ1y38K/prof.fdata.149452.fdata /tmp/.tmpJ1y38K/prof.fdata.149463.fdata /tmp/.tmpJ1y38K/prof.fdata.149470.fdata /tmp/.tmpJ1y38K/prof.fdata.149477.fdata /tmp/.tmpJ1y38K/prof.fdata.149485.fdata /tmp/.tmpJ1y38K/prof.fdata.149491.fdata /tmp/.tmpJ1y38K/prof.fdata.149518.fdata /tmp/.tmpJ1y38K/prof.fdata.149572.fdata /tmp/.tmpJ1y38K/prof.fdata.149585.fdata /tmp/.tmpJ1y38K/prof.fdata.149595.fdata /tmp/.tmpJ1y38K/prof.fdata.149605.fdata /tmp/.tmpJ1y38K/prof.fdata.149616.fdata /tmp/.tmpJ1y38K/prof.fdata.149627.fdata /tmp/.tmpJ1y38K/prof.fdata.149653.fdata /tmp/.tmpJ1y38K/prof.fdata.149919.fdata /tmp/.tmpJ1y38K/prof.fdata.150186.fdata /tmp/.tmpJ1y38K/prof.fdata.150453.fdata /tmp/.tmpJ1y38K/prof.fdata.150495.fdata /tmp/.tmpJ1y38K/prof.fdata.151017.fdata /tmp/.tmpJ1y38K/prof.fdata.151284.fdata /tmp/.tmpJ1y38K/prof.fdata.151558.fdata /tmp/.tmpJ1y38K/prof.fdata.151559.fdata /tmp/.tmpJ1y38K/prof.fdata.151560.fdata /tmp/.tmpJ1y38K/prof.fdata.151564.fdata /tmp/.tmpJ1y38K/prof.fdata.151565.fdata /tmp/.tmpJ1y38K/prof.fdata.151566.fdata /tmp/.tmpJ1y38K/prof.fdata.151573.fdata /tmp/.tmpJ1y38K/prof.fdata.151574.fdata /tmp/.tmpJ1y38K/prof.fdata.151575.fdata /tmp/.tmpJ1y38K/prof.fdata.151594.fdata /tmp/.tmpJ1y38K/prof.fdata.151604.fdata /tmp/.tmpJ1y38K/prof.fdata.151614.fdata /tmp/.tmpJ1y38K/prof.fdata.151625.fdata /tmp/.tmpJ1y38K/prof.fdata.151636.fdata /tmp/.tmpJ1y38K/prof.fdata.151647.fdata /tmp/.tmpJ1y38K/prof.fdata.151659.fdata /tmp/.tmpJ1y38K/prof.fdata.151671.fdata /tmp/.tmpJ1y38K/prof.fdata.151683.fdata /tmp/.tmpJ1y38K/prof.fdata.151701.fdata /tmp/.tmpJ1y38K/prof.fdata.151702.fdata /tmp/.tmpJ1y38K/prof.fdata.151703.fdata /tmp/.tmpJ1y38K/prof.fdata.151707.fdata /tmp/.tmpJ1y38K/prof.fdata.151708.fdata /tmp/.tmpJ1y38K/prof.fdata.151709.fdata /tmp/.tmpJ1y38K/prof.fdata.151716.fdata /tmp/.tmpJ1y38K/prof.fdata.151717.fdata /tmp/.tmpJ1y38K/prof.fdata.151718.fdata /tmp/.tmpJ1y38K/prof.fdata.151732.fdata /tmp/.tmpJ1y38K/prof.fdata.151733.fdata /tmp/.tmpJ1y38K/prof.fdata.151737.fdata /tmp/.tmpJ1y38K/prof.fdata.151740.fdata /tmp/.tmpJ1y38K/prof.fdata.151741.fdata /tmp/.tmpJ1y38K/prof.fdata.151742.fdata /tmp/.tmpJ1y38K/prof.fdata.151743.fdata /tmp/.tmpJ1y38K/prof.fdata.151744.fdata /tmp/.tmpJ1y38K/prof.fdata.151745.fdata /tmp/.tmpJ1y38K/prof.fdata.151746.fdata /tmp/.tmpJ1y38K/prof.fdata.151747.fdata /tmp/.tmpJ1y38K/prof.fdata.151748.fdata /tmp/.tmpJ1y38K/prof.fdata.151841.fdata /tmp/.tmpJ1y38K/prof.fdata.151845.fdata /tmp/.tmpJ1y38K/prof.fdata.151849.fdata /tmp/.tmpJ1y38K/prof.fdata.151853.fdata /tmp/.tmpJ1y38K/prof.fdata.151857.fdata /tmp/.tmpJ1y38K/prof.fdata.151861.fdata /tmp/.tmpJ1y38K/prof.fdata.151864.fdata /tmp/.tmpJ1y38K/prof.fdata.151868.fdata /tmp/.tmpJ1y38K/prof.fdata.151872.fdata /tmp/.tmpJ1y38K/prof.fdata.151877.fdata /tmp/.tmpJ1y38K/prof.fdata.151889.fdata /tmp/.tmpJ1y38K/prof.fdata.151901.fdata /tmp/.tmpJ1y38K/prof.fdata.151913.fdata /tmp/.tmpJ1y38K/prof.fdata.151920.fdata /tmp/.tmpJ1y38K/prof.fdata.151926.fdata /tmp/.tmpJ1y38K/prof.fdata.151987.fdata /tmp/.tmpJ1y38K/prof.fdata.151989.fdata /tmp/.tmpJ1y38K/prof.fdata.151995.fdata /tmp/.tmpJ1y38K/prof.fdata.152073.fdata /tmp/.tmpJ1y38K/prof.fdata.152083.fdata /tmp/.tmpJ1y38K/prof.fdata.152093.fdata /tmp/.tmpJ1y38K/prof.fdata.152104.fdata /tmp/.tmpJ1y38K/prof.fdata.152115.fdata /tmp/.tmpJ1y38K/prof.fdata.152126.fdata /tmp/.tmpJ1y38K/prof.fdata.152180.fdata /tmp/.tmpJ1y38K/prof.fdata.152235.fdata /tmp/.tmpJ1y38K/prof.fdata.152290.fdata /tmp/.tmpJ1y38K/prof.fdata.152302.fdata /tmp/.tmpJ1y38K/prof.fdata.152364.fdata /tmp/.tmpJ1y38K/prof.fdata.152401.fdata /tmp/.tmpJ1y38K/prof.fdata.152444.fdata /tmp/.tmpJ1y38K/prof.fdata.152445.fdata /tmp/.tmpJ1y38K/prof.fdata.152446.fdata /tmp/.tmpJ1y38K/prof.fdata.152450.fdata /tmp/.tmpJ1y38K/prof.fdata.152451.fdata /tmp/.tmpJ1y38K/prof.fdata.152452.fdata /tmp/.tmpJ1y38K/prof.fdata.152459.fdata /tmp/.tmpJ1y38K/prof.fdata.152460.fdata /tmp/.tmpJ1y38K/prof.fdata.152461.fdata /tmp/.tmpJ1y38K/prof.fdata.152480.fdata /tmp/.tmpJ1y38K/prof.fdata.152490.fdata /tmp/.tmpJ1y38K/prof.fdata.152500.fdata /tmp/.tmpJ1y38K/prof.fdata.152511.fdata /tmp/.tmpJ1y38K/prof.fdata.152522.fdata /tmp/.tmpJ1y38K/prof.fdata.152533.fdata /tmp/.tmpJ1y38K/prof.fdata.152545.fdata /tmp/.tmpJ1y38K/prof.fdata.152557.fdata /tmp/.tmpJ1y38K/prof.fdata.152569.fdata /tmp/.tmpJ1y38K/prof.fdata.152587.fdata /tmp/.tmpJ1y38K/prof.fdata.152588.fdata /tmp/.tmpJ1y38K/prof.fdata.152589.fdata /tmp/.tmpJ1y38K/prof.fdata.152593.fdata /tmp/.tmpJ1y38K/prof.fdata.152594.fdata /tmp/.tmpJ1y38K/prof.fdata.152595.fdata /tmp/.tmpJ1y38K/prof.fdata.152602.fdata /tmp/.tmpJ1y38K/prof.fdata.152603.fdata /tmp/.tmpJ1y38K/prof.fdata.152604.fdata /tmp/.tmpJ1y38K/prof.fdata.152623.fdata /tmp/.tmpJ1y38K/prof.fdata.152633.fdata /tmp/.tmpJ1y38K/prof.fdata.152643.fdata /tmp/.tmpJ1y38K/prof.fdata.152654.fdata /tmp/.tmpJ1y38K/prof.fdata.152665.fdata /tmp/.tmpJ1y38K/prof.fdata.152678.fdata /tmp/.tmpJ1y38K/prof.fdata.152692.fdata /tmp/.tmpJ1y38K/prof.fdata.152704.fdata /tmp/.tmpJ1y38K/prof.fdata.152720.fdata /tmp/.tmpJ1y38K/prof.fdata.152740.fdata /tmp/.tmpJ1y38K/prof.fdata.152741.fdata /tmp/.tmpJ1y38K/prof.fdata.152742.fdata /tmp/.tmpJ1y38K/prof.fdata.152746.fdata /tmp/.tmpJ1y38K/prof.fdata.152747.fdata /tmp/.tmpJ1y38K/prof.fdata.152748.fdata /tmp/.tmpJ1y38K/prof.fdata.152755.fdata /tmp/.tmpJ1y38K/prof.fdata.152756.fdata /tmp/.tmpJ1y38K/prof.fdata.152757.fdata /tmp/.tmpJ1y38K/prof.fdata.152767.fdata /tmp/.tmpJ1y38K/prof.fdata.152768.fdata /tmp/.tmpJ1y38K/prof.fdata.152769.fdata /tmp/.tmpJ1y38K/prof.fdata.152806.fdata /tmp/.tmpJ1y38K/prof.fdata.152816.fdata /tmp/.tmpJ1y38K/prof.fdata.152826.fdata /tmp/.tmpJ1y38K/prof.fdata.152837.fdata /tmp/.tmpJ1y38K/prof.fdata.152851.fdata /tmp/.tmpJ1y38K/prof.fdata.152869.fdata /tmp/.tmpJ1y38K/prof.fdata.152888.fdata /tmp/.tmpJ1y38K/prof.fdata.152903.fdata /tmp/.tmpJ1y38K/prof.fdata.152922.fdata /tmp/.tmpJ1y38K/prof.fdata.152945.fdata /tmp/.tmpJ1y38K/prof.fdata.152946.fdata /tmp/.tmpJ1y38K/prof.fdata.152947.fdata /tmp/.tmpJ1y38K/prof.fdata.152951.fdata /tmp/.tmpJ1y38K/prof.fdata.152952.fdata /tmp/.tmpJ1y38K/prof.fdata.152953.fdata /tmp/.tmpJ1y38K/prof.fdata.152960.fdata /tmp/.tmpJ1y38K/prof.fdata.152961.fdata /tmp/.tmpJ1y38K/prof.fdata.152962.fdata /tmp/.tmpJ1y38K/prof.fdata.152981.fdata /tmp/.tmpJ1y38K/prof.fdata.152991.fdata /tmp/.tmpJ1y38K/prof.fdata.153001.fdata /tmp/.tmpJ1y38K/prof.fdata.153012.fdata /tmp/.tmpJ1y38K/prof.fdata.153023.fdata /tmp/.tmpJ1y38K/prof.fdata.153037.fdata /tmp/.tmpJ1y38K/prof.fdata.153055.fdata /tmp/.tmpJ1y38K/prof.fdata.153074.fdata /tmp/.tmpJ1y38K/prof.fdata.153093.fdata /tmp/.tmpJ1y38K/prof.fdata.153108.fdata /tmp/.tmpJ1y38K/prof.fdata.153127.fdata /tmp/.tmpJ1y38K/prof.fdata.153144.fdata > "/tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata" [at /checkout/obj]`
Profile from 641 files merged.
##[endgroup]
[2024-11-27T06:08:59.985Z INFO  opt_dist::training] rustc BOLT statistics
[2024-11-27T06:08:59.985Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata: 160.58 MiB
---
[RUSTC-TIMING] tar test:false 3.802
error[E0308]: mismatched types
   --> /rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:212:9
    |
179 |   fn color_256<'a>(specified: Specified) -> impl Parser<'a, (Color256, Option<ColorKind>)>
    |                                             |
    |                                             the expected opaque type
    |                                             the expected opaque type
    |                                             expected `impl types::Parser<'a, (Color256, Option<ColorKind>)>` because of return type
212 | /         |input| {
213 | |             alt((
213 | |             alt((
214 | |                 map(pal_lower, |color| (color, Some(ColorKind::Foreground))),
215 | |                 map(pal_upper, |color| (color, Some(ColorKind::Background)))
217 | |             (input)
218 | |         }
    | |_________^ expected opaque type, found closure
    |
    |
    = note: expected opaque type `impl types::Parser<'a, (Color256, Option<ColorKind>)>`
                   found closure `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:212:9: 212:16}`
    = note: no two closures, even if identical, have the same type
    = help: consider boxing your closure and/or using it as a trait object
error[E0308]: mismatched types
   --> /rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:257:9
    |
    |
224 |   fn color_rgb<'a>(specified: Specified) -> impl Parser<'a, (ColorRgb, Option<ColorKind>)> {
    |                                             |
    |                                             the expected opaque type
    |                                             the expected opaque type
    |                                             expected `impl types::Parser<'a, (ColorRgb, Option<ColorKind>)>` because of return type
257 | /         |input| {
258 | |             alt((
258 | |             alt((
259 | |                 map(rgb_lower, |color| (color, Some(ColorKind::Foreground))),
260 | |                 map(rgb_upper, |color| (color, Some(ColorKind::Background))),
263 | |             (input)
264 | |         }
    | |_________^ expected opaque type, found closure
    |
    |
    = note: expected opaque type `impl types::Parser<'a, (ColorRgb, Option<ColorKind>)>`
                   found closure `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:257:9: 257:16}`
    = note: no two closures, even if identical, have the same type
    = help: consider boxing your closure and/or using it as a trait object
[RUSTC-TIMING] itertools test:false 9.043
For more information about this error, try `rustc --explain E0308`.
[RUSTC-TIMING] color_print_proc_macro test:false 5.201
error: could not compile `color-print-proc-macro` (lib) due to 2 previous errors
---
[2024-11-27T06:15:17.148Z INFO  opt_dist::utils] Free disk space: 4.46 TiB out of total 5.11 TiB (12.79% used)
Error: Optimized build pipeline has failed

Caused by:
    Command RUST_BACKTRACE=full python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest bootstrap --skip rust-docs --skip rustc-docs --skip rust-docs-json --skip rust-analyzer --skip rustc-src --skip clippy --skip miri --skip rustfmt --llvm-profile-use /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata --rust-profile-use /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata --keep-stage 0 --keep-stage 1 --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata [at /checkout/obj] has failed with exit code Some(1)
Stack backtrace:
Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.92/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/src/tools/opt-dist/src/exec.rs:181:9
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/src/tools/opt-dist/src/main.rs:343:52
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/src/tools/opt-dist/src/main.rs:343:52
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#4}, ()>
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/src/tools/opt-dist/src/main.rs:343:5
   6: opt_dist::main
             at /rustc/ca0438119918df5763070574c4496f8d5a943af3/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/sys/backtrace.rs:154:18
   9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/panicking.rs:557:40
  12: std::panicking::try
             at /rustc/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/panicking.rs:520:19
bors Avatar
bors on 2024-11-27 06:15:40 UTC
bors Avatar
bors on 2024-11-27 06:15:40 UTC
View on GitHub

💔 Test failed - checks-actions

bors Avatar
bors on 2024-11-27 10:43:04 UTC
bors Avatar
bors on 2024-11-27 10:43:04 UTC
View on GitHub

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

lqd Avatar
lqd on 2024-11-27 11:42:49 UTC · edited
lqd Avatar
lqd on 2024-11-27 11:42:49 UTC · edited
View on GitHub

Next failure is on color-print-proc-macro-0.3.6 while building cargo.

thesignal

pub fn repro() -> impl FnMut() {
    if true {
        || ()
    } else {
        || ()
    }
}

godbolt

❤️4
compiler-errors Avatar
compiler-errors on 2024-11-27 17:49:50 UTC
compiler-errors Avatar
compiler-errors on 2024-11-27 17:49:50 UTC
View on GitHub

@bors try

bors Avatar
bors on 2024-11-27 17:51:02 UTC
bors Avatar
bors on 2024-11-27 17:51:02 UTC
View on GitHub

⌛ Trying commit 6210ed3 with merge ac5ccad...

rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 18:01:03 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 18:01:03 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.679 Building wheels for collected packages: reuse
#13 2.680   Building wheel for reuse (pyproject.toml): started
#13 2.923   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 2.924   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 2.925   Stored in directory: /tmp/pip-ephem-wheel-cache-a57amnwn/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 2.927 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.315 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.315 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 3.870 Collecting virtualenv
#13 3.870 Collecting virtualenv
#13 3.907   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 3.974      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 66.1 MB/s eta 0:00:00
#13 4.031 Collecting filelock<4,>=3.12.2
#13 4.034   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.051 Collecting distlib<1,>=0.3.7
#13 4.054   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.063      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 72.1 MB/s eta 0:00:00
#13 4.095 Collecting platformdirs<5,>=3.9.1
#13 4.099   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.180 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.362 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.4s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      331712 kB
DirectMap2M:     7008256 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5683 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Wed Nov 27 18:00:54 UTC 2024
  network time: Wed, 27 Nov 2024 18:00:54 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 20:03:32 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 20:03:32 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
Preparing diesel-1.4.8
[2024-11-27T18:31:41Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T18:31:41Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T18:31:41Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T18:31:41Z DEBUG collector::compile::execute] cd "/tmp/.tmpZVy8gf" && 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/.tmpZVy8gf#diesel@1.4.8" "--" "--skip-this-rustc"
[2024-11-27T18:31:41Z DEBUG collector::compile::execute] cd "/tmp/.tmpXjuQVW" && 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/.tmpXjuQVW#diesel@1.4.8" "--release" "--" "--skip-this-rustc"
[2024-11-27T18:31:41Z DEBUG collector::compile::execute] cd "/tmp/.tmp7iyqoM" && 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/.tmp7iyqoM#diesel@1.4.8" "--profile" "check" "--" "--skip-this-rustc"
[2024-11-27T18:31:56Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:31:56Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:31:56Z DEBUG collector::compile::execute] cd "/tmp/.tmp1OCSCS" && 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/.tmp1OCSCS#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:33:44Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T18:43:11Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpzwdYCt" && 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/.tmpzwdYCt#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:11Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpzwdYCt" && 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/.tmpzwdYCt#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzwdYCt/incremental-state"
[2024-11-27T18:43:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpzwdYCt" && 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/.tmpzwdYCt#externs@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpzwdYCt/incremental-state"
[2024-11-27T18:43:12Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:12Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpYJKOD3" && 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/.tmpYJKOD3#externs@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T18:43:13Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:13Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpLCGbAL" && 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/.tmpLCGbAL#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:14Z DEBUG collector::compile::execute] cd "/tmp/.tmpLCGbAL" && 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/.tmpLCGbAL#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLCGbAL/incremental-state"
[2024-11-27T18:43:16Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:16Z DEBUG collector::compile::execute] cd "/tmp/.tmpLCGbAL" && 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/.tmpLCGbAL#match-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpLCGbAL/incremental-state"
[2024-11-27T18:43:16Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:16Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:16Z DEBUG collector::compile::execute] cd "/tmp/.tmpiLfSCQ" && 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/.tmpiLfSCQ#match-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T18:43:24Z DEBUG collector::compile::execute] cd "/tmp/.tmpXEq3OF" && 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/.tmpXEq3OF#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpXEq3OF/incremental-state"
Running token-stream-stress: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm
[2024-11-27T18:43:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:24Z DEBUG collector::compile::execute] cd "/tmp/.tmplJDAct" && 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/.tmplJDAct#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:24Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:24Z DEBUG collector::compile::execute] cd "/tmp/.tmplJDAct" && 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/.tmplJDAct#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmplJDAct/incremental-state"
[2024-11-27T18:43:24Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:24Z DEBUG collector::compile::execute] cd "/tmp/.tmplJDAct" && 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/.tmplJDAct#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmplJDAct/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2024-11-27T18:43:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T18:43:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T18:43:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:24Z DEBUG collector::compile::execute] cd "/tmp/.tmpktfZSC" && 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/.tmpktfZSC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:27Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpktfZSC" && 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/.tmpktfZSC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpktfZSC/incremental-state"
[2024-11-27T18:43:30Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpktfZSC" && 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/.tmpktfZSC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpktfZSC/incremental-state"
[2024-11-27T18:43:31Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpktfZSC"
[2024-11-27T18:43:31Z 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-11-27T18:43:31Z 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-11-27T18:43:31Z DEBUG collector::compile::execute] cd "/tmp/.tmpktfZSC" && 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/.tmpktfZSC#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpktfZSC/incremental-state"
[2024-11-27T18:43:34Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T18:43:34Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T18:43:34Z DEBUG collector::compile::execute] cd "/tmp/.tmpxuP1aY" && 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/.tmpxuP1aY#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T18:43:36Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2024-11-27T19:27:01Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T19:27:01Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T19:27:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpbOSqsh" && 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/.tmpbOSqsh#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2024-11-27T19:27:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpJ1lkWG" && 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/.tmpJ1lkWG#clap@3.1.6" "--" "--skip-this-rustc"
[2024-11-27T19:27:11Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:27:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:27:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpR3fEGT" && 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/.tmpR3fEGT#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full] + Llvm
---
[2024-11-27T19:29:43Z DEBUG collector::compile::execute] cd "/tmp/.tmpZ6MRFd" && 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/.tmpZ6MRFd#ripgrep@13.0.0" "--" "--wrap-rustc-with" "Eprintln"
Running ripgrep-13.0.0: Opt + [Full] + Llvm
[2024-11-27T19:29:47Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:29:47Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:29:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpJLMeBo" && 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/.tmpJLMeBo#ripgrep@13.0.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
Executing benchmark ripgrep-13.0.0-tiny (6/8)
Preparing ripgrep-13.0.0-tiny
[2024-11-27T19:29:59Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T19:29:59Z DEBUG collector::compile::execute] cd "/tmp/.tmpLnC1G3" && 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/.tmpLnC1G3#ripgrep@13.0.0" "--release" "--" "--skip-this-rustc"
---
Executing benchmark serde-1.0.136 (7/8)
Preparing serde-1.0.136
[2024-11-27T19:31:01Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T19:31:01Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T19:31:01Z DEBUG collector::compile::execute] cd "/tmp/.tmptpOzbM" && 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/.tmptpOzbM#serde@1.0.136" "--" "--skip-this-rustc"
[2024-11-27T19:31:01Z DEBUG collector::compile::execute] cd "/tmp/.tmpviqJaK" && 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/.tmpviqJaK#serde@1.0.136" "--release" "--" "--skip-this-rustc"
[2024-11-27T19:31:04Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:31:04Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:31:04Z DEBUG collector::compile::execute] cd "/tmp/.tmplqZ0Dz" && 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/.tmplqZ0Dz#serde@1.0.136" "--" "--wrap-rustc-with" "Eprintln"
Running serde-1.0.136: Opt + [Full] + Llvm
---
Finished benchmark syn-1.0.89 (8/8)
[2024-11-27T19:31:51.094Z INFO  opt_dist::training] Merging LLVM BOLT profiles from /tmp/.tmpEp7Wa9/prof.fdata to /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata
##[endgroup]
##[group]Merging BOLT profiles
[2024-11-27T19:31:51.095Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpEp7Wa9/prof.fdata.132063.fdata /tmp/.tmpEp7Wa9/prof.fdata.132074.fdata /tmp/.tmpEp7Wa9/prof.fdata.132075.fdata /tmp/.tmpEp7Wa9/prof.fdata.132078.fdata /tmp/.tmpEp7Wa9/prof.fdata.132079.fdata /tmp/.tmpEp7Wa9/prof.fdata.132084.fdata /tmp/.tmpEp7Wa9/prof.fdata.132085.fdata /tmp/.tmpEp7Wa9/prof.fdata.132097.fdata /tmp/.tmpEp7Wa9/prof.fdata.132098.fdata /tmp/.tmpEp7Wa9/prof.fdata.132099.fdata /tmp/.tmpEp7Wa9/prof.fdata.132101.fdata /tmp/.tmpEp7Wa9/prof.fdata.132102.fdata /tmp/.tmpEp7Wa9/prof.fdata.132104.fdata /tmp/.tmpEp7Wa9/prof.fdata.132105.fdata /tmp/.tmpEp7Wa9/prof.fdata.132107.fdata /tmp/.tmpEp7Wa9/prof.fdata.132109.fdata /tmp/.tmpEp7Wa9/prof.fdata.132110.fdata /tmp/.tmpEp7Wa9/prof.fdata.132113.fdata /tmp/.tmpEp7Wa9/prof.fdata.132114.fdata /tmp/.tmpEp7Wa9/prof.fdata.132117.fdata /tmp/.tmpEp7Wa9/prof.fdata.132119.fdata /tmp/.tmpEp7Wa9/prof.fdata.132122.fdata /tmp/.tmpEp7Wa9/prof.fdata.132123.fdata /tmp/.tmpEp7Wa9/prof.fdata.132124.fdata /tmp/.tmpEp7Wa9/prof.fdata.132130.fdata /tmp/.tmpEp7Wa9/prof.fdata.132266.fdata /tmp/.tmpEp7Wa9/prof.fdata.132268.fdata /tmp/.tmpEp7Wa9/prof.fdata.132275.fdata /tmp/.tmpEp7Wa9/prof.fdata.132280.fdata /tmp/.tmpEp7Wa9/prof.fdata.132303.fdata /tmp/.tmpEp7Wa9/prof.fdata.132309.fdata /tmp/.tmpEp7Wa9/prof.fdata.132316.fdata /tmp/.tmpEp7Wa9/prof.fdata.132324.fdata /tmp/.tmpEp7Wa9/prof.fdata.132325.fdata /tmp/.tmpEp7Wa9/prof.fdata.132331.fdata /tmp/.tmpEp7Wa9/prof.fdata.132338.fdata /tmp/.tmpEp7Wa9/prof.fdata.132342.fdata /tmp/.tmpEp7Wa9/prof.fdata.132346.fdata /tmp/.tmpEp7Wa9/prof.fdata.132351.fdata /tmp/.tmpEp7Wa9/prof.fdata.132358.fdata /tmp/.tmpEp7Wa9/prof.fdata.132362.fdata /tmp/.tmpEp7Wa9/prof.fdata.132366.fdata /tmp/.tmpEp7Wa9/prof.fdata.132369.fdata /tmp/.tmpEp7Wa9/prof.fdata.132380.fdata /tmp/.tmpEp7Wa9/prof.fdata.132381.fdata /tmp/.tmpEp7Wa9/prof.fdata.132388.fdata /tmp/.tmpEp7Wa9/prof.fdata.132391.fdata /tmp/.tmpEp7Wa9/prof.fdata.132393.fdata /tmp/.tmpEp7Wa9/prof.fdata.132397.fdata /tmp/.tmpEp7Wa9/prof.fdata.132409.fdata /tmp/.tmpEp7Wa9/prof.fdata.132413.fdata /tmp/.tmpEp7Wa9/prof.fdata.132427.fdata /tmp/.tmpEp7Wa9/prof.fdata.132434.fdata /tmp/.tmpEp7Wa9/prof.fdata.132450.fdata /tmp/.tmpEp7Wa9/prof.fdata.132454.fdata /tmp/.tmpEp7Wa9/prof.fdata.132464.fdata /tmp/.tmpEp7Wa9/prof.fdata.132480.fdata /tmp/.tmpEp7Wa9/prof.fdata.132494.fdata /tmp/.tmpEp7Wa9/prof.fdata.132516.fdata /tmp/.tmpEp7Wa9/prof.fdata.132527.fdata /tmp/.tmpEp7Wa9/prof.fdata.132534.fdata /tmp/.tmpEp7Wa9/prof.fdata.132544.fdata /tmp/.tmpEp7Wa9/prof.fdata.132556.fdata /tmp/.tmpEp7Wa9/prof.fdata.132562.fdata /tmp/.tmpEp7Wa9/prof.fdata.132569.fdata /tmp/.tmpEp7Wa9/prof.fdata.132574.fdata /tmp/.tmpEp7Wa9/prof.fdata.132577.fdata /tmp/.tmpEp7Wa9/prof.fdata.132581.fdata /tmp/.tmpEp7Wa9/prof.fdata.132585.fdata /tmp/.tmpEp7Wa9/prof.fdata.132593.fdata /tmp/.tmpEp7Wa9/prof.fdata.132607.fdata /tmp/.tmpEp7Wa9/prof.fdata.132624.fdata /tmp/.tmpEp7Wa9/prof.fdata.132639.fdata /tmp/.tmpEp7Wa9/prof.fdata.132653.fdata /tmp/.tmpEp7Wa9/prof.fdata.132657.fdata /tmp/.tmpEp7Wa9/prof.fdata.132676.fdata /tmp/.tmpEp7Wa9/prof.fdata.132689.fdata /tmp/.tmpEp7Wa9/prof.fdata.132706.fdata /tmp/.tmpEp7Wa9/prof.fdata.132713.fdata /tmp/.tmpEp7Wa9/prof.fdata.132720.fdata /tmp/.tmpEp7Wa9/prof.fdata.132733.fdata /tmp/.tmpEp7Wa9/prof.fdata.132766.fdata /tmp/.tmpEp7Wa9/prof.fdata.132775.fdata /tmp/.tmpEp7Wa9/prof.fdata.132797.fdata /tmp/.tmpEp7Wa9/prof.fdata.132804.fdata /tmp/.tmpEp7Wa9/prof.fdata.132818.fdata /tmp/.tmpEp7Wa9/prof.fdata.132824.fdata /tmp/.tmpEp7Wa9/prof.fdata.132843.fdata /tmp/.tmpEp7Wa9/prof.fdata.132858.fdata /tmp/.tmpEp7Wa9/prof.fdata.132864.fdata /tmp/.tmpEp7Wa9/prof.fdata.132880.fdata /tmp/.tmpEp7Wa9/prof.fdata.132887.fdata /tmp/.tmpEp7Wa9/prof.fdata.132899.fdata /tmp/.tmpEp7Wa9/prof.fdata.132906.fdata /tmp/.tmpEp7Wa9/prof.fdata.132912.fdata /tmp/.tmpEp7Wa9/prof.fdata.132921.fdata /tmp/.tmpEp7Wa9/prof.fdata.132924.fdata /tmp/.tmpEp7Wa9/prof.fdata.132926.fdata /tmp/.tmpEp7Wa9/prof.fdata.132934.fdata /tmp/.tmpEp7Wa9/prof.fdata.132938.fdata /tmp/.tmpEp7Wa9/prof.fdata.132951.fdata /tmp/.tmpEp7Wa9/prof.fdata.132953.fdata /tmp/.tmpEp7Wa9/prof.fdata.132969.fdata /tmp/.tmpEp7Wa9/prof.fdata.132974.fdata /tmp/.tmpEp7Wa9/prof.fdata.132975.fdata /tmp/.tmpEp7Wa9/prof.fdata.132986.fdata /tmp/.tmpEp7Wa9/prof.fdata.132992.fdata /tmp/.tmpEp7Wa9/prof.fdata.133002.fdata /tmp/.tmpEp7Wa9/prof.fdata.133007.fdata /tmp/.tmpEp7Wa9/prof.fdata.133013.fdata /tmp/.tmpEp7Wa9/prof.fdata.133021.fdata /tmp/.tmpEp7Wa9/prof.fdata.133023.fdata /tmp/.tmpEp7Wa9/prof.fdata.133040.fdata /tmp/.tmpEp7Wa9/prof.fdata.133065.fdata /tmp/.tmpEp7Wa9/prof.fdata.133070.fdata /tmp/.tmpEp7Wa9/prof.fdata.133073.fdata /tmp/.tmpEp7Wa9/prof.fdata.133089.fdata /tmp/.tmpEp7Wa9/prof.fdata.133100.fdata /tmp/.tmpEp7Wa9/prof.fdata.133125.fdata /tmp/.tmpEp7Wa9/prof.fdata.133133.fdata /tmp/.tmpEp7Wa9/prof.fdata.133134.fdata /tmp/.tmpEp7Wa9/prof.fdata.133145.fdata /tmp/.tmpEp7Wa9/prof.fdata.133154.fdata /tmp/.tmpEp7Wa9/prof.fdata.133158.fdata /tmp/.tmpEp7Wa9/prof.fdata.133161.fdata /tmp/.tmpEp7Wa9/prof.fdata.133169.fdata /tmp/.tmpEp7Wa9/prof.fdata.133182.fdata /tmp/.tmpEp7Wa9/prof.fdata.133187.fdata /tmp/.tmpEp7Wa9/prof.fdata.133195.fdata /tmp/.tmpEp7Wa9/prof.fdata.133196.fdata /tmp/.tmpEp7Wa9/prof.fdata.133198.fdata /tmp/.tmpEp7Wa9/prof.fdata.133221.fdata /tmp/.tmpEp7Wa9/prof.fdata.133230.fdata /tmp/.tmpEp7Wa9/prof.fdata.133236.fdata /tmp/.tmpEp7Wa9/prof.fdata.133241.fdata /tmp/.tmpEp7Wa9/prof.fdata.133246.fdata /tmp/.tmpEp7Wa9/prof.fdata.133271.fdata /tmp/.tmpEp7Wa9/prof.fdata.133275.fdata /tmp/.tmpEp7Wa9/prof.fdata.133279.fdata /tmp/.tmpEp7Wa9/prof.fdata.133290.fdata /tmp/.tmpEp7Wa9/prof.fdata.133307.fdata /tmp/.tmpEp7Wa9/prof.fdata.133316.fdata /tmp/.tmpEp7Wa9/prof.fdata.133326.fdata /tmp/.tmpEp7Wa9/prof.fdata.133365.fdata /tmp/.tmpEp7Wa9/prof.fdata.133374.fdata /tmp/.tmpEp7Wa9/prof.fdata.133391.fdata /tmp/.tmpEp7Wa9/prof.fdata.133396.fdata /tmp/.tmpEp7Wa9/prof.fdata.133401.fdata /tmp/.tmpEp7Wa9/prof.fdata.133415.fdata /tmp/.tmpEp7Wa9/prof.fdata.133426.fdata /tmp/.tmpEp7Wa9/prof.fdata.133431.fdata /tmp/.tmpEp7Wa9/prof.fdata.133448.fdata /tmp/.tmpEp7Wa9/prof.fdata.133460.fdata /tmp/.tmpEp7Wa9/prof.fdata.133489.fdata /tmp/.tmpEp7Wa9/prof.fdata.133499.fdata /tmp/.tmpEp7Wa9/prof.fdata.133513.fdata /tmp/.tmpEp7Wa9/prof.fdata.133525.fdata /tmp/.tmpEp7Wa9/prof.fdata.133532.fdata /tmp/.tmpEp7Wa9/prof.fdata.133546.fdata /tmp/.tmpEp7Wa9/prof.fdata.133550.fdata /tmp/.tmpEp7Wa9/prof.fdata.133580.fdata /tmp/.tmpEp7Wa9/prof.fdata.133589.fdata /tmp/.tmpEp7Wa9/prof.fdata.133599.fdata /tmp/.tmpEp7Wa9/prof.fdata.133621.fdata /tmp/.tmpEp7Wa9/prof.fdata.133624.fdata /tmp/.tmpEp7Wa9/prof.fdata.133640.fdata /tmp/.tmpEp7Wa9/prof.fdata.133659.fdata /tmp/.tmpEp7Wa9/prof.fdata.133666.fdata /tmp/.tmpEp7Wa9/prof.fdata.133669.fdata /tmp/.tmpEp7Wa9/prof.fdata.133686.fdata /tmp/.tmpEp7Wa9/prof.fdata.133693.fdata /tmp/.tmpEp7Wa9/prof.fdata.133694.fdata /tmp/.tmpEp7Wa9/prof.fdata.133698.fdata /tmp/.tmpEp7Wa9/prof.fdata.133699.fdata /tmp/.tmpEp7Wa9/prof.fdata.133719.fdata /tmp/.tmpEp7Wa9/prof.fdata.133726.fdata /tmp/.tmpEp7Wa9/prof.fdata.133735.fdata /tmp/.tmpEp7Wa9/prof.fdata.133746.fdata /tmp/.tmpEp7Wa9/prof.fdata.133747.fdata /tmp/.tmpEp7Wa9/prof.fdata.133767.fdata /tmp/.tmpEp7Wa9/prof.fdata.133771.fdata /tmp/.tmpEp7Wa9/prof.fdata.133779.fdata /tmp/.tmpEp7Wa9/prof.fdata.133784.fdata /tmp/.tmpEp7Wa9/prof.fdata.133785.fdata /tmp/.tmpEp7Wa9/prof.fdata.133787.fdata /tmp/.tmpEp7Wa9/prof.fdata.133798.fdata /tmp/.tmpEp7Wa9/prof.fdata.133811.fdata /tmp/.tmpEp7Wa9/prof.fdata.133867.fdata /tmp/.tmpEp7Wa9/prof.fdata.133876.fdata /tmp/.tmpEp7Wa9/prof.fdata.133881.fdata /tmp/.tmpEp7Wa9/prof.fdata.133900.fdata /tmp/.tmpEp7Wa9/prof.fdata.133917.fdata /tmp/.tmpEp7Wa9/prof.fdata.133923.fdata /tmp/.tmpEp7Wa9/prof.fdata.133948.fdata /tmp/.tmpEp7Wa9/prof.fdata.133971.fdata /tmp/.tmpEp7Wa9/prof.fdata.133985.fdata /tmp/.tmpEp7Wa9/prof.fdata.134000.fdata /tmp/.tmpEp7Wa9/prof.fdata.134002.fdata /tmp/.tmpEp7Wa9/prof.fdata.134022.fdata /tmp/.tmpEp7Wa9/prof.fdata.134041.fdata /tmp/.tmpEp7Wa9/prof.fdata.134046.fdata /tmp/.tmpEp7Wa9/prof.fdata.134054.fdata /tmp/.tmpEp7Wa9/prof.fdata.134061.fdata /tmp/.tmpEp7Wa9/prof.fdata.134067.fdata /tmp/.tmpEp7Wa9/prof.fdata.134073.fdata /tmp/.tmpEp7Wa9/prof.fdata.134093.fdata /tmp/.tmpEp7Wa9/prof.fdata.134098.fdata /tmp/.tmpEp7Wa9/prof.fdata.134105.fdata /tmp/.tmpEp7Wa9/prof.fdata.134131.fdata /tmp/.tmpEp7Wa9/prof.fdata.134140.fdata /tmp/.tmpEp7Wa9/prof.fdata.134145.fdata /tmp/.tmpEp7Wa9/prof.fdata.134155.fdata /tmp/.tmpEp7Wa9/prof.fdata.134193.fdata /tmp/.tmpEp7Wa9/prof.fdata.134197.fdata /tmp/.tmpEp7Wa9/prof.fdata.134205.fdata /tmp/.tmpEp7Wa9/prof.fdata.134227.fdata /tmp/.tmpEp7Wa9/prof.fdata.134239.fdata /tmp/.tmpEp7Wa9/prof.fdata.134244.fdata /tmp/.tmpEp7Wa9/prof.fdata.134256.fdata /tmp/.tmpEp7Wa9/prof.fdata.134260.fdata /tmp/.tmpEp7Wa9/prof.fdata.134268.fdata /tmp/.tmpEp7Wa9/prof.fdata.134304.fdata /tmp/.tmpEp7Wa9/prof.fdata.134319.fdata /tmp/.tmpEp7Wa9/prof.fdata.134324.fdata /tmp/.tmpEp7Wa9/prof.fdata.134344.fdata /tmp/.tmpEp7Wa9/prof.fdata.134369.fdata /tmp/.tmpEp7Wa9/prof.fdata.134375.fdata /tmp/.tmpEp7Wa9/prof.fdata.134387.fdata /tmp/.tmpEp7Wa9/prof.fdata.134398.fdata /tmp/.tmpEp7Wa9/prof.fdata.134407.fdata /tmp/.tmpEp7Wa9/prof.fdata.134414.fdata /tmp/.tmpEp7Wa9/prof.fdata.134421.fdata /tmp/.tmpEp7Wa9/prof.fdata.134443.fdata /tmp/.tmpEp7Wa9/prof.fdata.134444.fdata /tmp/.tmpEp7Wa9/prof.fdata.134474.fdata /tmp/.tmpEp7Wa9/prof.fdata.134478.fdata /tmp/.tmpEp7Wa9/prof.fdata.134494.fdata /tmp/.tmpEp7Wa9/prof.fdata.134499.fdata /tmp/.tmpEp7Wa9/prof.fdata.134501.fdata /tmp/.tmpEp7Wa9/prof.fdata.134506.fdata /tmp/.tmpEp7Wa9/prof.fdata.134511.fdata /tmp/.tmpEp7Wa9/prof.fdata.134516.fdata /tmp/.tmpEp7Wa9/prof.fdata.134526.fdata /tmp/.tmpEp7Wa9/prof.fdata.134547.fdata /tmp/.tmpEp7Wa9/prof.fdata.134554.fdata /tmp/.tmpEp7Wa9/prof.fdata.134587.fdata /tmp/.tmpEp7Wa9/prof.fdata.134600.fdata /tmp/.tmpEp7Wa9/prof.fdata.134607.fdata /tmp/.tmpEp7Wa9/prof.fdata.134611.fdata /tmp/.tmpEp7Wa9/prof.fdata.134625.fdata /tmp/.tmpEp7Wa9/prof.fdata.134629.fdata /tmp/.tmpEp7Wa9/prof.fdata.134659.fdata /tmp/.tmpEp7Wa9/prof.fdata.134686.fdata /tmp/.tmpEp7Wa9/prof.fdata.134691.fdata /tmp/.tmpEp7Wa9/prof.fdata.134720.fdata /tmp/.tmpEp7Wa9/prof.fdata.134726.fdata /tmp/.tmpEp7Wa9/prof.fdata.134740.fdata /tmp/.tmpEp7Wa9/prof.fdata.134757.fdata /tmp/.tmpEp7Wa9/prof.fdata.134768.fdata /tmp/.tmpEp7Wa9/prof.fdata.134772.fdata /tmp/.tmpEp7Wa9/prof.fdata.134776.fdata /tmp/.tmpEp7Wa9/prof.fdata.134798.fdata /tmp/.tmpEp7Wa9/prof.fdata.134802.fdata /tmp/.tmpEp7Wa9/prof.fdata.134806.fdata /tmp/.tmpEp7Wa9/prof.fdata.134819.fdata /tmp/.tmpEp7Wa9/prof.fdata.134831.fdata /tmp/.tmpEp7Wa9/prof.fdata.134844.fdata /tmp/.tmpEp7Wa9/prof.fdata.134855.fdata /tmp/.tmpEp7Wa9/prof.fdata.134860.fdata /tmp/.tmpEp7Wa9/prof.fdata.134890.fdata /tmp/.tmpEp7Wa9/prof.fdata.134909.fdata /tmp/.tmpEp7Wa9/prof.fdata.134915.fdata /tmp/.tmpEp7Wa9/prof.fdata.134932.fdata /tmp/.tmpEp7Wa9/prof.fdata.134941.fdata /tmp/.tmpEp7Wa9/prof.fdata.134944.fdata /tmp/.tmpEp7Wa9/prof.fdata.134966.fdata /tmp/.tmpEp7Wa9/prof.fdata.134968.fdata /tmp/.tmpEp7Wa9/prof.fdata.134992.fdata /tmp/.tmpEp7Wa9/prof.fdata.134998.fdata /tmp/.tmpEp7Wa9/prof.fdata.135018.fdata /tmp/.tmpEp7Wa9/prof.fdata.135058.fdata /tmp/.tmpEp7Wa9/prof.fdata.135083.fdata /tmp/.tmpEp7Wa9/prof.fdata.135098.fdata /tmp/.tmpEp7Wa9/prof.fdata.135110.fdata /tmp/.tmpEp7Wa9/prof.fdata.135114.fdata /tmp/.tmpEp7Wa9/prof.fdata.135121.fdata /tmp/.tmpEp7Wa9/prof.fdata.135132.fdata /tmp/.tmpEp7Wa9/prof.fdata.135142.fdata /tmp/.tmpEp7Wa9/prof.fdata.135151.fdata /tmp/.tmpEp7Wa9/prof.fdata.135191.fdata /tmp/.tmpEp7Wa9/prof.fdata.135351.fdata /tmp/.tmpEp7Wa9/prof.fdata.135374.fdata /tmp/.tmpEp7Wa9/prof.fdata.135631.fdata /tmp/.tmpEp7Wa9/prof.fdata.135781.fdata /tmp/.tmpEp7Wa9/prof.fdata.136346.fdata /tmp/.tmpEp7Wa9/prof.fdata.136378.fdata /tmp/.tmpEp7Wa9/prof.fdata.136489.fdata /tmp/.tmpEp7Wa9/prof.fdata.136848.fdata /tmp/.tmpEp7Wa9/prof.fdata.136892.fdata /tmp/.tmpEp7Wa9/prof.fdata.137098.fdata /tmp/.tmpEp7Wa9/prof.fdata.137196.fdata /tmp/.tmpEp7Wa9/prof.fdata.137242.fdata /tmp/.tmpEp7Wa9/prof.fdata.137259.fdata /tmp/.tmpEp7Wa9/prof.fdata.137280.fdata /tmp/.tmpEp7Wa9/prof.fdata.137299.fdata /tmp/.tmpEp7Wa9/prof.fdata.137307.fdata /tmp/.tmpEp7Wa9/prof.fdata.137364.fdata /tmp/.tmpEp7Wa9/prof.fdata.137391.fdata /tmp/.tmpEp7Wa9/prof.fdata.137436.fdata /tmp/.tmpEp7Wa9/prof.fdata.137437.fdata /tmp/.tmpEp7Wa9/prof.fdata.137440.fdata /tmp/.tmpEp7Wa9/prof.fdata.137441.fdata /tmp/.tmpEp7Wa9/prof.fdata.137446.fdata /tmp/.tmpEp7Wa9/prof.fdata.137447.fdata /tmp/.tmpEp7Wa9/prof.fdata.137456.fdata /tmp/.tmpEp7Wa9/prof.fdata.137457.fdata /tmp/.tmpEp7Wa9/prof.fdata.137458.fdata /tmp/.tmpEp7Wa9/prof.fdata.137465.fdata /tmp/.tmpEp7Wa9/prof.fdata.137467.fdata /tmp/.tmpEp7Wa9/prof.fdata.137468.fdata /tmp/.tmpEp7Wa9/prof.fdata.137471.fdata /tmp/.tmpEp7Wa9/prof.fdata.137473.fdata /tmp/.tmpEp7Wa9/prof.fdata.137474.fdata /tmp/.tmpEp7Wa9/prof.fdata.137475.fdata /tmp/.tmpEp7Wa9/prof.fdata.137476.fdata /tmp/.tmpEp7Wa9/prof.fdata.137478.fdata /tmp/.tmpEp7Wa9/prof.fdata.137479.fdata /tmp/.tmpEp7Wa9/prof.fdata.137481.fdata /tmp/.tmpEp7Wa9/prof.fdata.137482.fdata /tmp/.tmpEp7Wa9/prof.fdata.137483.fdata /tmp/.tmpEp7Wa9/prof.fdata.137618.fdata /tmp/.tmpEp7Wa9/prof.fdata.137623.fdata /tmp/.tmpEp7Wa9/prof.fdata.137628.fdata /tmp/.tmpEp7Wa9/prof.fdata.137633.fdata /tmp/.tmpEp7Wa9/prof.fdata.137637.fdata /tmp/.tmpEp7Wa9/prof.fdata.137641.fdata /tmp/.tmpEp7Wa9/prof.fdata.137658.fdata /tmp/.tmpEp7Wa9/prof.fdata.137663.fdata /tmp/.tmpEp7Wa9/prof.fdata.137667.fdata /tmp/.tmpEp7Wa9/prof.fdata.137678.fdata /tmp/.tmpEp7Wa9/prof.fdata.137701.fdata /tmp/.tmpEp7Wa9/prof.fdata.137715.fdata /tmp/.tmpEp7Wa9/prof.fdata.137727.fdata /tmp/.tmpEp7Wa9/prof.fdata.137729.fdata /tmp/.tmpEp7Wa9/prof.fdata.137751.fdata /tmp/.tmpEp7Wa9/prof.fdata.137778.fdata /tmp/.tmpEp7Wa9/prof.fdata.137823.fdata /tmp/.tmpEp7Wa9/prof.fdata.137824.fdata /tmp/.tmpEp7Wa9/prof.fdata.137827.fdata /tmp/.tmpEp7Wa9/prof.fdata.137828.fdata /tmp/.tmpEp7Wa9/prof.fdata.137833.fdata /tmp/.tmpEp7Wa9/prof.fdata.137834.fdata /tmp/.tmpEp7Wa9/prof.fdata.137845.fdata /tmp/.tmpEp7Wa9/prof.fdata.137846.fdata /tmp/.tmpEp7Wa9/prof.fdata.137849.fdata /tmp/.tmpEp7Wa9/prof.fdata.137850.fdata /tmp/.tmpEp7Wa9/prof.fdata.137852.fdata /tmp/.tmpEp7Wa9/prof.fdata.137854.fdata /tmp/.tmpEp7Wa9/prof.fdata.137855.fdata /tmp/.tmpEp7Wa9/prof.fdata.137856.fdata /tmp/.tmpEp7Wa9/prof.fdata.137858.fdata /tmp/.tmpEp7Wa9/prof.fdata.137859.fdata /tmp/.tmpEp7Wa9/prof.fdata.137862.fdata /tmp/.tmpEp7Wa9/prof.fdata.137865.fdata /tmp/.tmpEp7Wa9/prof.fdata.137866.fdata /tmp/.tmpEp7Wa9/prof.fdata.137867.fdata /tmp/.tmpEp7Wa9/prof.fdata.137868.fdata /tmp/.tmpEp7Wa9/prof.fdata.137872.fdata /tmp/.tmpEp7Wa9/prof.fdata.137873.fdata /tmp/.tmpEp7Wa9/prof.fdata.137877.fdata /tmp/.tmpEp7Wa9/prof.fdata.138003.fdata /tmp/.tmpEp7Wa9/prof.fdata.138008.fdata /tmp/.tmpEp7Wa9/prof.fdata.138009.fdata /tmp/.tmpEp7Wa9/prof.fdata.138011.fdata /tmp/.tmpEp7Wa9/prof.fdata.138019.fdata /tmp/.tmpEp7Wa9/prof.fdata.138028.fdata /tmp/.tmpEp7Wa9/prof.fdata.138045.fdata /tmp/.tmpEp7Wa9/prof.fdata.138055.fdata /tmp/.tmpEp7Wa9/prof.fdata.138056.fdata /tmp/.tmpEp7Wa9/prof.fdata.138073.fdata /tmp/.tmpEp7Wa9/prof.fdata.138079.fdata /tmp/.tmpEp7Wa9/prof.fdata.138082.fdata /tmp/.tmpEp7Wa9/prof.fdata.138099.fdata /tmp/.tmpEp7Wa9/prof.fdata.138104.fdata /tmp/.tmpEp7Wa9/prof.fdata.138109.fdata /tmp/.tmpEp7Wa9/prof.fdata.138112.fdata /tmp/.tmpEp7Wa9/prof.fdata.138115.fdata /tmp/.tmpEp7Wa9/prof.fdata.138121.fdata /tmp/.tmpEp7Wa9/prof.fdata.138125.fdata /tmp/.tmpEp7Wa9/prof.fdata.138127.fdata /tmp/.tmpEp7Wa9/prof.fdata.138133.fdata /tmp/.tmpEp7Wa9/prof.fdata.138138.fdata /tmp/.tmpEp7Wa9/prof.fdata.138145.fdata /tmp/.tmpEp7Wa9/prof.fdata.138161.fdata /tmp/.tmpEp7Wa9/prof.fdata.138163.fdata /tmp/.tmpEp7Wa9/prof.fdata.138186.fdata /tmp/.tmpEp7Wa9/prof.fdata.138190.fdata /tmp/.tmpEp7Wa9/prof.fdata.138203.fdata /tmp/.tmpEp7Wa9/prof.fdata.138205.fdata /tmp/.tmpEp7Wa9/prof.fdata.138211.fdata /tmp/.tmpEp7Wa9/prof.fdata.138217.fdata /tmp/.tmpEp7Wa9/prof.fdata.138227.fdata /tmp/.tmpEp7Wa9/prof.fdata.138248.fdata /tmp/.tmpEp7Wa9/prof.fdata.138252.fdata /tmp/.tmpEp7Wa9/prof.fdata.138259.fdata /tmp/.tmpEp7Wa9/prof.fdata.138267.fdata /tmp/.tmpEp7Wa9/prof.fdata.138282.fdata /tmp/.tmpEp7Wa9/prof.fdata.138286.fdata /tmp/.tmpEp7Wa9/prof.fdata.138305.fdata /tmp/.tmpEp7Wa9/prof.fdata.138309.fdata /tmp/.tmpEp7Wa9/prof.fdata.138324.fdata /tmp/.tmpEp7Wa9/prof.fdata.138331.fdata /tmp/.tmpEp7Wa9/prof.fdata.138338.fdata /tmp/.tmpEp7Wa9/prof.fdata.138349.fdata /tmp/.tmpEp7Wa9/prof.fdata.138353.fdata /tmp/.tmpEp7Wa9/prof.fdata.138364.fdata /tmp/.tmpEp7Wa9/prof.fdata.138377.fdata /tmp/.tmpEp7Wa9/prof.fdata.138382.fdata /tmp/.tmpEp7Wa9/prof.fdata.138389.fdata /tmp/.tmpEp7Wa9/prof.fdata.138393.fdata /tmp/.tmpEp7Wa9/prof.fdata.138394.fdata /tmp/.tmpEp7Wa9/prof.fdata.138400.fdata /tmp/.tmpEp7Wa9/prof.fdata.138414.fdata /tmp/.tmpEp7Wa9/prof.fdata.138420.fdata /tmp/.tmpEp7Wa9/prof.fdata.138424.fdata /tmp/.tmpEp7Wa9/prof.fdata.138428.fdata /tmp/.tmpEp7Wa9/prof.fdata.138435.fdata /tmp/.tmpEp7Wa9/prof.fdata.138442.fdata /tmp/.tmpEp7Wa9/prof.fdata.138443.fdata /tmp/.tmpEp7Wa9/prof.fdata.138452.fdata /tmp/.tmpEp7Wa9/prof.fdata.138466.fdata /tmp/.tmpEp7Wa9/prof.fdata.138493.fdata /tmp/.tmpEp7Wa9/prof.fdata.138500.fdata /tmp/.tmpEp7Wa9/prof.fdata.138504.fdata /tmp/.tmpEp7Wa9/prof.fdata.138512.fdata /tmp/.tmpEp7Wa9/prof.fdata.138521.fdata /tmp/.tmpEp7Wa9/prof.fdata.138528.fdata /tmp/.tmpEp7Wa9/prof.fdata.138534.fdata /tmp/.tmpEp7Wa9/prof.fdata.138541.fdata /tmp/.tmpEp7Wa9/prof.fdata.138555.fdata /tmp/.tmpEp7Wa9/prof.fdata.138572.fdata /tmp/.tmpEp7Wa9/prof.fdata.138581.fdata /tmp/.tmpEp7Wa9/prof.fdata.138590.fdata /tmp/.tmpEp7Wa9/prof.fdata.138605.fdata /tmp/.tmpEp7Wa9/prof.fdata.138621.fdata /tmp/.tmpEp7Wa9/prof.fdata.138622.fdata /tmp/.tmpEp7Wa9/prof.fdata.138673.fdata /tmp/.tmpEp7Wa9/prof.fdata.138677.fdata /tmp/.tmpEp7Wa9/prof.fdata.138685.fdata /tmp/.tmpEp7Wa9/prof.fdata.138686.fdata /tmp/.tmpEp7Wa9/prof.fdata.138719.fdata /tmp/.tmpEp7Wa9/prof.fdata.138727.fdata /tmp/.tmpEp7Wa9/prof.fdata.138728.fdata /tmp/.tmpEp7Wa9/prof.fdata.138737.fdata /tmp/.tmpEp7Wa9/prof.fdata.138744.fdata /tmp/.tmpEp7Wa9/prof.fdata.138761.fdata /tmp/.tmpEp7Wa9/prof.fdata.138804.fdata /tmp/.tmpEp7Wa9/prof.fdata.138828.fdata /tmp/.tmpEp7Wa9/prof.fdata.138842.fdata /tmp/.tmpEp7Wa9/prof.fdata.138843.fdata /tmp/.tmpEp7Wa9/prof.fdata.138846.fdata /tmp/.tmpEp7Wa9/prof.fdata.138847.fdata /tmp/.tmpEp7Wa9/prof.fdata.138852.fdata /tmp/.tmpEp7Wa9/prof.fdata.138853.fdata /tmp/.tmpEp7Wa9/prof.fdata.138859.fdata /tmp/.tmpEp7Wa9/prof.fdata.138860.fdata /tmp/.tmpEp7Wa9/prof.fdata.138864.fdata /tmp/.tmpEp7Wa9/prof.fdata.138865.fdata /tmp/.tmpEp7Wa9/prof.fdata.138915.fdata /tmp/.tmpEp7Wa9/prof.fdata.138919.fdata /tmp/.tmpEp7Wa9/prof.fdata.138935.fdata /tmp/.tmpEp7Wa9/prof.fdata.138939.fdata /tmp/.tmpEp7Wa9/prof.fdata.139024.fdata /tmp/.tmpEp7Wa9/prof.fdata.139051.fdata /tmp/.tmpEp7Wa9/prof.fdata.139096.fdata /tmp/.tmpEp7Wa9/prof.fdata.139097.fdata /tmp/.tmpEp7Wa9/prof.fdata.139100.fdata /tmp/.tmpEp7Wa9/prof.fdata.139101.fdata /tmp/.tmpEp7Wa9/prof.fdata.139106.fdata /tmp/.tmpEp7Wa9/prof.fdata.139107.fdata /tmp/.tmpEp7Wa9/prof.fdata.139118.fdata /tmp/.tmpEp7Wa9/prof.fdata.139119.fdata /tmp/.tmpEp7Wa9/prof.fdata.139120.fdata /tmp/.tmpEp7Wa9/prof.fdata.139121.fdata /tmp/.tmpEp7Wa9/prof.fdata.139122.fdata /tmp/.tmpEp7Wa9/prof.fdata.139123.fdata /tmp/.tmpEp7Wa9/prof.fdata.139128.fdata /tmp/.tmpEp7Wa9/prof.fdata.139129.fdata /tmp/.tmpEp7Wa9/prof.fdata.139132.fdata /tmp/.tmpEp7Wa9/prof.fdata.139133.fdata /tmp/.tmpEp7Wa9/prof.fdata.139134.fdata /tmp/.tmpEp7Wa9/prof.fdata.139138.fdata /tmp/.tmpEp7Wa9/prof.fdata.139139.fdata /tmp/.tmpEp7Wa9/prof.fdata.139140.fdata /tmp/.tmpEp7Wa9/prof.fdata.139143.fdata /tmp/.tmpEp7Wa9/prof.fdata.139145.fdata /tmp/.tmpEp7Wa9/prof.fdata.139146.fdata /tmp/.tmpEp7Wa9/prof.fdata.139147.fdata /tmp/.tmpEp7Wa9/prof.fdata.139274.fdata /tmp/.tmpEp7Wa9/prof.fdata.139278.fdata /tmp/.tmpEp7Wa9/prof.fdata.139287.fdata /tmp/.tmpEp7Wa9/prof.fdata.139298.fdata /tmp/.tmpEp7Wa9/prof.fdata.139304.fdata /tmp/.tmpEp7Wa9/prof.fdata.139313.fdata /tmp/.tmpEp7Wa9/prof.fdata.139321.fdata /tmp/.tmpEp7Wa9/prof.fdata.139332.fdata /tmp/.tmpEp7Wa9/prof.fdata.139338.fdata /tmp/.tmpEp7Wa9/prof.fdata.139340.fdata /tmp/.tmpEp7Wa9/prof.fdata.139341.fdata /tmp/.tmpEp7Wa9/prof.fdata.139348.fdata /tmp/.tmpEp7Wa9/prof.fdata.139356.fdata /tmp/.tmpEp7Wa9/prof.fdata.139357.fdata /tmp/.tmpEp7Wa9/prof.fdata.139364.fdata /tmp/.tmpEp7Wa9/prof.fdata.139370.fdata /tmp/.tmpEp7Wa9/prof.fdata.139371.fdata /tmp/.tmpEp7Wa9/prof.fdata.139384.fdata /tmp/.tmpEp7Wa9/prof.fdata.139385.fdata /tmp/.tmpEp7Wa9/prof.fdata.139394.fdata /tmp/.tmpEp7Wa9/prof.fdata.139395.fdata /tmp/.tmpEp7Wa9/prof.fdata.139405.fdata /tmp/.tmpEp7Wa9/prof.fdata.139408.fdata /tmp/.tmpEp7Wa9/prof.fdata.139415.fdata /tmp/.tmpEp7Wa9/prof.fdata.139436.fdata /tmp/.tmpEp7Wa9/prof.fdata.139449.fdata /tmp/.tmpEp7Wa9/prof.fdata.139463.fdata /tmp/.tmpEp7Wa9/prof.fdata.139465.fdata /tmp/.tmpEp7Wa9/prof.fdata.139473.fdata /tmp/.tmpEp7Wa9/prof.fdata.139512.fdata /tmp/.tmpEp7Wa9/prof.fdata.139519.fdata /tmp/.tmpEp7Wa9/prof.fdata.139533.fdata /tmp/.tmpEp7Wa9/prof.fdata.139541.fdata /tmp/.tmpEp7Wa9/prof.fdata.139546.fdata /tmp/.tmpEp7Wa9/prof.fdata.139563.fdata /tmp/.tmpEp7Wa9/prof.fdata.139564.fdata /tmp/.tmpEp7Wa9/prof.fdata.139574.fdata /tmp/.tmpEp7Wa9/prof.fdata.139580.fdata /tmp/.tmpEp7Wa9/prof.fdata.139586.fdata /tmp/.tmpEp7Wa9/prof.fdata.139596.fdata /tmp/.tmpEp7Wa9/prof.fdata.139602.fdata /tmp/.tmpEp7Wa9/prof.fdata.139609.fdata /tmp/.tmpEp7Wa9/prof.fdata.139621.fdata /tmp/.tmpEp7Wa9/prof.fdata.139651.fdata /tmp/.tmpEp7Wa9/prof.fdata.139682.fdata /tmp/.tmpEp7Wa9/prof.fdata.139689.fdata /tmp/.tmpEp7Wa9/prof.fdata.139713.fdata /tmp/.tmpEp7Wa9/prof.fdata.139715.fdata /tmp/.tmpEp7Wa9/prof.fdata.139726.fdata /tmp/.tmpEp7Wa9/prof.fdata.139734.fdata /tmp/.tmpEp7Wa9/prof.fdata.139743.fdata /tmp/.tmpEp7Wa9/prof.fdata.139756.fdata /tmp/.tmpEp7Wa9/prof.fdata.139769.fdata /tmp/.tmpEp7Wa9/prof.fdata.139775.fdata /tmp/.tmpEp7Wa9/prof.fdata.139794.fdata /tmp/.tmpEp7Wa9/prof.fdata.139802.fdata /tmp/.tmpEp7Wa9/prof.fdata.139809.fdata /tmp/.tmpEp7Wa9/prof.fdata.139823.fdata /tmp/.tmpEp7Wa9/prof.fdata.139824.fdata /tmp/.tmpEp7Wa9/prof.fdata.139838.fdata /tmp/.tmpEp7Wa9/prof.fdata.139853.fdata /tmp/.tmpEp7Wa9/prof.fdata.139862.fdata /tmp/.tmpEp7Wa9/prof.fdata.139871.fdata /tmp/.tmpEp7Wa9/prof.fdata.139876.fdata /tmp/.tmpEp7Wa9/prof.fdata.139881.fdata /tmp/.tmpEp7Wa9/prof.fdata.139890.fdata /tmp/.tmpEp7Wa9/prof.fdata.139896.fdata /tmp/.tmpEp7Wa9/prof.fdata.139902.fdata /tmp/.tmpEp7Wa9/prof.fdata.139911.fdata /tmp/.tmpEp7Wa9/prof.fdata.139916.fdata /tmp/.tmpEp7Wa9/prof.fdata.139930.fdata /tmp/.tmpEp7Wa9/prof.fdata.139940.fdata /tmp/.tmpEp7Wa9/prof.fdata.139949.fdata /tmp/.tmpEp7Wa9/prof.fdata.139957.fdata /tmp/.tmpEp7Wa9/prof.fdata.139971.fdata /tmp/.tmpEp7Wa9/prof.fdata.139978.fdata /tmp/.tmpEp7Wa9/prof.fdata.139983.fdata /tmp/.tmpEp7Wa9/prof.fdata.139985.fdata /tmp/.tmpEp7Wa9/prof.fdata.139992.fdata /tmp/.tmpEp7Wa9/prof.fdata.139998.fdata /tmp/.tmpEp7Wa9/prof.fdata.140005.fdata /tmp/.tmpEp7Wa9/prof.fdata.140016.fdata /tmp/.tmpEp7Wa9/prof.fdata.140031.fdata /tmp/.tmpEp7Wa9/prof.fdata.140044.fdata /tmp/.tmpEp7Wa9/prof.fdata.140050.fdata /tmp/.tmpEp7Wa9/prof.fdata.140061.fdata /tmp/.tmpEp7Wa9/prof.fdata.140066.fdata /tmp/.tmpEp7Wa9/prof.fdata.140117.fdata /tmp/.tmpEp7Wa9/prof.fdata.140126.fdata /tmp/.tmpEp7Wa9/prof.fdata.140144.fdata /tmp/.tmpEp7Wa9/prof.fdata.140154.fdata /tmp/.tmpEp7Wa9/prof.fdata.140186.fdata /tmp/.tmpEp7Wa9/prof.fdata.140189.fdata /tmp/.tmpEp7Wa9/prof.fdata.140219.fdata /tmp/.tmpEp7Wa9/prof.fdata.140231.fdata /tmp/.tmpEp7Wa9/prof.fdata.140240.fdata /tmp/.tmpEp7Wa9/prof.fdata.140267.fdata /tmp/.tmpEp7Wa9/prof.fdata.140276.fdata /tmp/.tmpEp7Wa9/prof.fdata.140290.fdata /tmp/.tmpEp7Wa9/prof.fdata.140292.fdata /tmp/.tmpEp7Wa9/prof.fdata.140300.fdata /tmp/.tmpEp7Wa9/prof.fdata.140309.fdata /tmp/.tmpEp7Wa9/prof.fdata.140327.fdata /tmp/.tmpEp7Wa9/prof.fdata.140330.fdata /tmp/.tmpEp7Wa9/prof.fdata.140331.fdata /tmp/.tmpEp7Wa9/prof.fdata.140339.fdata /tmp/.tmpEp7Wa9/prof.fdata.140358.fdata /tmp/.tmpEp7Wa9/prof.fdata.140365.fdata /tmp/.tmpEp7Wa9/prof.fdata.140372.fdata /tmp/.tmpEp7Wa9/prof.fdata.140402.fdata /tmp/.tmpEp7Wa9/prof.fdata.140414.fdata /tmp/.tmpEp7Wa9/prof.fdata.140437.fdata /tmp/.tmpEp7Wa9/prof.fdata.140451.fdata /tmp/.tmpEp7Wa9/prof.fdata.140461.fdata /tmp/.tmpEp7Wa9/prof.fdata.140504.fdata /tmp/.tmpEp7Wa9/prof.fdata.140613.fdata /tmp/.tmpEp7Wa9/prof.fdata.140627.fdata /tmp/.tmpEp7Wa9/prof.fdata.140682.fdata /tmp/.tmpEp7Wa9/prof.fdata.140689.fdata /tmp/.tmpEp7Wa9/prof.fdata.140704.fdata /tmp/.tmpEp7Wa9/prof.fdata.140714.fdata /tmp/.tmpEp7Wa9/prof.fdata.140722.fdata /tmp/.tmpEp7Wa9/prof.fdata.140748.fdata /tmp/.tmpEp7Wa9/prof.fdata.140776.fdata /tmp/.tmpEp7Wa9/prof.fdata.140811.fdata /tmp/.tmpEp7Wa9/prof.fdata.140855.fdata /tmp/.tmpEp7Wa9/prof.fdata.140857.fdata /tmp/.tmpEp7Wa9/prof.fdata.140860.fdata /tmp/.tmpEp7Wa9/prof.fdata.140870.fdata /tmp/.tmpEp7Wa9/prof.fdata.140871.fdata /tmp/.tmpEp7Wa9/prof.fdata.140873.fdata /tmp/.tmpEp7Wa9/prof.fdata.140874.fdata /tmp/.tmpEp7Wa9/prof.fdata.140875.fdata /tmp/.tmpEp7Wa9/prof.fdata.140876.fdata /tmp/.tmpEp7Wa9/prof.fdata.140878.fdata /tmp/.tmpEp7Wa9/prof.fdata.140880.fdata /tmp/.tmpEp7Wa9/prof.fdata.140882.fdata /tmp/.tmpEp7Wa9/prof.fdata.140884.fdata /tmp/.tmpEp7Wa9/prof.fdata.140886.fdata /tmp/.tmpEp7Wa9/prof.fdata.140887.fdata /tmp/.tmpEp7Wa9/prof.fdata.140888.fdata /tmp/.tmpEp7Wa9/prof.fdata.140891.fdata /tmp/.tmpEp7Wa9/prof.fdata.140893.fdata /tmp/.tmpEp7Wa9/prof.fdata.140895.fdata /tmp/.tmpEp7Wa9/prof.fdata.140904.fdata /tmp/.tmpEp7Wa9/prof.fdata.141014.fdata /tmp/.tmpEp7Wa9/prof.fdata.141017.fdata /tmp/.tmpEp7Wa9/prof.fdata.141020.fdata /tmp/.tmpEp7Wa9/prof.fdata.141022.fdata /tmp/.tmpEp7Wa9/prof.fdata.141046.fdata /tmp/.tmpEp7Wa9/prof.fdata.141052.fdata /tmp/.tmpEp7Wa9/prof.fdata.141061.fdata /tmp/.tmpEp7Wa9/prof.fdata.141073.fdata /tmp/.tmpEp7Wa9/prof.fdata.141074.fdata /tmp/.tmpEp7Wa9/prof.fdata.141082.fdata /tmp/.tmpEp7Wa9/prof.fdata.141084.fdata /tmp/.tmpEp7Wa9/prof.fdata.141090.fdata /tmp/.tmpEp7Wa9/prof.fdata.141095.fdata /tmp/.tmpEp7Wa9/prof.fdata.141098.fdata /tmp/.tmpEp7Wa9/prof.fdata.141103.fdata /tmp/.tmpEp7Wa9/prof.fdata.141104.fdata /tmp/.tmpEp7Wa9/prof.fdata.141109.fdata /tmp/.tmpEp7Wa9/prof.fdata.141115.fdata /tmp/.tmpEp7Wa9/prof.fdata.141123.fdata /tmp/.tmpEp7Wa9/prof.fdata.141128.fdata /tmp/.tmpEp7Wa9/prof.fdata.141132.fdata /tmp/.tmpEp7Wa9/prof.fdata.141141.fdata /tmp/.tmpEp7Wa9/prof.fdata.141148.fdata /tmp/.tmpEp7Wa9/prof.fdata.141153.fdata /tmp/.tmpEp7Wa9/prof.fdata.141159.fdata /tmp/.tmpEp7Wa9/prof.fdata.141160.fdata /tmp/.tmpEp7Wa9/prof.fdata.141179.fdata /tmp/.tmpEp7Wa9/prof.fdata.141189.fdata /tmp/.tmpEp7Wa9/prof.fdata.141199.fdata /tmp/.tmpEp7Wa9/prof.fdata.141207.fdata /tmp/.tmpEp7Wa9/prof.fdata.141224.fdata /tmp/.tmpEp7Wa9/prof.fdata.141228.fdata /tmp/.tmpEp7Wa9/prof.fdata.141232.fdata /tmp/.tmpEp7Wa9/prof.fdata.141240.fdata /tmp/.tmpEp7Wa9/prof.fdata.141245.fdata /tmp/.tmpEp7Wa9/prof.fdata.141254.fdata /tmp/.tmpEp7Wa9/prof.fdata.141259.fdata /tmp/.tmpEp7Wa9/prof.fdata.141264.fdata /tmp/.tmpEp7Wa9/prof.fdata.141270.fdata /tmp/.tmpEp7Wa9/prof.fdata.141274.fdata /tmp/.tmpEp7Wa9/prof.fdata.141278.fdata /tmp/.tmpEp7Wa9/prof.fdata.141290.fdata /tmp/.tmpEp7Wa9/prof.fdata.141292.fdata /tmp/.tmpEp7Wa9/prof.fdata.141298.fdata /tmp/.tmpEp7Wa9/prof.fdata.141319.fdata /tmp/.tmpEp7Wa9/prof.fdata.141324.fdata /tmp/.tmpEp7Wa9/prof.fdata.141331.fdata /tmp/.tmpEp7Wa9/prof.fdata.141335.fdata /tmp/.tmpEp7Wa9/prof.fdata.141357.fdata /tmp/.tmpEp7Wa9/prof.fdata.141361.fdata /tmp/.tmpEp7Wa9/prof.fdata.141367.fdata /tmp/.tmpEp7Wa9/prof.fdata.141379.fdata /tmp/.tmpEp7Wa9/prof.fdata.141424.fdata /tmp/.tmpEp7Wa9/prof.fdata.141439.fdata /tmp/.tmpEp7Wa9/prof.fdata.141450.fdata /tmp/.tmpEp7Wa9/prof.fdata.141457.fdata /tmp/.tmpEp7Wa9/prof.fdata.141464.fdata /tmp/.tmpEp7Wa9/prof.fdata.141484.fdata /tmp/.tmpEp7Wa9/prof.fdata.141502.fdata /tmp/.tmpEp7Wa9/prof.fdata.141503.fdata /tmp/.tmpEp7Wa9/prof.fdata.141506.fdata /tmp/.tmpEp7Wa9/prof.fdata.141507.fdata /tmp/.tmpEp7Wa9/prof.fdata.141512.fdata /tmp/.tmpEp7Wa9/prof.fdata.141513.fdata /tmp/.tmpEp7Wa9/prof.fdata.141518.fdata /tmp/.tmpEp7Wa9/prof.fdata.141521.fdata /tmp/.tmpEp7Wa9/prof.fdata.141540.fdata /tmp/.tmpEp7Wa9/prof.fdata.141544.fdata /tmp/.tmpEp7Wa9/prof.fdata.141559.fdata /tmp/.tmpEp7Wa9/prof.fdata.141574.fdata /tmp/.tmpEp7Wa9/prof.fdata.141589.fdata /tmp/.tmpEp7Wa9/prof.fdata.141590.fdata /tmp/.tmpEp7Wa9/prof.fdata.141593.fdata /tmp/.tmpEp7Wa9/prof.fdata.141594.fdata /tmp/.tmpEp7Wa9/prof.fdata.141599.fdata /tmp/.tmpEp7Wa9/prof.fdata.141600.fdata /tmp/.tmpEp7Wa9/prof.fdata.141607.fdata /tmp/.tmpEp7Wa9/prof.fdata.141608.fdata /tmp/.tmpEp7Wa9/prof.fdata.141611.fdata /tmp/.tmpEp7Wa9/prof.fdata.141614.fdata /tmp/.tmpEp7Wa9/prof.fdata.141615.fdata /tmp/.tmpEp7Wa9/prof.fdata.141616.fdata /tmp/.tmpEp7Wa9/prof.fdata.141670.fdata /tmp/.tmpEp7Wa9/prof.fdata.141676.fdata /tmp/.tmpEp7Wa9/prof.fdata.141677.fdata /tmp/.tmpEp7Wa9/prof.fdata.141682.fdata /tmp/.tmpEp7Wa9/prof.fdata.141685.fdata /tmp/.tmpEp7Wa9/prof.fdata.141689.fdata /tmp/.tmpEp7Wa9/prof.fdata.141693.fdata /tmp/.tmpEp7Wa9/prof.fdata.141697.fdata /tmp/.tmpEp7Wa9/prof.fdata.141748.fdata /tmp/.tmpEp7Wa9/prof.fdata.141778.fdata > "/tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata" [at /checkout/obj]`
Profile from 735 files merged.
[2024-11-27T19:32:01.179Z INFO  opt_dist::training] LLVM BOLT statistics
[2024-11-27T19:32:01.179Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata: 153.62 MiB
##[endgroup]
---
[2024-11-27T19:36:43Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:36:43Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:36:43Z DEBUG collector::compile::execute] cd "/tmp/.tmpHbpgGb" && 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/.tmpHbpgGb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:36:47Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:36:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpHbpgGb" && 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/.tmpHbpgGb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHbpgGb/incremental-state"
[2024-11-27T19:36:51Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:36:51Z DEBUG collector::compile::execute] cd "/tmp/.tmpHbpgGb" && 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/.tmpHbpgGb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHbpgGb/incremental-state"
[2024-11-27T19:36:53Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpHbpgGb"
[2024-11-27T19:36:53Z 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-11-27T19:36:53Z 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-11-27T19:36:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpHbpgGb" && 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/.tmpHbpgGb#bitmaps@3.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpHbpgGb/incremental-state"
[2024-11-27T19:36:57Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:36:57Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:36:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpo1gQuI" && 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/.tmpo1gQuI#bitmaps@3.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:37:01Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T19:44:06Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:44:06Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:44:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpFKBtZh" && 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/.tmpFKBtZh#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:44:12Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:44:12Z DEBUG collector::compile::execute] cd "/tmp/.tmpFKBtZh" && 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/.tmpFKBtZh#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpFKBtZh/incremental-state"
[2024-11-27T19:44:19Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:44:19Z DEBUG collector::compile::execute] cd "/tmp/.tmpFKBtZh" && 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/.tmpFKBtZh#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpFKBtZh/incremental-state"
[2024-11-27T19:44:20Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:44:20Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:44:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpNzPvrH" && 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/.tmpNzPvrH#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:44:26Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T19:55:44Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:55:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:55:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpRFqYtz" && 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/.tmpRFqYtz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:55:45Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:55:45Z DEBUG collector::compile::execute] cd "/tmp/.tmpRFqYtz" && 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/.tmpRFqYtz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpRFqYtz/incremental-state"
[2024-11-27T19:55:47Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:55:47Z DEBUG collector::compile::execute] cd "/tmp/.tmpRFqYtz" && 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/.tmpRFqYtz#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpRFqYtz/incremental-state"
[2024-11-27T19:55:48Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:55:48Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:55:48Z DEBUG collector::compile::execute] cd "/tmp/.tmpugC4cA" && 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/.tmpugC4cA#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:55:50Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T19:56:02Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:56:02Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:02Z DEBUG collector::compile::execute] cd "/tmp/.tmpvcPBOW" && 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/.tmpvcPBOW#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:56:06Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:06Z DEBUG collector::compile::execute] cd "/tmp/.tmpvcPBOW" && 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/.tmpvcPBOW#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpvcPBOW/incremental-state"
[2024-11-27T19:56:11Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpvcPBOW" && 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/.tmpvcPBOW#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpvcPBOW/incremental-state"
[2024-11-27T19:56:13Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpvcPBOW"
[2024-11-27T19:56:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-11-27T19:56:13Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2024-11-27T19:56:13Z DEBUG collector::compile::execute] cd "/tmp/.tmpvcPBOW" && 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/.tmpvcPBOW#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpvcPBOW/incremental-state"
[2024-11-27T19:56:18Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:56:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:18Z DEBUG collector::compile::execute] cd "/tmp/.tmpCVTfzU" && 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/.tmpCVTfzU#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:56:23Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:23Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpCVTfzU" && 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/.tmpCVTfzU#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpCVTfzU/incremental-state"
[2024-11-27T19:56:28Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpCVTfzU" && 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/.tmpCVTfzU#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpCVTfzU/incremental-state"
[2024-11-27T19:56:30Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpCVTfzU"
[2024-11-27T19:56:30Z 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-11-27T19:56:30Z 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-11-27T19:56:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpCVTfzU" && 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/.tmpCVTfzU#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpCVTfzU/incremental-state"
[2024-11-27T19:56:36Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T19:56:36Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T19:56:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpaPIGJb" && 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/.tmpaPIGJb#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T19:56:41Z 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)
##[endgroup]
[2024-11-27T19:56:54.383Z INFO  opt_dist::training] Merging rustc BOLT profiles from /tmp/.tmpNnUkYc/prof.fdata to /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata
##[group]Merging BOLT profiles
[2024-11-27T19:56:54.385Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpNnUkYc/prof.fdata.141869.fdata /tmp/.tmpNnUkYc/prof.fdata.141884.fdata /tmp/.tmpNnUkYc/prof.fdata.141885.fdata /tmp/.tmpNnUkYc/prof.fdata.141886.fdata /tmp/.tmpNnUkYc/prof.fdata.141890.fdata /tmp/.tmpNnUkYc/prof.fdata.141891.fdata /tmp/.tmpNnUkYc/prof.fdata.141892.fdata /tmp/.tmpNnUkYc/prof.fdata.141899.fdata /tmp/.tmpNnUkYc/prof.fdata.141900.fdata /tmp/.tmpNnUkYc/prof.fdata.141901.fdata /tmp/.tmpNnUkYc/prof.fdata.141920.fdata /tmp/.tmpNnUkYc/prof.fdata.141930.fdata /tmp/.tmpNnUkYc/prof.fdata.141940.fdata /tmp/.tmpNnUkYc/prof.fdata.141951.fdata /tmp/.tmpNnUkYc/prof.fdata.141962.fdata /tmp/.tmpNnUkYc/prof.fdata.141973.fdata /tmp/.tmpNnUkYc/prof.fdata.142008.fdata /tmp/.tmpNnUkYc/prof.fdata.142044.fdata /tmp/.tmpNnUkYc/prof.fdata.142080.fdata /tmp/.tmpNnUkYc/prof.fdata.142094.fdata /tmp/.tmpNnUkYc/prof.fdata.142118.fdata /tmp/.tmpNnUkYc/prof.fdata.142136.fdata /tmp/.tmpNnUkYc/prof.fdata.142160.fdata /tmp/.tmpNnUkYc/prof.fdata.142161.fdata /tmp/.tmpNnUkYc/prof.fdata.142162.fdata /tmp/.tmpNnUkYc/prof.fdata.142166.fdata /tmp/.tmpNnUkYc/prof.fdata.142167.fdata /tmp/.tmpNnUkYc/prof.fdata.142168.fdata /tmp/.tmpNnUkYc/prof.fdata.142175.fdata /tmp/.tmpNnUkYc/prof.fdata.142176.fdata /tmp/.tmpNnUkYc/prof.fdata.142177.fdata /tmp/.tmpNnUkYc/prof.fdata.142188.fdata /tmp/.tmpNnUkYc/prof.fdata.142190.fdata /tmp/.tmpNnUkYc/prof.fdata.142193.fdata /tmp/.tmpNnUkYc/prof.fdata.142194.fdata /tmp/.tmpNnUkYc/prof.fdata.142195.fdata /tmp/.tmpNnUkYc/prof.fdata.142199.fdata /tmp/.tmpNnUkYc/prof.fdata.142201.fdata /tmp/.tmpNnUkYc/prof.fdata.142202.fdata /tmp/.tmpNnUkYc/prof.fdata.142204.fdata /tmp/.tmpNnUkYc/prof.fdata.142206.fdata /tmp/.tmpNnUkYc/prof.fdata.142207.fdata /tmp/.tmpNnUkYc/prof.fdata.142209.fdata /tmp/.tmpNnUkYc/prof.fdata.142213.fdata /tmp/.tmpNnUkYc/prof.fdata.142214.fdata /tmp/.tmpNnUkYc/prof.fdata.142216.fdata /tmp/.tmpNnUkYc/prof.fdata.142217.fdata /tmp/.tmpNnUkYc/prof.fdata.142219.fdata /tmp/.tmpNnUkYc/prof.fdata.142220.fdata /tmp/.tmpNnUkYc/prof.fdata.142274.fdata /tmp/.tmpNnUkYc/prof.fdata.142370.fdata /tmp/.tmpNnUkYc/prof.fdata.142374.fdata /tmp/.tmpNnUkYc/prof.fdata.142378.fdata /tmp/.tmpNnUkYc/prof.fdata.142388.fdata /tmp/.tmpNnUkYc/prof.fdata.142404.fdata /tmp/.tmpNnUkYc/prof.fdata.142408.fdata /tmp/.tmpNnUkYc/prof.fdata.142414.fdata /tmp/.tmpNnUkYc/prof.fdata.142424.fdata /tmp/.tmpNnUkYc/prof.fdata.142428.fdata /tmp/.tmpNnUkYc/prof.fdata.142435.fdata /tmp/.tmpNnUkYc/prof.fdata.142439.fdata /tmp/.tmpNnUkYc/prof.fdata.142445.fdata /tmp/.tmpNnUkYc/prof.fdata.142452.fdata /tmp/.tmpNnUkYc/prof.fdata.142453.fdata /tmp/.tmpNnUkYc/prof.fdata.142459.fdata /tmp/.tmpNnUkYc/prof.fdata.142463.fdata /tmp/.tmpNnUkYc/prof.fdata.142464.fdata /tmp/.tmpNnUkYc/prof.fdata.142473.fdata /tmp/.tmpNnUkYc/prof.fdata.142475.fdata /tmp/.tmpNnUkYc/prof.fdata.142478.fdata /tmp/.tmpNnUkYc/prof.fdata.142493.fdata /tmp/.tmpNnUkYc/prof.fdata.142497.fdata /tmp/.tmpNnUkYc/prof.fdata.142500.fdata /tmp/.tmpNnUkYc/prof.fdata.142505.fdata /tmp/.tmpNnUkYc/prof.fdata.142524.fdata /tmp/.tmpNnUkYc/prof.fdata.142529.fdata /tmp/.tmpNnUkYc/prof.fdata.142536.fdata /tmp/.tmpNnUkYc/prof.fdata.142560.fdata /tmp/.tmpNnUkYc/prof.fdata.142568.fdata /tmp/.tmpNnUkYc/prof.fdata.142586.fdata /tmp/.tmpNnUkYc/prof.fdata.142591.fdata /tmp/.tmpNnUkYc/prof.fdata.142596.fdata /tmp/.tmpNnUkYc/prof.fdata.142603.fdata /tmp/.tmpNnUkYc/prof.fdata.142609.fdata /tmp/.tmpNnUkYc/prof.fdata.142624.fdata /tmp/.tmpNnUkYc/prof.fdata.142647.fdata /tmp/.tmpNnUkYc/prof.fdata.142654.fdata /tmp/.tmpNnUkYc/prof.fdata.142661.fdata /tmp/.tmpNnUkYc/prof.fdata.142668.fdata /tmp/.tmpNnUkYc/prof.fdata.142673.fdata /tmp/.tmpNnUkYc/prof.fdata.142675.fdata /tmp/.tmpNnUkYc/prof.fdata.142683.fdata /tmp/.tmpNnUkYc/prof.fdata.142690.fdata /tmp/.tmpNnUkYc/prof.fdata.142692.fdata /tmp/.tmpNnUkYc/prof.fdata.142701.fdata /tmp/.tmpNnUkYc/prof.fdata.142729.fdata /tmp/.tmpNnUkYc/prof.fdata.142735.fdata /tmp/.tmpNnUkYc/prof.fdata.142747.fdata /tmp/.tmpNnUkYc/prof.fdata.142755.fdata /tmp/.tmpNnUkYc/prof.fdata.142776.fdata /tmp/.tmpNnUkYc/prof.fdata.142785.fdata /tmp/.tmpNnUkYc/prof.fdata.142791.fdata /tmp/.tmpNnUkYc/prof.fdata.142792.fdata /tmp/.tmpNnUkYc/prof.fdata.142798.fdata /tmp/.tmpNnUkYc/prof.fdata.142812.fdata /tmp/.tmpNnUkYc/prof.fdata.142839.fdata /tmp/.tmpNnUkYc/prof.fdata.142841.fdata /tmp/.tmpNnUkYc/prof.fdata.142856.fdata /tmp/.tmpNnUkYc/prof.fdata.142874.fdata /tmp/.tmpNnUkYc/prof.fdata.142895.fdata /tmp/.tmpNnUkYc/prof.fdata.142897.fdata /tmp/.tmpNnUkYc/prof.fdata.142927.fdata /tmp/.tmpNnUkYc/prof.fdata.142935.fdata /tmp/.tmpNnUkYc/prof.fdata.142959.fdata /tmp/.tmpNnUkYc/prof.fdata.142981.fdata /tmp/.tmpNnUkYc/prof.fdata.142988.fdata /tmp/.tmpNnUkYc/prof.fdata.142999.fdata /tmp/.tmpNnUkYc/prof.fdata.143007.fdata /tmp/.tmpNnUkYc/prof.fdata.143017.fdata /tmp/.tmpNnUkYc/prof.fdata.143019.fdata /tmp/.tmpNnUkYc/prof.fdata.143025.fdata /tmp/.tmpNnUkYc/prof.fdata.143038.fdata /tmp/.tmpNnUkYc/prof.fdata.143049.fdata /tmp/.tmpNnUkYc/prof.fdata.143052.fdata /tmp/.tmpNnUkYc/prof.fdata.143055.fdata /tmp/.tmpNnUkYc/prof.fdata.143067.fdata /tmp/.tmpNnUkYc/prof.fdata.143075.fdata /tmp/.tmpNnUkYc/prof.fdata.143077.fdata /tmp/.tmpNnUkYc/prof.fdata.143091.fdata /tmp/.tmpNnUkYc/prof.fdata.143111.fdata /tmp/.tmpNnUkYc/prof.fdata.143120.fdata /tmp/.tmpNnUkYc/prof.fdata.143129.fdata /tmp/.tmpNnUkYc/prof.fdata.143155.fdata /tmp/.tmpNnUkYc/prof.fdata.143167.fdata /tmp/.tmpNnUkYc/prof.fdata.143171.fdata /tmp/.tmpNnUkYc/prof.fdata.143184.fdata /tmp/.tmpNnUkYc/prof.fdata.143195.fdata /tmp/.tmpNnUkYc/prof.fdata.143201.fdata /tmp/.tmpNnUkYc/prof.fdata.143206.fdata /tmp/.tmpNnUkYc/prof.fdata.143214.fdata /tmp/.tmpNnUkYc/prof.fdata.143223.fdata /tmp/.tmpNnUkYc/prof.fdata.143228.fdata /tmp/.tmpNnUkYc/prof.fdata.143232.fdata /tmp/.tmpNnUkYc/prof.fdata.143237.fdata /tmp/.tmpNnUkYc/prof.fdata.143244.fdata /tmp/.tmpNnUkYc/prof.fdata.143256.fdata /tmp/.tmpNnUkYc/prof.fdata.143291.fdata /tmp/.tmpNnUkYc/prof.fdata.143303.fdata /tmp/.tmpNnUkYc/prof.fdata.143309.fdata /tmp/.tmpNnUkYc/prof.fdata.143321.fdata /tmp/.tmpNnUkYc/prof.fdata.143328.fdata /tmp/.tmpNnUkYc/prof.fdata.143339.fdata /tmp/.tmpNnUkYc/prof.fdata.143342.fdata /tmp/.tmpNnUkYc/prof.fdata.143349.fdata /tmp/.tmpNnUkYc/prof.fdata.143351.fdata /tmp/.tmpNnUkYc/prof.fdata.143358.fdata /tmp/.tmpNnUkYc/prof.fdata.143366.fdata /tmp/.tmpNnUkYc/prof.fdata.143378.fdata /tmp/.tmpNnUkYc/prof.fdata.143398.fdata /tmp/.tmpNnUkYc/prof.fdata.143409.fdata /tmp/.tmpNnUkYc/prof.fdata.143413.fdata /tmp/.tmpNnUkYc/prof.fdata.143416.fdata /tmp/.tmpNnUkYc/prof.fdata.143430.fdata /tmp/.tmpNnUkYc/prof.fdata.143438.fdata /tmp/.tmpNnUkYc/prof.fdata.143442.fdata /tmp/.tmpNnUkYc/prof.fdata.143446.fdata /tmp/.tmpNnUkYc/prof.fdata.143450.fdata /tmp/.tmpNnUkYc/prof.fdata.143457.fdata /tmp/.tmpNnUkYc/prof.fdata.143470.fdata /tmp/.tmpNnUkYc/prof.fdata.143475.fdata /tmp/.tmpNnUkYc/prof.fdata.143483.fdata /tmp/.tmpNnUkYc/prof.fdata.143499.fdata /tmp/.tmpNnUkYc/prof.fdata.143506.fdata /tmp/.tmpNnUkYc/prof.fdata.143511.fdata /tmp/.tmpNnUkYc/prof.fdata.143519.fdata /tmp/.tmpNnUkYc/prof.fdata.143527.fdata /tmp/.tmpNnUkYc/prof.fdata.143534.fdata /tmp/.tmpNnUkYc/prof.fdata.143542.fdata /tmp/.tmpNnUkYc/prof.fdata.143583.fdata /tmp/.tmpNnUkYc/prof.fdata.143586.fdata /tmp/.tmpNnUkYc/prof.fdata.143593.fdata /tmp/.tmpNnUkYc/prof.fdata.143603.fdata /tmp/.tmpNnUkYc/prof.fdata.143610.fdata /tmp/.tmpNnUkYc/prof.fdata.143623.fdata /tmp/.tmpNnUkYc/prof.fdata.143635.fdata /tmp/.tmpNnUkYc/prof.fdata.143647.fdata /tmp/.tmpNnUkYc/prof.fdata.143652.fdata /tmp/.tmpNnUkYc/prof.fdata.143667.fdata /tmp/.tmpNnUkYc/prof.fdata.143676.fdata /tmp/.tmpNnUkYc/prof.fdata.143695.fdata /tmp/.tmpNnUkYc/prof.fdata.143698.fdata /tmp/.tmpNnUkYc/prof.fdata.143705.fdata /tmp/.tmpNnUkYc/prof.fdata.143712.fdata /tmp/.tmpNnUkYc/prof.fdata.143728.fdata /tmp/.tmpNnUkYc/prof.fdata.143733.fdata /tmp/.tmpNnUkYc/prof.fdata.143739.fdata /tmp/.tmpNnUkYc/prof.fdata.143769.fdata /tmp/.tmpNnUkYc/prof.fdata.143771.fdata /tmp/.tmpNnUkYc/prof.fdata.143795.fdata /tmp/.tmpNnUkYc/prof.fdata.143799.fdata /tmp/.tmpNnUkYc/prof.fdata.143822.fdata /tmp/.tmpNnUkYc/prof.fdata.143829.fdata /tmp/.tmpNnUkYc/prof.fdata.143841.fdata /tmp/.tmpNnUkYc/prof.fdata.143855.fdata /tmp/.tmpNnUkYc/prof.fdata.143859.fdata /tmp/.tmpNnUkYc/prof.fdata.143867.fdata /tmp/.tmpNnUkYc/prof.fdata.143882.fdata /tmp/.tmpNnUkYc/prof.fdata.143889.fdata /tmp/.tmpNnUkYc/prof.fdata.143892.fdata /tmp/.tmpNnUkYc/prof.fdata.143896.fdata /tmp/.tmpNnUkYc/prof.fdata.143905.fdata /tmp/.tmpNnUkYc/prof.fdata.143912.fdata /tmp/.tmpNnUkYc/prof.fdata.143918.fdata /tmp/.tmpNnUkYc/prof.fdata.143924.fdata /tmp/.tmpNnUkYc/prof.fdata.143935.fdata /tmp/.tmpNnUkYc/prof.fdata.143937.fdata /tmp/.tmpNnUkYc/prof.fdata.143945.fdata /tmp/.tmpNnUkYc/prof.fdata.143955.fdata /tmp/.tmpNnUkYc/prof.fdata.143960.fdata /tmp/.tmpNnUkYc/prof.fdata.143966.fdata /tmp/.tmpNnUkYc/prof.fdata.143977.fdata /tmp/.tmpNnUkYc/prof.fdata.143979.fdata /tmp/.tmpNnUkYc/prof.fdata.144000.fdata /tmp/.tmpNnUkYc/prof.fdata.144012.fdata /tmp/.tmpNnUkYc/prof.fdata.144016.fdata /tmp/.tmpNnUkYc/prof.fdata.144027.fdata /tmp/.tmpNnUkYc/prof.fdata.144036.fdata /tmp/.tmpNnUkYc/prof.fdata.144049.fdata /tmp/.tmpNnUkYc/prof.fdata.144055.fdata /tmp/.tmpNnUkYc/prof.fdata.144061.fdata /tmp/.tmpNnUkYc/prof.fdata.144065.fdata /tmp/.tmpNnUkYc/prof.fdata.144081.fdata /tmp/.tmpNnUkYc/prof.fdata.144095.fdata /tmp/.tmpNnUkYc/prof.fdata.144106.fdata /tmp/.tmpNnUkYc/prof.fdata.144115.fdata /tmp/.tmpNnUkYc/prof.fdata.144154.fdata /tmp/.tmpNnUkYc/prof.fdata.144159.fdata /tmp/.tmpNnUkYc/prof.fdata.144173.fdata /tmp/.tmpNnUkYc/prof.fdata.144184.fdata /tmp/.tmpNnUkYc/prof.fdata.144211.fdata /tmp/.tmpNnUkYc/prof.fdata.144223.fdata /tmp/.tmpNnUkYc/prof.fdata.144229.fdata /tmp/.tmpNnUkYc/prof.fdata.144234.fdata /tmp/.tmpNnUkYc/prof.fdata.144250.fdata /tmp/.tmpNnUkYc/prof.fdata.144263.fdata /tmp/.tmpNnUkYc/prof.fdata.144278.fdata /tmp/.tmpNnUkYc/prof.fdata.144298.fdata /tmp/.tmpNnUkYc/prof.fdata.144302.fdata /tmp/.tmpNnUkYc/prof.fdata.144308.fdata /tmp/.tmpNnUkYc/prof.fdata.144316.fdata /tmp/.tmpNnUkYc/prof.fdata.144320.fdata /tmp/.tmpNnUkYc/prof.fdata.144326.fdata /tmp/.tmpNnUkYc/prof.fdata.144341.fdata /tmp/.tmpNnUkYc/prof.fdata.144349.fdata /tmp/.tmpNnUkYc/prof.fdata.144356.fdata /tmp/.tmpNnUkYc/prof.fdata.144360.fdata /tmp/.tmpNnUkYc/prof.fdata.144370.fdata /tmp/.tmpNnUkYc/prof.fdata.144379.fdata /tmp/.tmpNnUkYc/prof.fdata.144383.fdata /tmp/.tmpNnUkYc/prof.fdata.144387.fdata /tmp/.tmpNnUkYc/prof.fdata.144398.fdata /tmp/.tmpNnUkYc/prof.fdata.144415.fdata /tmp/.tmpNnUkYc/prof.fdata.144447.fdata /tmp/.tmpNnUkYc/prof.fdata.144451.fdata /tmp/.tmpNnUkYc/prof.fdata.144453.fdata /tmp/.tmpNnUkYc/prof.fdata.144467.fdata /tmp/.tmpNnUkYc/prof.fdata.144475.fdata /tmp/.tmpNnUkYc/prof.fdata.144482.fdata /tmp/.tmpNnUkYc/prof.fdata.144485.fdata /tmp/.tmpNnUkYc/prof.fdata.144493.fdata /tmp/.tmpNnUkYc/prof.fdata.144498.fdata /tmp/.tmpNnUkYc/prof.fdata.144506.fdata /tmp/.tmpNnUkYc/prof.fdata.144523.fdata /tmp/.tmpNnUkYc/prof.fdata.144530.fdata /tmp/.tmpNnUkYc/prof.fdata.144537.fdata /tmp/.tmpNnUkYc/prof.fdata.144542.fdata /tmp/.tmpNnUkYc/prof.fdata.144548.fdata /tmp/.tmpNnUkYc/prof.fdata.144552.fdata /tmp/.tmpNnUkYc/prof.fdata.144556.fdata /tmp/.tmpNnUkYc/prof.fdata.144563.fdata /tmp/.tmpNnUkYc/prof.fdata.144565.fdata /tmp/.tmpNnUkYc/prof.fdata.144573.fdata /tmp/.tmpNnUkYc/prof.fdata.144580.fdata /tmp/.tmpNnUkYc/prof.fdata.144613.fdata /tmp/.tmpNnUkYc/prof.fdata.144622.fdata /tmp/.tmpNnUkYc/prof.fdata.144632.fdata /tmp/.tmpNnUkYc/prof.fdata.144638.fdata /tmp/.tmpNnUkYc/prof.fdata.144649.fdata /tmp/.tmpNnUkYc/prof.fdata.144661.fdata /tmp/.tmpNnUkYc/prof.fdata.144689.fdata /tmp/.tmpNnUkYc/prof.fdata.144716.fdata /tmp/.tmpNnUkYc/prof.fdata.144724.fdata /tmp/.tmpNnUkYc/prof.fdata.144739.fdata /tmp/.tmpNnUkYc/prof.fdata.144743.fdata /tmp/.tmpNnUkYc/prof.fdata.144754.fdata /tmp/.tmpNnUkYc/prof.fdata.144761.fdata /tmp/.tmpNnUkYc/prof.fdata.144765.fdata /tmp/.tmpNnUkYc/prof.fdata.144767.fdata /tmp/.tmpNnUkYc/prof.fdata.144773.fdata /tmp/.tmpNnUkYc/prof.fdata.144782.fdata /tmp/.tmpNnUkYc/prof.fdata.144800.fdata /tmp/.tmpNnUkYc/prof.fdata.144804.fdata /tmp/.tmpNnUkYc/prof.fdata.144811.fdata /tmp/.tmpNnUkYc/prof.fdata.144816.fdata /tmp/.tmpNnUkYc/prof.fdata.144820.fdata /tmp/.tmpNnUkYc/prof.fdata.144828.fdata /tmp/.tmpNnUkYc/prof.fdata.144835.fdata /tmp/.tmpNnUkYc/prof.fdata.144850.fdata /tmp/.tmpNnUkYc/prof.fdata.144871.fdata /tmp/.tmpNnUkYc/prof.fdata.144882.fdata /tmp/.tmpNnUkYc/prof.fdata.144886.fdata /tmp/.tmpNnUkYc/prof.fdata.144892.fdata /tmp/.tmpNnUkYc/prof.fdata.144899.fdata /tmp/.tmpNnUkYc/prof.fdata.144913.fdata /tmp/.tmpNnUkYc/prof.fdata.144917.fdata /tmp/.tmpNnUkYc/prof.fdata.144920.fdata /tmp/.tmpNnUkYc/prof.fdata.144936.fdata /tmp/.tmpNnUkYc/prof.fdata.144943.fdata /tmp/.tmpNnUkYc/prof.fdata.144961.fdata /tmp/.tmpNnUkYc/prof.fdata.144972.fdata /tmp/.tmpNnUkYc/prof.fdata.144983.fdata /tmp/.tmpNnUkYc/prof.fdata.144987.fdata /tmp/.tmpNnUkYc/prof.fdata.144998.fdata /tmp/.tmpNnUkYc/prof.fdata.144999.fdata /tmp/.tmpNnUkYc/prof.fdata.145032.fdata /tmp/.tmpNnUkYc/prof.fdata.145037.fdata /tmp/.tmpNnUkYc/prof.fdata.145047.fdata /tmp/.tmpNnUkYc/prof.fdata.145051.fdata /tmp/.tmpNnUkYc/prof.fdata.145065.fdata /tmp/.tmpNnUkYc/prof.fdata.145069.fdata /tmp/.tmpNnUkYc/prof.fdata.145079.fdata /tmp/.tmpNnUkYc/prof.fdata.145092.fdata /tmp/.tmpNnUkYc/prof.fdata.145098.fdata /tmp/.tmpNnUkYc/prof.fdata.145100.fdata /tmp/.tmpNnUkYc/prof.fdata.145109.fdata /tmp/.tmpNnUkYc/prof.fdata.145117.fdata /tmp/.tmpNnUkYc/prof.fdata.145133.fdata /tmp/.tmpNnUkYc/prof.fdata.145135.fdata /tmp/.tmpNnUkYc/prof.fdata.145154.fdata /tmp/.tmpNnUkYc/prof.fdata.145160.fdata /tmp/.tmpNnUkYc/prof.fdata.145167.fdata /tmp/.tmpNnUkYc/prof.fdata.145178.fdata /tmp/.tmpNnUkYc/prof.fdata.145185.fdata /tmp/.tmpNnUkYc/prof.fdata.145193.fdata /tmp/.tmpNnUkYc/prof.fdata.145204.fdata /tmp/.tmpNnUkYc/prof.fdata.145209.fdata /tmp/.tmpNnUkYc/prof.fdata.145217.fdata /tmp/.tmpNnUkYc/prof.fdata.145233.fdata /tmp/.tmpNnUkYc/prof.fdata.145238.fdata /tmp/.tmpNnUkYc/prof.fdata.145249.fdata /tmp/.tmpNnUkYc/prof.fdata.145256.fdata /tmp/.tmpNnUkYc/prof.fdata.145262.fdata /tmp/.tmpNnUkYc/prof.fdata.145270.fdata /tmp/.tmpNnUkYc/prof.fdata.145274.fdata /tmp/.tmpNnUkYc/prof.fdata.145278.fdata /tmp/.tmpNnUkYc/prof.fdata.145289.fdata /tmp/.tmpNnUkYc/prof.fdata.145292.fdata /tmp/.tmpNnUkYc/prof.fdata.145299.fdata /tmp/.tmpNnUkYc/prof.fdata.145313.fdata /tmp/.tmpNnUkYc/prof.fdata.145324.fdata /tmp/.tmpNnUkYc/prof.fdata.145329.fdata /tmp/.tmpNnUkYc/prof.fdata.145337.fdata /tmp/.tmpNnUkYc/prof.fdata.145341.fdata /tmp/.tmpNnUkYc/prof.fdata.145346.fdata /tmp/.tmpNnUkYc/prof.fdata.145372.fdata /tmp/.tmpNnUkYc/prof.fdata.145379.fdata /tmp/.tmpNnUkYc/prof.fdata.145392.fdata /tmp/.tmpNnUkYc/prof.fdata.145403.fdata /tmp/.tmpNnUkYc/prof.fdata.145411.fdata /tmp/.tmpNnUkYc/prof.fdata.145416.fdata /tmp/.tmpNnUkYc/prof.fdata.145421.fdata /tmp/.tmpNnUkYc/prof.fdata.145423.fdata /tmp/.tmpNnUkYc/prof.fdata.145437.fdata /tmp/.tmpNnUkYc/prof.fdata.145443.fdata /tmp/.tmpNnUkYc/prof.fdata.145447.fdata /tmp/.tmpNnUkYc/prof.fdata.145451.fdata /tmp/.tmpNnUkYc/prof.fdata.145453.fdata /tmp/.tmpNnUkYc/prof.fdata.145461.fdata /tmp/.tmpNnUkYc/prof.fdata.145465.fdata /tmp/.tmpNnUkYc/prof.fdata.145477.fdata /tmp/.tmpNnUkYc/prof.fdata.145481.fdata /tmp/.tmpNnUkYc/prof.fdata.145499.fdata /tmp/.tmpNnUkYc/prof.fdata.145503.fdata /tmp/.tmpNnUkYc/prof.fdata.145515.fdata /tmp/.tmpNnUkYc/prof.fdata.145541.fdata /tmp/.tmpNnUkYc/prof.fdata.145547.fdata /tmp/.tmpNnUkYc/prof.fdata.145551.fdata /tmp/.tmpNnUkYc/prof.fdata.145555.fdata /tmp/.tmpNnUkYc/prof.fdata.145563.fdata /tmp/.tmpNnUkYc/prof.fdata.145573.fdata /tmp/.tmpNnUkYc/prof.fdata.145583.fdata /tmp/.tmpNnUkYc/prof.fdata.145589.fdata /tmp/.tmpNnUkYc/prof.fdata.145593.fdata /tmp/.tmpNnUkYc/prof.fdata.145600.fdata /tmp/.tmpNnUkYc/prof.fdata.145612.fdata /tmp/.tmpNnUkYc/prof.fdata.145628.fdata /tmp/.tmpNnUkYc/prof.fdata.145657.fdata /tmp/.tmpNnUkYc/prof.fdata.145690.fdata /tmp/.tmpNnUkYc/prof.fdata.145694.fdata /tmp/.tmpNnUkYc/prof.fdata.145727.fdata /tmp/.tmpNnUkYc/prof.fdata.145735.fdata /tmp/.tmpNnUkYc/prof.fdata.145740.fdata /tmp/.tmpNnUkYc/prof.fdata.145751.fdata /tmp/.tmpNnUkYc/prof.fdata.145761.fdata /tmp/.tmpNnUkYc/prof.fdata.145782.fdata /tmp/.tmpNnUkYc/prof.fdata.145789.fdata /tmp/.tmpNnUkYc/prof.fdata.145797.fdata /tmp/.tmpNnUkYc/prof.fdata.145801.fdata /tmp/.tmpNnUkYc/prof.fdata.145817.fdata /tmp/.tmpNnUkYc/prof.fdata.145843.fdata /tmp/.tmpNnUkYc/prof.fdata.145848.fdata /tmp/.tmpNnUkYc/prof.fdata.145865.fdata /tmp/.tmpNnUkYc/prof.fdata.145870.fdata /tmp/.tmpNnUkYc/prof.fdata.145877.fdata /tmp/.tmpNnUkYc/prof.fdata.145883.fdata /tmp/.tmpNnUkYc/prof.fdata.145928.fdata /tmp/.tmpNnUkYc/prof.fdata.145931.fdata /tmp/.tmpNnUkYc/prof.fdata.145933.fdata /tmp/.tmpNnUkYc/prof.fdata.145941.fdata /tmp/.tmpNnUkYc/prof.fdata.145946.fdata /tmp/.tmpNnUkYc/prof.fdata.145970.fdata /tmp/.tmpNnUkYc/prof.fdata.145983.fdata /tmp/.tmpNnUkYc/prof.fdata.145992.fdata /tmp/.tmpNnUkYc/prof.fdata.146008.fdata /tmp/.tmpNnUkYc/prof.fdata.146013.fdata /tmp/.tmpNnUkYc/prof.fdata.146020.fdata /tmp/.tmpNnUkYc/prof.fdata.146025.fdata /tmp/.tmpNnUkYc/prof.fdata.146035.fdata /tmp/.tmpNnUkYc/prof.fdata.146074.fdata /tmp/.tmpNnUkYc/prof.fdata.146124.fdata /tmp/.tmpNnUkYc/prof.fdata.146128.fdata /tmp/.tmpNnUkYc/prof.fdata.146133.fdata /tmp/.tmpNnUkYc/prof.fdata.146153.fdata /tmp/.tmpNnUkYc/prof.fdata.146192.fdata /tmp/.tmpNnUkYc/prof.fdata.146200.fdata /tmp/.tmpNnUkYc/prof.fdata.146204.fdata /tmp/.tmpNnUkYc/prof.fdata.146220.fdata /tmp/.tmpNnUkYc/prof.fdata.146238.fdata /tmp/.tmpNnUkYc/prof.fdata.146249.fdata /tmp/.tmpNnUkYc/prof.fdata.146255.fdata /tmp/.tmpNnUkYc/prof.fdata.146263.fdata /tmp/.tmpNnUkYc/prof.fdata.146288.fdata /tmp/.tmpNnUkYc/prof.fdata.146301.fdata /tmp/.tmpNnUkYc/prof.fdata.146335.fdata /tmp/.tmpNnUkYc/prof.fdata.146355.fdata /tmp/.tmpNnUkYc/prof.fdata.146374.fdata /tmp/.tmpNnUkYc/prof.fdata.146377.fdata /tmp/.tmpNnUkYc/prof.fdata.146391.fdata /tmp/.tmpNnUkYc/prof.fdata.146467.fdata /tmp/.tmpNnUkYc/prof.fdata.146472.fdata /tmp/.tmpNnUkYc/prof.fdata.146477.fdata /tmp/.tmpNnUkYc/prof.fdata.146482.fdata /tmp/.tmpNnUkYc/prof.fdata.146486.fdata /tmp/.tmpNnUkYc/prof.fdata.146515.fdata /tmp/.tmpNnUkYc/prof.fdata.146571.fdata /tmp/.tmpNnUkYc/prof.fdata.146615.fdata /tmp/.tmpNnUkYc/prof.fdata.146628.fdata /tmp/.tmpNnUkYc/prof.fdata.146638.fdata /tmp/.tmpNnUkYc/prof.fdata.146666.fdata /tmp/.tmpNnUkYc/prof.fdata.146696.fdata /tmp/.tmpNnUkYc/prof.fdata.146855.fdata /tmp/.tmpNnUkYc/prof.fdata.146881.fdata /tmp/.tmpNnUkYc/prof.fdata.146983.fdata /tmp/.tmpNnUkYc/prof.fdata.146995.fdata /tmp/.tmpNnUkYc/prof.fdata.148226.fdata /tmp/.tmpNnUkYc/prof.fdata.148281.fdata /tmp/.tmpNnUkYc/prof.fdata.148367.fdata /tmp/.tmpNnUkYc/prof.fdata.148496.fdata /tmp/.tmpNnUkYc/prof.fdata.148506.fdata /tmp/.tmpNnUkYc/prof.fdata.148549.fdata /tmp/.tmpNnUkYc/prof.fdata.148666.fdata /tmp/.tmpNnUkYc/prof.fdata.148906.fdata /tmp/.tmpNnUkYc/prof.fdata.149434.fdata /tmp/.tmpNnUkYc/prof.fdata.149444.fdata /tmp/.tmpNnUkYc/prof.fdata.149451.fdata /tmp/.tmpNnUkYc/prof.fdata.149466.fdata /tmp/.tmpNnUkYc/prof.fdata.149470.fdata /tmp/.tmpNnUkYc/prof.fdata.149474.fdata /tmp/.tmpNnUkYc/prof.fdata.149484.fdata /tmp/.tmpNnUkYc/prof.fdata.149493.fdata /tmp/.tmpNnUkYc/prof.fdata.149517.fdata /tmp/.tmpNnUkYc/prof.fdata.149571.fdata /tmp/.tmpNnUkYc/prof.fdata.149584.fdata /tmp/.tmpNnUkYc/prof.fdata.149594.fdata /tmp/.tmpNnUkYc/prof.fdata.149604.fdata /tmp/.tmpNnUkYc/prof.fdata.149615.fdata /tmp/.tmpNnUkYc/prof.fdata.149626.fdata /tmp/.tmpNnUkYc/prof.fdata.149652.fdata /tmp/.tmpNnUkYc/prof.fdata.149918.fdata /tmp/.tmpNnUkYc/prof.fdata.150185.fdata /tmp/.tmpNnUkYc/prof.fdata.150452.fdata /tmp/.tmpNnUkYc/prof.fdata.150494.fdata /tmp/.tmpNnUkYc/prof.fdata.151016.fdata /tmp/.tmpNnUkYc/prof.fdata.151283.fdata /tmp/.tmpNnUkYc/prof.fdata.151557.fdata /tmp/.tmpNnUkYc/prof.fdata.151558.fdata /tmp/.tmpNnUkYc/prof.fdata.151559.fdata /tmp/.tmpNnUkYc/prof.fdata.151563.fdata /tmp/.tmpNnUkYc/prof.fdata.151564.fdata /tmp/.tmpNnUkYc/prof.fdata.151565.fdata /tmp/.tmpNnUkYc/prof.fdata.151572.fdata /tmp/.tmpNnUkYc/prof.fdata.151573.fdata /tmp/.tmpNnUkYc/prof.fdata.151574.fdata /tmp/.tmpNnUkYc/prof.fdata.151593.fdata /tmp/.tmpNnUkYc/prof.fdata.151603.fdata /tmp/.tmpNnUkYc/prof.fdata.151613.fdata /tmp/.tmpNnUkYc/prof.fdata.151624.fdata /tmp/.tmpNnUkYc/prof.fdata.151635.fdata /tmp/.tmpNnUkYc/prof.fdata.151646.fdata /tmp/.tmpNnUkYc/prof.fdata.151658.fdata /tmp/.tmpNnUkYc/prof.fdata.151670.fdata /tmp/.tmpNnUkYc/prof.fdata.151682.fdata /tmp/.tmpNnUkYc/prof.fdata.151700.fdata /tmp/.tmpNnUkYc/prof.fdata.151701.fdata /tmp/.tmpNnUkYc/prof.fdata.151702.fdata /tmp/.tmpNnUkYc/prof.fdata.151706.fdata /tmp/.tmpNnUkYc/prof.fdata.151707.fdata /tmp/.tmpNnUkYc/prof.fdata.151708.fdata /tmp/.tmpNnUkYc/prof.fdata.151715.fdata /tmp/.tmpNnUkYc/prof.fdata.151716.fdata /tmp/.tmpNnUkYc/prof.fdata.151717.fdata /tmp/.tmpNnUkYc/prof.fdata.151728.fdata /tmp/.tmpNnUkYc/prof.fdata.151732.fdata /tmp/.tmpNnUkYc/prof.fdata.151736.fdata /tmp/.tmpNnUkYc/prof.fdata.151738.fdata /tmp/.tmpNnUkYc/prof.fdata.151740.fdata /tmp/.tmpNnUkYc/prof.fdata.151741.fdata /tmp/.tmpNnUkYc/prof.fdata.151742.fdata /tmp/.tmpNnUkYc/prof.fdata.151743.fdata /tmp/.tmpNnUkYc/prof.fdata.151744.fdata /tmp/.tmpNnUkYc/prof.fdata.151745.fdata /tmp/.tmpNnUkYc/prof.fdata.151746.fdata /tmp/.tmpNnUkYc/prof.fdata.151747.fdata /tmp/.tmpNnUkYc/prof.fdata.151840.fdata /tmp/.tmpNnUkYc/prof.fdata.151844.fdata /tmp/.tmpNnUkYc/prof.fdata.151848.fdata /tmp/.tmpNnUkYc/prof.fdata.151851.fdata /tmp/.tmpNnUkYc/prof.fdata.151855.fdata /tmp/.tmpNnUkYc/prof.fdata.151860.fdata /tmp/.tmpNnUkYc/prof.fdata.151864.fdata /tmp/.tmpNnUkYc/prof.fdata.151868.fdata /tmp/.tmpNnUkYc/prof.fdata.151878.fdata /tmp/.tmpNnUkYc/prof.fdata.151884.fdata /tmp/.tmpNnUkYc/prof.fdata.151896.fdata /tmp/.tmpNnUkYc/prof.fdata.151903.fdata /tmp/.tmpNnUkYc/prof.fdata.151909.fdata /tmp/.tmpNnUkYc/prof.fdata.151914.fdata /tmp/.tmpNnUkYc/prof.fdata.151926.fdata /tmp/.tmpNnUkYc/prof.fdata.151986.fdata /tmp/.tmpNnUkYc/prof.fdata.151990.fdata /tmp/.tmpNnUkYc/prof.fdata.151994.fdata /tmp/.tmpNnUkYc/prof.fdata.152072.fdata /tmp/.tmpNnUkYc/prof.fdata.152082.fdata /tmp/.tmpNnUkYc/prof.fdata.152092.fdata /tmp/.tmpNnUkYc/prof.fdata.152103.fdata /tmp/.tmpNnUkYc/prof.fdata.152114.fdata /tmp/.tmpNnUkYc/prof.fdata.152125.fdata /tmp/.tmpNnUkYc/prof.fdata.152179.fdata /tmp/.tmpNnUkYc/prof.fdata.152234.fdata /tmp/.tmpNnUkYc/prof.fdata.152289.fdata /tmp/.tmpNnUkYc/prof.fdata.152301.fdata /tmp/.tmpNnUkYc/prof.fdata.152363.fdata /tmp/.tmpNnUkYc/prof.fdata.152400.fdata /tmp/.tmpNnUkYc/prof.fdata.152443.fdata /tmp/.tmpNnUkYc/prof.fdata.152444.fdata /tmp/.tmpNnUkYc/prof.fdata.152445.fdata /tmp/.tmpNnUkYc/prof.fdata.152449.fdata /tmp/.tmpNnUkYc/prof.fdata.152450.fdata /tmp/.tmpNnUkYc/prof.fdata.152451.fdata /tmp/.tmpNnUkYc/prof.fdata.152458.fdata /tmp/.tmpNnUkYc/prof.fdata.152459.fdata /tmp/.tmpNnUkYc/prof.fdata.152460.fdata /tmp/.tmpNnUkYc/prof.fdata.152479.fdata /tmp/.tmpNnUkYc/prof.fdata.152489.fdata /tmp/.tmpNnUkYc/prof.fdata.152499.fdata /tmp/.tmpNnUkYc/prof.fdata.152510.fdata /tmp/.tmpNnUkYc/prof.fdata.152521.fdata /tmp/.tmpNnUkYc/prof.fdata.152532.fdata /tmp/.tmpNnUkYc/prof.fdata.152544.fdata /tmp/.tmpNnUkYc/prof.fdata.152556.fdata /tmp/.tmpNnUkYc/prof.fdata.152568.fdata /tmp/.tmpNnUkYc/prof.fdata.152586.fdata /tmp/.tmpNnUkYc/prof.fdata.152587.fdata /tmp/.tmpNnUkYc/prof.fdata.152588.fdata /tmp/.tmpNnUkYc/prof.fdata.152592.fdata /tmp/.tmpNnUkYc/prof.fdata.152593.fdata /tmp/.tmpNnUkYc/prof.fdata.152594.fdata /tmp/.tmpNnUkYc/prof.fdata.152601.fdata /tmp/.tmpNnUkYc/prof.fdata.152602.fdata /tmp/.tmpNnUkYc/prof.fdata.152603.fdata /tmp/.tmpNnUkYc/prof.fdata.152622.fdata /tmp/.tmpNnUkYc/prof.fdata.152632.fdata /tmp/.tmpNnUkYc/prof.fdata.152642.fdata /tmp/.tmpNnUkYc/prof.fdata.152653.fdata /tmp/.tmpNnUkYc/prof.fdata.152664.fdata /tmp/.tmpNnUkYc/prof.fdata.152677.fdata /tmp/.tmpNnUkYc/prof.fdata.152691.fdata /tmp/.tmpNnUkYc/prof.fdata.152703.fdata /tmp/.tmpNnUkYc/prof.fdata.152719.fdata /tmp/.tmpNnUkYc/prof.fdata.152739.fdata /tmp/.tmpNnUkYc/prof.fdata.152740.fdata /tmp/.tmpNnUkYc/prof.fdata.152741.fdata /tmp/.tmpNnUkYc/prof.fdata.152745.fdata /tmp/.tmpNnUkYc/prof.fdata.152746.fdata /tmp/.tmpNnUkYc/prof.fdata.152747.fdata /tmp/.tmpNnUkYc/prof.fdata.152754.fdata /tmp/.tmpNnUkYc/prof.fdata.152755.fdata /tmp/.tmpNnUkYc/prof.fdata.152756.fdata /tmp/.tmpNnUkYc/prof.fdata.152766.fdata /tmp/.tmpNnUkYc/prof.fdata.152767.fdata /tmp/.tmpNnUkYc/prof.fdata.152768.fdata /tmp/.tmpNnUkYc/prof.fdata.152805.fdata /tmp/.tmpNnUkYc/prof.fdata.152815.fdata /tmp/.tmpNnUkYc/prof.fdata.152825.fdata /tmp/.tmpNnUkYc/prof.fdata.152836.fdata /tmp/.tmpNnUkYc/prof.fdata.152850.fdata /tmp/.tmpNnUkYc/prof.fdata.152868.fdata /tmp/.tmpNnUkYc/prof.fdata.152887.fdata /tmp/.tmpNnUkYc/prof.fdata.152902.fdata /tmp/.tmpNnUkYc/prof.fdata.152921.fdata /tmp/.tmpNnUkYc/prof.fdata.152944.fdata /tmp/.tmpNnUkYc/prof.fdata.152945.fdata /tmp/.tmpNnUkYc/prof.fdata.152946.fdata /tmp/.tmpNnUkYc/prof.fdata.152950.fdata /tmp/.tmpNnUkYc/prof.fdata.152951.fdata /tmp/.tmpNnUkYc/prof.fdata.152952.fdata /tmp/.tmpNnUkYc/prof.fdata.152959.fdata /tmp/.tmpNnUkYc/prof.fdata.152960.fdata /tmp/.tmpNnUkYc/prof.fdata.152961.fdata /tmp/.tmpNnUkYc/prof.fdata.152980.fdata /tmp/.tmpNnUkYc/prof.fdata.152990.fdata /tmp/.tmpNnUkYc/prof.fdata.153000.fdata /tmp/.tmpNnUkYc/prof.fdata.153011.fdata /tmp/.tmpNnUkYc/prof.fdata.153022.fdata /tmp/.tmpNnUkYc/prof.fdata.153036.fdata /tmp/.tmpNnUkYc/prof.fdata.153054.fdata /tmp/.tmpNnUkYc/prof.fdata.153073.fdata /tmp/.tmpNnUkYc/prof.fdata.153092.fdata /tmp/.tmpNnUkYc/prof.fdata.153107.fdata /tmp/.tmpNnUkYc/prof.fdata.153126.fdata /tmp/.tmpNnUkYc/prof.fdata.153143.fdata > "/tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata" [at /checkout/obj]`
Profile from 641 files merged.
##[endgroup]
[2024-11-27T19:57:06.355Z INFO  opt_dist::training] rustc BOLT statistics
[2024-11-27T19:57:06.356Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata: 159.63 MiB
---
   Compiling color-print-proc-macro v0.3.6
error[E0308]: mismatched types
   --> /rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:212:9
    |
179 |   fn color_256<'a>(specified: Specified) -> impl Parser<'a, (Color256, Option<ColorKind>)>
    |                                             ---------------------------------------------- expected `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:207:9: 207:16}` because of return type
207 |           |input| {
    |           ------- the expected closure
...
212 | /         |input| {
212 | /         |input| {
213 | |             alt((
214 | |                 map(pal_lower, |color| (color, Some(ColorKind::Foreground))),
215 | |                 map(pal_upper, |color| (color, Some(ColorKind::Background)))
217 | |             (input)
218 | |         }
    | |_________^ expected closure, found a different closure
    |
    |
    = note: expected closure `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:207:9: 207:16}`
               found closure `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:212:9: 212:16}`
    = note: no two closures, even if identical, have the same type
    = help: consider boxing your closure and/or using it as a trait object
error[E0308]: mismatched types
   --> /rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:257:9
    |
    |
224 |   fn color_rgb<'a>(specified: Specified) -> impl Parser<'a, (ColorRgb, Option<ColorKind>)> {
    |                                             ---------------------------------------------- expected `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:252:9: 252:16}` because of return type
252 |           |input| {
    |           ------- the expected closure
...
257 | /         |input| {
257 | /         |input| {
258 | |             alt((
259 | |                 map(rgb_lower, |color| (color, Some(ColorKind::Foreground))),
260 | |                 map(rgb_upper, |color| (color, Some(ColorKind::Background))),
263 | |             (input)
264 | |         }
    | |_________^ expected closure, found a different closure
    |
    |
    = note: expected closure `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:252:9: 252:16}`
               found closure `{closure@/rust/deps/color-print-proc-macro-0.3.6/src/parse/color_tag.rs:257:9: 257:16}`
    = note: no two closures, even if identical, have the same type
    = help: consider boxing your closure and/or using it as a trait object
[RUSTC-TIMING] itertools test:false 9.390
For more information about this error, try `rustc --explain E0308`.
[RUSTC-TIMING] color_print_proc_macro test:false 5.426
error: could not compile `color-print-proc-macro` (lib) due to 2 previous errors
---
[2024-11-27T20:03:20.007Z INFO  opt_dist::utils] Free disk space: 4.46 TiB out of total 5.11 TiB (12.79% used)
Error: Optimized build pipeline has failed

Caused by:
    Command RUST_BACKTRACE=full python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest bootstrap --skip rust-docs --skip rustc-docs --skip rust-docs-json --skip rust-analyzer --skip rustc-src --skip clippy --skip miri --skip rustfmt --llvm-profile-use /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata --rust-profile-use /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata --keep-stage 0 --keep-stage 1 --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata [at /checkout/obj] has failed with exit code Some(1)
Stack backtrace:
Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.92/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/src/tools/opt-dist/src/exec.rs:181:9
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/src/tools/opt-dist/src/main.rs:343:52
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/src/tools/opt-dist/src/main.rs:343:52
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#4}, ()>
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/src/tools/opt-dist/src/main.rs:343:5
   6: opt_dist::main
             at /rustc/ac5ccad5c2ccef662053133d1f8d1d29288f3cbc/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/sys/backtrace.rs:154:18
   9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/panicking.rs:557:40
  12: std::panicking::try
             at /rustc/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/panicking.rs:520:19
bors Avatar
bors on 2024-11-27 20:03:42 UTC
bors Avatar
bors on 2024-11-27 20:03:42 UTC
View on GitHub

💔 Test failed - checks-actions

compiler-errors Avatar
compiler-errors on 2024-11-27 20:15:22 UTC
compiler-errors Avatar
compiler-errors on 2024-11-27 20:15:22 UTC
View on GitHub

@bors try

👍1
bors Avatar
bors on 2024-11-27 20:16:33 UTC
bors Avatar
bors on 2024-11-27 20:16:33 UTC
View on GitHub

⌛ Trying commit 8fa8f40 with merge 550ae0d...

lqd Avatar
lqd on 2024-11-27 20:26:10 UTC
lqd Avatar
lqd on 2024-11-27 20:26:10 UTC
View on GitHub

I was reducing the new failure but you've already fixed it ^^

❤️1
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 20:26:33 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 20:26:33 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.722 Building wheels for collected packages: reuse
#13 2.723   Building wheel for reuse (pyproject.toml): started
#13 2.972   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 2.973   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 2.974   Stored in directory: /tmp/pip-ephem-wheel-cache-ol3l5m9x/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 2.976 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.366 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.367 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 3.903 Collecting virtualenv
#13 3.903 Collecting virtualenv
#13 3.945   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.006      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 73.2 MB/s eta 0:00:00
#13 4.045 Collecting distlib<1,>=0.3.7
#13 4.048   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.056      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 79.6 MB/s eta 0:00:00
#13 4.090 Collecting filelock<4,>=3.12.2
#13 4.094   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.127 Collecting platformdirs<5,>=3.9.1
#13 4.130   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.213 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.396 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.5s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      325568 kB
DirectMap2M:     9111552 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5684 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Wed Nov 27 20:26:22 UTC 2024
  network time: Wed, 27 Nov 2024 20:26:22 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 22:24:12 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-27 22:24:12 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
[2024-11-27T20:50:59Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T20:51:00Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T20:51:00Z DEBUG collector::compile::execute] cd "/tmp/.tmpNKAhoy" && 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/.tmpNKAhoy#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T20:51:36Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T20:51:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpNKAhoy" && 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/.tmpNKAhoy#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNKAhoy/incremental-state"
[2024-11-27T20:52:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T20:52:17Z DEBUG collector::compile::execute] cd "/tmp/.tmpNKAhoy" && 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/.tmpNKAhoy#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNKAhoy/incremental-state"
[2024-11-27T20:52:20Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpNKAhoy"
[2024-11-27T20:52:20Z 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-11-27T20:52:20Z 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-11-27T20:52:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpNKAhoy" && 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/.tmpNKAhoy#cargo@0.60.0" "--lib" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpNKAhoy/incremental-state"
[2024-11-27T20:52:24Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T20:52:24Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T20:52:24Z DEBUG collector::compile::execute] cd "/tmp/.tmpAj1egR" && 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/.tmpAj1egR#cargo@0.60.0" "--release" "--lib" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T20:53:14Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2024-11-27T21:21:30Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:21:30Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:21:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpuofjpM" && 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/.tmpuofjpM#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2024-11-27T21:21:30Z DEBUG collector::compile::execute] cd "/tmp/.tmpJcqNYP" && 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/.tmpJcqNYP#clap@3.1.6" "--" "--skip-this-rustc"
[2024-11-27T21:21:32Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T21:21:32Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T21:21:32Z DEBUG collector::compile::execute] cd "/tmp/.tmpLTS3Xt" && 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/.tmpLTS3Xt#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full] + Llvm
---
[2024-11-27T21:24:25Z DEBUG collector::compile::execute] cd "/tmp/.tmpvNiEXn" && 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/.tmpvNiEXn#syn@1.0.89" "--" "--wrap-rustc-with" "Eprintln"
Running syn-1.0.89: Opt + [Full] + Llvm
[2024-11-27T21:24:27Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T21:24:27Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T21:24:27Z DEBUG collector::compile::execute] cd "/tmp/.tmpMgmpMp" && 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/.tmpMgmpMp#syn@1.0.89" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T21:24:31.300Z INFO  opt_dist::training] Merging LLVM PGO profiles to /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata
[2024-11-27T21:24:31.301Z INFO  opt_dist::exec] Executing `/rustroot/bin/llvm-profdata merge -o /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata /tmp/tmp-multistage/opt-artifacts/llvm-pgo [at /checkout/obj]`
##[endgroup]
[2024-11-27T21:24:50.826Z INFO  opt_dist::training] LLVM PGO statistics
---
    ..bootstrap::core::build_steps::compile::StdLink                     0.00s
    
[2024-11-27T21:45:08.902Z INFO  opt_dist::timer] Section `Stage 3 (BOLT) > Build PGO optimized LLVM` ended: OK (1213.62s)`
[2024-11-27T21:45:08.902Z INFO  opt_dist] Optimizing /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM.so.19.1-rust-1.85.0-nightly with BOLT
[2024-11-27T21:45:08.902Z INFO  opt_dist::utils::io] Copying file /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM.so.19.1-rust-1.85.0-nightly to /tmp/.tmpeoNJqv
[2024-11-27T21:45:09.122Z INFO  opt_dist::exec] Executing `llvm-bolt -instrument /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/libLLVM.so.19.1-rust-1.85.0-nightly --instrumentation-file=/tmp/.tmpy3bCH0/prof.fdata --instrumentation-file-append-pid -o /tmp/.tmpnjyybE [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 0x6000000, offset 0x6000000
---
Executing benchmark clap-3.1.6 (2/8)
Preparing clap-3.1.6
[2024-11-27T21:48:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:48:44Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:48:44Z DEBUG collector::compile::execute] cd "/tmp/.tmp0qDVxm" && 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/.tmp0qDVxm#clap@3.1.6" "--release" "--" "--skip-this-rustc"
[2024-11-27T21:48:44Z DEBUG collector::compile::execute] cd "/tmp/.tmpuarFAW" && 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/.tmpuarFAW#clap@3.1.6" "--" "--skip-this-rustc"
[2024-11-27T21:48:53Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T21:48:53Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T21:48:53Z DEBUG collector::compile::execute] cd "/tmp/.tmpVjqtLn" && 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/.tmpVjqtLn#clap@3.1.6" "--" "--wrap-rustc-with" "Eprintln"
Running clap-3.1.6: Opt + [Full] + Llvm
---
Executing benchmark hyper-0.14.18 (3/8)
Preparing hyper-0.14.18
[2024-11-27T21:49:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:49:11Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:49:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpVGnHXQ" && 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/.tmpVGnHXQ#hyper@0.14.18" "--release" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2024-11-27T21:49:11Z DEBUG collector::compile::execute] cd "/tmp/.tmpFkpwRh" && 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/.tmpFkpwRh#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--skip-this-rustc"
[2024-11-27T21:49:46Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T21:49:46Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T21:49:46Z DEBUG collector::compile::execute] cd "/tmp/.tmp3RdH9J" && 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/.tmp3RdH9J#hyper@0.14.18" "--features=client,http1,http2,server,stream" "--" "--wrap-rustc-with" "Eprintln"
Running hyper-0.14.18: Opt + [Full] + Llvm
---
Preparing regex-1.5.5
[2024-11-27T21:50:09Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:50:09Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T21:50:09Z DEBUG collector::compile::execute] cd "/tmp/.tmp1XqBK4" && 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/.tmp1XqBK4#regex@1.5.5" "--release" "--" "--skip-this-rustc"
[2024-11-27T21:50:09Z DEBUG collector::compile::execute] cd "/tmp/.tmpxQHZKd" && 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/.tmpxQHZKd#regex@1.5.5" "--" "--skip-this-rustc"
[2024-11-27T21:50:21Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T21:50:21Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T21:50:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpO7jE8n" && 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/.tmpO7jE8n#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-11-27T21:53:31.242Z INFO  opt_dist::training] Merging LLVM BOLT profiles from /tmp/.tmpy3bCH0/prof.fdata to /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata
##[group]Merging BOLT profiles
[2024-11-27T21:53:31.243Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpy3bCH0/prof.fdata.132071.fdata /tmp/.tmpy3bCH0/prof.fdata.132082.fdata /tmp/.tmpy3bCH0/prof.fdata.132083.fdata /tmp/.tmpy3bCH0/prof.fdata.132086.fdata /tmp/.tmpy3bCH0/prof.fdata.132087.fdata /tmp/.tmpy3bCH0/prof.fdata.132092.fdata /tmp/.tmpy3bCH0/prof.fdata.132093.fdata /tmp/.tmpy3bCH0/prof.fdata.132105.fdata /tmp/.tmpy3bCH0/prof.fdata.132106.fdata /tmp/.tmpy3bCH0/prof.fdata.132108.fdata /tmp/.tmpy3bCH0/prof.fdata.132109.fdata /tmp/.tmpy3bCH0/prof.fdata.132110.fdata /tmp/.tmpy3bCH0/prof.fdata.132111.fdata /tmp/.tmpy3bCH0/prof.fdata.132113.fdata /tmp/.tmpy3bCH0/prof.fdata.132114.fdata /tmp/.tmpy3bCH0/prof.fdata.132117.fdata /tmp/.tmpy3bCH0/prof.fdata.132120.fdata /tmp/.tmpy3bCH0/prof.fdata.132121.fdata /tmp/.tmpy3bCH0/prof.fdata.132123.fdata /tmp/.tmpy3bCH0/prof.fdata.132125.fdata /tmp/.tmpy3bCH0/prof.fdata.132126.fdata /tmp/.tmpy3bCH0/prof.fdata.132127.fdata /tmp/.tmpy3bCH0/prof.fdata.132147.fdata /tmp/.tmpy3bCH0/prof.fdata.132148.fdata /tmp/.tmpy3bCH0/prof.fdata.132149.fdata /tmp/.tmpy3bCH0/prof.fdata.132270.fdata /tmp/.tmpy3bCH0/prof.fdata.132272.fdata /tmp/.tmpy3bCH0/prof.fdata.132274.fdata /tmp/.tmpy3bCH0/prof.fdata.132282.fdata /tmp/.tmpy3bCH0/prof.fdata.132302.fdata /tmp/.tmpy3bCH0/prof.fdata.132309.fdata /tmp/.tmpy3bCH0/prof.fdata.132319.fdata /tmp/.tmpy3bCH0/prof.fdata.132327.fdata /tmp/.tmpy3bCH0/prof.fdata.132331.fdata /tmp/.tmpy3bCH0/prof.fdata.132333.fdata /tmp/.tmpy3bCH0/prof.fdata.132344.fdata /tmp/.tmpy3bCH0/prof.fdata.132350.fdata /tmp/.tmpy3bCH0/prof.fdata.132356.fdata /tmp/.tmpy3bCH0/prof.fdata.132359.fdata /tmp/.tmpy3bCH0/prof.fdata.132366.fdata /tmp/.tmpy3bCH0/prof.fdata.132372.fdata /tmp/.tmpy3bCH0/prof.fdata.132379.fdata /tmp/.tmpy3bCH0/prof.fdata.132382.fdata /tmp/.tmpy3bCH0/prof.fdata.132389.fdata /tmp/.tmpy3bCH0/prof.fdata.132390.fdata /tmp/.tmpy3bCH0/prof.fdata.132398.fdata /tmp/.tmpy3bCH0/prof.fdata.132401.fdata /tmp/.tmpy3bCH0/prof.fdata.132403.fdata /tmp/.tmpy3bCH0/prof.fdata.132410.fdata /tmp/.tmpy3bCH0/prof.fdata.132417.fdata /tmp/.tmpy3bCH0/prof.fdata.132421.fdata /tmp/.tmpy3bCH0/prof.fdata.132433.fdata /tmp/.tmpy3bCH0/prof.fdata.132444.fdata /tmp/.tmpy3bCH0/prof.fdata.132450.fdata /tmp/.tmpy3bCH0/prof.fdata.132455.fdata /tmp/.tmpy3bCH0/prof.fdata.132470.fdata /tmp/.tmpy3bCH0/prof.fdata.132499.fdata /tmp/.tmpy3bCH0/prof.fdata.132515.fdata /tmp/.tmpy3bCH0/prof.fdata.132522.fdata /tmp/.tmpy3bCH0/prof.fdata.132525.fdata /tmp/.tmpy3bCH0/prof.fdata.132528.fdata /tmp/.tmpy3bCH0/prof.fdata.132534.fdata /tmp/.tmpy3bCH0/prof.fdata.132551.fdata /tmp/.tmpy3bCH0/prof.fdata.132564.fdata /tmp/.tmpy3bCH0/prof.fdata.132570.fdata /tmp/.tmpy3bCH0/prof.fdata.132577.fdata /tmp/.tmpy3bCH0/prof.fdata.132582.fdata /tmp/.tmpy3bCH0/prof.fdata.132588.fdata /tmp/.tmpy3bCH0/prof.fdata.132603.fdata /tmp/.tmpy3bCH0/prof.fdata.132616.fdata /tmp/.tmpy3bCH0/prof.fdata.132620.fdata /tmp/.tmpy3bCH0/prof.fdata.132630.fdata /tmp/.tmpy3bCH0/prof.fdata.132635.fdata /tmp/.tmpy3bCH0/prof.fdata.132647.fdata /tmp/.tmpy3bCH0/prof.fdata.132648.fdata /tmp/.tmpy3bCH0/prof.fdata.132674.fdata /tmp/.tmpy3bCH0/prof.fdata.132679.fdata /tmp/.tmpy3bCH0/prof.fdata.132690.fdata /tmp/.tmpy3bCH0/prof.fdata.132706.fdata /tmp/.tmpy3bCH0/prof.fdata.132725.fdata /tmp/.tmpy3bCH0/prof.fdata.132730.fdata /tmp/.tmpy3bCH0/prof.fdata.132745.fdata /tmp/.tmpy3bCH0/prof.fdata.132754.fdata /tmp/.tmpy3bCH0/prof.fdata.132759.fdata /tmp/.tmpy3bCH0/prof.fdata.132790.fdata /tmp/.tmpy3bCH0/prof.fdata.132809.fdata /tmp/.tmpy3bCH0/prof.fdata.132810.fdata /tmp/.tmpy3bCH0/prof.fdata.132816.fdata /tmp/.tmpy3bCH0/prof.fdata.132845.fdata /tmp/.tmpy3bCH0/prof.fdata.132858.fdata /tmp/.tmpy3bCH0/prof.fdata.132867.fdata /tmp/.tmpy3bCH0/prof.fdata.132879.fdata /tmp/.tmpy3bCH0/prof.fdata.132883.fdata /tmp/.tmpy3bCH0/prof.fdata.132893.fdata /tmp/.tmpy3bCH0/prof.fdata.132894.fdata /tmp/.tmpy3bCH0/prof.fdata.132909.fdata /tmp/.tmpy3bCH0/prof.fdata.132928.fdata /tmp/.tmpy3bCH0/prof.fdata.132938.fdata /tmp/.tmpy3bCH0/prof.fdata.132942.fdata /tmp/.tmpy3bCH0/prof.fdata.132947.fdata /tmp/.tmpy3bCH0/prof.fdata.132950.fdata /tmp/.tmpy3bCH0/prof.fdata.132960.fdata /tmp/.tmpy3bCH0/prof.fdata.132967.fdata /tmp/.tmpy3bCH0/prof.fdata.132976.fdata /tmp/.tmpy3bCH0/prof.fdata.132979.fdata /tmp/.tmpy3bCH0/prof.fdata.132989.fdata /tmp/.tmpy3bCH0/prof.fdata.132995.fdata /tmp/.tmpy3bCH0/prof.fdata.132997.fdata /tmp/.tmpy3bCH0/prof.fdata.133004.fdata /tmp/.tmpy3bCH0/prof.fdata.133013.fdata /tmp/.tmpy3bCH0/prof.fdata.133021.fdata /tmp/.tmpy3bCH0/prof.fdata.133035.fdata /tmp/.tmpy3bCH0/prof.fdata.133040.fdata /tmp/.tmpy3bCH0/prof.fdata.133043.fdata /tmp/.tmpy3bCH0/prof.fdata.133055.fdata /tmp/.tmpy3bCH0/prof.fdata.133069.fdata /tmp/.tmpy3bCH0/prof.fdata.133089.fdata /tmp/.tmpy3bCH0/prof.fdata.133114.fdata /tmp/.tmpy3bCH0/prof.fdata.133120.fdata /tmp/.tmpy3bCH0/prof.fdata.133136.fdata /tmp/.tmpy3bCH0/prof.fdata.133142.fdata /tmp/.tmpy3bCH0/prof.fdata.133150.fdata /tmp/.tmpy3bCH0/prof.fdata.133152.fdata /tmp/.tmpy3bCH0/prof.fdata.133161.fdata /tmp/.tmpy3bCH0/prof.fdata.133168.fdata /tmp/.tmpy3bCH0/prof.fdata.133175.fdata /tmp/.tmpy3bCH0/prof.fdata.133181.fdata /tmp/.tmpy3bCH0/prof.fdata.133188.fdata /tmp/.tmpy3bCH0/prof.fdata.133192.fdata /tmp/.tmpy3bCH0/prof.fdata.133215.fdata /tmp/.tmpy3bCH0/prof.fdata.133216.fdata /tmp/.tmpy3bCH0/prof.fdata.133221.fdata /tmp/.tmpy3bCH0/prof.fdata.133228.fdata /tmp/.tmpy3bCH0/prof.fdata.133232.fdata /tmp/.tmpy3bCH0/prof.fdata.133237.fdata /tmp/.tmpy3bCH0/prof.fdata.133246.fdata /tmp/.tmpy3bCH0/prof.fdata.133253.fdata /tmp/.tmpy3bCH0/prof.fdata.133267.fdata /tmp/.tmpy3bCH0/prof.fdata.133287.fdata /tmp/.tmpy3bCH0/prof.fdata.133300.fdata /tmp/.tmpy3bCH0/prof.fdata.133326.fdata /tmp/.tmpy3bCH0/prof.fdata.133339.fdata /tmp/.tmpy3bCH0/prof.fdata.133344.fdata /tmp/.tmpy3bCH0/prof.fdata.133359.fdata /tmp/.tmpy3bCH0/prof.fdata.133380.fdata /tmp/.tmpy3bCH0/prof.fdata.133402.fdata /tmp/.tmpy3bCH0/prof.fdata.133412.fdata /tmp/.tmpy3bCH0/prof.fdata.133436.fdata /tmp/.tmpy3bCH0/prof.fdata.133449.fdata /tmp/.tmpy3bCH0/prof.fdata.133463.fdata /tmp/.tmpy3bCH0/prof.fdata.133478.fdata /tmp/.tmpy3bCH0/prof.fdata.133483.fdata /tmp/.tmpy3bCH0/prof.fdata.133506.fdata /tmp/.tmpy3bCH0/prof.fdata.133525.fdata /tmp/.tmpy3bCH0/prof.fdata.133541.fdata /tmp/.tmpy3bCH0/prof.fdata.133558.fdata /tmp/.tmpy3bCH0/prof.fdata.133567.fdata /tmp/.tmpy3bCH0/prof.fdata.133571.fdata /tmp/.tmpy3bCH0/prof.fdata.133587.fdata /tmp/.tmpy3bCH0/prof.fdata.133601.fdata /tmp/.tmpy3bCH0/prof.fdata.133620.fdata /tmp/.tmpy3bCH0/prof.fdata.133627.fdata /tmp/.tmpy3bCH0/prof.fdata.133634.fdata /tmp/.tmpy3bCH0/prof.fdata.133645.fdata /tmp/.tmpy3bCH0/prof.fdata.133647.fdata /tmp/.tmpy3bCH0/prof.fdata.133661.fdata /tmp/.tmpy3bCH0/prof.fdata.133662.fdata /tmp/.tmpy3bCH0/prof.fdata.133674.fdata /tmp/.tmpy3bCH0/prof.fdata.133690.fdata /tmp/.tmpy3bCH0/prof.fdata.133697.fdata /tmp/.tmpy3bCH0/prof.fdata.133703.fdata /tmp/.tmpy3bCH0/prof.fdata.133709.fdata /tmp/.tmpy3bCH0/prof.fdata.133715.fdata /tmp/.tmpy3bCH0/prof.fdata.133727.fdata /tmp/.tmpy3bCH0/prof.fdata.133730.fdata /tmp/.tmpy3bCH0/prof.fdata.133751.fdata /tmp/.tmpy3bCH0/prof.fdata.133761.fdata /tmp/.tmpy3bCH0/prof.fdata.133762.fdata /tmp/.tmpy3bCH0/prof.fdata.133769.fdata /tmp/.tmpy3bCH0/prof.fdata.133770.fdata /tmp/.tmpy3bCH0/prof.fdata.133773.fdata /tmp/.tmpy3bCH0/prof.fdata.133792.fdata /tmp/.tmpy3bCH0/prof.fdata.133808.fdata /tmp/.tmpy3bCH0/prof.fdata.133812.fdata /tmp/.tmpy3bCH0/prof.fdata.133830.fdata /tmp/.tmpy3bCH0/prof.fdata.133849.fdata /tmp/.tmpy3bCH0/prof.fdata.133858.fdata /tmp/.tmpy3bCH0/prof.fdata.133873.fdata /tmp/.tmpy3bCH0/prof.fdata.133892.fdata /tmp/.tmpy3bCH0/prof.fdata.133908.fdata /tmp/.tmpy3bCH0/prof.fdata.133921.fdata /tmp/.tmpy3bCH0/prof.fdata.133940.fdata /tmp/.tmpy3bCH0/prof.fdata.133957.fdata /tmp/.tmpy3bCH0/prof.fdata.133982.fdata /tmp/.tmpy3bCH0/prof.fdata.133988.fdata /tmp/.tmpy3bCH0/prof.fdata.133995.fdata /tmp/.tmpy3bCH0/prof.fdata.134012.fdata /tmp/.tmpy3bCH0/prof.fdata.134036.fdata /tmp/.tmpy3bCH0/prof.fdata.134040.fdata /tmp/.tmpy3bCH0/prof.fdata.134055.fdata /tmp/.tmpy3bCH0/prof.fdata.134060.fdata /tmp/.tmpy3bCH0/prof.fdata.134072.fdata /tmp/.tmpy3bCH0/prof.fdata.134077.fdata /tmp/.tmpy3bCH0/prof.fdata.134087.fdata /tmp/.tmpy3bCH0/prof.fdata.134097.fdata /tmp/.tmpy3bCH0/prof.fdata.134101.fdata /tmp/.tmpy3bCH0/prof.fdata.134111.fdata /tmp/.tmpy3bCH0/prof.fdata.134141.fdata /tmp/.tmpy3bCH0/prof.fdata.134149.fdata /tmp/.tmpy3bCH0/prof.fdata.134171.fdata /tmp/.tmpy3bCH0/prof.fdata.134175.fdata /tmp/.tmpy3bCH0/prof.fdata.134179.fdata /tmp/.tmpy3bCH0/prof.fdata.134189.fdata /tmp/.tmpy3bCH0/prof.fdata.134196.fdata /tmp/.tmpy3bCH0/prof.fdata.134206.fdata /tmp/.tmpy3bCH0/prof.fdata.134224.fdata /tmp/.tmpy3bCH0/prof.fdata.134236.fdata /tmp/.tmpy3bCH0/prof.fdata.134242.fdata /tmp/.tmpy3bCH0/prof.fdata.134266.fdata /tmp/.tmpy3bCH0/prof.fdata.134270.fdata /tmp/.tmpy3bCH0/prof.fdata.134288.fdata /tmp/.tmpy3bCH0/prof.fdata.134308.fdata /tmp/.tmpy3bCH0/prof.fdata.134320.fdata /tmp/.tmpy3bCH0/prof.fdata.134351.fdata /tmp/.tmpy3bCH0/prof.fdata.134378.fdata /tmp/.tmpy3bCH0/prof.fdata.134385.fdata /tmp/.tmpy3bCH0/prof.fdata.134396.fdata /tmp/.tmpy3bCH0/prof.fdata.134408.fdata /tmp/.tmpy3bCH0/prof.fdata.134413.fdata /tmp/.tmpy3bCH0/prof.fdata.134415.fdata /tmp/.tmpy3bCH0/prof.fdata.134425.fdata /tmp/.tmpy3bCH0/prof.fdata.134445.fdata /tmp/.tmpy3bCH0/prof.fdata.134456.fdata /tmp/.tmpy3bCH0/prof.fdata.134462.fdata /tmp/.tmpy3bCH0/prof.fdata.134483.fdata /tmp/.tmpy3bCH0/prof.fdata.134493.fdata /tmp/.tmpy3bCH0/prof.fdata.134506.fdata /tmp/.tmpy3bCH0/prof.fdata.134511.fdata /tmp/.tmpy3bCH0/prof.fdata.134516.fdata /tmp/.tmpy3bCH0/prof.fdata.134520.fdata /tmp/.tmpy3bCH0/prof.fdata.134522.fdata /tmp/.tmpy3bCH0/prof.fdata.134543.fdata /tmp/.tmpy3bCH0/prof.fdata.134564.fdata /tmp/.tmpy3bCH0/prof.fdata.134572.fdata /tmp/.tmpy3bCH0/prof.fdata.134579.fdata /tmp/.tmpy3bCH0/prof.fdata.134594.fdata /tmp/.tmpy3bCH0/prof.fdata.134595.fdata /tmp/.tmpy3bCH0/prof.fdata.134606.fdata /tmp/.tmpy3bCH0/prof.fdata.134647.fdata /tmp/.tmpy3bCH0/prof.fdata.134661.fdata /tmp/.tmpy3bCH0/prof.fdata.134668.fdata /tmp/.tmpy3bCH0/prof.fdata.134691.fdata /tmp/.tmpy3bCH0/prof.fdata.134701.fdata /tmp/.tmpy3bCH0/prof.fdata.134708.fdata /tmp/.tmpy3bCH0/prof.fdata.134729.fdata /tmp/.tmpy3bCH0/prof.fdata.134751.fdata /tmp/.tmpy3bCH0/prof.fdata.134756.fdata /tmp/.tmpy3bCH0/prof.fdata.134777.fdata /tmp/.tmpy3bCH0/prof.fdata.134782.fdata /tmp/.tmpy3bCH0/prof.fdata.134794.fdata /tmp/.tmpy3bCH0/prof.fdata.134803.fdata /tmp/.tmpy3bCH0/prof.fdata.134814.fdata /tmp/.tmpy3bCH0/prof.fdata.134818.fdata /tmp/.tmpy3bCH0/prof.fdata.134825.fdata /tmp/.tmpy3bCH0/prof.fdata.134827.fdata /tmp/.tmpy3bCH0/prof.fdata.134833.fdata /tmp/.tmpy3bCH0/prof.fdata.134837.fdata /tmp/.tmpy3bCH0/prof.fdata.134844.fdata /tmp/.tmpy3bCH0/prof.fdata.134883.fdata /tmp/.tmpy3bCH0/prof.fdata.134906.fdata /tmp/.tmpy3bCH0/prof.fdata.134910.fdata /tmp/.tmpy3bCH0/prof.fdata.134916.fdata /tmp/.tmpy3bCH0/prof.fdata.134933.fdata /tmp/.tmpy3bCH0/prof.fdata.134939.fdata /tmp/.tmpy3bCH0/prof.fdata.134999.fdata /tmp/.tmpy3bCH0/prof.fdata.135010.fdata /tmp/.tmpy3bCH0/prof.fdata.135027.fdata /tmp/.tmpy3bCH0/prof.fdata.135046.fdata /tmp/.tmpy3bCH0/prof.fdata.135064.fdata /tmp/.tmpy3bCH0/prof.fdata.135074.fdata /tmp/.tmpy3bCH0/prof.fdata.135085.fdata /tmp/.tmpy3bCH0/prof.fdata.135112.fdata /tmp/.tmpy3bCH0/prof.fdata.135125.fdata /tmp/.tmpy3bCH0/prof.fdata.135141.fdata /tmp/.tmpy3bCH0/prof.fdata.135150.fdata /tmp/.tmpy3bCH0/prof.fdata.135159.fdata /tmp/.tmpy3bCH0/prof.fdata.135173.fdata /tmp/.tmpy3bCH0/prof.fdata.135179.fdata /tmp/.tmpy3bCH0/prof.fdata.135207.fdata /tmp/.tmpy3bCH0/prof.fdata.135242.fdata /tmp/.tmpy3bCH0/prof.fdata.135332.fdata /tmp/.tmpy3bCH0/prof.fdata.135368.fdata /tmp/.tmpy3bCH0/prof.fdata.135725.fdata /tmp/.tmpy3bCH0/prof.fdata.135864.fdata /tmp/.tmpy3bCH0/prof.fdata.136323.fdata /tmp/.tmpy3bCH0/prof.fdata.136387.fdata /tmp/.tmpy3bCH0/prof.fdata.136517.fdata /tmp/.tmpy3bCH0/prof.fdata.136863.fdata /tmp/.tmpy3bCH0/prof.fdata.136925.fdata /tmp/.tmpy3bCH0/prof.fdata.137109.fdata /tmp/.tmpy3bCH0/prof.fdata.137127.fdata /tmp/.tmpy3bCH0/prof.fdata.137238.fdata /tmp/.tmpy3bCH0/prof.fdata.137265.fdata /tmp/.tmpy3bCH0/prof.fdata.137301.fdata /tmp/.tmpy3bCH0/prof.fdata.137306.fdata /tmp/.tmpy3bCH0/prof.fdata.137314.fdata /tmp/.tmpy3bCH0/prof.fdata.137371.fdata /tmp/.tmpy3bCH0/prof.fdata.137398.fdata /tmp/.tmpy3bCH0/prof.fdata.137443.fdata /tmp/.tmpy3bCH0/prof.fdata.137444.fdata /tmp/.tmpy3bCH0/prof.fdata.137447.fdata /tmp/.tmpy3bCH0/prof.fdata.137448.fdata /tmp/.tmpy3bCH0/prof.fdata.137453.fdata /tmp/.tmpy3bCH0/prof.fdata.137454.fdata /tmp/.tmpy3bCH0/prof.fdata.137464.fdata /tmp/.tmpy3bCH0/prof.fdata.137469.fdata /tmp/.tmpy3bCH0/prof.fdata.137473.fdata /tmp/.tmpy3bCH0/prof.fdata.137475.fdata /tmp/.tmpy3bCH0/prof.fdata.137476.fdata /tmp/.tmpy3bCH0/prof.fdata.137477.fdata /tmp/.tmpy3bCH0/prof.fdata.137478.fdata /tmp/.tmpy3bCH0/prof.fdata.137479.fdata /tmp/.tmpy3bCH0/prof.fdata.137481.fdata /tmp/.tmpy3bCH0/prof.fdata.137482.fdata /tmp/.tmpy3bCH0/prof.fdata.137484.fdata /tmp/.tmpy3bCH0/prof.fdata.137486.fdata /tmp/.tmpy3bCH0/prof.fdata.137487.fdata /tmp/.tmpy3bCH0/prof.fdata.137488.fdata /tmp/.tmpy3bCH0/prof.fdata.137489.fdata /tmp/.tmpy3bCH0/prof.fdata.137490.fdata /tmp/.tmpy3bCH0/prof.fdata.137625.fdata /tmp/.tmpy3bCH0/prof.fdata.137628.fdata /tmp/.tmpy3bCH0/prof.fdata.137640.fdata /tmp/.tmpy3bCH0/prof.fdata.137645.fdata /tmp/.tmpy3bCH0/prof.fdata.137651.fdata /tmp/.tmpy3bCH0/prof.fdata.137656.fdata /tmp/.tmpy3bCH0/prof.fdata.137659.fdata /tmp/.tmpy3bCH0/prof.fdata.137670.fdata /tmp/.tmpy3bCH0/prof.fdata.137674.fdata /tmp/.tmpy3bCH0/prof.fdata.137676.fdata /tmp/.tmpy3bCH0/prof.fdata.137701.fdata /tmp/.tmpy3bCH0/prof.fdata.137721.fdata /tmp/.tmpy3bCH0/prof.fdata.137732.fdata /tmp/.tmpy3bCH0/prof.fdata.137738.fdata /tmp/.tmpy3bCH0/prof.fdata.137758.fdata /tmp/.tmpy3bCH0/prof.fdata.137785.fdata /tmp/.tmpy3bCH0/prof.fdata.137830.fdata /tmp/.tmpy3bCH0/prof.fdata.137831.fdata /tmp/.tmpy3bCH0/prof.fdata.137834.fdata /tmp/.tmpy3bCH0/prof.fdata.137835.fdata /tmp/.tmpy3bCH0/prof.fdata.137840.fdata /tmp/.tmpy3bCH0/prof.fdata.137841.fdata /tmp/.tmpy3bCH0/prof.fdata.137851.fdata /tmp/.tmpy3bCH0/prof.fdata.137855.fdata /tmp/.tmpy3bCH0/prof.fdata.137856.fdata /tmp/.tmpy3bCH0/prof.fdata.137857.fdata /tmp/.tmpy3bCH0/prof.fdata.137858.fdata /tmp/.tmpy3bCH0/prof.fdata.137860.fdata /tmp/.tmpy3bCH0/prof.fdata.137861.fdata /tmp/.tmpy3bCH0/prof.fdata.137862.fdata /tmp/.tmpy3bCH0/prof.fdata.137865.fdata /tmp/.tmpy3bCH0/prof.fdata.137867.fdata /tmp/.tmpy3bCH0/prof.fdata.137869.fdata /tmp/.tmpy3bCH0/prof.fdata.137871.fdata /tmp/.tmpy3bCH0/prof.fdata.137873.fdata /tmp/.tmpy3bCH0/prof.fdata.137875.fdata /tmp/.tmpy3bCH0/prof.fdata.137877.fdata /tmp/.tmpy3bCH0/prof.fdata.137879.fdata /tmp/.tmpy3bCH0/prof.fdata.137880.fdata /tmp/.tmpy3bCH0/prof.fdata.137884.fdata /tmp/.tmpy3bCH0/prof.fdata.138007.fdata /tmp/.tmpy3bCH0/prof.fdata.138011.fdata /tmp/.tmpy3bCH0/prof.fdata.138013.fdata /tmp/.tmpy3bCH0/prof.fdata.138019.fdata /tmp/.tmpy3bCH0/prof.fdata.138021.fdata /tmp/.tmpy3bCH0/prof.fdata.138048.fdata /tmp/.tmpy3bCH0/prof.fdata.138054.fdata /tmp/.tmpy3bCH0/prof.fdata.138064.fdata /tmp/.tmpy3bCH0/prof.fdata.138071.fdata /tmp/.tmpy3bCH0/prof.fdata.138076.fdata /tmp/.tmpy3bCH0/prof.fdata.138091.fdata /tmp/.tmpy3bCH0/prof.fdata.138096.fdata /tmp/.tmpy3bCH0/prof.fdata.138100.fdata /tmp/.tmpy3bCH0/prof.fdata.138103.fdata /tmp/.tmpy3bCH0/prof.fdata.138109.fdata /tmp/.tmpy3bCH0/prof.fdata.138114.fdata /tmp/.tmpy3bCH0/prof.fdata.138120.fdata /tmp/.tmpy3bCH0/prof.fdata.138124.fdata /tmp/.tmpy3bCH0/prof.fdata.138129.fdata /tmp/.tmpy3bCH0/prof.fdata.138135.fdata /tmp/.tmpy3bCH0/prof.fdata.138141.fdata /tmp/.tmpy3bCH0/prof.fdata.138146.fdata /tmp/.tmpy3bCH0/prof.fdata.138159.fdata /tmp/.tmpy3bCH0/prof.fdata.138170.fdata /tmp/.tmpy3bCH0/prof.fdata.138183.fdata /tmp/.tmpy3bCH0/prof.fdata.138193.fdata /tmp/.tmpy3bCH0/prof.fdata.138197.fdata /tmp/.tmpy3bCH0/prof.fdata.138204.fdata /tmp/.tmpy3bCH0/prof.fdata.138216.fdata /tmp/.tmpy3bCH0/prof.fdata.138223.fdata /tmp/.tmpy3bCH0/prof.fdata.138233.fdata /tmp/.tmpy3bCH0/prof.fdata.138247.fdata /tmp/.tmpy3bCH0/prof.fdata.138255.fdata /tmp/.tmpy3bCH0/prof.fdata.138259.fdata /tmp/.tmpy3bCH0/prof.fdata.138274.fdata /tmp/.tmpy3bCH0/prof.fdata.138282.fdata /tmp/.tmpy3bCH0/prof.fdata.138283.fdata /tmp/.tmpy3bCH0/prof.fdata.138292.fdata /tmp/.tmpy3bCH0/prof.fdata.138310.fdata /tmp/.tmpy3bCH0/prof.fdata.138316.fdata /tmp/.tmpy3bCH0/prof.fdata.138330.fdata /tmp/.tmpy3bCH0/prof.fdata.138335.fdata /tmp/.tmpy3bCH0/prof.fdata.138348.fdata /tmp/.tmpy3bCH0/prof.fdata.138352.fdata /tmp/.tmpy3bCH0/prof.fdata.138358.fdata /tmp/.tmpy3bCH0/prof.fdata.138372.fdata /tmp/.tmpy3bCH0/prof.fdata.138382.fdata /tmp/.tmpy3bCH0/prof.fdata.138388.fdata /tmp/.tmpy3bCH0/prof.fdata.138390.fdata /tmp/.tmpy3bCH0/prof.fdata.138398.fdata /tmp/.tmpy3bCH0/prof.fdata.138409.fdata /tmp/.tmpy3bCH0/prof.fdata.138417.fdata /tmp/.tmpy3bCH0/prof.fdata.138420.fdata /tmp/.tmpy3bCH0/prof.fdata.138422.fdata /tmp/.tmpy3bCH0/prof.fdata.138428.fdata /tmp/.tmpy3bCH0/prof.fdata.138441.fdata /tmp/.tmpy3bCH0/prof.fdata.138443.fdata /tmp/.tmpy3bCH0/prof.fdata.138444.fdata /tmp/.tmpy3bCH0/prof.fdata.138452.fdata /tmp/.tmpy3bCH0/prof.fdata.138454.fdata /tmp/.tmpy3bCH0/prof.fdata.138460.fdata /tmp/.tmpy3bCH0/prof.fdata.138490.fdata /tmp/.tmpy3bCH0/prof.fdata.138495.fdata /tmp/.tmpy3bCH0/prof.fdata.138518.fdata /tmp/.tmpy3bCH0/prof.fdata.138530.fdata /tmp/.tmpy3bCH0/prof.fdata.138535.fdata /tmp/.tmpy3bCH0/prof.fdata.138539.fdata /tmp/.tmpy3bCH0/prof.fdata.138543.fdata /tmp/.tmpy3bCH0/prof.fdata.138557.fdata /tmp/.tmpy3bCH0/prof.fdata.138566.fdata /tmp/.tmpy3bCH0/prof.fdata.138573.fdata /tmp/.tmpy3bCH0/prof.fdata.138585.fdata /tmp/.tmpy3bCH0/prof.fdata.138600.fdata /tmp/.tmpy3bCH0/prof.fdata.138612.fdata /tmp/.tmpy3bCH0/prof.fdata.138628.fdata /tmp/.tmpy3bCH0/prof.fdata.138629.fdata /tmp/.tmpy3bCH0/prof.fdata.138680.fdata /tmp/.tmpy3bCH0/prof.fdata.138684.fdata /tmp/.tmpy3bCH0/prof.fdata.138692.fdata /tmp/.tmpy3bCH0/prof.fdata.138693.fdata /tmp/.tmpy3bCH0/prof.fdata.138726.fdata /tmp/.tmpy3bCH0/prof.fdata.138733.fdata /tmp/.tmpy3bCH0/prof.fdata.138740.fdata /tmp/.tmpy3bCH0/prof.fdata.138744.fdata /tmp/.tmpy3bCH0/prof.fdata.138751.fdata /tmp/.tmpy3bCH0/prof.fdata.138770.fdata /tmp/.tmpy3bCH0/prof.fdata.138811.fdata /tmp/.tmpy3bCH0/prof.fdata.138838.fdata /tmp/.tmpy3bCH0/prof.fdata.138852.fdata /tmp/.tmpy3bCH0/prof.fdata.138853.fdata /tmp/.tmpy3bCH0/prof.fdata.138856.fdata /tmp/.tmpy3bCH0/prof.fdata.138857.fdata /tmp/.tmpy3bCH0/prof.fdata.138862.fdata /tmp/.tmpy3bCH0/prof.fdata.138863.fdata /tmp/.tmpy3bCH0/prof.fdata.138869.fdata /tmp/.tmpy3bCH0/prof.fdata.138870.fdata /tmp/.tmpy3bCH0/prof.fdata.138874.fdata /tmp/.tmpy3bCH0/prof.fdata.138875.fdata /tmp/.tmpy3bCH0/prof.fdata.138924.fdata /tmp/.tmpy3bCH0/prof.fdata.138928.fdata /tmp/.tmpy3bCH0/prof.fdata.138945.fdata /tmp/.tmpy3bCH0/prof.fdata.138949.fdata /tmp/.tmpy3bCH0/prof.fdata.139034.fdata /tmp/.tmpy3bCH0/prof.fdata.139061.fdata /tmp/.tmpy3bCH0/prof.fdata.139106.fdata /tmp/.tmpy3bCH0/prof.fdata.139107.fdata /tmp/.tmpy3bCH0/prof.fdata.139110.fdata /tmp/.tmpy3bCH0/prof.fdata.139111.fdata /tmp/.tmpy3bCH0/prof.fdata.139116.fdata /tmp/.tmpy3bCH0/prof.fdata.139117.fdata /tmp/.tmpy3bCH0/prof.fdata.139127.fdata /tmp/.tmpy3bCH0/prof.fdata.139128.fdata /tmp/.tmpy3bCH0/prof.fdata.139130.fdata /tmp/.tmpy3bCH0/prof.fdata.139131.fdata /tmp/.tmpy3bCH0/prof.fdata.139135.fdata /tmp/.tmpy3bCH0/prof.fdata.139136.fdata /tmp/.tmpy3bCH0/prof.fdata.139137.fdata /tmp/.tmpy3bCH0/prof.fdata.139139.fdata /tmp/.tmpy3bCH0/prof.fdata.139140.fdata /tmp/.tmpy3bCH0/prof.fdata.139141.fdata /tmp/.tmpy3bCH0/prof.fdata.139146.fdata /tmp/.tmpy3bCH0/prof.fdata.139148.fdata /tmp/.tmpy3bCH0/prof.fdata.139149.fdata /tmp/.tmpy3bCH0/prof.fdata.139153.fdata /tmp/.tmpy3bCH0/prof.fdata.139154.fdata /tmp/.tmpy3bCH0/prof.fdata.139155.fdata /tmp/.tmpy3bCH0/prof.fdata.139156.fdata /tmp/.tmpy3bCH0/prof.fdata.139210.fdata /tmp/.tmpy3bCH0/prof.fdata.139287.fdata /tmp/.tmpy3bCH0/prof.fdata.139291.fdata /tmp/.tmpy3bCH0/prof.fdata.139299.fdata /tmp/.tmpy3bCH0/prof.fdata.139301.fdata /tmp/.tmpy3bCH0/prof.fdata.139323.fdata /tmp/.tmpy3bCH0/prof.fdata.139329.fdata /tmp/.tmpy3bCH0/prof.fdata.139335.fdata /tmp/.tmpy3bCH0/prof.fdata.139348.fdata /tmp/.tmpy3bCH0/prof.fdata.139352.fdata /tmp/.tmpy3bCH0/prof.fdata.139356.fdata /tmp/.tmpy3bCH0/prof.fdata.139365.fdata /tmp/.tmpy3bCH0/prof.fdata.139368.fdata /tmp/.tmpy3bCH0/prof.fdata.139375.fdata /tmp/.tmpy3bCH0/prof.fdata.139376.fdata /tmp/.tmpy3bCH0/prof.fdata.139382.fdata /tmp/.tmpy3bCH0/prof.fdata.139386.fdata /tmp/.tmpy3bCH0/prof.fdata.139388.fdata /tmp/.tmpy3bCH0/prof.fdata.139397.fdata /tmp/.tmpy3bCH0/prof.fdata.139403.fdata /tmp/.tmpy3bCH0/prof.fdata.139407.fdata /tmp/.tmpy3bCH0/prof.fdata.139412.fdata /tmp/.tmpy3bCH0/prof.fdata.139415.fdata /tmp/.tmpy3bCH0/prof.fdata.139446.fdata /tmp/.tmpy3bCH0/prof.fdata.139457.fdata /tmp/.tmpy3bCH0/prof.fdata.139463.fdata /tmp/.tmpy3bCH0/prof.fdata.139486.fdata /tmp/.tmpy3bCH0/prof.fdata.139501.fdata /tmp/.tmpy3bCH0/prof.fdata.139522.fdata /tmp/.tmpy3bCH0/prof.fdata.139539.fdata /tmp/.tmpy3bCH0/prof.fdata.139547.fdata /tmp/.tmpy3bCH0/prof.fdata.139552.fdata /tmp/.tmpy3bCH0/prof.fdata.139562.fdata /tmp/.tmpy3bCH0/prof.fdata.139575.fdata /tmp/.tmpy3bCH0/prof.fdata.139581.fdata /tmp/.tmpy3bCH0/prof.fdata.139591.fdata /tmp/.tmpy3bCH0/prof.fdata.139609.fdata /tmp/.tmpy3bCH0/prof.fdata.139616.fdata /tmp/.tmpy3bCH0/prof.fdata.139643.fdata /tmp/.tmpy3bCH0/prof.fdata.139645.fdata /tmp/.tmpy3bCH0/prof.fdata.139654.fdata /tmp/.tmpy3bCH0/prof.fdata.139667.fdata /tmp/.tmpy3bCH0/prof.fdata.139707.fdata /tmp/.tmpy3bCH0/prof.fdata.139716.fdata /tmp/.tmpy3bCH0/prof.fdata.139734.fdata /tmp/.tmpy3bCH0/prof.fdata.139744.fdata /tmp/.tmpy3bCH0/prof.fdata.139756.fdata /tmp/.tmpy3bCH0/prof.fdata.139761.fdata /tmp/.tmpy3bCH0/prof.fdata.139770.fdata /tmp/.tmpy3bCH0/prof.fdata.139791.fdata /tmp/.tmpy3bCH0/prof.fdata.139801.fdata /tmp/.tmpy3bCH0/prof.fdata.139807.fdata /tmp/.tmpy3bCH0/prof.fdata.139813.fdata /tmp/.tmpy3bCH0/prof.fdata.139819.fdata /tmp/.tmpy3bCH0/prof.fdata.139823.fdata /tmp/.tmpy3bCH0/prof.fdata.139857.fdata /tmp/.tmpy3bCH0/prof.fdata.139869.fdata /tmp/.tmpy3bCH0/prof.fdata.139871.fdata /tmp/.tmpy3bCH0/prof.fdata.139942.fdata /tmp/.tmpy3bCH0/prof.fdata.139966.fdata /tmp/.tmpy3bCH0/prof.fdata.139985.fdata /tmp/.tmpy3bCH0/prof.fdata.140001.fdata /tmp/.tmpy3bCH0/prof.fdata.140019.fdata /tmp/.tmpy3bCH0/prof.fdata.140061.fdata /tmp/.tmpy3bCH0/prof.fdata.140068.fdata /tmp/.tmpy3bCH0/prof.fdata.140085.fdata /tmp/.tmpy3bCH0/prof.fdata.140109.fdata /tmp/.tmpy3bCH0/prof.fdata.140120.fdata /tmp/.tmpy3bCH0/prof.fdata.140133.fdata /tmp/.tmpy3bCH0/prof.fdata.140142.fdata /tmp/.tmpy3bCH0/prof.fdata.140144.fdata /tmp/.tmpy3bCH0/prof.fdata.140148.fdata /tmp/.tmpy3bCH0/prof.fdata.140154.fdata /tmp/.tmpy3bCH0/prof.fdata.140173.fdata /tmp/.tmpy3bCH0/prof.fdata.140179.fdata /tmp/.tmpy3bCH0/prof.fdata.140187.fdata /tmp/.tmpy3bCH0/prof.fdata.140199.fdata /tmp/.tmpy3bCH0/prof.fdata.140217.fdata /tmp/.tmpy3bCH0/prof.fdata.140228.fdata /tmp/.tmpy3bCH0/prof.fdata.140235.fdata /tmp/.tmpy3bCH0/prof.fdata.140251.fdata /tmp/.tmpy3bCH0/prof.fdata.140255.fdata /tmp/.tmpy3bCH0/prof.fdata.140259.fdata /tmp/.tmpy3bCH0/prof.fdata.140267.fdata /tmp/.tmpy3bCH0/prof.fdata.140277.fdata /tmp/.tmpy3bCH0/prof.fdata.140283.fdata /tmp/.tmpy3bCH0/prof.fdata.140297.fdata /tmp/.tmpy3bCH0/prof.fdata.140301.fdata /tmp/.tmpy3bCH0/prof.fdata.140305.fdata /tmp/.tmpy3bCH0/prof.fdata.140310.fdata /tmp/.tmpy3bCH0/prof.fdata.140322.fdata /tmp/.tmpy3bCH0/prof.fdata.140327.fdata /tmp/.tmpy3bCH0/prof.fdata.140337.fdata /tmp/.tmpy3bCH0/prof.fdata.140344.fdata /tmp/.tmpy3bCH0/prof.fdata.140345.fdata /tmp/.tmpy3bCH0/prof.fdata.140366.fdata /tmp/.tmpy3bCH0/prof.fdata.140372.fdata /tmp/.tmpy3bCH0/prof.fdata.140389.fdata /tmp/.tmpy3bCH0/prof.fdata.140396.fdata /tmp/.tmpy3bCH0/prof.fdata.140402.fdata /tmp/.tmpy3bCH0/prof.fdata.140408.fdata /tmp/.tmpy3bCH0/prof.fdata.140429.fdata /tmp/.tmpy3bCH0/prof.fdata.140458.fdata /tmp/.tmpy3bCH0/prof.fdata.140482.fdata /tmp/.tmpy3bCH0/prof.fdata.140489.fdata /tmp/.tmpy3bCH0/prof.fdata.140500.fdata /tmp/.tmpy3bCH0/prof.fdata.140503.fdata /tmp/.tmpy3bCH0/prof.fdata.140511.fdata /tmp/.tmpy3bCH0/prof.fdata.140522.fdata /tmp/.tmpy3bCH0/prof.fdata.140528.fdata /tmp/.tmpy3bCH0/prof.fdata.140532.fdata /tmp/.tmpy3bCH0/prof.fdata.140544.fdata /tmp/.tmpy3bCH0/prof.fdata.140565.fdata /tmp/.tmpy3bCH0/prof.fdata.140567.fdata /tmp/.tmpy3bCH0/prof.fdata.140592.fdata /tmp/.tmpy3bCH0/prof.fdata.140597.fdata /tmp/.tmpy3bCH0/prof.fdata.140652.fdata /tmp/.tmpy3bCH0/prof.fdata.140673.fdata /tmp/.tmpy3bCH0/prof.fdata.140707.fdata /tmp/.tmpy3bCH0/prof.fdata.140723.fdata /tmp/.tmpy3bCH0/prof.fdata.140727.fdata /tmp/.tmpy3bCH0/prof.fdata.140750.fdata /tmp/.tmpy3bCH0/prof.fdata.140757.fdata /tmp/.tmpy3bCH0/prof.fdata.140772.fdata /tmp/.tmpy3bCH0/prof.fdata.140792.fdata /tmp/.tmpy3bCH0/prof.fdata.140827.fdata /tmp/.tmpy3bCH0/prof.fdata.140871.fdata /tmp/.tmpy3bCH0/prof.fdata.140873.fdata /tmp/.tmpy3bCH0/prof.fdata.140876.fdata /tmp/.tmpy3bCH0/prof.fdata.140885.fdata /tmp/.tmpy3bCH0/prof.fdata.140886.fdata /tmp/.tmpy3bCH0/prof.fdata.140888.fdata /tmp/.tmpy3bCH0/prof.fdata.140889.fdata /tmp/.tmpy3bCH0/prof.fdata.140891.fdata /tmp/.tmpy3bCH0/prof.fdata.140892.fdata /tmp/.tmpy3bCH0/prof.fdata.140893.fdata /tmp/.tmpy3bCH0/prof.fdata.140896.fdata /tmp/.tmpy3bCH0/prof.fdata.140898.fdata /tmp/.tmpy3bCH0/prof.fdata.140899.fdata /tmp/.tmpy3bCH0/prof.fdata.140901.fdata /tmp/.tmpy3bCH0/prof.fdata.140904.fdata /tmp/.tmpy3bCH0/prof.fdata.140905.fdata /tmp/.tmpy3bCH0/prof.fdata.140908.fdata /tmp/.tmpy3bCH0/prof.fdata.140910.fdata /tmp/.tmpy3bCH0/prof.fdata.140911.fdata /tmp/.tmpy3bCH0/prof.fdata.140912.fdata /tmp/.tmpy3bCH0/prof.fdata.141031.fdata /tmp/.tmpy3bCH0/prof.fdata.141032.fdata /tmp/.tmpy3bCH0/prof.fdata.141040.fdata /tmp/.tmpy3bCH0/prof.fdata.141054.fdata /tmp/.tmpy3bCH0/prof.fdata.141058.fdata /tmp/.tmpy3bCH0/prof.fdata.141064.fdata /tmp/.tmpy3bCH0/prof.fdata.141075.fdata /tmp/.tmpy3bCH0/prof.fdata.141088.fdata /tmp/.tmpy3bCH0/prof.fdata.141091.fdata /tmp/.tmpy3bCH0/prof.fdata.141097.fdata /tmp/.tmpy3bCH0/prof.fdata.141098.fdata /tmp/.tmpy3bCH0/prof.fdata.141103.fdata /tmp/.tmpy3bCH0/prof.fdata.141109.fdata /tmp/.tmpy3bCH0/prof.fdata.141114.fdata /tmp/.tmpy3bCH0/prof.fdata.141121.fdata /tmp/.tmpy3bCH0/prof.fdata.141124.fdata /tmp/.tmpy3bCH0/prof.fdata.141128.fdata /tmp/.tmpy3bCH0/prof.fdata.141132.fdata /tmp/.tmpy3bCH0/prof.fdata.141139.fdata /tmp/.tmpy3bCH0/prof.fdata.141142.fdata /tmp/.tmpy3bCH0/prof.fdata.141157.fdata /tmp/.tmpy3bCH0/prof.fdata.141161.fdata /tmp/.tmpy3bCH0/prof.fdata.141176.fdata /tmp/.tmpy3bCH0/prof.fdata.141177.fdata /tmp/.tmpy3bCH0/prof.fdata.141184.fdata /tmp/.tmpy3bCH0/prof.fdata.141188.fdata /tmp/.tmpy3bCH0/prof.fdata.141195.fdata /tmp/.tmpy3bCH0/prof.fdata.141208.fdata /tmp/.tmpy3bCH0/prof.fdata.141213.fdata /tmp/.tmpy3bCH0/prof.fdata.141225.fdata /tmp/.tmpy3bCH0/prof.fdata.141240.fdata /tmp/.tmpy3bCH0/prof.fdata.141244.fdata /tmp/.tmpy3bCH0/prof.fdata.141247.fdata /tmp/.tmpy3bCH0/prof.fdata.141255.fdata /tmp/.tmpy3bCH0/prof.fdata.141261.fdata /tmp/.tmpy3bCH0/prof.fdata.141271.fdata /tmp/.tmpy3bCH0/prof.fdata.141277.fdata /tmp/.tmpy3bCH0/prof.fdata.141283.fdata /tmp/.tmpy3bCH0/prof.fdata.141288.fdata /tmp/.tmpy3bCH0/prof.fdata.141290.fdata /tmp/.tmpy3bCH0/prof.fdata.141295.fdata /tmp/.tmpy3bCH0/prof.fdata.141307.fdata /tmp/.tmpy3bCH0/prof.fdata.141309.fdata /tmp/.tmpy3bCH0/prof.fdata.141313.fdata /tmp/.tmpy3bCH0/prof.fdata.141336.fdata /tmp/.tmpy3bCH0/prof.fdata.141340.fdata /tmp/.tmpy3bCH0/prof.fdata.141342.fdata /tmp/.tmpy3bCH0/prof.fdata.141350.fdata /tmp/.tmpy3bCH0/prof.fdata.141355.fdata /tmp/.tmpy3bCH0/prof.fdata.141379.fdata /tmp/.tmpy3bCH0/prof.fdata.141385.fdata /tmp/.tmpy3bCH0/prof.fdata.141395.fdata /tmp/.tmpy3bCH0/prof.fdata.141441.fdata /tmp/.tmpy3bCH0/prof.fdata.141455.fdata /tmp/.tmpy3bCH0/prof.fdata.141466.fdata /tmp/.tmpy3bCH0/prof.fdata.141473.fdata /tmp/.tmpy3bCH0/prof.fdata.141480.fdata /tmp/.tmpy3bCH0/prof.fdata.141500.fdata /tmp/.tmpy3bCH0/prof.fdata.141518.fdata /tmp/.tmpy3bCH0/prof.fdata.141519.fdata /tmp/.tmpy3bCH0/prof.fdata.141522.fdata /tmp/.tmpy3bCH0/prof.fdata.141523.fdata /tmp/.tmpy3bCH0/prof.fdata.141528.fdata /tmp/.tmpy3bCH0/prof.fdata.141529.fdata /tmp/.tmpy3bCH0/prof.fdata.141534.fdata /tmp/.tmpy3bCH0/prof.fdata.141537.fdata /tmp/.tmpy3bCH0/prof.fdata.141556.fdata /tmp/.tmpy3bCH0/prof.fdata.141560.fdata /tmp/.tmpy3bCH0/prof.fdata.141575.fdata /tmp/.tmpy3bCH0/prof.fdata.141590.fdata /tmp/.tmpy3bCH0/prof.fdata.141605.fdata /tmp/.tmpy3bCH0/prof.fdata.141606.fdata /tmp/.tmpy3bCH0/prof.fdata.141609.fdata /tmp/.tmpy3bCH0/prof.fdata.141610.fdata /tmp/.tmpy3bCH0/prof.fdata.141615.fdata /tmp/.tmpy3bCH0/prof.fdata.141616.fdata /tmp/.tmpy3bCH0/prof.fdata.141623.fdata /tmp/.tmpy3bCH0/prof.fdata.141624.fdata /tmp/.tmpy3bCH0/prof.fdata.141627.fdata /tmp/.tmpy3bCH0/prof.fdata.141630.fdata /tmp/.tmpy3bCH0/prof.fdata.141631.fdata /tmp/.tmpy3bCH0/prof.fdata.141632.fdata /tmp/.tmpy3bCH0/prof.fdata.141686.fdata /tmp/.tmpy3bCH0/prof.fdata.141692.fdata /tmp/.tmpy3bCH0/prof.fdata.141693.fdata /tmp/.tmpy3bCH0/prof.fdata.141698.fdata /tmp/.tmpy3bCH0/prof.fdata.141701.fdata /tmp/.tmpy3bCH0/prof.fdata.141705.fdata /tmp/.tmpy3bCH0/prof.fdata.141709.fdata /tmp/.tmpy3bCH0/prof.fdata.141718.fdata /tmp/.tmpy3bCH0/prof.fdata.141764.fdata /tmp/.tmpy3bCH0/prof.fdata.141794.fdata > "/tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata" [at /checkout/obj]`
Profile from 735 files merged.
[2024-11-27T21:53:41.248Z INFO  opt_dist::training] LLVM BOLT statistics
[2024-11-27T21:53:41.248Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata: 152.57 MiB
##[endgroup]
---
[2024-11-27T22:05:33Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:05:33Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:05:33Z DEBUG collector::compile::execute] cd "/tmp/.tmpYysBSV" && 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/.tmpYysBSV#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:05:39Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:05:39Z DEBUG collector::compile::execute] cd "/tmp/.tmpYysBSV" && 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/.tmpYysBSV#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYysBSV/incremental-state"
[2024-11-27T22:05:46Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:05:46Z DEBUG collector::compile::execute] cd "/tmp/.tmpYysBSV" && 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/.tmpYysBSV#ctfe-stress-5@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpYysBSV/incremental-state"
[2024-11-27T22:05:48Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:05:48Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:05:48Z DEBUG collector::compile::execute] cd "/tmp/.tmp1hcqYY" && 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/.tmp1hcqYY#ctfe-stress-5@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:05:54Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
Preparing diesel-1.4.8
[2024-11-27T22:06:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:06:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:06:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:06:18Z DEBUG collector::compile::execute] cd "/tmp/.tmptckMZl" && 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/.tmptckMZl#diesel@1.4.8" "--release" "--" "--skip-this-rustc"
[2024-11-27T22:06:18Z DEBUG collector::compile::execute] cd "/tmp/.tmpxcag0K" && 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/.tmpxcag0K#diesel@1.4.8" "--profile" "check" "--" "--skip-this-rustc"
[2024-11-27T22:06:18Z DEBUG collector::compile::execute] cd "/tmp/.tmp0SanJ7" && 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/.tmp0SanJ7#diesel@1.4.8" "--" "--skip-this-rustc"
[2024-11-27T22:06:43Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:06:43Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:06:43Z DEBUG collector::compile::execute] cd "/tmp/.tmprr7VO3" && 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/.tmprr7VO3#diesel@1.4.8" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:08:03Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T22:12:28Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:12:28Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:12:28Z DEBUG collector::compile::execute] cd "/tmp/.tmpbCebY5" && 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/.tmpbCebY5#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:13:52Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:13:52Z DEBUG collector::compile::execute] cd "/tmp/.tmpbCebY5" && 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/.tmpbCebY5#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpbCebY5/incremental-state"
[2024-11-27T22:15:17Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:15:17Z DEBUG collector::compile::execute] cd "/tmp/.tmpbCebY5" && 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/.tmpbCebY5#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpbCebY5/incremental-state"
[2024-11-27T22:15:21Z DEBUG collector::compile::benchmark::patch] applying println to "/tmp/.tmpbCebY5"
[2024-11-27T22:15:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" }), backend=Llvm, phase=benchmark
[2024-11-27T22:15:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" }), backend=Llvm, phase=benchmark
[2024-11-27T22:15:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpbCebY5" && 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/.tmpbCebY5#diesel@1.4.8" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpbCebY5/incremental-state"
Executing benchmark externs (5/8)
Preparing externs
[2024-11-27T22:15:26Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:15:26Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
---
[2024-11-27T22:16:18Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:16:18Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:18Z DEBUG collector::compile::execute] cd "/tmp/.tmpVoRwwM" && 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/.tmpVoRwwM#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:16:20Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:20Z DEBUG collector::compile::execute] cd "/tmp/.tmpVoRwwM" && 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/.tmpVoRwwM#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVoRwwM/incremental-state"
[2024-11-27T22:16:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpVoRwwM" && 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/.tmpVoRwwM#token-stream-stress@0.0.0" "--profile" "check" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpVoRwwM/incremental-state"
[2024-11-27T22:16:23Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:16:23Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:23Z DEBUG collector::compile::execute] cd "/tmp/.tmp2pzcdS" && 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/.tmp2pzcdS#token-stream-stress@0.0.0" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:16:25Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T22:16:29Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:16:29Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:29Z DEBUG collector::compile::execute] cd "/tmp/.tmpuNQesh" && 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/.tmpuNQesh#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:16:31Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:31Z DEBUG collector::compile::execute] cd "/tmp/.tmpuNQesh" && 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/.tmpuNQesh#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuNQesh/incremental-state"
[2024-11-27T22:16:34Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:34Z DEBUG collector::compile::execute] cd "/tmp/.tmpuNQesh" && 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/.tmpuNQesh#token-stream-stress@0.0.0" "--release" "--bin" "token-stream-stress-bin" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpuNQesh/incremental-state"
Executing benchmark tuple-stress (8/8)
Preparing tuple-stress
[2024-11-27T22:16:35Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:16:35Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:16:35Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:16:35Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=None, patch=None, backend=Llvm, phase=dependencies
[2024-11-27T22:16:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpsvHPIr" && 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/.tmpsvHPIr#tuple-stress@0.1.0" "--" "--skip-this-rustc"
[2024-11-27T22:16:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpBKj37v" && 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/.tmpBKj37v#tuple-stress@0.1.0" "--release" "--" "--skip-this-rustc"
[2024-11-27T22:16:35Z DEBUG collector::compile::execute] cd "/tmp/.tmpDXbWzC" && 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/.tmpDXbWzC#tuple-stress@0.1.0" "--profile" "check" "--" "--skip-this-rustc"
[2024-11-27T22:16:36Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:16:36Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Check, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:36Z DEBUG collector::compile::execute] cd "/tmp/.tmpAJ2uCq" && 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/.tmpAJ2uCq#tuple-stress@0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:16:41Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Check, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
---
[2024-11-27T22:16:52Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:16:52Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Debug, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:52Z DEBUG collector::compile::execute] cd "/tmp/.tmpOQbj0o" && 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/.tmpOQbj0o#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:16:57Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:16:57Z DEBUG collector::compile::execute] cd "/tmp/.tmpOQbj0o" && 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/.tmpOQbj0o#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpOQbj0o/incremental-state"
[2024-11-27T22:17:03Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Debug, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:17:03Z DEBUG collector::compile::execute] cd "/tmp/.tmpOQbj0o" && 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/.tmpOQbj0o#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpOQbj0o/incremental-state"
[2024-11-27T22:17:05Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpOQbj0o"
[2024-11-27T22:17:05Z 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-11-27T22:17:05Z 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-11-27T22:17:05Z DEBUG collector::compile::execute] cd "/tmp/.tmpOQbj0o" && 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/.tmpOQbj0o#tuple-stress@0.1.0" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpOQbj0o/incremental-state"
[2024-11-27T22:17:10Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2024-11-27T22:17:10Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:17:10Z DEBUG collector::compile::execute] cd "/tmp/.tmpz5VbqH" && 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/.tmpz5VbqH#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2024-11-27T22:17:15Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:17:15Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:17:15Z DEBUG collector::compile::execute] cd "/tmp/.tmpz5VbqH" && 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/.tmpz5VbqH#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpz5VbqH/incremental-state"
[2024-11-27T22:17:21Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2024-11-27T22:17:21Z DEBUG collector::compile::execute] cd "/tmp/.tmpz5VbqH" && 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/.tmpz5VbqH#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpz5VbqH/incremental-state"
[2024-11-27T22:17:23Z DEBUG collector::compile::benchmark::patch] applying new row to "/tmp/.tmpz5VbqH"
[2024-11-27T22:17:23Z 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-11-27T22:17:23Z 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-11-27T22:17:23Z DEBUG collector::compile::execute] cd "/tmp/.tmpz5VbqH" && 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/.tmpz5VbqH#tuple-stress@0.1.0" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=/tmp/.tmpz5VbqH/incremental-state"
[2024-11-27T22:17:28.857Z INFO  opt_dist::training] Merging rustc BOLT profiles from /tmp/.tmpxKXDRs/prof.fdata to /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata
##[endgroup]
##[group]Merging BOLT profiles
##[group]Merging BOLT profiles
[2024-11-27T22:17:28.858Z INFO  opt_dist::exec] Executing `merge-fdata /tmp/.tmpxKXDRs/prof.fdata.141885.fdata /tmp/.tmpxKXDRs/prof.fdata.141900.fdata /tmp/.tmpxKXDRs/prof.fdata.141901.fdata /tmp/.tmpxKXDRs/prof.fdata.141902.fdata /tmp/.tmpxKXDRs/prof.fdata.141906.fdata /tmp/.tmpxKXDRs/prof.fdata.141907.fdata /tmp/.tmpxKXDRs/prof.fdata.141908.fdata /tmp/.tmpxKXDRs/prof.fdata.141915.fdata /tmp/.tmpxKXDRs/prof.fdata.141916.fdata /tmp/.tmpxKXDRs/prof.fdata.141917.fdata /tmp/.tmpxKXDRs/prof.fdata.141936.fdata /tmp/.tmpxKXDRs/prof.fdata.141946.fdata /tmp/.tmpxKXDRs/prof.fdata.141956.fdata /tmp/.tmpxKXDRs/prof.fdata.141967.fdata /tmp/.tmpxKXDRs/prof.fdata.141978.fdata /tmp/.tmpxKXDRs/prof.fdata.141989.fdata /tmp/.tmpxKXDRs/prof.fdata.142024.fdata /tmp/.tmpxKXDRs/prof.fdata.142060.fdata /tmp/.tmpxKXDRs/prof.fdata.142096.fdata /tmp/.tmpxKXDRs/prof.fdata.142110.fdata /tmp/.tmpxKXDRs/prof.fdata.142134.fdata /tmp/.tmpxKXDRs/prof.fdata.142152.fdata /tmp/.tmpxKXDRs/prof.fdata.142176.fdata /tmp/.tmpxKXDRs/prof.fdata.142177.fdata /tmp/.tmpxKXDRs/prof.fdata.142178.fdata /tmp/.tmpxKXDRs/prof.fdata.142182.fdata /tmp/.tmpxKXDRs/prof.fdata.142183.fdata /tmp/.tmpxKXDRs/prof.fdata.142184.fdata /tmp/.tmpxKXDRs/prof.fdata.142191.fdata /tmp/.tmpxKXDRs/prof.fdata.142192.fdata /tmp/.tmpxKXDRs/prof.fdata.142193.fdata /tmp/.tmpxKXDRs/prof.fdata.142204.fdata /tmp/.tmpxKXDRs/prof.fdata.142206.fdata /tmp/.tmpxKXDRs/prof.fdata.142208.fdata /tmp/.tmpxKXDRs/prof.fdata.142209.fdata /tmp/.tmpxKXDRs/prof.fdata.142211.fdata /tmp/.tmpxKXDRs/prof.fdata.142212.fdata /tmp/.tmpxKXDRs/prof.fdata.142216.fdata /tmp/.tmpxKXDRs/prof.fdata.142217.fdata /tmp/.tmpxKXDRs/prof.fdata.142219.fdata /tmp/.tmpxKXDRs/prof.fdata.142221.fdata /tmp/.tmpxKXDRs/prof.fdata.142222.fdata /tmp/.tmpxKXDRs/prof.fdata.142223.fdata /tmp/.tmpxKXDRs/prof.fdata.142225.fdata /tmp/.tmpxKXDRs/prof.fdata.142228.fdata /tmp/.tmpxKXDRs/prof.fdata.142229.fdata /tmp/.tmpxKXDRs/prof.fdata.142230.fdata /tmp/.tmpxKXDRs/prof.fdata.142231.fdata /tmp/.tmpxKXDRs/prof.fdata.142259.fdata /tmp/.tmpxKXDRs/prof.fdata.142263.fdata /tmp/.tmpxKXDRs/prof.fdata.142377.fdata /tmp/.tmpxKXDRs/prof.fdata.142383.fdata /tmp/.tmpxKXDRs/prof.fdata.142387.fdata /tmp/.tmpxKXDRs/prof.fdata.142391.fdata /tmp/.tmpxKXDRs/prof.fdata.142397.fdata /tmp/.tmpxKXDRs/prof.fdata.142416.fdata /tmp/.tmpxKXDRs/prof.fdata.142423.fdata /tmp/.tmpxKXDRs/prof.fdata.142428.fdata /tmp/.tmpxKXDRs/prof.fdata.142432.fdata /tmp/.tmpxKXDRs/prof.fdata.142433.fdata /tmp/.tmpxKXDRs/prof.fdata.142435.fdata /tmp/.tmpxKXDRs/prof.fdata.142445.fdata /tmp/.tmpxKXDRs/prof.fdata.142447.fdata /tmp/.tmpxKXDRs/prof.fdata.142451.fdata /tmp/.tmpxKXDRs/prof.fdata.142461.fdata /tmp/.tmpxKXDRs/prof.fdata.142464.fdata /tmp/.tmpxKXDRs/prof.fdata.142471.fdata /tmp/.tmpxKXDRs/prof.fdata.142473.fdata /tmp/.tmpxKXDRs/prof.fdata.142478.fdata /tmp/.tmpxKXDRs/prof.fdata.142489.fdata /tmp/.tmpxKXDRs/prof.fdata.142492.fdata /tmp/.tmpxKXDRs/prof.fdata.142499.fdata /tmp/.tmpxKXDRs/prof.fdata.142510.fdata /tmp/.tmpxKXDRs/prof.fdata.142514.fdata /tmp/.tmpxKXDRs/prof.fdata.142518.fdata /tmp/.tmpxKXDRs/prof.fdata.142525.fdata /tmp/.tmpxKXDRs/prof.fdata.142538.fdata /tmp/.tmpxKXDRs/prof.fdata.142539.fdata /tmp/.tmpxKXDRs/prof.fdata.142550.fdata /tmp/.tmpxKXDRs/prof.fdata.142575.fdata /tmp/.tmpxKXDRs/prof.fdata.142586.fdata /tmp/.tmpxKXDRs/prof.fdata.142589.fdata /tmp/.tmpxKXDRs/prof.fdata.142610.fdata /tmp/.tmpxKXDRs/prof.fdata.142618.fdata /tmp/.tmpxKXDRs/prof.fdata.142625.fdata /tmp/.tmpxKXDRs/prof.fdata.142629.fdata /tmp/.tmpxKXDRs/prof.fdata.142635.fdata /tmp/.tmpxKXDRs/prof.fdata.142641.fdata /tmp/.tmpxKXDRs/prof.fdata.142645.fdata /tmp/.tmpxKXDRs/prof.fdata.142654.fdata /tmp/.tmpxKXDRs/prof.fdata.142659.fdata /tmp/.tmpxKXDRs/prof.fdata.142662.fdata /tmp/.tmpxKXDRs/prof.fdata.142671.fdata /tmp/.tmpxKXDRs/prof.fdata.142678.fdata /tmp/.tmpxKXDRs/prof.fdata.142682.fdata /tmp/.tmpxKXDRs/prof.fdata.142691.fdata /tmp/.tmpxKXDRs/prof.fdata.142702.fdata /tmp/.tmpxKXDRs/prof.fdata.142708.fdata /tmp/.tmpxKXDRs/prof.fdata.142721.fdata /tmp/.tmpxKXDRs/prof.fdata.142731.fdata /tmp/.tmpxKXDRs/prof.fdata.142742.fdata /tmp/.tmpxKXDRs/prof.fdata.142752.fdata /tmp/.tmpxKXDRs/prof.fdata.142763.fdata /tmp/.tmpxKXDRs/prof.fdata.142767.fdata /tmp/.tmpxKXDRs/prof.fdata.142771.fdata /tmp/.tmpxKXDRs/prof.fdata.142775.fdata /tmp/.tmpxKXDRs/prof.fdata.142804.fdata /tmp/.tmpxKXDRs/prof.fdata.142819.fdata /tmp/.tmpxKXDRs/prof.fdata.142824.fdata /tmp/.tmpxKXDRs/prof.fdata.142840.fdata /tmp/.tmpxKXDRs/prof.fdata.142847.fdata /tmp/.tmpxKXDRs/prof.fdata.142854.fdata /tmp/.tmpxKXDRs/prof.fdata.142860.fdata /tmp/.tmpxKXDRs/prof.fdata.142866.fdata /tmp/.tmpxKXDRs/prof.fdata.142880.fdata /tmp/.tmpxKXDRs/prof.fdata.142890.fdata /tmp/.tmpxKXDRs/prof.fdata.142899.fdata /tmp/.tmpxKXDRs/prof.fdata.142900.fdata /tmp/.tmpxKXDRs/prof.fdata.142915.fdata /tmp/.tmpxKXDRs/prof.fdata.142928.fdata /tmp/.tmpxKXDRs/prof.fdata.142957.fdata /tmp/.tmpxKXDRs/prof.fdata.142959.fdata /tmp/.tmpxKXDRs/prof.fdata.142969.fdata /tmp/.tmpxKXDRs/prof.fdata.142993.fdata /tmp/.tmpxKXDRs/prof.fdata.142994.fdata /tmp/.tmpxKXDRs/prof.fdata.143004.fdata /tmp/.tmpxKXDRs/prof.fdata.143007.fdata /tmp/.tmpxKXDRs/prof.fdata.143011.fdata /tmp/.tmpxKXDRs/prof.fdata.143012.fdata /tmp/.tmpxKXDRs/prof.fdata.143024.fdata /tmp/.tmpxKXDRs/prof.fdata.143025.fdata /tmp/.tmpxKXDRs/prof.fdata.143035.fdata /tmp/.tmpxKXDRs/prof.fdata.143045.fdata /tmp/.tmpxKXDRs/prof.fdata.143047.fdata /tmp/.tmpxKXDRs/prof.fdata.143057.fdata /tmp/.tmpxKXDRs/prof.fdata.143063.fdata /tmp/.tmpxKXDRs/prof.fdata.143079.fdata /tmp/.tmpxKXDRs/prof.fdata.143095.fdata /tmp/.tmpxKXDRs/prof.fdata.143099.fdata /tmp/.tmpxKXDRs/prof.fdata.143113.fdata /tmp/.tmpxKXDRs/prof.fdata.143116.fdata /tmp/.tmpxKXDRs/prof.fdata.143125.fdata /tmp/.tmpxKXDRs/prof.fdata.143126.fdata /tmp/.tmpxKXDRs/prof.fdata.143136.fdata /tmp/.tmpxKXDRs/prof.fdata.143154.fdata /tmp/.tmpxKXDRs/prof.fdata.143160.fdata /tmp/.tmpxKXDRs/prof.fdata.143164.fdata /tmp/.tmpxKXDRs/prof.fdata.143171.fdata /tmp/.tmpxKXDRs/prof.fdata.143172.fdata /tmp/.tmpxKXDRs/prof.fdata.143193.fdata /tmp/.tmpxKXDRs/prof.fdata.143197.fdata /tmp/.tmpxKXDRs/prof.fdata.143213.fdata /tmp/.tmpxKXDRs/prof.fdata.143216.fdata /tmp/.tmpxKXDRs/prof.fdata.143219.fdata /tmp/.tmpxKXDRs/prof.fdata.143229.fdata /tmp/.tmpxKXDRs/prof.fdata.143239.fdata /tmp/.tmpxKXDRs/prof.fdata.143254.fdata /tmp/.tmpxKXDRs/prof.fdata.143262.fdata /tmp/.tmpxKXDRs/prof.fdata.143275.fdata /tmp/.tmpxKXDRs/prof.fdata.143279.fdata /tmp/.tmpxKXDRs/prof.fdata.143283.fdata /tmp/.tmpxKXDRs/prof.fdata.143289.fdata /tmp/.tmpxKXDRs/prof.fdata.143297.fdata /tmp/.tmpxKXDRs/prof.fdata.143303.fdata /tmp/.tmpxKXDRs/prof.fdata.143309.fdata /tmp/.tmpxKXDRs/prof.fdata.143314.fdata /tmp/.tmpxKXDRs/prof.fdata.143317.fdata /tmp/.tmpxKXDRs/prof.fdata.143321.fdata /tmp/.tmpxKXDRs/prof.fdata.143326.fdata /tmp/.tmpxKXDRs/prof.fdata.143332.fdata /tmp/.tmpxKXDRs/prof.fdata.143338.fdata /tmp/.tmpxKXDRs/prof.fdata.143345.fdata /tmp/.tmpxKXDRs/prof.fdata.143347.fdata /tmp/.tmpxKXDRs/prof.fdata.143355.fdata /tmp/.tmpxKXDRs/prof.fdata.143372.fdata /tmp/.tmpxKXDRs/prof.fdata.143376.fdata /tmp/.tmpxKXDRs/prof.fdata.143380.fdata /tmp/.tmpxKXDRs/prof.fdata.143393.fdata /tmp/.tmpxKXDRs/prof.fdata.143397.fdata /tmp/.tmpxKXDRs/prof.fdata.143405.fdata /tmp/.tmpxKXDRs/prof.fdata.143409.fdata /tmp/.tmpxKXDRs/prof.fdata.143417.fdata /tmp/.tmpxKXDRs/prof.fdata.143421.fdata /tmp/.tmpxKXDRs/prof.fdata.143425.fdata /tmp/.tmpxKXDRs/prof.fdata.143431.fdata /tmp/.tmpxKXDRs/prof.fdata.143437.fdata /tmp/.tmpxKXDRs/prof.fdata.143446.fdata /tmp/.tmpxKXDRs/prof.fdata.143450.fdata /tmp/.tmpxKXDRs/prof.fdata.143462.fdata /tmp/.tmpxKXDRs/prof.fdata.143465.fdata /tmp/.tmpxKXDRs/prof.fdata.143470.fdata /tmp/.tmpxKXDRs/prof.fdata.143511.fdata /tmp/.tmpxKXDRs/prof.fdata.143517.fdata /tmp/.tmpxKXDRs/prof.fdata.143519.fdata /tmp/.tmpxKXDRs/prof.fdata.143538.fdata /tmp/.tmpxKXDRs/prof.fdata.143546.fdata /tmp/.tmpxKXDRs/prof.fdata.143553.fdata /tmp/.tmpxKXDRs/prof.fdata.143563.fdata /tmp/.tmpxKXDRs/prof.fdata.143578.fdata /tmp/.tmpxKXDRs/prof.fdata.143580.fdata /tmp/.tmpxKXDRs/prof.fdata.143598.fdata /tmp/.tmpxKXDRs/prof.fdata.143599.fdata /tmp/.tmpxKXDRs/prof.fdata.143623.fdata /tmp/.tmpxKXDRs/prof.fdata.143633.fdata /tmp/.tmpxKXDRs/prof.fdata.143645.fdata /tmp/.tmpxKXDRs/prof.fdata.143657.fdata /tmp/.tmpxKXDRs/prof.fdata.143664.fdata /tmp/.tmpxKXDRs/prof.fdata.143675.fdata /tmp/.tmpxKXDRs/prof.fdata.143676.fdata /tmp/.tmpxKXDRs/prof.fdata.143680.fdata /tmp/.tmpxKXDRs/prof.fdata.143687.fdata /tmp/.tmpxKXDRs/prof.fdata.143690.fdata /tmp/.tmpxKXDRs/prof.fdata.143698.fdata /tmp/.tmpxKXDRs/prof.fdata.143706.fdata /tmp/.tmpxKXDRs/prof.fdata.143708.fdata /tmp/.tmpxKXDRs/prof.fdata.143727.fdata /tmp/.tmpxKXDRs/prof.fdata.143732.fdata /tmp/.tmpxKXDRs/prof.fdata.143739.fdata /tmp/.tmpxKXDRs/prof.fdata.143749.fdata /tmp/.tmpxKXDRs/prof.fdata.143771.fdata /tmp/.tmpxKXDRs/prof.fdata.143775.fdata /tmp/.tmpxKXDRs/prof.fdata.143784.fdata /tmp/.tmpxKXDRs/prof.fdata.143792.fdata /tmp/.tmpxKXDRs/prof.fdata.143802.fdata /tmp/.tmpxKXDRs/prof.fdata.143807.fdata /tmp/.tmpxKXDRs/prof.fdata.143815.fdata /tmp/.tmpxKXDRs/prof.fdata.143826.fdata /tmp/.tmpxKXDRs/prof.fdata.143833.fdata /tmp/.tmpxKXDRs/prof.fdata.143838.fdata /tmp/.tmpxKXDRs/prof.fdata.143854.fdata /tmp/.tmpxKXDRs/prof.fdata.143868.fdata /tmp/.tmpxKXDRs/prof.fdata.143885.fdata /tmp/.tmpxKXDRs/prof.fdata.143891.fdata /tmp/.tmpxKXDRs/prof.fdata.143897.fdata /tmp/.tmpxKXDRs/prof.fdata.143915.fdata /tmp/.tmpxKXDRs/prof.fdata.143930.fdata /tmp/.tmpxKXDRs/prof.fdata.143945.fdata /tmp/.tmpxKXDRs/prof.fdata.143956.fdata /tmp/.tmpxKXDRs/prof.fdata.143959.fdata /tmp/.tmpxKXDRs/prof.fdata.143992.fdata /tmp/.tmpxKXDRs/prof.fdata.143998.fdata /tmp/.tmpxKXDRs/prof.fdata.144015.fdata /tmp/.tmpxKXDRs/prof.fdata.144022.fdata /tmp/.tmpxKXDRs/prof.fdata.144043.fdata /tmp/.tmpxKXDRs/prof.fdata.144063.fdata /tmp/.tmpxKXDRs/prof.fdata.144078.fdata /tmp/.tmpxKXDRs/prof.fdata.144086.fdata /tmp/.tmpxKXDRs/prof.fdata.144088.fdata /tmp/.tmpxKXDRs/prof.fdata.144102.fdata /tmp/.tmpxKXDRs/prof.fdata.144124.fdata /tmp/.tmpxKXDRs/prof.fdata.144132.fdata /tmp/.tmpxKXDRs/prof.fdata.144141.fdata /tmp/.tmpxKXDRs/prof.fdata.144146.fdata /tmp/.tmpxKXDRs/prof.fdata.144150.fdata /tmp/.tmpxKXDRs/prof.fdata.144158.fdata /tmp/.tmpxKXDRs/prof.fdata.144165.fdata /tmp/.tmpxKXDRs/prof.fdata.144176.fdata /tmp/.tmpxKXDRs/prof.fdata.144180.fdata /tmp/.tmpxKXDRs/prof.fdata.144182.fdata /tmp/.tmpxKXDRs/prof.fdata.144225.fdata /tmp/.tmpxKXDRs/prof.fdata.144232.fdata /tmp/.tmpxKXDRs/prof.fdata.144236.fdata /tmp/.tmpxKXDRs/prof.fdata.144240.fdata /tmp/.tmpxKXDRs/prof.fdata.144252.fdata /tmp/.tmpxKXDRs/prof.fdata.144260.fdata /tmp/.tmpxKXDRs/prof.fdata.144262.fdata /tmp/.tmpxKXDRs/prof.fdata.144272.fdata /tmp/.tmpxKXDRs/prof.fdata.144278.fdata /tmp/.tmpxKXDRs/prof.fdata.144286.fdata /tmp/.tmpxKXDRs/prof.fdata.144313.fdata /tmp/.tmpxKXDRs/prof.fdata.144319.fdata /tmp/.tmpxKXDRs/prof.fdata.144335.fdata /tmp/.tmpxKXDRs/prof.fdata.144342.fdata /tmp/.tmpxKXDRs/prof.fdata.144346.fdata /tmp/.tmpxKXDRs/prof.fdata.144353.fdata /tmp/.tmpxKXDRs/prof.fdata.144363.fdata /tmp/.tmpxKXDRs/prof.fdata.144370.fdata /tmp/.tmpxKXDRs/prof.fdata.144376.fdata /tmp/.tmpxKXDRs/prof.fdata.144395.fdata /tmp/.tmpxKXDRs/prof.fdata.144409.fdata /tmp/.tmpxKXDRs/prof.fdata.144415.fdata /tmp/.tmpxKXDRs/prof.fdata.144434.fdata /tmp/.tmpxKXDRs/prof.fdata.144440.fdata /tmp/.tmpxKXDRs/prof.fdata.144448.fdata /tmp/.tmpxKXDRs/prof.fdata.144472.fdata /tmp/.tmpxKXDRs/prof.fdata.144483.fdata /tmp/.tmpxKXDRs/prof.fdata.144500.fdata /tmp/.tmpxKXDRs/prof.fdata.144510.fdata /tmp/.tmpxKXDRs/prof.fdata.144519.fdata /tmp/.tmpxKXDRs/prof.fdata.144532.fdata /tmp/.tmpxKXDRs/prof.fdata.144541.fdata /tmp/.tmpxKXDRs/prof.fdata.144554.fdata /tmp/.tmpxKXDRs/prof.fdata.144566.fdata /tmp/.tmpxKXDRs/prof.fdata.144571.fdata /tmp/.tmpxKXDRs/prof.fdata.144578.fdata /tmp/.tmpxKXDRs/prof.fdata.144594.fdata /tmp/.tmpxKXDRs/prof.fdata.144615.fdata /tmp/.tmpxKXDRs/prof.fdata.144623.fdata /tmp/.tmpxKXDRs/prof.fdata.144632.fdata /tmp/.tmpxKXDRs/prof.fdata.144643.fdata /tmp/.tmpxKXDRs/prof.fdata.144650.fdata /tmp/.tmpxKXDRs/prof.fdata.144658.fdata /tmp/.tmpxKXDRs/prof.fdata.144662.fdata /tmp/.tmpxKXDRs/prof.fdata.144666.fdata /tmp/.tmpxKXDRs/prof.fdata.144671.fdata /tmp/.tmpxKXDRs/prof.fdata.144695.fdata /tmp/.tmpxKXDRs/prof.fdata.144711.fdata /tmp/.tmpxKXDRs/prof.fdata.144716.fdata /tmp/.tmpxKXDRs/prof.fdata.144718.fdata /tmp/.tmpxKXDRs/prof.fdata.144727.fdata /tmp/.tmpxKXDRs/prof.fdata.144737.fdata /tmp/.tmpxKXDRs/prof.fdata.144743.fdata /tmp/.tmpxKXDRs/prof.fdata.144753.fdata /tmp/.tmpxKXDRs/prof.fdata.144775.fdata /tmp/.tmpxKXDRs/prof.fdata.144784.fdata /tmp/.tmpxKXDRs/prof.fdata.144795.fdata /tmp/.tmpxKXDRs/prof.fdata.144801.fdata /tmp/.tmpxKXDRs/prof.fdata.144804.fdata /tmp/.tmpxKXDRs/prof.fdata.144826.fdata /tmp/.tmpxKXDRs/prof.fdata.144831.fdata /tmp/.tmpxKXDRs/prof.fdata.144850.fdata /tmp/.tmpxKXDRs/prof.fdata.144855.fdata /tmp/.tmpxKXDRs/prof.fdata.144867.fdata /tmp/.tmpxKXDRs/prof.fdata.144884.fdata /tmp/.tmpxKXDRs/prof.fdata.144891.fdata /tmp/.tmpxKXDRs/prof.fdata.144897.fdata /tmp/.tmpxKXDRs/prof.fdata.144906.fdata /tmp/.tmpxKXDRs/prof.fdata.144921.fdata /tmp/.tmpxKXDRs/prof.fdata.144930.fdata /tmp/.tmpxKXDRs/prof.fdata.144939.fdata /tmp/.tmpxKXDRs/prof.fdata.144943.fdata /tmp/.tmpxKXDRs/prof.fdata.144958.fdata /tmp/.tmpxKXDRs/prof.fdata.144962.fdata /tmp/.tmpxKXDRs/prof.fdata.144977.fdata /tmp/.tmpxKXDRs/prof.fdata.144981.fdata /tmp/.tmpxKXDRs/prof.fdata.144983.fdata /tmp/.tmpxKXDRs/prof.fdata.144992.fdata /tmp/.tmpxKXDRs/prof.fdata.145000.fdata /tmp/.tmpxKXDRs/prof.fdata.145007.fdata /tmp/.tmpxKXDRs/prof.fdata.145010.fdata /tmp/.tmpxKXDRs/prof.fdata.145040.fdata /tmp/.tmpxKXDRs/prof.fdata.145048.fdata /tmp/.tmpxKXDRs/prof.fdata.145073.fdata /tmp/.tmpxKXDRs/prof.fdata.145080.fdata /tmp/.tmpxKXDRs/prof.fdata.145092.fdata /tmp/.tmpxKXDRs/prof.fdata.145100.fdata /tmp/.tmpxKXDRs/prof.fdata.145104.fdata /tmp/.tmpxKXDRs/prof.fdata.145111.fdata /tmp/.tmpxKXDRs/prof.fdata.145119.fdata /tmp/.tmpxKXDRs/prof.fdata.145136.fdata /tmp/.tmpxKXDRs/prof.fdata.145141.fdata /tmp/.tmpxKXDRs/prof.fdata.145147.fdata /tmp/.tmpxKXDRs/prof.fdata.145169.fdata /tmp/.tmpxKXDRs/prof.fdata.145173.fdata /tmp/.tmpxKXDRs/prof.fdata.145178.fdata /tmp/.tmpxKXDRs/prof.fdata.145182.fdata /tmp/.tmpxKXDRs/prof.fdata.145199.fdata /tmp/.tmpxKXDRs/prof.fdata.145203.fdata /tmp/.tmpxKXDRs/prof.fdata.145208.fdata /tmp/.tmpxKXDRs/prof.fdata.145236.fdata /tmp/.tmpxKXDRs/prof.fdata.145240.fdata /tmp/.tmpxKXDRs/prof.fdata.145258.fdata /tmp/.tmpxKXDRs/prof.fdata.145262.fdata /tmp/.tmpxKXDRs/prof.fdata.145269.fdata /tmp/.tmpxKXDRs/prof.fdata.145278.fdata /tmp/.tmpxKXDRs/prof.fdata.145296.fdata /tmp/.tmpxKXDRs/prof.fdata.145303.fdata /tmp/.tmpxKXDRs/prof.fdata.145307.fdata /tmp/.tmpxKXDRs/prof.fdata.145309.fdata /tmp/.tmpxKXDRs/prof.fdata.145325.fdata /tmp/.tmpxKXDRs/prof.fdata.145335.fdata /tmp/.tmpxKXDRs/prof.fdata.145340.fdata /tmp/.tmpxKXDRs/prof.fdata.145346.fdata /tmp/.tmpxKXDRs/prof.fdata.145363.fdata /tmp/.tmpxKXDRs/prof.fdata.145370.fdata /tmp/.tmpxKXDRs/prof.fdata.145374.fdata /tmp/.tmpxKXDRs/prof.fdata.145383.fdata /tmp/.tmpxKXDRs/prof.fdata.145394.fdata /tmp/.tmpxKXDRs/prof.fdata.145419.fdata /tmp/.tmpxKXDRs/prof.fdata.145428.fdata /tmp/.tmpxKXDRs/prof.fdata.145433.fdata /tmp/.tmpxKXDRs/prof.fdata.145439.fdata /tmp/.tmpxKXDRs/prof.fdata.145474.fdata /tmp/.tmpxKXDRs/prof.fdata.145480.fdata /tmp/.tmpxKXDRs/prof.fdata.145491.fdata /tmp/.tmpxKXDRs/prof.fdata.145500.fdata /tmp/.tmpxKXDRs/prof.fdata.145518.fdata /tmp/.tmpxKXDRs/prof.fdata.145520.fdata /tmp/.tmpxKXDRs/prof.fdata.145530.fdata /tmp/.tmpxKXDRs/prof.fdata.145541.fdata /tmp/.tmpxKXDRs/prof.fdata.145549.fdata /tmp/.tmpxKXDRs/prof.fdata.145556.fdata /tmp/.tmpxKXDRs/prof.fdata.145572.fdata /tmp/.tmpxKXDRs/prof.fdata.145577.fdata /tmp/.tmpxKXDRs/prof.fdata.145598.fdata /tmp/.tmpxKXDRs/prof.fdata.145603.fdata /tmp/.tmpxKXDRs/prof.fdata.145633.fdata /tmp/.tmpxKXDRs/prof.fdata.145635.fdata /tmp/.tmpxKXDRs/prof.fdata.145643.fdata /tmp/.tmpxKXDRs/prof.fdata.145653.fdata /tmp/.tmpxKXDRs/prof.fdata.145657.fdata /tmp/.tmpxKXDRs/prof.fdata.145659.fdata /tmp/.tmpxKXDRs/prof.fdata.145674.fdata /tmp/.tmpxKXDRs/prof.fdata.145686.fdata /tmp/.tmpxKXDRs/prof.fdata.145707.fdata /tmp/.tmpxKXDRs/prof.fdata.145743.fdata /tmp/.tmpxKXDRs/prof.fdata.145754.fdata /tmp/.tmpxKXDRs/prof.fdata.145776.fdata /tmp/.tmpxKXDRs/prof.fdata.145809.fdata /tmp/.tmpxKXDRs/prof.fdata.145818.fdata /tmp/.tmpxKXDRs/prof.fdata.145834.fdata /tmp/.tmpxKXDRs/prof.fdata.145836.fdata /tmp/.tmpxKXDRs/prof.fdata.145852.fdata /tmp/.tmpxKXDRs/prof.fdata.145858.fdata /tmp/.tmpxKXDRs/prof.fdata.145871.fdata /tmp/.tmpxKXDRs/prof.fdata.145899.fdata /tmp/.tmpxKXDRs/prof.fdata.145928.fdata /tmp/.tmpxKXDRs/prof.fdata.145952.fdata /tmp/.tmpxKXDRs/prof.fdata.145989.fdata /tmp/.tmpxKXDRs/prof.fdata.146024.fdata /tmp/.tmpxKXDRs/prof.fdata.146035.fdata /tmp/.tmpxKXDRs/prof.fdata.146058.fdata /tmp/.tmpxKXDRs/prof.fdata.146069.fdata /tmp/.tmpxKXDRs/prof.fdata.146082.fdata /tmp/.tmpxKXDRs/prof.fdata.146087.fdata /tmp/.tmpxKXDRs/prof.fdata.146105.fdata /tmp/.tmpxKXDRs/prof.fdata.146110.fdata /tmp/.tmpxKXDRs/prof.fdata.146131.fdata /tmp/.tmpxKXDRs/prof.fdata.146155.fdata /tmp/.tmpxKXDRs/prof.fdata.146166.fdata /tmp/.tmpxKXDRs/prof.fdata.146189.fdata /tmp/.tmpxKXDRs/prof.fdata.146200.fdata /tmp/.tmpxKXDRs/prof.fdata.146206.fdata /tmp/.tmpxKXDRs/prof.fdata.146213.fdata /tmp/.tmpxKXDRs/prof.fdata.146222.fdata /tmp/.tmpxKXDRs/prof.fdata.146243.fdata /tmp/.tmpxKXDRs/prof.fdata.146259.fdata /tmp/.tmpxKXDRs/prof.fdata.146277.fdata /tmp/.tmpxKXDRs/prof.fdata.146286.fdata /tmp/.tmpxKXDRs/prof.fdata.146303.fdata /tmp/.tmpxKXDRs/prof.fdata.146308.fdata /tmp/.tmpxKXDRs/prof.fdata.146342.fdata /tmp/.tmpxKXDRs/prof.fdata.146363.fdata /tmp/.tmpxKXDRs/prof.fdata.146376.fdata /tmp/.tmpxKXDRs/prof.fdata.146389.fdata /tmp/.tmpxKXDRs/prof.fdata.146397.fdata /tmp/.tmpxKXDRs/prof.fdata.146409.fdata /tmp/.tmpxKXDRs/prof.fdata.146413.fdata /tmp/.tmpxKXDRs/prof.fdata.146416.fdata /tmp/.tmpxKXDRs/prof.fdata.146426.fdata /tmp/.tmpxKXDRs/prof.fdata.146467.fdata /tmp/.tmpxKXDRs/prof.fdata.146479.fdata /tmp/.tmpxKXDRs/prof.fdata.146490.fdata /tmp/.tmpxKXDRs/prof.fdata.146519.fdata /tmp/.tmpxKXDRs/prof.fdata.146559.fdata /tmp/.tmpxKXDRs/prof.fdata.146572.fdata /tmp/.tmpxKXDRs/prof.fdata.146598.fdata /tmp/.tmpxKXDRs/prof.fdata.146604.fdata /tmp/.tmpxKXDRs/prof.fdata.146625.fdata /tmp/.tmpxKXDRs/prof.fdata.146678.fdata /tmp/.tmpxKXDRs/prof.fdata.146847.fdata /tmp/.tmpxKXDRs/prof.fdata.146876.fdata /tmp/.tmpxKXDRs/prof.fdata.146934.fdata /tmp/.tmpxKXDRs/prof.fdata.146988.fdata /tmp/.tmpxKXDRs/prof.fdata.148229.fdata /tmp/.tmpxKXDRs/prof.fdata.148361.fdata /tmp/.tmpxKXDRs/prof.fdata.148405.fdata /tmp/.tmpxKXDRs/prof.fdata.148624.fdata /tmp/.tmpxKXDRs/prof.fdata.148654.fdata /tmp/.tmpxKXDRs/prof.fdata.148701.fdata /tmp/.tmpxKXDRs/prof.fdata.148923.fdata /tmp/.tmpxKXDRs/prof.fdata.148956.fdata /tmp/.tmpxKXDRs/prof.fdata.149448.fdata /tmp/.tmpxKXDRs/prof.fdata.149459.fdata /tmp/.tmpxKXDRs/prof.fdata.149468.fdata /tmp/.tmpxKXDRs/prof.fdata.149480.fdata /tmp/.tmpxKXDRs/prof.fdata.149485.fdata /tmp/.tmpxKXDRs/prof.fdata.149491.fdata /tmp/.tmpxKXDRs/prof.fdata.149499.fdata /tmp/.tmpxKXDRs/prof.fdata.149506.fdata /tmp/.tmpxKXDRs/prof.fdata.149532.fdata /tmp/.tmpxKXDRs/prof.fdata.149586.fdata /tmp/.tmpxKXDRs/prof.fdata.149599.fdata /tmp/.tmpxKXDRs/prof.fdata.149609.fdata /tmp/.tmpxKXDRs/prof.fdata.149619.fdata /tmp/.tmpxKXDRs/prof.fdata.149630.fdata /tmp/.tmpxKXDRs/prof.fdata.149641.fdata /tmp/.tmpxKXDRs/prof.fdata.149667.fdata /tmp/.tmpxKXDRs/prof.fdata.149933.fdata /tmp/.tmpxKXDRs/prof.fdata.150200.fdata /tmp/.tmpxKXDRs/prof.fdata.150467.fdata /tmp/.tmpxKXDRs/prof.fdata.150509.fdata /tmp/.tmpxKXDRs/prof.fdata.151031.fdata /tmp/.tmpxKXDRs/prof.fdata.151298.fdata /tmp/.tmpxKXDRs/prof.fdata.151572.fdata /tmp/.tmpxKXDRs/prof.fdata.151573.fdata /tmp/.tmpxKXDRs/prof.fdata.151574.fdata /tmp/.tmpxKXDRs/prof.fdata.151578.fdata /tmp/.tmpxKXDRs/prof.fdata.151579.fdata /tmp/.tmpxKXDRs/prof.fdata.151580.fdata /tmp/.tmpxKXDRs/prof.fdata.151587.fdata /tmp/.tmpxKXDRs/prof.fdata.151588.fdata /tmp/.tmpxKXDRs/prof.fdata.151589.fdata /tmp/.tmpxKXDRs/prof.fdata.151608.fdata /tmp/.tmpxKXDRs/prof.fdata.151618.fdata /tmp/.tmpxKXDRs/prof.fdata.151628.fdata /tmp/.tmpxKXDRs/prof.fdata.151639.fdata /tmp/.tmpxKXDRs/prof.fdata.151650.fdata /tmp/.tmpxKXDRs/prof.fdata.151661.fdata /tmp/.tmpxKXDRs/prof.fdata.151673.fdata /tmp/.tmpxKXDRs/prof.fdata.151685.fdata /tmp/.tmpxKXDRs/prof.fdata.151697.fdata /tmp/.tmpxKXDRs/prof.fdata.151715.fdata /tmp/.tmpxKXDRs/prof.fdata.151716.fdata /tmp/.tmpxKXDRs/prof.fdata.151717.fdata /tmp/.tmpxKXDRs/prof.fdata.151721.fdata /tmp/.tmpxKXDRs/prof.fdata.151722.fdata /tmp/.tmpxKXDRs/prof.fdata.151723.fdata /tmp/.tmpxKXDRs/prof.fdata.151730.fdata /tmp/.tmpxKXDRs/prof.fdata.151731.fdata /tmp/.tmpxKXDRs/prof.fdata.151732.fdata /tmp/.tmpxKXDRs/prof.fdata.151747.fdata /tmp/.tmpxKXDRs/prof.fdata.151750.fdata /tmp/.tmpxKXDRs/prof.fdata.151753.fdata /tmp/.tmpxKXDRs/prof.fdata.151754.fdata /tmp/.tmpxKXDRs/prof.fdata.151755.fdata /tmp/.tmpxKXDRs/prof.fdata.151756.fdata /tmp/.tmpxKXDRs/prof.fdata.151757.fdata /tmp/.tmpxKXDRs/prof.fdata.151758.fdata /tmp/.tmpxKXDRs/prof.fdata.151759.fdata /tmp/.tmpxKXDRs/prof.fdata.151760.fdata /tmp/.tmpxKXDRs/prof.fdata.151761.fdata /tmp/.tmpxKXDRs/prof.fdata.151762.fdata /tmp/.tmpxKXDRs/prof.fdata.151855.fdata /tmp/.tmpxKXDRs/prof.fdata.151859.fdata /tmp/.tmpxKXDRs/prof.fdata.151863.fdata /tmp/.tmpxKXDRs/prof.fdata.151866.fdata /tmp/.tmpxKXDRs/prof.fdata.151871.fdata /tmp/.tmpxKXDRs/prof.fdata.151875.fdata /tmp/.tmpxKXDRs/prof.fdata.151879.fdata /tmp/.tmpxKXDRs/prof.fdata.151883.fdata /tmp/.tmpxKXDRs/prof.fdata.151895.fdata /tmp/.tmpxKXDRs/prof.fdata.151898.fdata /tmp/.tmpxKXDRs/prof.fdata.151905.fdata /tmp/.tmpxKXDRs/prof.fdata.151910.fdata /tmp/.tmpxKXDRs/prof.fdata.151919.fdata /tmp/.tmpxKXDRs/prof.fdata.151934.fdata /tmp/.tmpxKXDRs/prof.fdata.151941.fdata /tmp/.tmpxKXDRs/prof.fdata.152001.fdata /tmp/.tmpxKXDRs/prof.fdata.152005.fdata /tmp/.tmpxKXDRs/prof.fdata.152009.fdata /tmp/.tmpxKXDRs/prof.fdata.152087.fdata /tmp/.tmpxKXDRs/prof.fdata.152097.fdata /tmp/.tmpxKXDRs/prof.fdata.152107.fdata /tmp/.tmpxKXDRs/prof.fdata.152118.fdata /tmp/.tmpxKXDRs/prof.fdata.152129.fdata /tmp/.tmpxKXDRs/prof.fdata.152140.fdata /tmp/.tmpxKXDRs/prof.fdata.152194.fdata /tmp/.tmpxKXDRs/prof.fdata.152249.fdata /tmp/.tmpxKXDRs/prof.fdata.152304.fdata /tmp/.tmpxKXDRs/prof.fdata.152316.fdata /tmp/.tmpxKXDRs/prof.fdata.152378.fdata /tmp/.tmpxKXDRs/prof.fdata.152415.fdata /tmp/.tmpxKXDRs/prof.fdata.152458.fdata /tmp/.tmpxKXDRs/prof.fdata.152459.fdata /tmp/.tmpxKXDRs/prof.fdata.152460.fdata /tmp/.tmpxKXDRs/prof.fdata.152464.fdata /tmp/.tmpxKXDRs/prof.fdata.152465.fdata /tmp/.tmpxKXDRs/prof.fdata.152466.fdata /tmp/.tmpxKXDRs/prof.fdata.152473.fdata /tmp/.tmpxKXDRs/prof.fdata.152474.fdata /tmp/.tmpxKXDRs/prof.fdata.152475.fdata /tmp/.tmpxKXDRs/prof.fdata.152494.fdata /tmp/.tmpxKXDRs/prof.fdata.152504.fdata /tmp/.tmpxKXDRs/prof.fdata.152514.fdata /tmp/.tmpxKXDRs/prof.fdata.152525.fdata /tmp/.tmpxKXDRs/prof.fdata.152536.fdata /tmp/.tmpxKXDRs/prof.fdata.152547.fdata /tmp/.tmpxKXDRs/prof.fdata.152559.fdata /tmp/.tmpxKXDRs/prof.fdata.152571.fdata /tmp/.tmpxKXDRs/prof.fdata.152583.fdata /tmp/.tmpxKXDRs/prof.fdata.152601.fdata /tmp/.tmpxKXDRs/prof.fdata.152602.fdata /tmp/.tmpxKXDRs/prof.fdata.152603.fdata /tmp/.tmpxKXDRs/prof.fdata.152607.fdata /tmp/.tmpxKXDRs/prof.fdata.152608.fdata /tmp/.tmpxKXDRs/prof.fdata.152609.fdata /tmp/.tmpxKXDRs/prof.fdata.152616.fdata /tmp/.tmpxKXDRs/prof.fdata.152617.fdata /tmp/.tmpxKXDRs/prof.fdata.152618.fdata /tmp/.tmpxKXDRs/prof.fdata.152637.fdata /tmp/.tmpxKXDRs/prof.fdata.152647.fdata /tmp/.tmpxKXDRs/prof.fdata.152657.fdata /tmp/.tmpxKXDRs/prof.fdata.152668.fdata /tmp/.tmpxKXDRs/prof.fdata.152679.fdata /tmp/.tmpxKXDRs/prof.fdata.152692.fdata /tmp/.tmpxKXDRs/prof.fdata.152706.fdata /tmp/.tmpxKXDRs/prof.fdata.152718.fdata /tmp/.tmpxKXDRs/prof.fdata.152734.fdata /tmp/.tmpxKXDRs/prof.fdata.152754.fdata /tmp/.tmpxKXDRs/prof.fdata.152755.fdata /tmp/.tmpxKXDRs/prof.fdata.152756.fdata /tmp/.tmpxKXDRs/prof.fdata.152760.fdata /tmp/.tmpxKXDRs/prof.fdata.152761.fdata /tmp/.tmpxKXDRs/prof.fdata.152762.fdata /tmp/.tmpxKXDRs/prof.fdata.152769.fdata /tmp/.tmpxKXDRs/prof.fdata.152770.fdata /tmp/.tmpxKXDRs/prof.fdata.152771.fdata /tmp/.tmpxKXDRs/prof.fdata.152779.fdata /tmp/.tmpxKXDRs/prof.fdata.152780.fdata /tmp/.tmpxKXDRs/prof.fdata.152783.fdata /tmp/.tmpxKXDRs/prof.fdata.152820.fdata /tmp/.tmpxKXDRs/prof.fdata.152830.fdata /tmp/.tmpxKXDRs/prof.fdata.152840.fdata /tmp/.tmpxKXDRs/prof.fdata.152851.fdata /tmp/.tmpxKXDRs/prof.fdata.152865.fdata /tmp/.tmpxKXDRs/prof.fdata.152883.fdata /tmp/.tmpxKXDRs/prof.fdata.152902.fdata /tmp/.tmpxKXDRs/prof.fdata.152917.fdata /tmp/.tmpxKXDRs/prof.fdata.152936.fdata /tmp/.tmpxKXDRs/prof.fdata.152959.fdata /tmp/.tmpxKXDRs/prof.fdata.152960.fdata /tmp/.tmpxKXDRs/prof.fdata.152961.fdata /tmp/.tmpxKXDRs/prof.fdata.152965.fdata /tmp/.tmpxKXDRs/prof.fdata.152966.fdata /tmp/.tmpxKXDRs/prof.fdata.152967.fdata /tmp/.tmpxKXDRs/prof.fdata.152974.fdata /tmp/.tmpxKXDRs/prof.fdata.152975.fdata /tmp/.tmpxKXDRs/prof.fdata.152976.fdata /tmp/.tmpxKXDRs/prof.fdata.152995.fdata /tmp/.tmpxKXDRs/prof.fdata.153005.fdata /tmp/.tmpxKXDRs/prof.fdata.153015.fdata /tmp/.tmpxKXDRs/prof.fdata.153026.fdata /tmp/.tmpxKXDRs/prof.fdata.153037.fdata /tmp/.tmpxKXDRs/prof.fdata.153051.fdata /tmp/.tmpxKXDRs/prof.fdata.153069.fdata /tmp/.tmpxKXDRs/prof.fdata.153088.fdata /tmp/.tmpxKXDRs/prof.fdata.153107.fdata /tmp/.tmpxKXDRs/prof.fdata.153122.fdata /tmp/.tmpxKXDRs/prof.fdata.153141.fdata /tmp/.tmpxKXDRs/prof.fdata.153158.fdata > "/tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata" [at /checkout/obj]`
Profile from 641 files merged.
[2024-11-27T22:17:40.515Z INFO  opt_dist::training] rustc BOLT statistics
[2024-11-27T22:17:40.515Z INFO  opt_dist::training] /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata: 161.38 MiB
##[endgroup]
---
   2:     0x7fd1d03ed1c3 - std::io::Write::write_fmt::hcd632b06ea50551e
   3:     0x7fd1d03f8bc2 - std::sys::backtrace::BacktraceLock::print::h9acfd5a4ebd2b32c
   4:     0x7fd1d03fb1fa - std::panicking::default_hook::{{closure}}::hfb9bd6a513e88f6f
   5:     0x7fd1d03fb040 - std::panicking::default_hook::h1e05bd00feedf2c3
   6:     0x7fd1cd786ddd - std[a40db393a0187fe1]::panicking::update_hook::<alloc[2f1fc6d4e30f1db3]::boxed::Box<rustc_driver_impl[1955867f36537fe6]::install_ice_hook::{closure#0}>>::{closure#0}
   8:     0x7fd1d03fb6f6 - std::panicking::begin_panic_handler::{{closure}}::h339f966bf2311fed
   9:     0x7fd1d03f9259 - std::sys::backtrace::__rust_end_short_backtrace::h54f59dbaa1f57a40
  10:     0x7fd1d03fb3bc - rust_begin_unwind
  11:     0x7fd1d04447b0 - core::panicking::panic_fmt::hbdf2f0489b56ca7a
  11:     0x7fd1d04447b0 - core::panicking::panic_fmt::hbdf2f0489b56ca7a
  12:     0x7fd1d044483c - core::panicking::panic::h17f94a19ee5be36b
  13:     0x7fd1d0444619 - core::option::unwrap_failed::h13e8319b05cd547a
  14:     0x7fd1ce0821c6 - <dyn rustc_hir_analysis[31678a6351da98f0]::hir_ty_lowering::HirTyLowerer>::probe_generic_path_segments
  15:     0x7fd1cde87911 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::instantiate_value_path
  16:     0x7fd1cdda3ee8 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_path
  17:     0x7fd1cdda31f6 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  18:     0x7fd1cddd79dc - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_argument_types
  19:     0x7fd1cdd784fb - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::confirm_builtin_call
  20:     0x7fd1cde789c6 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_kind
  21:     0x7fd1cdda32a2 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  22:     0x7fd1cdda5301 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_return_or_body_tail
  23:     0x7fd1cde7108f - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_kind
  24:     0x7fd1cdda32a2 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  25:     0x7fd1cdde6142 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_block
  26:     0x7fd1cdda32a2 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  27:     0x7fd1cde7b3fb - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_kind
  28:     0x7fd1cdda32a2 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  29:     0x7fd1cdde5fe5 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_block
  30:     0x7fd1cdda32a2 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  31:     0x7fd1cdda5301 - <rustc_hir_typeck[16940a53d300044f]::fn_ctxt::FnCtxt>::check_return_or_body_tail
  32:     0x7fd1cde6268f - rustc_hir_typeck[16940a53d300044f]::check::check_fn
  33:     0x7fd1cde5cdf4 - rustc_hir_typeck[16940a53d300044f]::typeck
  34:     0x7fd1cf107a7b - rustc_query_impl[c2fedc2bf4011838]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[c2fedc2bf4011838]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle[e8fb35921efa1767]::query::erase::Erased<[u8; 8usize]>>
  35:     0x7fd1cef90bd7 - rustc_query_system[e6f8db0fa8a48c63]::query::plumbing::try_execute_query::<rustc_query_impl[c2fedc2bf4011838]::DynamicConfig<rustc_data_structures[af82f9dc41bccb28]::vec_cache::VecCache<rustc_span[26b3c39ca8d8e1c0]::def_id::LocalDefId, rustc_middle[e8fb35921efa1767]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[e6f8db0fa8a48c63]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c2fedc2bf4011838]::plumbing::QueryCtxt, false>
  36:     0x7fd1cf134b40 - rustc_query_impl[c2fedc2bf4011838]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
  37:     0x7fd1cdf63eef - <rustc_middle[e8fb35921efa1767]::hir::map::Map>::par_body_owners::<rustc_hir_analysis[31678a6351da98f0]::check_crate::{closure#4}>::{closure#0}
  38:     0x7fd1ce0bb72c - rustc_hir_analysis[31678a6351da98f0]::check_crate
  39:     0x7fd1cd9fbea1 - rustc_interface[79ae35e2bdf236d]::passes::run_required_analyses
  41:     0x7fd1cf107b2b - rustc_query_impl[c2fedc2bf4011838]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[c2fedc2bf4011838]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[e8fb35921efa1767]::query::erase::Erased<[u8; 1usize]>>
  42:     0x7fd1ceef4620 - rustc_query_system[e6f8db0fa8a48c63]::query::plumbing::try_execute_query::<rustc_query_impl[c2fedc2bf4011838]::DynamicConfig<rustc_query_system[e6f8db0fa8a48c63]::query::caches::SingleCache<rustc_middle[e8fb35921efa1767]::query::erase::Erased<[u8; 1usize]>>, false, false, false>, rustc_query_impl[c2fedc2bf4011838]::plumbing::QueryCtxt, false>
  43:     0x7fd1cf112fed - rustc_query_impl[c2fedc2bf4011838]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
  44:     0x7fd1cd72cc98 - <rustc_interface[79ae35e2bdf236d]::queries::QueryResult<&rustc_middle[e8fb35921efa1767]::ty::context::GlobalCtxt>>::enter::<core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>, rustc_driver_impl[1955867f36537fe6]::run_compiler::{closure#0}::{closure#1}::{closure#6}>
  44:     0x7fd1cd72cc98 - <rustc_interface[79ae35e2bdf236d]::queries::QueryResult<&rustc_middle[e8fb35921efa1767]::ty::context::GlobalCtxt>>::enter::<core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>, rustc_driver_impl[1955867f36537fe6]::run_compiler::{closure#0}::{closure#1}::{closure#6}>
  45:     0x7fd1cd785530 - rustc_interface[79ae35e2bdf236d]::interface::run_compiler::<core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>, rustc_driver_impl[1955867f36537fe6]::run_compiler::{closure#0}>::{closure#1}
  46:     0x7fd1cd7729f6 - std[a40db393a0187fe1]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[79ae35e2bdf236d]::util::run_in_thread_with_globals<rustc_interface[79ae35e2bdf236d]::util::run_in_thread_pool_with_globals<rustc_interface[79ae35e2bdf236d]::interface::run_compiler<core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>, rustc_driver_impl[1955867f36537fe6]::run_compiler::{closure#0}>::{closure#1}, core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>>::{closure#0}, core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>>
  47:     0x7fd1cd78ab0d - <<std[a40db393a0187fe1]::thread::Builder>::spawn_unchecked_<rustc_interface[79ae35e2bdf236d]::util::run_in_thread_with_globals<rustc_interface[79ae35e2bdf236d]::util::run_in_thread_pool_with_globals<rustc_interface[79ae35e2bdf236d]::interface::run_compiler<core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>, rustc_driver_impl[1955867f36537fe6]::run_compiler::{closure#0}>::{closure#1}, core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>>::{closure#0}, core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>>::{closure#0}::{closure#0}, core[44b46e65cf77043a]::result::Result<(), rustc_span[26b3c39ca8d8e1c0]::ErrorGuaranteed>>::{closure#1} as core[44b46e65cf77043a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  49:     0x7fd1cc091ea5 - start_thread
  50:     0x7fd1cbdbab0d - __clone
  51:                0x0 - <unknown>

---
note: please make sure that you have updated to the latest nightly

note: please attach the file at `/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-pack-0.54.0/rustc-ice-2024-11-27T22_23_47-163747.txt` to your bug report

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C linker=clang -C symbol-mangling-version=v0 -Z unstable-options -Z macro-backtrace -C split-debuginfo=off -C link-args=-Wl,-z,origin -C link-args=-Wl,-rpath,$ORIGIN/../lib -C link-arg=-fuse-ld=lld -Z unstable-options -Z binary-dep-depinfo -Z tls-model=initial-exec
note: some of the compiler flags provided by cargo are hidden

query stack during panic:
query stack during panic:
#0 [typeck] type-checking `index::traverse::reduce::<impl at /rust/deps/gix-pack-0.54.0/src/index/traverse/reduce.rs:66:1: 69:50>::feed`
end of query stack
[RUSTC-TIMING] gix_negotiate test:false 1.133
   Compiling gix-transport v0.43.0
[RUSTC-TIMING] gix_revision test:false 1.394
[RUSTC-TIMING] gix_revision test:false 1.394
   Compiling crates-io v0.40.7 (/checkout/src/tools/cargo/crates/crates-io)
[RUSTC-TIMING] gix_object test:false 7.553
   Compiling cargo-credential v0.4.8 (/checkout/src/tools/cargo/credential/cargo-credential)
[RUSTC-TIMING] gix_pack test:false 3.030
error: could not compile `gix-pack` (lib)

Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc /checkout/obj/build/bootstrap/debug/rustc --crate-name gix_pack --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-pack-0.54.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="object-cache-dynamic"' --cfg 'feature="streaming-input"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "document-features", "generate", "object-cache-dynamic", "pack-cache-lru-dynamic", "pack-cache-lru-static", "serde", "streaming-input", "wasm"))' -C metadata=99590b6414cdab63 -C extra-filename=-99590b6414cdab63 --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=clang -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/release/deps --extern clru=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libclru-0a68e42dc1ad03b5.rmeta --extern gix_chunk=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_chunk-6a09d144ec09bfb4.rmeta --extern gix_features=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_features-5bd1a6e54e57906a.rmeta --extern gix_hash=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_hash-bfd0a17f01671d91.rmeta --extern gix_hashtable=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_hashtable-1dfdb689e6532bd3.rmeta --extern gix_object=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_object-03959f3bb275ed73.rmeta --extern gix_path=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_path-c8bb0405181b22d5.rmeta --extern gix_tempfile=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libgix_tempfile-08e599427a1c6d78.rmeta --extern memmap2=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libmemmap2-c88e0e58329a566d.rmeta --extern parking_lot=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libparking_lot-dd9e461666fc659e.rmeta --extern smallvec=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libsmallvec-a4b26d06eb01dc7e.rmeta --extern thiserror=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libthiserror-0f6336cb5118e64b.rmeta --cap-lints allow --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Clink-arg=-fuse-ld=lld -Zunstable-options -Z binary-dep-depinfo -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/build/libz-sys-2b5764d14d11771f/out/lib -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/build/libz-sys-2b5764d14d11771f/out/lib` (exit status: 101)
[RUSTC-TIMING] curl test:false 2.257
[RUSTC-TIMING] gix_refspec test:false 2.050
[RUSTC-TIMING] gix_filter test:false 3.437
[RUSTC-TIMING] time test:false 9.876
---
[2024-11-27T22:24:00.200Z INFO  opt_dist::utils] Free disk space: 4.45 TiB out of total 5.11 TiB (12.81% used)
Error: Optimized build pipeline has failed

Caused by:
    Command RUST_BACKTRACE=full python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest bootstrap --skip rust-docs --skip rustc-docs --skip rust-docs-json --skip rust-analyzer --skip rustc-src --skip clippy --skip miri --skip rustfmt --llvm-profile-use /tmp/tmp-multistage/opt-artifacts/llvm-pgo.profdata --rust-profile-use /tmp/tmp-multistage/opt-artifacts/rustc-pgo.profdata --keep-stage 0 --keep-stage 1 --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/LLVM-bolt.profdata --reproducible-artifact /tmp/tmp-multistage/opt-artifacts/rustc-bolt.profdata [at /checkout/obj] has failed with exit code Some(1)
Stack backtrace:
Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.92/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/src/tools/opt-dist/src/exec.rs:181:9
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/src/tools/opt-dist/src/main.rs:343:52
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/src/tools/opt-dist/src/main.rs:343:52
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#4}, ()>
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/src/tools/opt-dist/src/main.rs:343:5
   6: opt_dist::main
             at /rustc/550ae0d99332487239db11501db86f0ad49e90e0/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/sys/backtrace.rs:154:18
   9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/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/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/panicking.rs:557:40
  12: std::panicking::try
             at /rustc/0125edf41b8ce32db5c2cce0c83e32ad2e4dde17/library/std/src/panicking.rs:520:19
bors Avatar
bors on 2024-11-27 22:24:21 UTC
bors Avatar
bors on 2024-11-27 22:24:21 UTC
View on GitHub

💔 Test failed - checks-actions

compiler-errors Avatar
compiler-errors on 2024-11-28 00:59:42 UTC
compiler-errors Avatar
compiler-errors on 2024-11-28 00:59:42 UTC
View on GitHub

@bors try

bors Avatar
bors on 2024-11-28 01:00:53 UTC
bors Avatar
bors on 2024-11-28 01:00:53 UTC
View on GitHub

⌛ Trying commit 000f7bd with merge bccf3b7...

rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-28 01:09:28 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-28 01:09:28 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 3.142 Building wheels for collected packages: reuse
#13 3.143   Building wheel for reuse (pyproject.toml): started
#13 3.411   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.412   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.412   Stored in directory: /tmp/pip-ephem-wheel-cache-ws97q6c_/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.416 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.852 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.852 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.424 Collecting virtualenv
#13 4.424 Collecting virtualenv
#13 4.465   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.548      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 52.9 MB/s eta 0:00:00
#13 4.603 Collecting platformdirs<5,>=3.9.1
#13 4.606   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.641 Collecting filelock<4,>=3.12.2
#13 4.664 Collecting distlib<1,>=0.3.7
#13 4.668   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.677      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 77.0 MB/s eta 0:00:00
#13 4.677      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 77.0 MB/s eta 0:00:00
#13 4.762 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.954 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 5.1s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      321472 kB
DirectMap2M:     9115648 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5684 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Thu Nov 28 01:09:15 UTC 2024
  network time: Thu, 28 Nov 2024 01:09:16 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2024-11-28 03:13:50 UTC
bors Avatar
bors on 2024-11-28 03:13:50 UTC
View on GitHub

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

🎉28
compiler-errors Avatar
compiler-errors on 2024-11-28 03:15:19 UTC
compiler-errors Avatar
compiler-errors on 2024-11-28 03:15:19 UTC
View on GitHub
rust-timer Avatar
rust-timer on 2024-11-28 03:15:22 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2024-11-28 03:15:22 UTC · hidden as outdated
View on GitHub

Queued bccf3b7 with parent 66adeaf, future comparison URL.
There is currently 1 preceding artifact in the queue.
It will probably take at least ~1.6 hours until the benchmark run finishes.

lcnr Avatar
lqd Avatar
lqd on 2024-11-28 09:01:41 UTC · edited
lqd Avatar
lqd on 2024-11-28 09:01:41 UTC · edited
View on GitHub

benchmarking bootstrap somehow didn't succeed on the perf collector 🤔 -- could be a timeout maybe.

lqd Avatar
lqd on 2024-11-28 09:18:54 UTC · edited
lqd Avatar
lqd on 2024-11-28 09:18:54 UTC · edited
View on GitHub

results are actually incomplete, a benchmark fails in a way that is unexpected by the collector (measureme crashing that issue-46449's -Zself-profile data is invalid) and it's trying to re-run it non stop.

❤️1
👀2
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-28 09:45:34 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-28 09:45:34 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.862 Building wheels for collected packages: reuse
#13 2.863   Building wheel for reuse (pyproject.toml): started
#13 3.114   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.115   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.115   Stored in directory: /tmp/pip-ephem-wheel-cache-75g9g79s/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.118 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.513 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.513 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.064 Collecting virtualenv
#13 4.064 Collecting virtualenv
#13 4.139   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.237      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 44.8 MB/s eta 0:00:00
#13 4.296 Collecting platformdirs<5,>=3.9.1
#13 4.308   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.335 Collecting distlib<1,>=0.3.7
#13 4.355      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 82.3 MB/s eta 0:00:00
#13 4.395 Collecting filelock<4,>=3.12.2
#13 4.407   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.407   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.488 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.671 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.8s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      323520 kB
DirectMap2M:     7016448 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5685 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Thu Nov 28 09:45:24 UTC 2024
  network time: Thu, 28 Nov 2024 09:45:24 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
Kobzol Avatar
Kobzol on 2024-11-28 12:18:46 UTC
Kobzol Avatar
Kobzol on 2024-11-28 12:18:46 UTC
View on GitHub

I had to remove the commit from the perf.RLO database, as it was causing issues in the collector, it was crashing.

👀1
lcnr Avatar
lcnr on 2024-11-28 16:56:18 UTC
lcnr Avatar
lcnr on 2024-11-28 16:56:18 UTC
View on GitHub

results are actually incomplete, a benchmark fails in a way that is unexpected by the collector (measureme crashing that issue-46449's -Zself-profile data is invalid) and it's trying to re-run it non stop.

How can we figure out why that happened so that we can fix it?

lqd Avatar
lqd on 2024-11-28 17:09:07 UTC · edited
lqd Avatar
lqd on 2024-11-28 17:09:07 UTC · edited
View on GitHub

I wanted to make a proper repro for y'all but I'm still working on fixing decodeme and the collector so this doesn't brick it in the future anymore.

If it can't wait, and you want to reproduce in rustc-perf: ./target/debug/collector bench_local +bccf3b7b458a76f118143edf3dfd56b763e76c39 --include issue-46449 --self-profile --scenarios IncrPatched --profiles Check will generate the invalid .mm_profdata that makes analyzeme crash.

As-is, the file will be hidden in a tmp folder, so the setup the above command does basically goes like this: cargo check on the benchmark with self-profiling turned on, then applying one (or all) of the patches in the same folder and cargo checking again (always with self-profiling) to reproduce the issue (hopefully).

❤️1
lqd Avatar
lqd on 2024-11-28 20:00:44 UTC
lqd Avatar
lqd on 2024-11-28 20:00:44 UTC
View on GitHub

I'll see if I can get an actual MCVE tomorrow, but in the meantime, it seems this incremental ICE is the root cause.

From the benchmark:

[package]
name = "issue-46449-byte-filling-slowing-down-sroa"
version = "0.1.0"

[dependencies]
futures = "=0.1.17"
#![allow(unexpected_cfgs)]

extern crate futures;

use futures::{Future, Poll};

const BUFFER_SIZE: usize = 1;

#[cfg(before)]
pub struct Error(::std::io::Error);

#[cfg(after)]
pub struct Error();

struct Dummy<T>(T);
impl<T> Future for Dummy<T> {
    type Item = T;
    type Error = Error;
    fn poll(&mut self) -> Poll<Self::Item, Self::Error> {
        loop {}
    }
}

pub fn run() -> Box<dyn Future<Item = (), Error = Error>> {
    let c2s = Dummy([0u8; BUFFER_SIZE]).then(move |_| Ok(0));
    let s2c = Dummy(()).then(move |_| Ok(0));
    let fut = c2s.select(s2c)
        .and_then(move |_| Ok(()))
        .map_err(|(err, _)| err);
    Box::new(fut)
}
> cargo +bccf3b7b458a76f118143edf3dfd56b763e76c39 rustc -q -- --cfg before && cargo +bccf3b7b458a76f118143edf3dfd56b763e76c39 rustc -q -- --cfg after

thread 'rustc' panicked at compiler/rustc_middle/src/query/on_disk_cache.rs:729:21:
Failed to convert DefPathHash DefPathHash(Fingerprint(10053302304625752304, 298815228590218976))
...
lqd Avatar
lqd on 2024-11-29 10:15:02 UTC
lqd Avatar
lqd on 2024-11-29 10:15:02 UTC
View on GitHub
pub trait Future {
    type Error;
    fn poll() -> Self::Error;
}

struct S;
impl Future for S {
    type Error = Error;
    fn poll() -> Self::Error {
        todo!()
    }
}

#[cfg(not(repro))]
pub struct Error(());

#[cfg(repro)]
pub struct Error();
> rm -rf target ; mkdir -p target/incremental && rustc +bccf3b7b458a76f118143edf3dfd56b763e76c39 src/lib.rs --crate-type lib --out-dir target/ -Cincremental=target/incremental && rustc +bccf3b7b458a76f118143edf3dfd56b763e76c39 src/lib.rs --crate-type lib --out-dir target/ -Cincremental=target/incremental --cfg repro
👍1
❤️1
bors Avatar
bors on 2024-11-29 15:22:19 UTC
bors Avatar
bors on 2024-11-29 15:22:19 UTC
View on GitHub

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

rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-29 16:49:22 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-29 16:49:22 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.939 Building wheels for collected packages: reuse
#13 2.940   Building wheel for reuse (pyproject.toml): started
#13 3.185   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.186   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.187   Stored in directory: /tmp/pip-ephem-wheel-cache-xiitcsef/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.189 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.589 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.589 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.129 Collecting virtualenv
#13 4.129 Collecting virtualenv
#13 4.196   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.533      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 12.8 MB/s eta 0:00:00
#13 4.594 Collecting filelock<4,>=3.12.2
#13 4.635   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.661 Collecting distlib<1,>=0.3.7
#13 4.679   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.701      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 23.2 MB/s eta 0:00:00
#13 4.739 Collecting platformdirs<5,>=3.9.1
#13 4.752   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.833 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 5.014 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 5.1s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      313280 kB
DirectMap2M:     8075264 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5686 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Fri Nov 29 16:49:13 UTC 2024
  network time: Fri, 29 Nov 2024 16:49:14 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-29 17:11:29 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-11-29 17:11:29 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.834 Building wheels for collected packages: reuse
#13 2.836   Building wheel for reuse (pyproject.toml): started
#13 3.086   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.087   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.088   Stored in directory: /tmp/pip-ephem-wheel-cache-fybd6fjl/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.090 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.488 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.489 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.028 Collecting virtualenv
#13 4.028 Collecting virtualenv
#13 4.150   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.365      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 20.4 MB/s eta 0:00:00
#13 4.420 Collecting platformdirs<5,>=3.9.1
#13 4.452   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.489 Collecting filelock<4,>=3.12.2
#13 4.540 Collecting distlib<1,>=0.3.7
#13 4.572   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.579      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 87.8 MB/s eta 0:00:00
#13 4.579      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 87.8 MB/s eta 0:00:00
#13 4.670 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.853 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.9s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      307136 kB
DirectMap2M:     9129984 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-10-16/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5686 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Fri Nov 29 17:09:25 UTC 2024
  network time: Fri, 29 Nov 2024 17:09:25 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-02 12:35:22 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-02 12:35:22 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.716 Building wheels for collected packages: reuse
#13 2.717   Building wheel for reuse (pyproject.toml): started
#13 2.961   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 2.962   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 2.962   Stored in directory: /tmp/pip-ephem-wheel-cache-hluorrvh/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 2.965 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.351 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.351 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 3.870 Collecting virtualenv
#13 3.870 Collecting virtualenv
#13 3.917   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 3.980      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 70.1 MB/s eta 0:00:00
#13 4.032 Collecting platformdirs<5,>=3.9.1
#13 4.035   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.079 Collecting filelock<4,>=3.12.2
#13 4.098 Collecting distlib<1,>=0.3.7
#13 4.100   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.108      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 83.2 MB/s eta 0:00:00
#13 4.108      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 83.2 MB/s eta 0:00:00
#13 4.188 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.369 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.4s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      354240 kB
DirectMap2M:     9082880 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-11-27/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5696 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Mon Dec  2 12:35:11 UTC 2024
  network time: Mon, 02 Dec 2024 12:35:11 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-03 13:03:39 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-03 13:03:39 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 3.027 Building wheels for collected packages: reuse
#13 3.028   Building wheel for reuse (pyproject.toml): started
#13 3.276   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.277   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.277   Stored in directory: /tmp/pip-ephem-wheel-cache-t7txqiu9/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.280 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.678 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.679 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.234 Collecting virtualenv
#13 4.234 Collecting virtualenv
#13 4.303   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.387      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 52.2 MB/s eta 0:00:00
#13 4.434 Collecting distlib<1,>=0.3.7
#13 4.444   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.452      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 80.7 MB/s eta 0:00:00
#13 4.493 Collecting platformdirs<5,>=3.9.1
#13 4.503   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.547 Collecting filelock<4,>=3.12.2
#13 4.557   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.641 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.827 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.9s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      309184 kB
DirectMap2M:     7030784 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-11-27/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5699 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Tue Dec  3 13:03:26 UTC 2024
  network time: Tue, 03 Dec 2024 13:03:26 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
compiler-errors Avatar
compiler-errors on 2024-12-03 22:56:42 UTC
compiler-errors Avatar
compiler-errors on 2024-12-03 22:56:42 UTC
View on GitHub

@bors try @rust-timer queue

rust-timer Avatar
rust-timer on 2024-12-03 22:56:44 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2024-12-03 22:56:44 UTC · hidden as outdated
View on GitHub

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

bors Avatar
bors on 2024-12-03 22:57:53 UTC
bors Avatar
bors on 2024-12-03 22:57:53 UTC
View on GitHub

⌛ Trying commit edd157a with merge 3de81bd...

rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-03 23:06:09 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-03 23:06:09 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 3.084 Building wheels for collected packages: reuse
#13 3.085   Building wheel for reuse (pyproject.toml): started
#13 3.332   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.333   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.333   Stored in directory: /tmp/pip-ephem-wheel-cache-u_7a2ze6/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.336 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.779 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.779 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.331 Collecting virtualenv
#13 4.331 Collecting virtualenv
#13 4.390   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.479      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 49.5 MB/s eta 0:00:00
#13 4.527 Collecting distlib<1,>=0.3.7
#13 4.537   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#13 4.545      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 88.1 MB/s eta 0:00:00
#13 4.586 Collecting platformdirs<5,>=3.9.1
#13 4.596   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.640 Collecting filelock<4,>=3.12.2
#13 4.650   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.731 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.912 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 5.0s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      321472 kB
DirectMap2M:     8067072 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-11-27/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5703 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Tue Dec  3 23:05:52 UTC 2024
  network time: Tue, 03 Dec 2024 23:05:52 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2024-12-04 01:12:44 UTC
bors Avatar
bors on 2024-12-04 01:12:44 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 3de81bd (3de81bd29354b23a3b553cc00b255661e811dc55)

rust-timer Avatar
rust-timer on 2024-12-04 01:12:46 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2024-12-04 01:12:46 UTC · hidden as outdated
View on GitHub

Queued 3de81bd with parent c44b3d5, future comparison URL.
There is currently 1 preceding artifact in the queue.
It will probably take at least ~1.9 hours until the benchmark run finishes.

rust-timer Avatar
rust-timer on 2024-12-04 04:45:07 UTC
rust-timer Avatar
rust-timer on 2024-12-04 04:45:07 UTC
View on GitHub

Finished benchmarking commit (3de81bd): comparison URL.

Overall result: ❌✅ regressions and improvements - BENCHMARK(S) FAILED

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

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

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

❗ ❗ ❗ ❗ ❗
Warning ⚠️: The following benchmark(s) failed to build:

  • wg-grammar
  • nalgebra-0.33.0
  • projection-caching

❗ ❗ ❗ ❗ ❗

Instruction count

This is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.

mean range count
Regressions ❌
(primary)
213.6% [0.4%, 13500.3%] 268
Regressions ❌
(secondary)
108.2% [0.3%, 1107.7%] 222
Improvements ✅
(primary)
-2.7% [-2.7%, -2.7%] 1
Improvements ✅
(secondary)
-0.6% [-1.2%, -0.3%] 5
All ❌✅ (primary) 212.8% [-2.7%, 13500.3%] 269

Max RSS (memory usage)

Results (primary 0.3%, secondary -2.3%)

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

mean range count
Regressions ❌
(primary)
8.7% [1.2%, 27.3%] 53
Regressions ❌
(secondary)
10.0% [3.5%, 15.1%] 9
Improvements ✅
(primary)
-3.0% [-6.0%, -0.7%] 137
Improvements ✅
(secondary)
-3.2% [-8.2%, -0.9%] 127
All ❌✅ (primary) 0.3% [-6.0%, 27.3%] 190

Cycles

Results (primary 198.7%, secondary 115.6%)

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

mean range count
Regressions ❌
(primary)
198.7% [1.2%, 9808.2%] 192
Regressions ❌
(secondary)
115.6% [1.0%, 882.4%] 155
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 198.7% [1.2%, 9808.2%] 192

Binary size

Results (primary -0.0%)

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

mean range count
Regressions ❌
(primary)
0.2% [0.2%, 0.2%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-0.1% [-0.1%, -0.0%] 7
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -0.0% [-0.1%, 0.2%] 8

Bootstrap: 766.885s -> 1001.323s (30.57%)
Artifact size: 330.85 MiB -> 316.24 MiB (-4.42%)

😄6
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-04 15:37:57 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-04 15:37:57 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 2.881 Building wheels for collected packages: reuse
#13 2.882   Building wheel for reuse (pyproject.toml): started
#13 3.125   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.126   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132720 sha256=026f3bb0f1aa8090b861fd0a0939cb1a782396d84c8aab7875096557d637a0f6
#13 3.126   Stored in directory: /tmp/pip-ephem-wheel-cache-kvc483hj/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.129 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.521 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.521 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.062 Collecting virtualenv
#13 4.062 Collecting virtualenv
#13 4.110   Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
#13 4.308      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 21.9 MB/s eta 0:00:00
#13 4.370 Collecting filelock<4,>=3.12.2
#13 4.378   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.416 Collecting platformdirs<5,>=3.9.1
#13 4.424   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.446 Collecting distlib<1,>=0.3.7
#13 4.470      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 31.8 MB/s eta 0:00:00
#13 4.470      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 31.8 MB/s eta 0:00:00
#13 4.552 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.736 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.0
#13 DONE 4.8s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      311232 kB
DirectMap2M:     8077312 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
    Finished `dev` profile [unoptimized] target(s) in 0.04s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2024-11-27/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 5704 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:728: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (24.3.1)
All checks passed!
checking C++ file formatting
some tidy checks failed
some tidy checks failed
Command has failed. Rerun with -v to see more details.
  local time: Wed Dec  4 15:37:07 UTC 2024
  network time: Wed, 04 Dec 2024 15:37:07 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2024-12-04 20:55:05 UTC
bors Avatar
bors on 2024-12-04 20:55:05 UTC
View on GitHub

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

rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-17 14:10:12 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-17 14:10:12 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
   Compiling http-body-util v0.1.2
   Compiling futures v0.3.30
   Compiling hyper-util v0.1.8
   Compiling scraper v0.20.0
error[E0391]: cycle detected when type-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to`
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:500:5
500 | /     fn connect_to(
501 | |         &self,
501 | |         &self,
502 | |         pool_key: PoolKey,
503 | |     ) -> impl Lazy<Output = Result<pool::Pooled<PoolClient<B>, PoolKey>, Error>> + Send + Unpin
    |
    |
note: ...which requires coroutine witness types for `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires promoting constants in MIR for `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires checking if `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}` contains FFI-unwind calls...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires building MIR for `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires match-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires type-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
    = note: ...which again requires type-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to`, completing the cycle
note: cycle used when computing type of opaque `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{opaque#0}`
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:503:10
    |
503 |     ) -> impl Lazy<Output = Result<pool::Pooled<PoolClient<B>, PoolKey>, Error>> + Send + Unpin
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
For more information about this error, try `rustc --explain E0391`.
error: could not compile `hyper-util` (lib) due to 1 previous error
Build completed unsuccessfully in 0:01:09
+ set -e
+ set -e
+ cat /tmp/toolstate/toolstates.json
{"lld-wrapper":"test-fail","rustbook":"test-fail","wasm-component-ld":"test-fail"}
+ python3 ../x.py test --stage 2 check-tools
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
ERROR: Tool `book` was not recorded in tool state.
ERROR: Tool `nomicon` was not recorded in tool state.
ERROR: Tool `reference` was not recorded in tool state.
ERROR: Tool `rust-by-example` was not recorded in tool state.
ERROR: Tool `edition-guide` was not recorded in tool state.
ERROR: Tool `embedded-book` was not recorded in tool state.
  local time: Tue Dec 17 14:09:56 UTC 2024
  network time: Tue, 17 Dec 2024 14:09:56 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2024-12-19 09:17:16 UTC
bors Avatar
bors on 2024-12-19 09:17:16 UTC
View on GitHub

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

rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-19 10:06:36 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2024-12-19 10:06:36 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
   Compiling http-body-util v0.1.2
   Compiling futures v0.3.30
   Compiling hyper-util v0.1.8
   Compiling scraper v0.20.0
error[E0391]: cycle detected when type-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to`
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:500:5
500 | /     fn connect_to(
501 | |         &self,
501 | |         &self,
502 | |         pool_key: PoolKey,
503 | |     ) -> impl Lazy<Output = Result<pool::Pooled<PoolClient<B>, PoolKey>, Error>> + Send + Unpin
    |
    |
note: ...which requires coroutine witness types for `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires promoting constants in MIR for `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires checking if `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}` contains FFI-unwind calls...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires building MIR for `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires match-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
note: ...which requires type-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{closure#0}::{closure#1}::{closure#0}`...
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:559:47
    |
559 |                         Either::Left(Box::pin(async move {
    |                                               ^^^^^^^^^^
    = note: ...which again requires type-checking `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to`, completing the cycle
note: cycle used when computing type of opaque `client::legacy::client::<impl at /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:140:1: 145:53>::connect_to::{opaque#0}`
   --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.8/src/client/legacy/client.rs:503:10
    |
503 |     ) -> impl Lazy<Output = Result<pool::Pooled<PoolClient<B>, PoolKey>, Error>> + Send + Unpin
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
For more information about this error, try `rustc --explain E0391`.
error: could not compile `hyper-util` (lib) due to 1 previous error
Build completed unsuccessfully in 0:01:10
+ set -e
+ set -e
+ cat /tmp/toolstate/toolstates.json
{"lld-wrapper":"test-fail","rustbook":"test-fail","wasm-component-ld":"test-fail"}
+ python3 ../x.py test --stage 2 check-tools
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
ERROR: Tool `book` was not recorded in tool state.
ERROR: Tool `nomicon` was not recorded in tool state.
ERROR: Tool `reference` was not recorded in tool state.
ERROR: Tool `rust-by-example` was not recorded in tool state.
ERROR: Tool `edition-guide` was not recorded in tool state.
ERROR: Tool `embedded-book` was not recorded in tool state.
  local time: Thu Dec 19 10:06:26 UTC 2024
  network time: Thu, 19 Dec 2024 10:06:26 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2025-01-15 11:22:02 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-01-15 11:22:02 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#13 3.212 Building wheels for collected packages: reuse
#13 3.213   Building wheel for reuse (pyproject.toml): started
#13 3.424   Building wheel for reuse (pyproject.toml): finished with status 'done'
#13 3.425   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=be6760d5849de4a58bbe52b85ca57a55f2b32b518b17029a5ad2e530db0d4303
#13 3.425   Stored in directory: /tmp/pip-ephem-wheel-cache-tnnlu8q_/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#13 3.428 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#13 3.834 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#13 3.834 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#13 4.386 Collecting virtualenv
#13 4.386 Collecting virtualenv
#13 4.448   Downloading virtualenv-20.28.1-py3-none-any.whl (4.3 MB)
#13 4.531      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 52.9 MB/s eta 0:00:00
#13 4.594 Collecting filelock<4,>=3.12.2
#13 4.604   Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
#13 4.644 Collecting platformdirs<5,>=3.9.1
#13 4.655   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#13 4.679 Collecting distlib<1,>=0.3.7
#13 4.696      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 87.9 MB/s eta 0:00:00
#13 4.696      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 87.9 MB/s eta 0:00:00
#13 4.777 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#13 4.960 Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.28.1
#13 DONE 5.1s

#14 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#14 DONE 0.0s
---
DirectMap4k:      126912 kB
DirectMap2M:     7213056 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2025-01-08/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
bors Avatar
bors on 2025-01-17 12:22:58 UTC
bors Avatar
bors on 2025-01-17 12:22:58 UTC
View on GitHub

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

lcnr Avatar
lcnr on 2025-01-17 15:24:48 UTC
lcnr Avatar
lcnr on 2025-01-17 15:24:48 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-01-17 15:26:00 UTC
bors Avatar
bors on 2025-01-17 15:26:00 UTC
View on GitHub

⌛ Trying commit eb842ab with merge 1e9a398...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-01-17 15:28:06 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-01-17 15:28:06 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#21 exporting to docker image format
#21 sending tarball 28.2s done
#21 DONE 31.3s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-18]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Starting the server...
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-18', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--enable-new-symbol-mangling']
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-18/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
---
   Compiling rustc_codegen_llvm v0.0.0 (/checkout/compiler/rustc_codegen_llvm)
error: unused variable: `key`
   --> compiler/rustc_hir_typeck/src/method/probe.rs:717:14
    |
717 |         for (key, hidden_ty) in &opaque_types {
    |              ^^^ help: if this is intentional, prefix it with an underscore: `_key`
    = note: `-D unused-variables` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unused_variables)]`

   Compiling rustc_borrowck v0.0.0 (/checkout/compiler/rustc_borrowck)
   Compiling rustc_borrowck v0.0.0 (/checkout/compiler/rustc_borrowck)
error: unused import: `Obligation`
  --> compiler/rustc_borrowck/src/type_check/mod.rs:22:27
   |
22 | use rustc_infer::traits::{Obligation, ObligationCause, PredicateObligations};
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`


error: could not compile `rustc_hir_typeck` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: unused variable: `fr_fn_body`
  --> compiler/rustc_borrowck/src/type_check/opaque_types.rs:47:9
   |
47 |     let fr_fn_body = ty::Region::new_var(
   |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fr_fn_body`
   = note: `-D unused-variables` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_variables)]`

error: could not compile `rustc_borrowck` (lib) due to 2 previous errors
rust-log-analyzer Avatar
rust-log-analyzer on 2025-01-17 15:38:09 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-01-17 15:38:09 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
   Compiling rustc_borrowck v0.0.0 (/checkout/compiler/rustc_borrowck)
error: unused import: `Obligation`
  --> compiler/rustc_borrowck/src/type_check/mod.rs:22:27
   |
22 | use rustc_infer::traits::{Obligation, ObligationCause, PredicateObligations};
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`


   Compiling rustc_privacy v0.0.0 (/checkout/compiler/rustc_privacy)
   Compiling rustc_passes v0.0.0 (/checkout/compiler/rustc_passes)
[RUSTC-TIMING] rustc_sanitizers test:false 4.263
   Compiling rustc_mir_build v0.0.0 (/checkout/compiler/rustc_mir_build)
error: unused variable: `fr_fn_body`
  --> compiler/rustc_borrowck/src/type_check/opaque_types.rs:47:9
   |
47 |     let fr_fn_body = ty::Region::new_var(
   |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fr_fn_body`
   = note: `-D unused-variables` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_variables)]`

[RUSTC-TIMING] rustc_privacy test:false 3.963
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [at /checkout/obj] has failed with exit code Some(1)

Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.95/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/exec.rs:181:9
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/main.rs:238:13
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/main.rs:238:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/main.rs:227:9
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/main.rs:227:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/timer.rs:111:22
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/main.rs:224:29
   8: opt_dist::main
             at /rustc/1e9a3982b32a55982d30bb45d13422abc475b466/src/tools/opt-dist/src/main.rs:415:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/rt.rs:195:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/core/src/ops/function.rs:284:13
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/panicking.rs:584:40
  14: std::panicking::try
             at /rustc/e30eefff41038ceea427009023627d6d66b36715/library/std/src/panicking.rs:547:19
  15: std::panic::catch_unwind
bors Avatar
bors on 2025-01-17 15:38:18 UTC
bors Avatar
bors on 2025-01-17 15:38:18 UTC
View on GitHub

💔 Test failed - checks-actions

bors Avatar
bors on 2025-01-26 09:59:40 UTC
bors Avatar
bors on 2025-01-26 09:59:40 UTC
View on GitHub

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

lcnr Avatar
lcnr on 2025-02-11 14:53:58 UTC
lcnr Avatar
lcnr on 2025-02-11 14:53:58 UTC
View on GitHub

nalgebra now compiles with #136824 (which relies on #136863) and 3c982f3

@bors try

bors Avatar
bors on 2025-02-11 14:55:09 UTC
bors Avatar
bors on 2025-02-11 14:55:09 UTC
View on GitHub

⌛ Trying commit 3c982f3 with merge bbbbbb4...

lcnr Avatar
lcnr on 2025-02-11 14:56:38 UTC · edited
lcnr Avatar
lcnr on 2025-02-11 14:56:38 UTC · edited
View on GitHub

or hmm, actually maybe not such a good idea to rerun perf given that we didn't do anything intentional to fix the huge slowdowns in diesel and cranelift yet 🤔 😁

rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-11 15:03:55 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-11 15:03:55 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.035 Building wheels for collected packages: reuse
#12 3.036   Building wheel for reuse (pyproject.toml): started
#12 3.246   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.247   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=be6760d5849de4a58bbe52b85ca57a55f2b32b518b17029a5ad2e530db0d4303
#12 3.247   Stored in directory: /tmp/pip-ephem-wheel-cache-ee5spgwu/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.249 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.639 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.639 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.188 Collecting virtualenv
#12 4.188 Collecting virtualenv
#12 4.250   Downloading virtualenv-20.29.2-py3-none-any.whl (4.3 MB)
#12 4.515      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 16.4 MB/s eta 0:00:00
#12 4.582 Collecting platformdirs<5,>=3.9.1
#12 4.593   Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
#12 4.642 Collecting filelock<4,>=3.12.2
#12 4.679 Collecting distlib<1,>=0.3.7
#12 4.690   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.708      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 28.9 MB/s eta 0:00:00
#12 4.708      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 28.9 MB/s eta 0:00:00
#12 4.788 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.974 Successfully installed distlib-0.3.9 filelock-3.17.0 platformdirs-4.3.6 virtualenv-20.29.2
#12 DONE 5.1s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      137152 kB
DirectMap2M:    10348544 kB
DirectMap1G:     8388608 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2025-02-08/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
   Compiling tidy v0.1.0 (/checkout/src/tools/tidy)
    Finished `release` profile [optimized] target(s) in 31.12s
##[endgroup]
fmt check
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:245:
         match source {
             GoalSource::ImplWhereBound | GoalSource::AliasWellFormed => PathKind::Coinductive,
             _ => PathKind::Inductive,
         }
     }
 
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/normalizes_to/mod.rs:37:
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/normalizes_to/mod.rs:37:
                 let trait_ref = goal.predicate.alias.trait_ref(cx);
                 let (_, proven_via) =
                     self.probe(|_| ProbeKind::ShadowedEnvProbing).enter_coinductively(|ecx| {
-                        let trait_goal: Goal<I, ty::TraitPredicate<I>> =
-                            goal.with(cx, trait_ref);
+                        let trait_goal: Goal<I, ty::TraitPredicate<I>> = goal.with(cx, trait_ref);
                         ecx.compute_trait_goal(trait_goal)
                     })?;
                 self.merge_candidates(proven_via, candidates, |ecx| {
Build completed unsuccessfully in 0:01:11
  local time: Tue Feb 11 15:03:38 UTC 2025
  network time: Tue, 11 Feb 2025 15:03:38 GMT
##[error]Process completed with exit code 1.
bors Avatar
bors on 2025-02-11 20:55:09 UTC
bors Avatar
bors on 2025-02-11 20:55:09 UTC
View on GitHub

💥 Test timed out

rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-11 20:56:13 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-11 20:56:13 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
bors Avatar
bors on 2025-02-14 06:44:36 UTC
bors Avatar
bors on 2025-02-14 06:44:36 UTC
View on GitHub

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

rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-14 21:27:02 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-14 21:27:02 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#22 exporting to docker image format
#22 sending tarball 31.8s done
#22 DONE 37.8s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-18]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Starting the server...
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-18', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--enable-new-symbol-mangling']
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-18/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
bors Avatar
bors on 2025-02-19 00:57:23 UTC
bors Avatar
bors on 2025-02-19 00:57:23 UTC
View on GitHub

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

rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-20 21:36:47 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-20 21:36:47 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#21 exporting to docker image format
#21 sending tarball 28.6s done
#21 DONE 43.3s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-18]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-18', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--enable-new-symbol-mangling']
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-18/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-25 10:30:49 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-02-25 10:30:49 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
   Compiling rustc_ast_lowering v0.0.0 (/checkout/compiler/rustc_ast_lowering)
   Compiling rustc_query_impl v0.0.0 (/checkout/compiler/rustc_query_impl)
   Compiling rustc_smir v0.0.0 (/checkout/compiler/rustc_smir)
   Compiling rustc_monomorphize v0.0.0 (/checkout/compiler/rustc_monomorphize)
error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_metadata/src/rmeta/encoder.rs:2199:39: 2199:48}: DynSync`
     |
     |
2199 |       par_for_each_in(tcx.mir_keys(()), |&def_id| {
     |  _____---------------___________________^
     | |     required by a bound introduced by this call
     | |     required by a bound introduced by this call
2200 | |         let (encode_const, encode_opt) = should_encode_mir(tcx, reachable_set, def_id);
2202 | |         if encode_const {
...    |
2211 | |     })
     | |_____^
     | |_____^
     |
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_metadata`)
note: required by a bound in `par_for_each_in`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:130:28
     |
128  | pub fn par_for_each_in<I, T: IntoIterator<Item = I> + IntoParallelIterator<Item = I>>(
129  |     t: T,
129  |     t: T,
130  |     for_each: impl Fn(I) + DynSync + DynSend,
     |                            ^^^^^^^ required by this bound in `par_for_each_in`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_metadata/src/rmeta/encoder.rs:2199:39: 2199:48}: DynSend`
     |
     |
2199 |       par_for_each_in(tcx.mir_keys(()), |&def_id| {
     |  _____---------------___________________^
     | |     required by a bound introduced by this call
     | |     required by a bound introduced by this call
2200 | |         let (encode_const, encode_opt) = should_encode_mir(tcx, reachable_set, def_id);
2202 | |         if encode_const {
...    |
2211 | |     })
     | |_____^
     | |_____^
     |
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_metadata`)
note: required by a bound in `par_for_each_in`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:130:38
     |
128  | pub fn par_for_each_in<I, T: IntoIterator<Item = I> + IntoParallelIterator<Item = I>>(
129  |     t: T,
129  |     t: T,
130  |     for_each: impl Fn(I) + DynSync + DynSend,
     |                                      ^^^^^^^ required by this bound in `par_for_each_in`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_metadata/src/rmeta/encoder.rs:2296:14: 2296:16}: DynSend`
     |
     |
2296 |         join(|| prefetch_mir(tcx), || tcx.exported_symbols(LOCAL_CRATE));
     |         |
     |         required by a bound introduced by this call
     |
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_metadata`)
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_metadata`)
note: required by a bound in `rustc_data_structures::sync::join`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:110:25
     |
108  | pub fn join<A, B, RA: DynSend, RB: DynSend>(oper_a: A, oper_b: B) -> (RA, RB)
109  | where
109  | where
110  |     A: FnOnce() -> RA + DynSend,
     |                         ^^^^^^^ required by this bound in `join`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_metadata/src/rmeta/encoder.rs:2296:36: 2296:38}: DynSend`
     |
     |
2296 |         join(|| prefetch_mir(tcx), || tcx.exported_symbols(LOCAL_CRATE));
     |         |
     |         required by a bound introduced by this call
     |
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_metadata`)
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_metadata`)
note: required by a bound in `rustc_data_structures::sync::join`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:111:25
     |
108  | pub fn join<A, B, RA: DynSend, RB: DynSend>(oper_a: A, oper_b: B) -> (RA, RB)
...
...
111  |     B: FnOnce() -> RB + DynSend,
     |                         ^^^^^^^ required by this bound in `join`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_monomorphize/src/collector.rs:1696:36: 1696:42}: DynSync`
     |
     |
1696 |               par_for_each_in(roots, |root| {
     |  _____________---------------________^
     | |             required by a bound introduced by this call
1697 | |                 let mut recursion_depths = DefIdMap::default();
1698 | |                 collect_items_rec(
1699 | |                     tcx,
---
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_monomorphize`)
note: required by a bound in `par_for_each_in`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:130:28
     |
128  | pub fn par_for_each_in<I, T: IntoIterator<Item = I> + IntoParallelIterator<Item = I>>(
129  |     t: T,
129  |     t: T,
130  |     for_each: impl Fn(I) + DynSync + DynSend,
     |                            ^^^^^^^ required by this bound in `par_for_each_in`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_monomorphize/src/collector.rs:1696:36: 1696:42}: DynSend`
     |
     |
1696 |               par_for_each_in(roots, |root| {
     |  _____________---------------________^
     | |             required by a bound introduced by this call
1697 | |                 let mut recursion_depths = DefIdMap::default();
1698 | |                 collect_items_rec(
1699 | |                     tcx,
---
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_monomorphize`)
note: required by a bound in `par_for_each_in`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:130:38
     |
128  | pub fn par_for_each_in<I, T: IntoIterator<Item = I> + IntoParallelIterator<Item = I>>(
129  |     t: T,
129  |     t: T,
130  |     for_each: impl Fn(I) + DynSync + DynSend,
     |                                      ^^^^^^^ required by this bound in `par_for_each_in`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_monomorphize/src/partitioning.rs:1158:13: 1158:15}: DynSend`
     |
1157 |           sync::join(
     |           ---------- required by a bound introduced by this call
1158 | /             || {
1158 | /             || {
1159 | |                 let mut codegen_units = partition(tcx, items.iter().copied(), &usage_map);
1160 | |                 codegen_units[0].make_primary();
1161 | |                 &*tcx.arena.alloc_from_iter(codegen_units)
     | |_____________^
     |
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_monomorphize`)
note: required by a bound in `rustc_data_structures::sync::join`
note: required by a bound in `rustc_data_structures::sync::join`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:110:25
     |
108  | pub fn join<A, B, RA: DynSend, RB: DynSend>(oper_a: A, oper_b: B) -> (RA, RB)
109  | where
109  | where
110  |     A: FnOnce() -> RA + DynSend,
     |                         ^^^^^^^ required by this bound in `join`

error[E0275]: overflow evaluating the requirement `{closure@compiler/rustc_monomorphize/src/partitioning.rs:1163:13: 1163:15}: DynSend`
     |
1157 |         sync::join(
     |         ---------- required by a bound introduced by this call
...
...
1163 |             || assert_symbols_are_distinct(tcx, items.iter()),
     |
     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rustc_monomorphize`)
note: required by a bound in `rustc_data_structures::sync::join`
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:111:25
    --> /checkout/compiler/rustc_data_structures/src/sync/parallel.rs:111:25
     |
108  | pub fn join<A, B, RA: DynSend, RB: DynSend>(oper_a: A, oper_b: B) -> (RA, RB)
...
...
111  |     B: FnOnce() -> RB + DynSend,
     |                         ^^^^^^^ required by this bound in `join`

error: internal compiler error: compiler/rustc_monomorphize/src/collector.rs:882:22: failed to resolve instance for unsafe fn(*const ()) {<rayon_core::job::StackJob<rayon_core::latch::LatchRef<'_, rayon_core::latch::LockLatch>, {closure@rayon_core::registry::Registry::in_worker_cold<{closure@rayon_core::join::join_context<{closure@rayon_core::join::join::call<std::option::Option<FromDyn<()>>, {closure@rustc_data_structures::sync::join<{closure@compiler/rustc_incremental/src/persist/save.rs:52:13: 52:20}, {closure@compiler/rustc_incremental/src/persist/save.rs:63:13: 63:20}, (), ()>::{closure#0}::{closure#0}}>::{closure#0}}, {closure@rayon_core::join::join::call<std::option::Option<FromDyn<()>>, {closure@rustc_data_structures::sync::join<{closure@compiler/rustc_incremental/src/persist/save.rs:52:13: 52:20}, {closure@compiler/rustc_incremental/src/persist/save.rs:63:13: 63:20}, (), ()>::{closure#0}::{closure#1}}>::{closure#0}}, std::option::Option<FromDyn<()>>, std::option::Option<FromDyn<()>>>::{closure#0}}, (std::option::Option<FromDyn<()>>, std::option::Option<FromDyn<()>>)>::{closure#0}::{closure#0}}, (std::option::Option<FromDyn<()>>, std::option::Option<FromDyn<()>>)> as rayon_core::job::Job>::execute}

thread 'rustc' panicked at compiler/rustc_monomorphize/src/collector.rs:882:22:
Box<dyn Any>
stack backtrace:
stack backtrace:
   0:     0x7f1e4e681391 - <<std[13baebae3810f1bf]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5c19d42d67c98e0c]::fmt::Display>::fmt
   1:     0x7f1e4e6df243 - core[5c19d42d67c98e0c]::fmt::write
   2:     0x7f1e4e674c29 - <std[13baebae3810f1bf]::sys::pal::unix::stdio::Stderr as std[13baebae3810f1bf]::io::Write>::write_fmt
   3:     0x7f1e4e681232 - <std[13baebae3810f1bf]::sys::backtrace::BacktraceLock>::print
   4:     0x7f1e4e683d19 - std[13baebae3810f1bf]::panicking::default_hook::{closure#0}
   5:     0x7f1e4e683b28 - std[13baebae3810f1bf]::panicking::default_hook
   6:     0x7f1e4a039642 - <alloc[e1068c0893c75fb0]::boxed::Box<rustc_driver_impl[44fe0b0a98b60144]::install_ice_hook::{closure#1}> as core[5c19d42d67c98e0c]::ops::function::Fn<(&dyn for<'a, 'b> core[5c19d42d67c98e0c]::ops::function::Fn<(&'a std[13baebae3810f1bf]::panic::PanicHookInfo<'b>,), Output = ()> + core[5c19d42d67c98e0c]::marker::Sync + core[5c19d42d67c98e0c]::marker::Send, &std[13baebae3810f1bf]::panic::PanicHookInfo)>>::call
   7:     0x7f1e4e684933 - std[13baebae3810f1bf]::panicking::rust_panic_with_hook
   8:     0x7f1e4e1e1253 - std[13baebae3810f1bf]::panicking::begin_panic::<rustc_errors[bbcac240e98f0ad]::ExplicitBug>::{closure#0}
   9:     0x7f1e4e1de396 - std[13baebae3810f1bf]::sys::backtrace::__rust_end_short_backtrace::<std[13baebae3810f1bf]::panicking::begin_panic<rustc_errors[bbcac240e98f0ad]::ExplicitBug>::{closure#0}, !>
  10:     0x7f1e49eb95ed - std[13baebae3810f1bf]::panicking::begin_panic::<rustc_errors[bbcac240e98f0ad]::ExplicitBug>
  11:     0x7f1e4e17d7c2 - <rustc_errors[bbcac240e98f0ad]::diagnostic::BugAbort as rustc_errors[bbcac240e98f0ad]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
  13:     0x7f1e4dde3e9a - rustc_middle[ecff8b1226dbe71]::ty::context::tls::with_opt::<rustc_middle[ecff8b1226dbe71]::util::bug::opt_span_bug_fmt<rustc_span[2cd59e146afc0f2d]::span_encoding::Span>::{closure#0}, !>::{closure#0}
  14:     0x7f1e4dde3e4b - rustc_middle[ecff8b1226dbe71]::ty::context::tls::with_context_opt::<rustc_middle[ecff8b1226dbe71]::ty::context::tls::with_opt<rustc_middle[ecff8b1226dbe71]::util::bug::opt_span_bug_fmt<rustc_span[2cd59e146afc0f2d]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
  15:     0x7f1e49e863a2 - rustc_middle[ecff8b1226dbe71]::util::bug::bug_fmt
  15:     0x7f1e49e863a2 - rustc_middle[ecff8b1226dbe71]::util::bug::bug_fmt
  16:     0x7f1e4aed00cf - <rustc_monomorphize[4284f0c60f019af1]::collector::MirUsedCollector as rustc_middle[ecff8b1226dbe71]::mir::visit::Visitor>::visit_rvalue
  17:     0x7f1e4aed5c94 - rustc_monomorphize[4284f0c60f019af1]::collector::items_of_instance
  18:     0x7f1e4c7acd77 - rustc_query_impl[9a6afac99579865e]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9a6afac99579865e]::query_impl::items_of_instance::dynamic_query::{closure#2}::{closure#0}, rustc_middle[ecff8b1226dbe71]::query::erase::Erased<[u8; 32usize]>>
  19:     0x7f1e4c70ff4a - <rustc_query_impl[9a6afac99579865e]::query_impl::items_of_instance::dynamic_query::{closure#2} as core[5c19d42d67c98e0c]::ops::function::FnOnce<(rustc_middle[ecff8b1226dbe71]::ty::context::TyCtxt, (rustc_middle[ecff8b1226dbe71]::ty::instance::Instance, rustc_middle[ecff8b1226dbe71]::mir::mono::CollectionMode))>>::call_once
  20:     0x7f1e4c661314 - rustc_query_system[667f349a7662797a]::query::plumbing::try_execute_query::<rustc_query_impl[9a6afac99579865e]::DynamicConfig<rustc_query_system[667f349a7662797a]::query::caches::DefaultCache<(rustc_middle[ecff8b1226dbe71]::ty::instance::Instance, rustc_middle[ecff8b1226dbe71]::mir::mono::CollectionMode), rustc_middle[ecff8b1226dbe71]::query::erase::Erased<[u8; 32usize]>>, false, false, false>, rustc_query_impl[9a6afac99579865e]::plumbing::QueryCtxt, false>
  21:     0x7f1e4ca4285d - rustc_query_impl[9a6afac99579865e]::query_impl::items_of_instance::get_query_non_incr::__rust_end_short_backtrace
  22:     0x7f1e4aed816f - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  23:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  24:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  25:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  26:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  27:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  28:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  29:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  30:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  31:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  32:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  33:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  34:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  35:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  36:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  37:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  38:     0x7f1e4aed8c7a - rustc_monomorphize[4284f0c60f019af1]::collector::collect_items_rec
  39:     0x7f1e4af23680 - <alloc[e1068c0893c75fb0]::vec::into_iter::IntoIter<rustc_middle[ecff8b1226dbe71]::mir::mono::MonoItem> as core[5c19d42d67c98e0c]::iter::traits::iterator::Iterator>::fold::<(), core[5c19d42d67c98e0c]::iter::traits::iterator::Iterator::for_each::call<rustc_middle[ecff8b1226dbe71]::mir::mono::MonoItem, rustc_data_structures[331bd98f940dcdba]::sync::parallel::par_for_each_in<rustc_middle[ecff8b1226dbe71]::mir::mono::MonoItem, alloc[e1068c0893c75fb0]::vec::Vec<rustc_middle[ecff8b1226dbe71]::mir::mono::MonoItem>, rustc_monomorphize[4284f0c60f019af1]::collector::collect_crate_mono_items::{closure#1}::{closure#0}>::{closure#0}::{closure#1}>::{closure#0}>
  40:     0x7f1e4af4161a - <rustc_session[d24eadf0dea9b4c2]::session::Session>::time::<(), rustc_monomorphize[4284f0c60f019af1]::collector::collect_crate_mono_items::{closure#1}>
  41:     0x7f1e4aeddc6c - rustc_monomorphize[4284f0c60f019af1]::collector::collect_crate_mono_items
  42:     0x7f1e4aef0b83 - rustc_monomorphize[4284f0c60f019af1]::partitioning::collect_and_partition_mono_items
  43:     0x7f1e4c7c11a5 - rustc_query_impl[9a6afac99579865e]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9a6afac99579865e]::query_impl::collect_and_partition_mono_items::dynamic_query::{closure#2}::{closure#0}, rustc_middle[ecff8b1226dbe71]::query::erase::Erased<[u8; 40usize]>>
  44:     0x7f1e4c734ad9 - <rustc_query_impl[9a6afac99579865e]::query_impl::collect_and_partition_mono_items::dynamic_query::{closure#2} as core[5c19d42d67c98e0c]::ops::function::FnOnce<(rustc_middle[ecff8b1226dbe71]::ty::context::TyCtxt, ())>>::call_once
  45:     0x7f1e4c5eda2d - rustc_query_system[667f349a7662797a]::query::plumbing::try_execute_query::<rustc_query_impl[9a6afac99579865e]::DynamicConfig<rustc_query_system[667f349a7662797a]::query::caches::SingleCache<rustc_middle[ecff8b1226dbe71]::query::erase::Erased<[u8; 40usize]>>, false, false, false>, rustc_query_impl[9a6afac99579865e]::plumbing::QueryCtxt, false>
  46:     0x7f1e4ca76925 - rustc_query_impl[9a6afac99579865e]::query_impl::collect_and_partition_mono_items::get_query_non_incr::__rust_end_short_backtrace
  47:     0x7f1e4ceb5931 - rustc_codegen_ssa[d321ffe6d171facf]::back::symbol_export::exported_symbols_provider_local
  48:     0x7f1e4c7a8f36 - rustc_query_impl[9a6afac99579865e]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[9a6afac99579865e]::query_impl::exported_symbols::dynamic_query::{closure#2}::{closure#0}, rustc_middle[ecff8b1226dbe71]::query::erase::Erased<[u8; 16usize]>>
  49:     0x7f1e4c7096cd - <rustc_query_impl[9a6afac99579865e]::query_impl::exported_symbols::dynamic_query::{closure#2} as core[5c19d42d67c98e0c]::ops::function::FnOnce<(rustc_middle[ecff8b1226dbe71]::ty::context::TyCtxt, rustc_span[2cd59e146afc0f2d]::def_id::CrateNum)>>::call_once
  50:     0x7f1e4c671ab9 - rustc_query_system[667f349a7662797a]::query::plumbing::try_execute_query::<rustc_query_impl[9a6afac99579865e]::DynamicConfig<rustc_data_structures[331bd98f940dcdba]::vec_cache::VecCache<rustc_span[2cd59e146afc0f2d]::def_id::CrateNum, rustc_middle[ecff8b1226dbe71]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[667f349a7662797a]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[9a6afac99579865e]::plumbing::QueryCtxt, false>
  51:     0x7f1e4c8c910b - rustc_query_impl[9a6afac99579865e]::query_impl::exported_symbols::get_query_non_incr::__rust_end_short_backtrace
  52:     0x7f1e4d618353 - <rustc_metadata[97774bb655f43f82]::rmeta::encoder::EncodeContext>::encode_crate_root
  53:     0x7f1e4d6259f4 - rustc_metadata[97774bb655f43f82]::rmeta::encoder::encode_metadata
  54:     0x7f1e4d665ed5 - rustc_metadata[97774bb655f43f82]::fs::encode_and_write_metadata
  55:     0x7f1e4a32c91f - <rustc_interface[9b09eeab6008d09d]::queries::Linker>::codegen_and_build_linker
  56:     0x7f1e49f31bd9 - <std[13baebae3810f1bf]::thread::local::LocalKey<core[5c19d42d67c98e0c]::cell::Cell<*const ()>>>::with::<rustc_middle[ecff8b1226dbe71]::ty::context::tls::enter_context<<rustc_middle[ecff8b1226dbe71]::ty::context::GlobalCtxt>::enter<rustc_interface[9b09eeab6008d09d]::passes::create_and_enter_global_ctxt<core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>, rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}, core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>>::{closure#1}, core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>>::{closure#0}, core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>>
  57:     0x7f1e49f42e1a - <rustc_middle[ecff8b1226dbe71]::ty::context::TyCtxt>::create_global_ctxt::<core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>, rustc_interface[9b09eeab6008d09d]::passes::create_and_enter_global_ctxt<core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>, rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}>
  58:     0x7f1e49fa2b36 - <rustc_interface[9b09eeab6008d09d]::passes::create_and_enter_global_ctxt<core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>, rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[5c19d42d67c98e0c]::ops::function::FnOnce<(&rustc_session[d24eadf0dea9b4c2]::session::Session, rustc_middle[ecff8b1226dbe71]::ty::context::CurrentGcx, &std[13baebae3810f1bf]::sync::once_lock::OnceLock<rustc_middle[ecff8b1226dbe71]::ty::context::GlobalCtxt>, &rustc_data_structures[331bd98f940dcdba]::sync::worker_local::WorkerLocal<rustc_middle[ecff8b1226dbe71]::arena::Arena>, &rustc_data_structures[331bd98f940dcdba]::sync::worker_local::WorkerLocal<rustc_hir[90ae6d10bb14e16c]::Arena>, rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
  59:     0x7f1e49fa0b7f - rustc_interface[9b09eeab6008d09d]::passes::create_and_enter_global_ctxt::<core[5c19d42d67c98e0c]::option::Option<rustc_interface[9b09eeab6008d09d]::queries::Linker>, rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}::{closure#2}>
  60:     0x7f1e49fe52e5 - <scoped_tls[c0c8d92f68a22f68]::ScopedKey<rustc_span[2cd59e146afc0f2d]::SessionGlobals>>::set::<rustc_interface[9b09eeab6008d09d]::util::run_in_thread_with_globals<rustc_interface[9b09eeab6008d09d]::util::run_in_thread_pool_with_globals<rustc_interface[9b09eeab6008d09d]::interface::run_compiler<(), rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}::{closure#0}, ()>
  61:     0x7f1e49fdb4c7 - std[13baebae3810f1bf]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[9b09eeab6008d09d]::util::run_in_thread_with_globals<rustc_interface[9b09eeab6008d09d]::util::run_in_thread_pool_with_globals<rustc_interface[9b09eeab6008d09d]::interface::run_compiler<(), rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
  62:     0x7f1e49ff0dec - <<std[13baebae3810f1bf]::thread::Builder>::spawn_unchecked_<rustc_interface[9b09eeab6008d09d]::util::run_in_thread_with_globals<rustc_interface[9b09eeab6008d09d]::util::run_in_thread_pool_with_globals<rustc_interface[9b09eeab6008d09d]::interface::run_compiler<(), rustc_driver_impl[44fe0b0a98b60144]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[5c19d42d67c98e0c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  64:     0x7f1e4926bac3 - <unknown>
  65:     0x7f1e492fd850 - <unknown>
  66:                0x0 - <unknown>


note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly

warning: the ICE couldn't be written to `/checkout/rustc-ice-2025-02-25T10_29_32-19422.txt`: Read-only file system (os error 30)

note: rustc 1.87.0-nightly (0d634a544 2025-02-25) running on x86_64-unknown-linux-gnu

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C symbol-mangling-version=v0 -Z unstable-options -Z macro-backtrace -C split-debuginfo=off -C link-args=-Wl,-z,origin -C link-args=-Wl,-rpath,$ORIGIN/../lib -Z on-broken-pipe=kill -Z binary-dep-depinfo -Z tls-model=initial-exec -Z force-unstable-if-unmarked
note: some of the compiler flags provided by cargo are hidden

query stack during panic:
query stack during panic:
#0 [items_of_instance] collecting items used by `rayon_core::registry::Registry::in_worker_cold::<{closure@rayon_core::join::join_context<{closure@rayon_core::join::join::call<core::option::Option<rustc_data_structures::marker::FromDyn<()>>, {closure@rustc_data_structures::sync::parallel::join<{closure@compiler/rustc_incremental/src/persist/save.rs:52:13: 52:20}, {closure@compiler/rustc_incremental/src/persist/save.rs:63:13: 63:20}, (), ()>::{closure#0}::{closure#0}}>::{closure#0}}, {closure@rayon_core::join::join::call<core::option::Option<rustc_data_structures::marker::FromDyn<()>>, {closure@rustc_data_structures::sync::parallel::join<{closure@compiler/rustc_incremental/src/persist/save.rs:52:13: 52:20}, {closure@compiler/rustc_incremental/src/persist/save.rs:63:13: 63:20}, (), ()>::{closure#0}::{closure#1}}>::{closure#0}}, core::option::Option<rustc_data_structures::marker::FromDyn<()>>, core::option::Option<rustc_data_structures::marker::FromDyn<()>>>::{closure#0}}, (core::option::Option<rustc_data_structures::marker::FromDyn<()>>, core::option::Option<rustc_data_structures::marker::FromDyn<()>>)>::{closure#0}`
#1 [collect_and_partition_mono_items] collect_and_partition_mono_items
... and 1 other queries... use `env RUST_BACKTRACE=1` to see the full query stack

Caused by:
Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc /checkout/obj/build/bootstrap/debug/rustc --crate-name rustc_incremental --edition=2024 compiler/rustc_incremental/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b4c4ea18aaa939a -C extra-filename=-12af89d80837a47b --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps --extern rand=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librand-7ed6a784ddc8e6de.rmeta --extern rustc_ast=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_ast-3016e4e0c7f6ea72.rmeta --extern rustc_data_structures=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-c5506817c7a9e192.rmeta --extern rustc_errors=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_errors-d9a8c00edfb3ab45.rmeta --extern rustc_fluent_macro=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/librustc_fluent_macro-a27344af9a00aec5.so --extern rustc_fs_util=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_fs_util-d6784c3ee511a729.rmeta --extern rustc_graphviz=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_graphviz-26500512b1e6c7a8.rmeta --extern rustc_hashes=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_hashes-9bb4172e169455a1.rmeta --extern rustc_hir=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_hir-f869331721fc068a.rmeta --extern rustc_macros=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/librustc_macros-bdae3e5dfff799bc.so --extern rustc_middle=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-9de1eaded1d5940d.rmeta --extern rustc_serialize=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_serialize-cc0eb857bad44d87.rmeta --extern rustc_session=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_session-fe098cc134e06ff1.rmeta --extern rustc_span=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_span-3fc6b07448466c32.rmeta --extern thin_vec=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libthin_vec-261a415131c72ebd.rmeta --extern tracing=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libtracing-a0729dc46fc2718d.rmeta --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=off '-Wrustc::internal' '-Drustc::symbol_intern_string_literal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Alinker-messages -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/psm-a60b4a2343726db0/out -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/blake3-92c405e9184d169f/out -L native=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/blake3-92c405e9184d169f/out` (exit status: 101)
For more information about this error, try `rustc --explain E0275`.
error: could not compile `rustc_monomorphize` (lib) due to 4 previous errors
error: could not compile `rustc_metadata` (lib) due to 4 previous errors
Build completed unsuccessfully in 0:12:03
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 19:04:04 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 19:04:04 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#19 exporting to docker image format
#19 sending tarball 19.6s done
#19 DONE 33.6s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-19]
[CI_JOB_NAME=x86_64-gnu-llvm-19]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-19', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--enable-new-symbol-mangling']
configure: build.build          := x86_64-unknown-linux-gnu
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-19/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 19:54:34 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 19:54:34 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
   Compiling rustc_mir_build v0.0.0 (/checkout/compiler/rustc_mir_build)
error: using `values` can result in unstable query results
   --> compiler/rustc_borrowck/src/root_cx.rs:195:44
    |
195 |         debug_assert!(self.partial_results.values().all(|entry| entry.is_none()));
    |                                            ^^^^^^
    |
    = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale
    = note: `-D rustc::potential-query-instability` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(rustc::potential_query_instability)]`
lcnr Avatar
lcnr on 2025-04-09 20:05:54 UTC
lcnr Avatar
lcnr on 2025-04-09 20:05:54 UTC
View on GitHub

with wg-grammer/gll now also compiling, I am interested in whether there are any other issues in the wild. Let's start with just checking the top 100 crates

@bors try

bors Avatar
bors on 2025-04-09 20:07:32 UTC
bors Avatar
bors on 2025-04-09 20:07:32 UTC
View on GitHub

⌛ Trying commit 338a6cf with merge 9970c3f...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 20:13:08 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 20:13:08 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#19 exporting to docker image format
#19 sending tarball 19.6s done
#19 DONE 23.9s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-19]
[CI_JOB_NAME=x86_64-gnu-llvm-19]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-19', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--enable-new-symbol-mangling']
configure: build.build          := x86_64-unknown-linux-gnu
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-19/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
---
   Compiling rustc_mir_transform v0.0.0 (/checkout/compiler/rustc_mir_transform)
error: using `values` can result in unstable query results
   --> compiler/rustc_borrowck/src/root_cx.rs:196:44
    |
196 |         debug_assert!(self.partial_results.values().all(|entry| entry.is_none()));
    |                                            ^^^^^^
    |
    = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale
    = note: `-D rustc::potential-query-instability` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(rustc::potential_query_instability)]`
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 20:22:08 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-09 20:22:08 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.url=https://github.com/rust-lang/rust
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
   Compiling rustc_mir_build v0.0.0 (/checkout/compiler/rustc_mir_build)
error: using `values` can result in unstable query results
   --> compiler/rustc_borrowck/src/root_cx.rs:196:44
    |
196 |         debug_assert!(self.partial_results.values().all(|entry| entry.is_none()));
    |                                            ^^^^^^
    |
    = note: if you believe this case to be fine, allow this lint and add a comment explaining your rationale
    = note: `-D rustc::potential-query-instability` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(rustc::potential_query_instability)]`
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.97/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/main.rs:222:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/main.rs:211:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/main.rs:208:29
   8: opt_dist::main
             at /rustc/9970c3f82e73934af8294d61b435163cfa0ada9d/src/tools/opt-dist/src/main.rs:408:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:587:40
  14: std::panicking::try
             at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:550:19
bors Avatar
bors on 2025-04-09 20:22:21 UTC · hidden as OUTDATED
bors Avatar
bors on 2025-04-09 20:22:21 UTC · hidden as OUTDATED
View on GitHub

💔 Test failed - checks-actions

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 07:37:56 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 07:37:56 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.928 Building wheels for collected packages: reuse
#12 2.929   Building wheel for reuse (pyproject.toml): started
#12 3.149   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.150   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.150   Stored in directory: /tmp/pip-ephem-wheel-cache-ke1ayups/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.153 Successfully built reuse
#12 3.153 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.567 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.567 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.125 Collecting virtualenv
#12 4.166   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.258      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 48.5 MB/s eta 0:00:00
#12 4.315 Collecting platformdirs<5,>=3.9.1
#12 4.320   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.358 Collecting filelock<4,>=3.12.2
#12 4.363   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.383 Collecting distlib<1,>=0.3.7
#12 4.388   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.396      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 73.2 MB/s eta 0:00:00
#12 4.479 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.665 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.666 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.8s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      139200 kB
DirectMap2M:     9297920 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.478
---
fmt check
fmt: checked 5952 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_monomorphize/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver_impl/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_lint/src/lib.rs:25: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_attr_parsing/src/lib.rs:81: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_passes/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_parse/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast_lowering/src/lib.rs:36: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_typeck/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_const_eval/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_sanitizers/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_metadata/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_middle/src/lib.rs:33: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_analysis/src/lib.rs:63: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_privacy/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_dataflow/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_codegen_ssa/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_transmute/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_builtin_macros/src/lib.rs:9: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_incremental/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_smir/src/lib.rs:14: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_transform/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_query_impl/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_expand/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_build/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_symbol_mangling/src/lib.rs:93: line not in alphabetical order
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:47
  local time: Thu Apr 10 07:37:43 UTC 2025
  network time: Thu, 10 Apr 2025 07:37:43 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
lcnr Avatar
lcnr on 2025-04-10 07:49:49 UTC · hidden as OUTDATED
lcnr Avatar
lcnr on 2025-04-10 07:49:49 UTC · hidden as OUTDATED
View on GitHub

@bors try

lcnr Avatar
lcnr on 2025-04-10 07:50:39 UTC
lcnr Avatar
lcnr on 2025-04-10 07:50:39 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-10 07:51:52 UTC
bors Avatar
bors on 2025-04-10 07:51:52 UTC
View on GitHub

⌛ Trying commit 6fc6e2d with merge d81a6ae...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 08:02:48 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 08:02:48 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.046 Building wheels for collected packages: reuse
#12 3.047   Building wheel for reuse (pyproject.toml): started
#12 3.257   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.258   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.258   Stored in directory: /tmp/pip-ephem-wheel-cache-q3hqz7qu/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.260 Successfully built reuse
#12 3.260 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.654 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.654 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.209 Collecting virtualenv
#12 4.267   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.534      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 16.3 MB/s eta 0:00:00
#12 4.596 Collecting platformdirs<5,>=3.9.1
#12 4.607   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.634 Collecting distlib<1,>=0.3.7
#12 4.644   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.661      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 30.3 MB/s eta 0:00:00
#12 4.703 Collecting filelock<4,>=3.12.2
#12 4.713   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.795 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.983 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.983 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 5.1s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      133056 kB
DirectMap2M:     6158336 kB
DirectMap1G:    12582912 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.222
---
fmt check
fmt: checked 5952 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_monomorphize/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver_impl/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_lint/src/lib.rs:25: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_attr_parsing/src/lib.rs:81: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_passes/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_parse/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast_lowering/src/lib.rs:36: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_typeck/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_const_eval/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_sanitizers/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_metadata/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_middle/src/lib.rs:33: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_analysis/src/lib.rs:63: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_privacy/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_dataflow/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_codegen_ssa/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_transmute/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_builtin_macros/src/lib.rs:9: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_incremental/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_smir/src/lib.rs:14: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_transform/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_query_impl/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_expand/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_build/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_symbol_mangling/src/lib.rs:93: line not in alphabetical order
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:49
  local time: Thu Apr 10 08:02:34 UTC 2025
  network time: Thu, 10 Apr 2025 08:02:35 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 08:28:36 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 08:28:36 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.url=https://github.com/rust-lang/rust
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
[RUSTC-TIMING] idna test:false 2.696
[RUSTC-TIMING] url test:false 2.466

thread 'rustc' panicked at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/compiler/rustc_next_trait_solver/src/solve/assembly/structural_traits.rs:930:26:
expected to be able to unify goal projection with dyn's projection: NoSolution
stack backtrace:
   0:     0x7f1ef3714092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h46376490615f97ec
   1:     0x7f1ef3762a13 - core::fmt::write::hca6bd9f192b6929d
   2:     0x7f1ef3708923 - std::io::Write::write_fmt::h2efbfa237f13f75f
   3:     0x7f1ef3713ee2 - std::sys::backtrace::BacktraceLock::print::h352838a89adab49a
   4:     0x7f1ef3717b9c - std::panicking::default_hook::{{closure}}::hfaf47d886b668594
   5:     0x7f1ef371799f - std::panicking::default_hook::h8e6fae15954c44f2
   6:     0x7f1ef0a68f7e - std[ecee7c7f159c771b]::panicking::update_hook::<alloc[ddd7f0ba2248cf75]::boxed::Box<rustc_driver_impl[1548f9206085cc7f]::install_ice_hook::{closure#1}>>::{closure#0}
   7:     0x7f1ef3718703 - std::panicking::rust_panic_with_hook::h7b0d3e4227f6206d
   8:     0x7f1ef37183ba - std::panicking::begin_panic_handler::{{closure}}::h97ce82ab562b7fe0
   9:     0x7f1ef3714589 - std::sys::backtrace::__rust_end_short_backtrace::h67797108df1c35ee
  10:     0x7f1ef371804d - __rustc[ec7fb6ce294bfd5b]::rust_begin_unwind
  11:     0x7f1ef375ec40 - core::panicking::panic_fmt::h18655c03ee1a104d
  12:     0x7f1ef375f226 - core::result::unwrap_failed::h22b98ccf90d75412
  13:     0x7f1ef0fcd83f - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::ReplaceProjectionWith<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt> as rustc_type_ir[2b6c88cf4360a1d3]::fold::TypeFolder<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::fold_ty
  14:     0x7f1ef0f78450 - <rustc_middle[cd3bbe98961b3fb]::ty::Ty as rustc_type_ir[2b6c88cf4360a1d3]::fold::TypeSuperFoldable<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::try_super_fold_with::<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::ReplaceProjectionWith<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  15:     0x7f1ef0f6aea6 - <&rustc_middle[cd3bbe98961b3fb]::ty::list::RawList<(), rustc_middle[cd3bbe98961b3fb]::ty::generic_args::GenericArg> as rustc_type_ir[2b6c88cf4360a1d3]::fold::TypeFoldable<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::try_fold_with::<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::ReplaceProjectionWith<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  16:     0x7f1ef0f135ee - rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::predicates_for_object_candidate::<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>
  17:     0x7f1ef0ffe119 - <rustc_type_ir[2b6c88cf4360a1d3]::predicate::TraitPredicate<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt> as rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::GoalKind<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::probe_and_consider_object_bound_candidate
  18:     0x7f1ef0ec001a - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::assemble_and_evaluate_candidates::<rustc_type_ir[2b6c88cf4360a1d3]::predicate::TraitPredicate<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  19:     0x7f1ef0f863f3 - <rustc_type_ir[2b6c88cf4360a1d3]::search_graph::SearchGraph<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::search_graph::SearchGraphDelegate<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate>, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::with_new_goal::<<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2}
  20:     0x7f1ef0edeb74 - <rustc_type_ir[2b6c88cf4360a1d3]::search_graph::SearchGraph<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::search_graph::SearchGraphDelegate<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate>, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::with_new_goal::<<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>
  21:     0x7f1ef0fa9bab - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_goal_raw
  22:     0x7f1ef0fac62c - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_added_goals_step
  23:     0x7f1ef0f96cdd - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_added_goals_and_make_canonical_response::{closure#0}
  24:     0x7f1ef0fc4ff4 - <rustc_type_ir[2b6c88cf4360a1d3]::predicate::TraitPredicate<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt> as rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::GoalKind<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::consider_impl_candidate
  25:     0x7f1ef0ebdfbc - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::assemble_and_evaluate_candidates::<rustc_type_ir[2b6c88cf4360a1d3]::predicate::TraitPredicate<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  26:     0x7f1ef0f863f3 - <rustc_type_ir[2b6c88cf4360a1d3]::search_graph::SearchGraph<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::search_graph::SearchGraphDelegate<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate>, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::with_new_goal::<<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2}
  27:     0x7f1ef0edeb74 - <rustc_type_ir[2b6c88cf4360a1d3]::search_graph::SearchGraph<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::search_graph::SearchGraphDelegate<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate>, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::with_new_goal::<<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>
  28:     0x7f1ef0fa9bab - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_goal_raw
  29:     0x7f1ef0fcfffb - <rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate as rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::SolverDelegateEvalExt>::evaluate_root_goal
  30:     0x7f1ef0fd0abd - <rustc_trait_selection[b5ea251d9d32b657]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[b5ea251d9d32b657]::traits::FulfillmentError> as rustc_infer[81cb01d91119b4f8]::traits::engine::TraitEngine<rustc_trait_selection[b5ea251d9d32b657]::traits::FulfillmentError>>::select_where_possible
  31:     0x7f1ef106d39f - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_argument_types
  32:     0x7f1ef106c002 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_method_argument_types
  33:     0x7f1ef112dea3 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  34:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  35:     0x7f1ef1038888 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_return_or_body_tail
  36:     0x7f1ef111eb2a - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  37:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  38:     0x7f1ef107da0c - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_block
  39:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  40:     0x7f1ef1124edd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  41:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  42:     0x7f1ef107d8be - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_block
  43:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  44:     0x7f1ef112198e - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  45:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  46:     0x7f1ef106d6ca - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_argument_types
  47:     0x7f1ef1014d06 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::confirm_builtin_call
  48:     0x7f1ef112b0ba - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  49:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  50:     0x7f1ef107dd5c - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_block
  51:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  52:     0x7f1ef1038888 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_return_or_body_tail
  53:     0x7f1ef110d5ff - rustc_hir_typeck[f51856fa51c43fd4]::check::check_fn
  54:     0x7f1ef115e6b3 - rustc_hir_typeck[f51856fa51c43fd4]::typeck_with_inspect::{closure#0}
  55:     0x7f1ef1109bfd - rustc_hir_typeck[f51856fa51c43fd4]::typeck
  56:     0x7f1ef258c7db - rustc_query_impl[e51292147e731b81]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[e51292147e731b81]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 8usize]>>
  57:     0x7f1ef240a3c9 - rustc_query_system[489aefedb1bf2d7]::query::plumbing::try_execute_query::<rustc_query_impl[e51292147e731b81]::DynamicConfig<rustc_data_structures[73ba8772e8eaceb7]::vec_cache::VecCache<rustc_span[5762dce112e15639]::def_id::LocalDefId, rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[489aefedb1bf2d7]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[e51292147e731b81]::plumbing::QueryCtxt, false>
  58:     0x7f1ef25b973b - rustc_query_impl[e51292147e731b81]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
  59:     0x7f1ef121ccd1 - <rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_hir_analysis[e85bf4d1a7f40213]::check_crate::{closure#3}>::{closure#0}
  60:     0x7f1ef1389cdb - rustc_hir_analysis[e85bf4d1a7f40213]::check_crate
  61:     0x7f1ef0cab975 - rustc_interface[b1c9b2da5250d607]::passes::run_required_analyses
  62:     0x7f1ef0cae0ee - rustc_interface[b1c9b2da5250d607]::passes::analysis
  63:     0x7f1ef258c887 - rustc_query_impl[e51292147e731b81]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[e51292147e731b81]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 0usize]>>
  64:     0x7f1ef23845d0 - rustc_query_system[489aefedb1bf2d7]::query::plumbing::try_execute_query::<rustc_query_impl[e51292147e731b81]::DynamicConfig<rustc_query_system[489aefedb1bf2d7]::query::caches::SingleCache<rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[e51292147e731b81]::plumbing::QueryCtxt, false>
  65:     0x7f1ef25996c7 - rustc_query_impl[e51292147e731b81]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
  66:     0x7f1ef0a6eeed - <rustc_interface[b1c9b2da5250d607]::passes::create_and_enter_global_ctxt<core[f528e0e514022f7c]::option::Option<rustc_interface[b1c9b2da5250d607]::queries::Linker>, rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[f528e0e514022f7c]::ops::function::FnOnce<(&rustc_session[cdce8dc94d2e6af8]::session::Session, rustc_middle[cd3bbe98961b3fb]::ty::context::CurrentGcx, &std[ecee7c7f159c771b]::sync::once_lock::OnceLock<rustc_middle[cd3bbe98961b3fb]::ty::context::GlobalCtxt>, &rustc_data_structures[73ba8772e8eaceb7]::sync::worker_local::WorkerLocal<rustc_middle[cd3bbe98961b3fb]::arena::Arena>, &rustc_data_structures[73ba8772e8eaceb7]::sync::worker_local::WorkerLocal<rustc_hir[14d54ce711b290cd]::Arena>, rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
  67:     0x7f1ef0a19f34 - rustc_interface[b1c9b2da5250d607]::passes::create_and_enter_global_ctxt::<core[f528e0e514022f7c]::option::Option<rustc_interface[b1c9b2da5250d607]::queries::Linker>, rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}::{closure#2}>
  68:     0x7f1ef0a67cc2 - rustc_interface[b1c9b2da5250d607]::interface::run_compiler::<(), rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}>::{closure#1}
  69:     0x7f1ef0a54522 - std[ecee7c7f159c771b]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_with_globals<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_pool_with_globals<rustc_interface[b1c9b2da5250d607]::interface::run_compiler<(), rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
  70:     0x7f1ef0a6cf3c - <<std[ecee7c7f159c771b]::thread::Builder>::spawn_unchecked_<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_with_globals<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_pool_with_globals<rustc_interface[b1c9b2da5250d607]::interface::run_compiler<(), rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[f528e0e514022f7c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  71:     0x7f1ef371c11b - std::sys::pal::unix::thread::Thread::new::thread_start::h5eaae17c9368acbf
  72:     0x7f1eef1dfea5 - start_thread
  73:     0x7f1eeef08b0d - __clone
  74:                0x0 - <unknown>

---
note: please make sure that you have updated to the latest nightly

note: please attach the file at `/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.223.1/rustc-ice-2025-04-10T08_27_31-111515.txt` to your bug report

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C linker=clang -C symbol-mangling-version=v0 -Z unstable-options -Z macro-backtrace -C split-debuginfo=off -C link-args=-Wl,-z,origin -C link-args=-Wl,-rpath,$ORIGIN/../lib -Z linker-features=+lld -Z unstable-options -Z unstable-options -Z binary-dep-depinfo -Z on-broken-pipe=kill -Z tls-model=initial-exec -Z allow-features=binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic,min_specialization

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
#0 [typeck] type-checking `binary_reader::<impl at /rust/deps/wasmparser-0.223.1/src/binary_reader.rs:151:1: 151:26>::visit_operator`
#1 [analysis] running analysis passes on this crate
end of query stack

thread 'rustc' panicked at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/compiler/rustc_next_trait_solver/src/solve/assembly/structural_traits.rs:930:26:
expected to be able to unify goal projection with dyn's projection: NoSolution
stack backtrace:
   0:     0x7f1ef3714092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h46376490615f97ec
   1:     0x7f1ef3762a13 - core::fmt::write::hca6bd9f192b6929d
   2:     0x7f1ef3708923 - std::io::Write::write_fmt::h2efbfa237f13f75f
   3:     0x7f1ef3713ee2 - std::sys::backtrace::BacktraceLock::print::h352838a89adab49a
   4:     0x7f1ef3717b9c - std::panicking::default_hook::{{closure}}::hfaf47d886b668594
   5:     0x7f1ef371799f - std::panicking::default_hook::h8e6fae15954c44f2
   6:     0x7f1ef0a68f7e - std[ecee7c7f159c771b]::panicking::update_hook::<alloc[ddd7f0ba2248cf75]::boxed::Box<rustc_driver_impl[1548f9206085cc7f]::install_ice_hook::{closure#1}>>::{closure#0}
   7:     0x7f1ef3718703 - std::panicking::rust_panic_with_hook::h7b0d3e4227f6206d
   8:     0x7f1ef37183ba - std::panicking::begin_panic_handler::{{closure}}::h97ce82ab562b7fe0
   9:     0x7f1ef3714589 - std::sys::backtrace::__rust_end_short_backtrace::h67797108df1c35ee
  10:     0x7f1ef371804d - __rustc[ec7fb6ce294bfd5b]::rust_begin_unwind
  11:     0x7f1ef375ec40 - core::panicking::panic_fmt::h18655c03ee1a104d
  12:     0x7f1ef375f226 - core::result::unwrap_failed::h22b98ccf90d75412
  13:     0x7f1ef0fcd83f - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::ReplaceProjectionWith<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt> as rustc_type_ir[2b6c88cf4360a1d3]::fold::TypeFolder<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::fold_ty
  14:     0x7f1ef0f78450 - <rustc_middle[cd3bbe98961b3fb]::ty::Ty as rustc_type_ir[2b6c88cf4360a1d3]::fold::TypeSuperFoldable<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::try_super_fold_with::<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::ReplaceProjectionWith<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  15:     0x7f1ef0f6aea6 - <&rustc_middle[cd3bbe98961b3fb]::ty::list::RawList<(), rustc_middle[cd3bbe98961b3fb]::ty::generic_args::GenericArg> as rustc_type_ir[2b6c88cf4360a1d3]::fold::TypeFoldable<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::try_fold_with::<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::ReplaceProjectionWith<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  16:     0x7f1ef0f135ee - rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::structural_traits::predicates_for_object_candidate::<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>
  17:     0x7f1ef0ffe119 - <rustc_type_ir[2b6c88cf4360a1d3]::predicate::TraitPredicate<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt> as rustc_next_trait_solver[45bd36a2c0fa2221]::solve::assembly::GoalKind<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::probe_and_consider_object_bound_candidate
  18:     0x7f1ef0ec001a - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::assemble_and_evaluate_candidates::<rustc_type_ir[2b6c88cf4360a1d3]::predicate::TraitPredicate<rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>
  19:     0x7f1ef0f863f3 - <rustc_type_ir[2b6c88cf4360a1d3]::search_graph::SearchGraph<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::search_graph::SearchGraphDelegate<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate>, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::with_new_goal::<<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2}
  20:     0x7f1ef0edeb74 - <rustc_type_ir[2b6c88cf4360a1d3]::search_graph::SearchGraph<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::search_graph::SearchGraphDelegate<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate>, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::with_new_goal::<<rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>
  21:     0x7f1ef0fa9bab - <rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::EvalCtxt<rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate, rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>>::evaluate_goal_raw
  22:     0x7f1ef0fcfffb - <rustc_trait_selection[b5ea251d9d32b657]::solve::delegate::SolverDelegate as rustc_next_trait_solver[45bd36a2c0fa2221]::solve::eval_ctxt::SolverDelegateEvalExt>::evaluate_root_goal
  23:     0x7f1ef0fd0abd - <rustc_trait_selection[b5ea251d9d32b657]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[b5ea251d9d32b657]::traits::FulfillmentError> as rustc_infer[81cb01d91119b4f8]::traits::engine::TraitEngine<rustc_trait_selection[b5ea251d9d32b657]::traits::FulfillmentError>>::select_where_possible
  24:     0x7f1ef106d39f - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_argument_types
  25:     0x7f1ef106c002 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_method_argument_types
  26:     0x7f1ef112dea3 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  27:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  28:     0x7f1ef106d6ca - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_argument_types
  29:     0x7f1ef106c002 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_method_argument_types
  30:     0x7f1ef112dea3 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  31:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  32:     0x7f1ef112198e - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_kind
  33:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  34:     0x7f1ef107dd5c - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_block
  35:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  36:     0x7f1ef107dd5c - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_block
  37:     0x7f1ef10364fd - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
  38:     0x7f1ef1038888 - <rustc_hir_typeck[f51856fa51c43fd4]::fn_ctxt::FnCtxt>::check_return_or_body_tail
  39:     0x7f1ef110d5ff - rustc_hir_typeck[f51856fa51c43fd4]::check::check_fn
  40:     0x7f1ef115e6b3 - rustc_hir_typeck[f51856fa51c43fd4]::typeck_with_inspect::{closure#0}
  41:     0x7f1ef1109bfd - rustc_hir_typeck[f51856fa51c43fd4]::typeck
  42:     0x7f1ef258c7db - rustc_query_impl[e51292147e731b81]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[e51292147e731b81]::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 8usize]>>
  43:     0x7f1ef240a3c9 - rustc_query_system[489aefedb1bf2d7]::query::plumbing::try_execute_query::<rustc_query_impl[e51292147e731b81]::DynamicConfig<rustc_data_structures[73ba8772e8eaceb7]::vec_cache::VecCache<rustc_span[5762dce112e15639]::def_id::LocalDefId, rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 8usize]>, rustc_query_system[489aefedb1bf2d7]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[e51292147e731b81]::plumbing::QueryCtxt, false>
  44:     0x7f1ef25b973b - rustc_query_impl[e51292147e731b81]::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
  45:     0x7f1ef121ccd1 - <rustc_middle[cd3bbe98961b3fb]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_hir_analysis[e85bf4d1a7f40213]::check_crate::{closure#3}>::{closure#0}
  46:     0x7f1ef1389cdb - rustc_hir_analysis[e85bf4d1a7f40213]::check_crate
  47:     0x7f1ef0cab975 - rustc_interface[b1c9b2da5250d607]::passes::run_required_analyses
  48:     0x7f1ef0cae0ee - rustc_interface[b1c9b2da5250d607]::passes::analysis
  49:     0x7f1ef258c887 - rustc_query_impl[e51292147e731b81]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[e51292147e731b81]::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 0usize]>>
  50:     0x7f1ef23845d0 - rustc_query_system[489aefedb1bf2d7]::query::plumbing::try_execute_query::<rustc_query_impl[e51292147e731b81]::DynamicConfig<rustc_query_system[489aefedb1bf2d7]::query::caches::SingleCache<rustc_middle[cd3bbe98961b3fb]::query::erase::Erased<[u8; 0usize]>>, false, false, false>, rustc_query_impl[e51292147e731b81]::plumbing::QueryCtxt, false>
  51:     0x7f1ef25996c7 - rustc_query_impl[e51292147e731b81]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
  52:     0x7f1ef0a6eeed - <rustc_interface[b1c9b2da5250d607]::passes::create_and_enter_global_ctxt<core[f528e0e514022f7c]::option::Option<rustc_interface[b1c9b2da5250d607]::queries::Linker>, rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[f528e0e514022f7c]::ops::function::FnOnce<(&rustc_session[cdce8dc94d2e6af8]::session::Session, rustc_middle[cd3bbe98961b3fb]::ty::context::CurrentGcx, &std[ecee7c7f159c771b]::sync::once_lock::OnceLock<rustc_middle[cd3bbe98961b3fb]::ty::context::GlobalCtxt>, &rustc_data_structures[73ba8772e8eaceb7]::sync::worker_local::WorkerLocal<rustc_middle[cd3bbe98961b3fb]::arena::Arena>, &rustc_data_structures[73ba8772e8eaceb7]::sync::worker_local::WorkerLocal<rustc_hir[14d54ce711b290cd]::Arena>, rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
  53:     0x7f1ef0a19f34 - rustc_interface[b1c9b2da5250d607]::passes::create_and_enter_global_ctxt::<core[f528e0e514022f7c]::option::Option<rustc_interface[b1c9b2da5250d607]::queries::Linker>, rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}::{closure#2}>
  54:     0x7f1ef0a67cc2 - rustc_interface[b1c9b2da5250d607]::interface::run_compiler::<(), rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}>::{closure#1}
  55:     0x7f1ef0a54522 - std[ecee7c7f159c771b]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_with_globals<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_pool_with_globals<rustc_interface[b1c9b2da5250d607]::interface::run_compiler<(), rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
  56:     0x7f1ef0a6cf3c - <<std[ecee7c7f159c771b]::thread::Builder>::spawn_unchecked_<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_with_globals<rustc_interface[b1c9b2da5250d607]::util::run_in_thread_pool_with_globals<rustc_interface[b1c9b2da5250d607]::interface::run_compiler<(), rustc_driver_impl[1548f9206085cc7f]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[f528e0e514022f7c]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  57:     0x7f1ef371c11b - std::sys::pal::unix::thread::Thread::new::thread_start::h5eaae17c9368acbf
  58:     0x7f1eef1dfea5 - start_thread
  59:     0x7f1eeef08b0d - __clone
  60:                0x0 - <unknown>

---
note: please make sure that you have updated to the latest nightly

note: please attach the file at `/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.223.1/rustc-ice-2025-04-10T08_27_31-111515.txt` to your bug report

note: compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 -C linker=clang -C symbol-mangling-version=v0 -Z unstable-options -Z macro-backtrace -C split-debuginfo=off -C link-args=-Wl,-z,origin -C link-args=-Wl,-rpath,$ORIGIN/../lib -Z linker-features=+lld -Z unstable-options -Z unstable-options -Z binary-dep-depinfo -Z on-broken-pipe=kill -Z tls-model=initial-exec -Z allow-features=binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic,min_specialization

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
#0 [typeck] type-checking `readers::core::operators::visit_simd_operator`
#1 [analysis] running analysis passes on this crate
end of query stack
[RUSTC-TIMING] wasmparser test:false 12.750
error: could not compile `wasmparser` (lib)

Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc /checkout/obj/build/bootstrap/debug/rustc --crate-name wasmparser --edition=2021 /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.223.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 '--allow=clippy::all' --deny=unsafe_code '--warn=clippy::unnecessary_to_owned' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --cfg 'feature="component-model"' --cfg 'feature="default"' --cfg 'feature="features"' --cfg 'feature="hash-collections"' --cfg 'feature="serde"' --cfg 'feature="simd"' --cfg 'feature="std"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("component-model", "default", "features", "hash-collections", "prefer-btree-collections", "serde", "simd", "std", "validate"))' -C metadata=eff86be584a0b26f -C extra-filename=-2e53fa1a0a6dcae8 --out-dir /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=clang -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/release/deps --extern bitflags=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libbitflags-57aceada8e40dde5.rmeta --extern hashbrown=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libhashbrown-4541225340a20367.rmeta --extern indexmap=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libindexmap-9ed851a61351214b.rmeta --extern semver=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libsemver-4fe234d3fd6ad6c1.rmeta --extern serde=/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-tools/x86_64-unknown-linux-gnu/release/deps/libserde-c852ede174292daf.rmeta --cap-lints allow -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(rust_analyzer)' -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Zlinker-features=+lld -Zunstable-options -Alinker-messages -Zunstable-options -Z binary-dep-depinfo --cfg core_error --check-cfg 'cfg(core_error)'` (exit status: 101)
warning: build failed, waiting for other jobs to finish...
[RUSTC-TIMING] wast test:false 63.164
Build completed unsuccessfully in 0:26:35
[2025-04-10T08:28:20.166Z INFO  opt_dist::timer] Section `Stage 1 (Rustc PGO) > Build PGO instrumented rustc and LLVM` ended: FAIL (1595.64s)`
[2025-04-10T08:28:20.166Z INFO  opt_dist::timer] Section `Stage 1 (Rustc PGO)` ended: FAIL (1595.64s)`
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.97/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/main.rs:222:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/main.rs:211:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/main.rs:208:29
   8: opt_dist::main
             at /rustc/d81a6ae3a1dc73d31c1c37f97d21d758c5d0b54b/src/tools/opt-dist/src/main.rs:408:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
bors Avatar
bors on 2025-04-10 08:28:46 UTC
bors Avatar
bors on 2025-04-10 08:28:46 UTC
View on GitHub

💔 Test failed - checks-actions

compiler-errors Avatar
compiler-errors on 2025-04-10 17:17:05 UTC
compiler-errors Avatar
compiler-errors on 2025-04-10 17:17:05 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-10 17:18:41 UTC
bors Avatar
bors on 2025-04-10 17:18:41 UTC
View on GitHub

⌛ Trying commit 05b17fa with merge 14717a9...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 17:20:22 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-10 17:20:22 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.899 Building wheels for collected packages: reuse
#12 2.900   Building wheel for reuse (pyproject.toml): started
#12 3.111   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.112   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.113   Stored in directory: /tmp/pip-ephem-wheel-cache-2a36kmae/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.115 Successfully built reuse
#12 3.115 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.512 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.512 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.052 Collecting virtualenv
#12 4.106   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.303      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 22.2 MB/s eta 0:00:00
#12 4.366 Collecting filelock<4,>=3.12.2
#12 4.373   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.394 Collecting distlib<1,>=0.3.7
#12 4.401   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.414      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 43.5 MB/s eta 0:00:00
#12 4.451 Collecting platformdirs<5,>=3.9.1
#12 4.458   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.539 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.721 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.721 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.8s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      135104 kB
DirectMap2M:     9302016 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.216
---
fmt check
fmt: checked 5952 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_monomorphize/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver_impl/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_lint/src/lib.rs:25: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_attr_parsing/src/lib.rs:81: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_passes/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_parse/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast_lowering/src/lib.rs:36: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_typeck/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_const_eval/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_sanitizers/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_metadata/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_middle/src/lib.rs:33: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_analysis/src/lib.rs:63: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_privacy/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_dataflow/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_codegen_ssa/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_transmute/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_builtin_macros/src/lib.rs:9: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_incremental/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_smir/src/lib.rs:14: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_transform/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_query_impl/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_expand/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_build/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_symbol_mangling/src/lib.rs:93: line not in alphabetical order
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:51
  local time: Thu Apr 10 17:17:57 UTC 2025
  network time: Thu, 10 Apr 2025 17:17:57 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-04-10 19:55:24 UTC
bors Avatar
bors on 2025-04-10 19:55:24 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 14717a9 (14717a92e0fe7e388277feb57fa7727387b35501)

compiler-errors Avatar
compiler-errors on 2025-04-10 20:02:54 UTC
compiler-errors Avatar
compiler-errors on 2025-04-10 20:02:54 UTC
View on GitHub

@craterbot check crates=top-100 p=1

craterbot Avatar
craterbot on 2025-04-10 20:02:58 UTC
craterbot Avatar
craterbot on 2025-04-10 20:02:58 UTC
View on GitHub

👌 Experiment pr-133502 created and queued.
🤖 Automatically detected try build 14717a9
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-11 08:34:30 UTC
craterbot Avatar
craterbot on 2025-04-11 08:34:30 UTC
View on GitHub

🚧 Experiment pr-133502 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-11 11:16:16 UTC
craterbot Avatar
craterbot on 2025-04-11 11:16:16 UTC
View on GitHub

🎉 Experiment pr-133502 is completed!
📊 2 regressed and 0 fixed (100 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-04-11 11:36:56 UTC · edited
lcnr Avatar
lcnr on 2025-04-11 11:36:56 UTC · edited
View on GitHub

both regressions are fixed by #138845

@bors try

bors Avatar
bors on 2025-04-11 11:38:09 UTC
bors Avatar
bors on 2025-04-11 11:38:09 UTC
View on GitHub

⌛ Trying commit 8be5720 with merge fa8e241...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-11 11:47:12 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-11 11:47:12 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.751 Building wheels for collected packages: reuse
#12 2.752   Building wheel for reuse (pyproject.toml): started
#12 2.966   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 2.967   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 2.967   Stored in directory: /tmp/pip-ephem-wheel-cache-pz5bcxs9/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 2.970 Successfully built reuse
#12 2.970 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.373 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.373 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.915 Collecting virtualenv
#12 3.953   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.015      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 72.6 MB/s eta 0:00:00
#12 4.055 Collecting distlib<1,>=0.3.7
#12 4.058   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.066      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 87.4 MB/s eta 0:00:00
#12 4.102 Collecting filelock<4,>=3.12.2
#12 4.105   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.142 Collecting platformdirs<5,>=3.9.1
#12 4.146   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.228 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.416 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.417 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.5s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      124864 kB
DirectMap2M:     7215104 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.220
---
fmt check
fmt: checked 5955 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/opaque_types.rs:359: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/fulfill.rs:250: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/normalize.rs:63: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_monomorphize/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver_impl/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_lint/src/lib.rs:25: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_attr_parsing/src/lib.rs:81: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast/src/lib.rs:11: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_passes/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_parse/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ast_lowering/src/lib.rs:36: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_typeck/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_driver/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/lib.rs:10: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_const_eval/src/lib.rs:5: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_sanitizers/src/lib.rs:8: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_metadata/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_middle/src/lib.rs:33: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_hir_analysis/src/lib.rs:63: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_privacy/src/lib.rs:4: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_dataflow/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_codegen_ssa/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_transmute/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_builtin_macros/src/lib.rs:9: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_incremental/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_smir/src/lib.rs:14: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_transform/src/lib.rs:3: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_query_impl/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_expand/src/lib.rs:6: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_mir_build/src/lib.rs:7: line not in alphabetical order
##[error]tidy error: /checkout/compiler/rustc_symbol_mangling/src/lib.rs:93: line not in alphabetical order
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:52
  local time: Fri Apr 11 11:47:02 UTC 2025
  network time: Fri, 11 Apr 2025 11:47:02 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-04-11 14:13:53 UTC
bors Avatar
bors on 2025-04-11 14:13:53 UTC
View on GitHub

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

lcnr Avatar
lcnr on 2025-04-11 14:22:13 UTC
lcnr Avatar
lcnr on 2025-04-11 14:22:13 UTC
View on GitHub

@craterbot check crates=top-1000 p=1

craterbot Avatar
craterbot on 2025-04-11 14:22:17 UTC
craterbot Avatar
craterbot on 2025-04-11 14:22:17 UTC
View on GitHub

👌 Experiment pr-133502-1 created and queued.
🤖 Automatically detected try build fa8e241
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-11 14:22:26 UTC
craterbot Avatar
craterbot on 2025-04-11 14:22:26 UTC
View on GitHub

🚧 Experiment pr-133502-1 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-11 15:36:35 UTC
craterbot Avatar
craterbot on 2025-04-11 15:36:35 UTC
View on GitHub

🎉 Experiment pr-133502-1 is completed!
📊 27 regressed and 0 fixed (1000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-04-17 22:09:55 UTC
lcnr Avatar
lcnr on 2025-04-17 22:09:55 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-17 22:11:06 UTC
bors Avatar
bors on 2025-04-17 22:11:06 UTC
View on GitHub

⌛ Trying commit 0f4d959 with merge da0a479...

lcnr Avatar
lcnr on 2025-04-17 22:18:34 UTC
lcnr Avatar
lcnr on 2025-04-17 22:18:34 UTC
View on GitHub

to my knowledge the stack of commits now fixes all regressions we've found in the top 1000 crates apart from the intended breakage in bevy 💀 bevyengine/bevy#18840

time for top 10000

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-17 22:19:55 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-17 22:19:55 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.169 Building wheels for collected packages: reuse
#12 3.170   Building wheel for reuse (pyproject.toml): started
#12 3.384   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.386   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.386   Stored in directory: /tmp/pip-ephem-wheel-cache-0du1tm2e/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.388 Successfully built reuse
#12 3.389 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.798 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.798 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.346 Collecting virtualenv
#12 4.436   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.569      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 33.6 MB/s eta 0:00:00
#12 4.626 Collecting platformdirs<5,>=3.9.1
#12 4.645   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.666 Collecting distlib<1,>=0.3.7
#12 4.686   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.694      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 79.5 MB/s eta 0:00:00
#12 4.733 Collecting filelock<4,>=3.12.2
#12 4.752   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.835 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 5.020 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 5.020 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 5.1s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      133056 kB
DirectMap2M:     7206912 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.224
---
fmt check
fmt: checked 5969 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/opaque_types.rs:359: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:38: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:300: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:430: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/fulfill.rs:250: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/normalize.rs:63: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:49
  local time: Thu Apr 17 22:19:43 UTC 2025
  network time: Thu, 17 Apr 2025 22:19:43 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-04-18 00:39:33 UTC
bors Avatar
bors on 2025-04-18 00:39:33 UTC
View on GitHub

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

compiler-errors Avatar
compiler-errors on 2025-04-18 01:03:21 UTC
compiler-errors Avatar
compiler-errors on 2025-04-18 01:03:21 UTC
View on GitHub

@craterbot check crates=top-10000

craterbot Avatar
craterbot on 2025-04-18 01:03:26 UTC
craterbot Avatar
craterbot on 2025-04-18 01:03:26 UTC
View on GitHub

👌 Experiment pr-133502-2 created and queued.
🤖 Automatically detected try build da0a479
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-18 01:04:10 UTC
craterbot Avatar
craterbot on 2025-04-18 01:04:10 UTC
View on GitHub

🚧 Experiment pr-133502-2 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-18 02:37:38 UTC
craterbot Avatar
craterbot on 2025-04-18 02:37:38 UTC
View on GitHub

🎉 Experiment pr-133502-2 is completed!
📊 456 regressed and 0 fixed (10000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-18 21:45:51 UTC
compiler-errors Avatar
compiler-errors on 2025-04-18 21:45:51 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-18 21:47:02 UTC
bors Avatar
bors on 2025-04-18 21:47:02 UTC
View on GitHub

⌛ Trying commit 6318a50 with merge 406365b...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-18 21:52:36 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-18 21:52:36 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] tracing_subscriber test:false 5.706
error[E0433]: failed to resolve: use of undeclared type `TypingModeKind`
   --> compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:280:17
    |
280 |                 TypingModeKind::Analysis { stalled_generators, defining_opaque_types: _ } => {
    |                 ^^^^^^^^^^^^^^
    |                 |
    |                 use of undeclared type `TypingModeKind`
    |                 help: an enum with a similar name exists: `TypingMode`

---

error[E0433]: failed to resolve: use of undeclared type `TypingModeKind`
   --> compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:288:19
    |
288 |                 | TypingModeKind::Borrowck { defining_opaque_types: _ }
    |                   ^^^^^^^^^^^^^^
    |                   |
    |                   use of undeclared type `TypingModeKind`
    |                   help: an enum with a similar name exists: `TypingMode`

error[E0433]: failed to resolve: use of undeclared type `TypingModeKind`
   --> compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:289:19
    |
289 |                 | TypingModeKind::PostBorrowckAnalysis { defined_opaque_types: _ } => {}
    |                   ^^^^^^^^^^^^^^
    |                   |
    |                   use of undeclared type `TypingModeKind`
    |                   help: an enum with a similar name exists: `TypingMode`

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-18 21:59:33 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-18 21:59:33 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.url=https://github.com/rust-lang/rust
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---

error[E0433]: failed to resolve: use of undeclared type `TypingModeKind`
   --> compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:280:17
    |
280 |                 TypingModeKind::Analysis { stalled_generators, defining_opaque_types: _ } => {
    |                 ^^^^^^^^^^^^^^
    |                 |
    |                 use of undeclared type `TypingModeKind`
    |                 help: an enum with a similar name exists: `TypingMode`

---

error[E0433]: failed to resolve: use of undeclared type `TypingModeKind`
   --> compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:288:19
    |
288 |                 | TypingModeKind::Borrowck { defining_opaque_types: _ }
    |                   ^^^^^^^^^^^^^^
    |                   |
    |                   use of undeclared type `TypingModeKind`
    |                   help: an enum with a similar name exists: `TypingMode`

error[E0433]: failed to resolve: use of undeclared type `TypingModeKind`
   --> compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:289:19
    |
289 |                 | TypingModeKind::PostBorrowckAnalysis { defined_opaque_types: _ } => {}
    |                   ^^^^^^^^^^^^^^
    |                   |
    |                   use of undeclared type `TypingModeKind`
    |                   help: an enum with a similar name exists: `TypingMode`

---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.97/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/main.rs:230:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/main.rs:219:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/main.rs:216:29
   8: opt_dist::main
             at /rustc/406365bfe8eb1671230855c1f50d6cc4020854ee/src/tools/opt-dist/src/main.rs:416:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
bors Avatar
bors on 2025-04-18 21:59:49 UTC
bors Avatar
bors on 2025-04-18 21:59:49 UTC
View on GitHub

💔 Test failed - checks-actions

compiler-errors Avatar
compiler-errors on 2025-04-18 23:17:02 UTC
compiler-errors Avatar
compiler-errors on 2025-04-18 23:17:02 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-18 23:18:12 UTC
bors Avatar
bors on 2025-04-18 23:18:12 UTC
View on GitHub

⌛ Trying commit 2d8656f with merge 306c6ad...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-18 23:26:29 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-18 23:26:29 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.870 Building wheels for collected packages: reuse
#12 2.871   Building wheel for reuse (pyproject.toml): started
#12 3.087   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.088   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.088   Stored in directory: /tmp/pip-ephem-wheel-cache-gvuwqloh/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.091 Successfully built reuse
#12 3.091 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.498 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.498 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.064 Collecting virtualenv
#12 4.101   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.182      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 55.2 MB/s eta 0:00:00
#12 4.237 Collecting platformdirs<5,>=3.9.1
#12 4.240   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.276 Collecting filelock<4,>=3.12.2
#12 4.280   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.297 Collecting distlib<1,>=0.3.7
#12 4.300   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.309      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 77.9 MB/s eta 0:00:00
#12 4.390 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.575 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.575 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.7s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      122816 kB
DirectMap2M:     8265728 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.212
---
fmt check
fmt: checked 5981 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/opaque_types.rs:359: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:38: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:300: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:430: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/fulfill.rs:250: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/normalize.rs:63: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:277: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:41
  local time: Fri Apr 18 23:26:16 UTC 2025
  network time: Fri, 18 Apr 2025 23:26:17 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-04-19 01:50:09 UTC
bors Avatar
bors on 2025-04-19 01:50:09 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 306c6ad (306c6aded24f02440063be828ebe601fe5eb8323)

compiler-errors Avatar
compiler-errors on 2025-04-19 02:05:54 UTC
compiler-errors Avatar
compiler-errors on 2025-04-19 02:05:54 UTC
View on GitHub

@craterbot check crates=top-10000

craterbot Avatar
craterbot on 2025-04-19 02:05:58 UTC
craterbot Avatar
craterbot on 2025-04-19 02:05:58 UTC
View on GitHub

👌 Experiment pr-133502-3 created and queued.
🤖 Automatically detected try build 306c6ad
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-19 02:06:59 UTC
craterbot Avatar
craterbot on 2025-04-19 02:06:59 UTC
View on GitHub

🚧 Experiment pr-133502-3 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-19 03:19:18 UTC
craterbot Avatar
craterbot on 2025-04-19 03:19:18 UTC
View on GitHub

🎉 Experiment pr-133502-3 is completed!
📊 437 regressed and 0 fixed (10000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-23 18:51:39 UTC
compiler-errors Avatar
compiler-errors on 2025-04-23 18:51:39 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-23 18:52:50 UTC
bors Avatar
bors on 2025-04-23 18:52:50 UTC
View on GitHub

⌛ Trying commit fb44217 with merge 804694e...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-23 19:01:28 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-23 19:01:28 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.778 Building wheels for collected packages: reuse
#12 2.779   Building wheel for reuse (pyproject.toml): started
#12 2.995   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 2.996   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 2.996   Stored in directory: /tmp/pip-ephem-wheel-cache-epcg1tvx/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 2.998 Successfully built reuse
#12 2.999 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.398 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.398 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.937 Collecting virtualenv
#12 3.976   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.042      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 68.4 MB/s eta 0:00:00
#12 4.097 Collecting platformdirs<5,>=3.9.1
#12 4.102   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.122 Collecting distlib<1,>=0.3.7
#12 4.126   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.134      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 90.0 MB/s eta 0:00:00
#12 4.170 Collecting filelock<4,>=3.12.2
#12 4.173   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.255 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.443 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.443 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.5s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      131008 kB
DirectMap2M:     9306112 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.215
---
fmt check
fmt: checked 5980 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/trait_goals.rs:303: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_ty_utils/src/opaque_types.rs:359: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/fulfill.rs:250: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_trait_selection/src/solve/normalize.rs:63: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:38: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:300: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:430: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:57
  local time: Wed Apr 23 19:01:17 UTC 2025
  network time: Wed, 23 Apr 2025 19:01:18 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
compiler-errors Avatar
compiler-errors on 2025-04-23 19:23:00 UTC
compiler-errors Avatar
compiler-errors on 2025-04-23 19:23:00 UTC
View on GitHub

@bors try

compiler-errors Avatar
compiler-errors on 2025-04-23 19:23:15 UTC
compiler-errors Avatar
compiler-errors on 2025-04-23 19:23:15 UTC
View on GitHub

oh oops lol

bors Avatar
bors on 2025-04-23 19:24:13 UTC
bors Avatar
bors on 2025-04-23 19:24:13 UTC
View on GitHub

⌛ Trying commit fb44217 with merge a235099...

bors Avatar
bors on 2025-04-23 21:55:38 UTC
bors Avatar
bors on 2025-04-23 21:55:38 UTC
View on GitHub

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

lcnr Avatar
lcnr on 2025-04-24 13:39:04 UTC
lcnr Avatar
lcnr on 2025-04-24 13:39:04 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-24 13:40:15 UTC
bors Avatar
bors on 2025-04-24 13:40:15 UTC
View on GitHub

⌛ Trying commit 9e78297 with merge 0c7fed2...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-24 13:57:40 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-24 13:57:40 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
  make \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.756 Building wheels for collected packages: reuse
#12 2.757   Building wheel for reuse (pyproject.toml): started
#12 2.969   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 2.970   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 2.970   Stored in directory: /tmp/pip-ephem-wheel-cache-an8lgopc/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 2.973 Successfully built reuse
#12 2.973 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.405 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.405 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.957 Collecting virtualenv
#12 3.998   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.114      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 38.1 MB/s eta 0:00:00
#12 4.170 Collecting platformdirs<5,>=3.9.1
#12 4.174   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.213 Collecting filelock<4,>=3.12.2
#12 4.217   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.235 Collecting distlib<1,>=0.3.7
#12 4.239   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.247      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 76.4 MB/s eta 0:00:00
#12 4.328 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.515 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.515 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.6s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      112576 kB
DirectMap2M:     6178816 kB
DirectMap1G:    12582912 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.213
---
fmt check
fmt: checked 5981 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:38: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:300: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:430: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:45
  local time: Thu Apr 24 13:57:28 UTC 2025
  network time: Thu, 24 Apr 2025 13:57:28 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-04-24 15:43:08 UTC
bors Avatar
bors on 2025-04-24 15:43:08 UTC
View on GitHub

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

compiler-errors Avatar
compiler-errors on 2025-04-24 16:26:10 UTC
compiler-errors Avatar
compiler-errors on 2025-04-24 16:26:10 UTC
View on GitHub

@craterbot run mode=check-only crates=top-10000 start=master#dc8fe1f81c6cf13c0987944c525b2aa81625b5d0 end=try#0c7fed2b7584d310ca8221267fa1b3bec4df427f p=1

craterbot Avatar
craterbot on 2025-04-24 16:26:13 UTC
craterbot Avatar
craterbot on 2025-04-24 16:26:13 UTC
View on GitHub

👌 Experiment pr-133502-4 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-24 19:58:25 UTC
craterbot Avatar
craterbot on 2025-04-24 19:58:25 UTC
View on GitHub

🚧 Experiment pr-133502-4 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-24 22:24:27 UTC
craterbot Avatar
craterbot on 2025-04-24 22:24:27 UTC
View on GitHub

🎉 Experiment pr-133502-4 is completed!
📊 164 regressed and 0 fixed (10000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-25 18:30:23 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-25 18:30:23 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.807 Building wheels for collected packages: reuse
#12 2.809   Building wheel for reuse (pyproject.toml): started
#12 3.028   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.029   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.029   Stored in directory: /tmp/pip-ephem-wheel-cache-nqa5yxif/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.031 Successfully built reuse
#12 3.031 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.435 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.435 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.979 Collecting virtualenv
#12 4.017   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.079      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 73.4 MB/s eta 0:00:00
#12 4.134 Collecting platformdirs<5,>=3.9.1
#12 4.137   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.175 Collecting filelock<4,>=3.12.2
#12 4.179   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.197 Collecting distlib<1,>=0.3.7
#12 4.201   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.208      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 93.8 MB/s eta 0:00:00
#12 4.297 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.480 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.481 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.6s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      118720 kB
DirectMap2M:     7221248 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.215
---
fmt check
fmt: checked 5994 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:38: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:300: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:430: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:48
  local time: Fri Apr 25 18:30:12 UTC 2025
  network time: Fri, 25 Apr 2025 18:30:12 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
compiler-errors Avatar
compiler-errors on 2025-04-25 18:31:58 UTC
compiler-errors Avatar
compiler-errors on 2025-04-25 18:31:58 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-25 18:33:14 UTC
bors Avatar
bors on 2025-04-25 18:33:14 UTC
View on GitHub

⌛ Trying commit 0374022 with merge 1d0e7c0...

bors Avatar
bors on 2025-04-25 21:06:18 UTC
bors Avatar
bors on 2025-04-25 21:06:18 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 1d0e7c0 (1d0e7c032bf9b905a3165592072b5cc63c491d50)

compiler-errors Avatar
compiler-errors on 2025-04-25 21:51:56 UTC
compiler-errors Avatar
compiler-errors on 2025-04-25 21:51:56 UTC
View on GitHub

@craterbot check crates=top-10000

craterbot Avatar
craterbot on 2025-04-25 21:52:01 UTC
craterbot Avatar
craterbot on 2025-04-25 21:52:01 UTC
View on GitHub

👌 Experiment pr-133502-5 created and queued.
🤖 Automatically detected try build 1d0e7c0
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-25 22:19:10 UTC
compiler-errors Avatar
compiler-errors on 2025-04-25 22:19:10 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-04-25 22:19:13 UTC
craterbot Avatar
craterbot on 2025-04-25 22:19:13 UTC
View on GitHub

📝 Configuration of the pr-133502-5 experiment changed.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-26 17:25:12 UTC
craterbot Avatar
craterbot on 2025-04-26 17:25:12 UTC
View on GitHub

🚧 Experiment pr-133502-5 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-26 20:20:47 UTC
craterbot Avatar
craterbot on 2025-04-26 20:20:47 UTC
View on GitHub

🎉 Experiment pr-133502-5 is completed!
📊 108 regressed and 0 fixed (10000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-28 20:05:58 UTC
compiler-errors Avatar
compiler-errors on 2025-04-28 20:05:58 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-28 20:07:10 UTC
bors Avatar
bors on 2025-04-28 20:07:10 UTC
View on GitHub

⌛ Trying commit f246fe4 with merge 4963d72...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:13:01 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:13:01 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#18 exporting to docker image format
#18 sending tarball 20.5s done
#18 DONE 27.1s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-19]
[CI_JOB_NAME=x86_64-gnu-llvm-19]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-19', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--set', 'gcc.download-ci-gcc=true', '--enable-new-symbol-mangling']
configure: build.build          := x86_64-unknown-linux-gnu
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-19/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
---

error[E0405]: cannot find trait `TypeFolder` in this scope
   --> compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:907:27
    |
907 |         impl<I: Interner> TypeFolder<I> for ReplaceOpaque<I> {
    |                           ^^^^^^^^^^ not found in this scope
    |
help: consider importing one of these traits
    |
5   + use crate::solve::ty::TypeFolder;
compiler-errors Avatar
compiler-errors on 2025-04-28 20:15:58 UTC
compiler-errors Avatar
compiler-errors on 2025-04-28 20:15:58 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-28 20:17:10 UTC
bors Avatar
bors on 2025-04-28 20:17:10 UTC
View on GitHub

⌛ Trying commit 2e71b5f with merge b52df42...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:19:58 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:19:58 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#19 exporting to docker image format
#19 sending tarball 20.4s done
#19 DONE 23.1s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-19]
[CI_JOB_NAME=x86_64-gnu-llvm-19]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-19', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--set', 'gcc.download-ci-gcc=true', '--enable-new-symbol-mangling']
configure: build.build          := x86_64-unknown-linux-gnu
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-19/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
---

error[E0405]: cannot find trait `TypeFolder` in this scope
   --> compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:907:27
    |
907 |         impl<I: Interner> TypeFolder<I> for ReplaceOpaque<I> {
    |                           ^^^^^^^^^^ not found in this scope
    |
help: consider importing one of these traits
    |
5   + use crate::solve::ty::TypeFolder;
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:20:33 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:20:33 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---

error[E0405]: cannot find trait `TypeFolder` in this scope
   --> compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:907:27
    |
907 |         impl<I: Interner> TypeFolder<I> for ReplaceOpaque<I> {
    |                           ^^^^^^^^^^ not found in this scope
    |
help: consider importing one of these traits
    |
5   + use crate::solve::ty::TypeFolder;
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.97/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/main.rs:230:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/main.rs:219:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/main.rs:216:29
   8: opt_dist::main
             at /rustc/4963d726e4496a6e6a63b54bd748c45372962da9/src/tools/opt-dist/src/main.rs:416:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:29:02 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:29:02 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---
[RUSTC-TIMING] rustc_feature test:false 1.577
error[E0405]: cannot find trait `TypeFolder` in this scope
   --> compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:907:27
    |
907 |         impl<I: Interner> TypeFolder<I> for ReplaceOpaque<I> {
    |                           ^^^^^^^^^^ not found in this scope
    |
help: consider importing one of these traits
    |
5   + use crate::solve::ty::TypeFolder;
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.97/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/main.rs:230:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/main.rs:219:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/main.rs:216:29
   8: opt_dist::main
             at /rustc/b52df42cae73aea9f3ed88cbd32e52d6cacb1aff/src/tools/opt-dist/src/main.rs:416:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
bors Avatar
bors on 2025-04-28 20:29:17 UTC
bors Avatar
bors on 2025-04-28 20:29:17 UTC
View on GitHub

💔 Test failed - checks-actions

lcnr Avatar
lcnr on 2025-04-28 20:32:44 UTC
lcnr Avatar
lcnr on 2025-04-28 20:32:44 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-28 20:33:55 UTC
bors Avatar
bors on 2025-04-28 20:33:55 UTC
View on GitHub

⌛ Trying commit cac7fc8 with merge 3142be4...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:41:27 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-28 20:41:27 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.120 Building wheels for collected packages: reuse
#12 3.121   Building wheel for reuse (pyproject.toml): started
#12 3.336   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.337   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.337   Stored in directory: /tmp/pip-ephem-wheel-cache-u7g1alfg/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.340 Successfully built reuse
#12 3.340 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.739 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.739 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.273 Collecting virtualenv
#12 4.379   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.552      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 25.3 MB/s eta 0:00:00
#12 4.594 Collecting distlib<1,>=0.3.7
#12 4.620   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.627      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 94.0 MB/s eta 0:00:00
#12 4.666 Collecting filelock<4,>=3.12.2
#12 4.692   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.749 Collecting platformdirs<5,>=3.9.1
#12 4.775   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.858 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 5.041 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 5.041 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 5.1s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      116672 kB
DirectMap2M:     6174720 kB
DirectMap1G:    12582912 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.215
---
fmt check
fmt: checked 5997 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:890: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:921: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:38: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:300: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:430: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
Collecting pip
  Downloading pip-25.1-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-25.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 24.9 MB/s eta 0:00:00
Installing collected packages: pip
---
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:47
  local time: Mon Apr 28 20:41:16 UTC 2025
  network time: Mon, 28 Apr 2025 20:41:16 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-04-28 23:08:23 UTC
bors Avatar
bors on 2025-04-28 23:08:23 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 3142be4 (3142be4586e10dc773ebcd0218cc336b7e474fac)

compiler-errors Avatar
compiler-errors on 2025-04-29 00:42:02 UTC
compiler-errors Avatar
compiler-errors on 2025-04-29 00:42:02 UTC
View on GitHub

@craterbot check crates=top-10000 p=1

craterbot Avatar
craterbot on 2025-04-29 00:42:07 UTC
craterbot Avatar
craterbot on 2025-04-29 00:42:07 UTC
View on GitHub

👌 Experiment pr-133502-6 created and queued.
🤖 Automatically detected try build 3142be4
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-29 01:05:43 UTC
compiler-errors Avatar
compiler-errors on 2025-04-29 01:05:43 UTC
View on GitHub

@craterbot cancel

craterbot Avatar
craterbot on 2025-04-29 01:05:45 UTC
craterbot Avatar
craterbot on 2025-04-29 01:05:45 UTC
View on GitHub

🗑️ Experiment pr-133502-6 deleted!

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-29 01:11:26 UTC
compiler-errors Avatar
compiler-errors on 2025-04-29 01:11:26 UTC
View on GitHub

@craterbot check crates=top-10000 p=1

craterbot Avatar
craterbot on 2025-04-29 01:11:29 UTC
craterbot Avatar
craterbot on 2025-04-29 01:11:29 UTC
View on GitHub

👌 Experiment pr-133502-6 created and queued.
🤖 Automatically detected try build 3142be4
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-29 02:27:28 UTC
craterbot Avatar
craterbot on 2025-04-29 02:27:28 UTC
View on GitHub

🚧 Experiment pr-133502-6 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-04-29 03:39:38 UTC
craterbot Avatar
craterbot on 2025-04-29 03:39:38 UTC
View on GitHub

🎉 Experiment pr-133502-6 is completed!
📊 91 regressed and 0 fixed (10000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-29 17:34:32 UTC
compiler-errors Avatar
compiler-errors on 2025-04-29 17:34:32 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-29 17:35:44 UTC
bors Avatar
bors on 2025-04-29 17:35:44 UTC
View on GitHub

⌛ Trying commit 9edddb3 with merge 054c7e7...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-29 17:43:47 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-29 17:43:47 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.758 Building wheels for collected packages: reuse
#12 2.759   Building wheel for reuse (pyproject.toml): started
#12 2.978   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 2.979   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 2.979   Stored in directory: /tmp/pip-ephem-wheel-cache-e_8q8yji/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 2.982 Successfully built reuse
#12 2.982 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.394 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.394 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.928 Collecting virtualenv
#12 3.966   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.027      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 74.5 MB/s eta 0:00:00
#12 4.084 Collecting filelock<4,>=3.12.2
#12 4.088   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.123 Collecting platformdirs<5,>=3.9.1
#12 4.127   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.146 Collecting distlib<1,>=0.3.7
#12 4.149   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.157      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 84.8 MB/s eta 0:00:00
#12 4.237 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.422 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.422 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.5s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      120768 kB
DirectMap2M:     9316352 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.222
---
##[endgroup]
[TIMING] core::build_steps::tool::ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 35.563
[TIMING] core::build_steps::tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:189:
         generate_proof_tree: GenerateProofTree,
         span: I::Span,
     ) -> (Result<(HasChanged, Certainty), NoSolution>, Option<inspect::GoalEvaluation<I>>) {
-        EvalCtxt::enter_root(self, self.cx().recursion_limit() * 2, generate_proof_tree, span, |ecx| {
-            ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal)
-        })
+        EvalCtxt::enter_root(
+            self,
+            self.cx().recursion_limit() * 2,
+            generate_proof_tree,
+            span,
+            |ecx| ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal),
+        )
     }
 
     fn root_goal_may_hold_with_depth(
fmt: checked 5998 files
Build completed unsuccessfully in 0:01:15
  local time: Tue Apr 29 17:43:31 UTC 2025
  network time: Tue, 29 Apr 2025 17:43:35 GMT
##[error]Process completed with exit code 1.
bors Avatar
bors on 2025-04-29 20:00:31 UTC
bors Avatar
bors on 2025-04-29 20:00:31 UTC
View on GitHub

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

bors Avatar
bors on 2025-04-29 20:08:47 UTC
bors Avatar
bors on 2025-04-29 20:08:47 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 054c7e7 (054c7e7711da7fc1df65dbccec4027857a677224)

compiler-errors Avatar
compiler-errors on 2025-04-30 00:21:41 UTC
compiler-errors Avatar
compiler-errors on 2025-04-30 00:21:41 UTC
View on GitHub

@craterbot check crates=top-10000

craterbot Avatar
craterbot on 2025-04-30 00:21:45 UTC
craterbot Avatar
craterbot on 2025-04-30 00:21:45 UTC
View on GitHub

👌 Experiment pr-133502-7 created and queued.
🤖 Automatically detected try build 054c7e7
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-04-30 01:51:31 UTC
compiler-errors Avatar
compiler-errors on 2025-04-30 01:51:31 UTC
View on GitHub

@craterbot cancel

craterbot Avatar
craterbot on 2025-04-30 01:57:24 UTC
craterbot Avatar
craterbot on 2025-04-30 01:57:24 UTC
View on GitHub

🗑️ Experiment pr-133502-7 deleted!

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-30 02:05:47 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-30 02:05:47 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.936 Building wheels for collected packages: reuse
#12 2.937   Building wheel for reuse (pyproject.toml): started
#12 3.152   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.153   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.153   Stored in directory: /tmp/pip-ephem-wheel-cache-scysdocu/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.155 Successfully built reuse
#12 3.156 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.549 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.549 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.092 Collecting virtualenv
#12 4.163   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.268      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 42.9 MB/s eta 0:00:00
#12 4.308 Collecting distlib<1,>=0.3.7
#12 4.323   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.330      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 96.9 MB/s eta 0:00:00
#12 4.365 Collecting platformdirs<5,>=3.9.1
#12 4.380   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.417 Collecting filelock<4,>=3.12.2
#12 4.431   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.513 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.699 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.699 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.8s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      126912 kB
DirectMap2M:     8261632 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.217
---
fmt check
fmt: checked 5998 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:890: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:921: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:318: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:448: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
Collecting pip
  Downloading pip-25.1-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-25.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 112.3 MB/s eta 0:00:00
Installing collected packages: pip
---
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:56
  local time: Wed Apr 30 02:05:31 UTC 2025
  network time: Wed, 30 Apr 2025 02:05:31 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
lcnr Avatar
lcnr on 2025-04-30 02:24:55 UTC
lcnr Avatar
lcnr on 2025-04-30 02:24:55 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-30 02:26:09 UTC
bors Avatar
bors on 2025-04-30 02:26:09 UTC
View on GitHub

⌛ Trying commit f5ed330 with merge 6b485c4...

lcnr Avatar
lcnr on 2025-04-30 02:27:03 UTC
lcnr Avatar
lcnr on 2025-04-30 02:27:03 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-04-30 02:28:15 UTC
bors Avatar
bors on 2025-04-30 02:28:15 UTC
View on GitHub

⌛ Trying commit 774c6c3 with merge 2e83124...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-30 02:37:09 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-30 02:37:09 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.920 Building wheels for collected packages: reuse
#12 2.922   Building wheel for reuse (pyproject.toml): started
#12 3.134   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.135   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.135   Stored in directory: /tmp/pip-ephem-wheel-cache-cyduvjzk/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.137 Successfully built reuse
#12 3.138 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.537 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.537 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.079 Collecting virtualenv
#12 4.145   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.336      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 22.9 MB/s eta 0:00:00
#12 4.379 Collecting distlib<1,>=0.3.7
#12 4.386   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.399      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 43.6 MB/s eta 0:00:00
#12 4.438 Collecting filelock<4,>=3.12.2
#12 4.445   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.484 Collecting platformdirs<5,>=3.9.1
#12 4.491   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.573 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.757 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.758 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.8s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      122816 kB
DirectMap2M:     7217152 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.223
---
fmt check
fmt: checked 5998 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:890: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:921: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:364: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:318: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:448: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
Collecting pip
  Downloading pip-25.1-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-25.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 80.2 MB/s eta 0:00:00
Installing collected packages: pip
---
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:47
  local time: Wed Apr 30 02:36:57 UTC 2025
  network time: Wed, 30 Apr 2025 02:36:57 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-30 02:39:07 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-04-30 02:39:07 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---
[RUSTC-TIMING] rustc_attr_data_structures test:false 0.367
error: unused variable: `prev`
   --> compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:363:17
    |
363 |             let prev = ecx.delegate.register_hidden_type_in_storage(key, ty, ecx.origin_span);
    |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
    |
    = note: `-D unused-variables` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unused_variables)]`

[RUSTC-TIMING] rustc_next_trait_solver test:false 1.461
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.97/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/main.rs:230:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/main.rs:219:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/main.rs:216:29
   8: opt_dist::main
             at /rustc/6b485c4dc6414de33bc979cfca830dae5d0f445e/src/tools/opt-dist/src/main.rs:416:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
bors Avatar
bors on 2025-04-30 04:58:49 UTC
bors Avatar
bors on 2025-04-30 04:58:49 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 2e83124 (2e831243c6033c13c158e2bed1ef5be948a9fe7c)

compiler-errors Avatar
compiler-errors on 2025-04-30 14:25:11 UTC
compiler-errors Avatar
compiler-errors on 2025-04-30 14:25:11 UTC
View on GitHub

@craterbot check p=1 crates=top-10000

craterbot Avatar
craterbot on 2025-04-30 14:25:16 UTC
craterbot Avatar
craterbot on 2025-04-30 14:25:16 UTC
View on GitHub

👌 Experiment pr-133502-7 created and queued.
🤖 Automatically detected try build 2e83124
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-01 06:07:52 UTC
craterbot Avatar
craterbot on 2025-05-01 06:07:52 UTC
View on GitHub

🚧 Experiment pr-133502-7 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-01 07:27:37 UTC
craterbot Avatar
craterbot on 2025-05-01 07:27:37 UTC
View on GitHub

🎉 Experiment pr-133502-7 is completed!
📊 145 regressed and 1 fixed (10000 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-05-01 15:39:12 UTC
lcnr Avatar
lcnr on 2025-05-01 15:39:12 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-01 15:40:24 UTC
bors Avatar
bors on 2025-05-01 15:40:24 UTC
View on GitHub

⌛ Trying commit 333201e with merge 158a323...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-01 15:49:45 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-01 15:49:45 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.942 Building wheels for collected packages: reuse
#12 2.943   Building wheel for reuse (pyproject.toml): started
#12 3.157   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.158   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 3.158   Stored in directory: /tmp/pip-ephem-wheel-cache-4idwxs6w/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.161 Successfully built reuse
#12 3.161 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.569 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.569 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.114 Collecting virtualenv
#12 4.184   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.345      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 27.4 MB/s eta 0:00:00
#12 4.406 Collecting platformdirs<5,>=3.9.1
#12 4.414   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.453 Collecting distlib<1,>=0.3.7
#12 4.460   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.472      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 48.1 MB/s eta 0:00:00
#12 4.512 Collecting filelock<4,>=3.12.2
#12 4.520   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.602 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.786 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.786 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.9s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      122816 kB
DirectMap2M:     6168576 kB
DirectMap1G:    12582912 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.216
---
fmt check
fmt: checked 5997 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:890: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:921: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_hir_typeck/src/opaque_types.rs:51: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:318: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:448: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.0.1)
Collecting pip
  Downloading pip-25.1-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-25.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 61.8 MB/s eta 0:00:00
Installing collected packages: pip
---
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:49
  local time: Thu May  1 15:49:34 UTC 2025
  network time: Thu, 01 May 2025 15:49:34 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-05-01 18:10:23 UTC
bors Avatar
bors on 2025-05-01 18:10:23 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 158a323 (158a323ccfc4db99c60d815104cac03941cdef35)

lcnr Avatar
lcnr on 2025-05-01 18:11:24 UTC
lcnr Avatar
lcnr on 2025-05-01 18:11:24 UTC
View on GitHub

@craterbot check

craterbot Avatar
craterbot on 2025-05-01 18:11:41 UTC
craterbot Avatar
craterbot on 2025-05-01 18:11:41 UTC
View on GitHub

👌 Experiment pr-133502-8 created and queued.
🤖 Automatically detected try build 158a323
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-02 06:26:54 UTC
craterbot Avatar
craterbot on 2025-05-02 06:26:54 UTC
View on GitHub

🚧 Experiment pr-133502-8 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-03 11:19:08 UTC
craterbot Avatar
craterbot on 2025-05-03 11:19:08 UTC
View on GitHub

🚨 Report generation of pr-133502-8 failed: timed out waiting for connection
🛠️ If the error is fixed use the retry-report command.

🆘 Can someone from the infra team check in on this? @rust-lang/infra
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-05-03 15:16:46 UTC
compiler-errors Avatar
compiler-errors on 2025-05-03 15:16:46 UTC
View on GitHub

@craterbot retry-report

craterbot Avatar
craterbot on 2025-05-03 15:16:48 UTC
craterbot Avatar
craterbot on 2025-05-03 15:16:48 UTC
View on GitHub

🛠️ Generation of the report for pr-133502-8 queued again.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-03 17:58:46 UTC
craterbot Avatar
craterbot on 2025-05-03 17:58:46 UTC
View on GitHub

🎉 Experiment pr-133502-8 is completed!
📊 1585 regressed and 5 fixed (624228 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-05-03 21:30:48 UTC
lcnr Avatar
lcnr on 2025-05-03 21:30:48 UTC
View on GitHub

Of the 1500 regressions, more than 850 are likely due to #139587 (comment).

Gonna rebase and retry

lcnr Avatar
lcnr on 2025-05-03 21:57:06 UTC
lcnr Avatar
lcnr on 2025-05-03 21:57:06 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-03 21:58:17 UTC
bors Avatar
bors on 2025-05-03 21:58:17 UTC
View on GitHub

⌛ Trying commit b65609f with merge da76121...

lcnr Avatar
lcnr on 2025-05-03 21:59:52 UTC · edited
lcnr Avatar
lcnr on 2025-05-03 21:59:52 UTC · edited
View on GitHub

for later check end=84c051464880f6562c163533e11878fbf1f31402 crates=https://crater-reports.s3.amazonaws.com/pr-133502-8/retry-regressed-list.txt

lcnr Avatar
lcnr on 2025-05-03 22:01:36 UTC
lcnr Avatar
lcnr on 2025-05-03 22:01:36 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-03 22:02:47 UTC
bors Avatar
bors on 2025-05-03 22:02:47 UTC
View on GitHub

⌛ Trying commit a6233e8 with merge 84c0514...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-03 22:10:20 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-03 22:10:20 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.768 Building wheels for collected packages: reuse
#12 2.770   Building wheel for reuse (pyproject.toml): started
#12 2.987   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 2.988   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=5bb60f62728aaedff7162745ce743c7f2f55069b3e7f82e6a37d70df455797cc
#12 2.988   Stored in directory: /tmp/pip-ephem-wheel-cache-y9o4s5mb/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 2.990 Successfully built reuse
#12 2.990 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.388 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.388 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.934 Collecting virtualenv
#12 3.974   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.037      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 71.3 MB/s eta 0:00:00
#12 4.077 Collecting distlib<1,>=0.3.7
#12 4.081   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.088      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 99.0 MB/s eta 0:00:00
#12 4.124 Collecting filelock<4,>=3.12.2
#12 4.128   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.160 Collecting platformdirs<5,>=3.9.1
#12 4.164   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.247 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.430 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.430 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.5s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      131008 kB
DirectMap2M:     6160384 kB
DirectMap1G:    12582912 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.217
---
##[endgroup]
[TIMING] core::build_steps::tool::ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 36.213
[TIMING] core::build_steps::tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:188:
         generate_proof_tree: GenerateProofTree,
         span: I::Span,
     ) -> (Result<(HasChanged, Certainty), NoSolution>, Option<inspect::GoalEvaluation<I>>) {
-        EvalCtxt::enter_root(self, self.cx().recursion_limit() * 2, generate_proof_tree, span, |ecx| {
-            ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal)
-        })
+        EvalCtxt::enter_root(
+            self,
+            self.cx().recursion_limit() * 2,
+            generate_proof_tree,
+            span,
+            |ecx| ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal),
+        )
     }
 
     fn root_goal_may_hold_with_depth(
fmt: checked 5997 files
Build completed unsuccessfully in 0:01:16
  local time: Sat May  3 22:10:10 UTC 2025
  network time: Sat, 03 May 2025 22:10:10 GMT
##[error]Process completed with exit code 1.
lcnr Avatar
lcnr on 2025-05-03 22:12:02 UTC
lcnr Avatar
lcnr on 2025-05-03 22:12:02 UTC
View on GitHub

Alright, never mind. The rebase of #140496 over #140498 is non-trivial and my straightforward attempt ended up breaking it. Need to properly rebase that PR to do another run here

bors Avatar
bors on 2025-05-04 00:35:33 UTC
bors Avatar
bors on 2025-05-04 00:35:33 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 84c0514 (84c051464880f6562c163533e11878fbf1f31402)

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 00:57:10 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 00:57:10 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.029 Building wheels for collected packages: reuse
#12 3.030   Building wheel for reuse (pyproject.toml): started
#12 3.247   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.248   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.248   Stored in directory: /tmp/pip-ephem-wheel-cache-66m6sg5y/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.250 Successfully built reuse
#12 3.251 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.653 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.654 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.180 Collecting virtualenv
#12 4.230   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.305      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 59.9 MB/s eta 0:00:00
#12 4.359 Collecting platformdirs<5,>=3.9.1
#12 4.363   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.383 Collecting distlib<1,>=0.3.7
#12 4.388   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.395      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 94.3 MB/s eta 0:00:00
#12 4.431 Collecting filelock<4,>=3.12.2
#12 4.435   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.519 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.702 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.702 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.8s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      128960 kB
DirectMap2M:     9308160 kB
DirectMap1G:     9437184 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.213
---
##[endgroup]
[TIMING] core::build_steps::tool::ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 35.745
[TIMING] core::build_steps::tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:188:
         generate_proof_tree: GenerateProofTree,
         span: I::Span,
     ) -> (Result<(HasChanged, Certainty), NoSolution>, Option<inspect::GoalEvaluation<I>>) {
-        EvalCtxt::enter_root(self, self.cx().recursion_limit() * 2, generate_proof_tree, span, |ecx| {
-            ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal)
-        })
+        EvalCtxt::enter_root(
+            self,
+            self.cx().recursion_limit() * 2,
+            generate_proof_tree,
+            span,
+            |ecx| ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal),
+        )
     }
 
     fn root_goal_may_hold_with_depth(
fmt: checked 5997 files
Build completed unsuccessfully in 0:01:15
  local time: Mon May  5 00:56:58 UTC 2025
  network time: Mon, 05 May 2025 00:56:58 GMT
##[error]Process completed with exit code 1.
lcnr Avatar
lcnr on 2025-05-05 01:02:19 UTC
lcnr Avatar
lcnr on 2025-05-05 01:02:19 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-05 01:03:31 UTC
bors Avatar
bors on 2025-05-05 01:03:31 UTC
View on GitHub

⌛ Trying commit 9332660 with merge 2bef413...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 01:11:48 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 01:11:48 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 4.128   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.195      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 67.7 MB/s eta 0:00:00
#12 4.253 Collecting filelock<4,>=3.12.2
#12 4.264   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.301 Collecting platformdirs<5,>=3.9.1
#12 4.320   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.344 Collecting distlib<1,>=0.3.7
#12 4.349   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.356      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 88.6 MB/s eta 0:00:00
#12 4.440 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.627 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.627 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.7s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      124864 kB
DirectMap2M:     7215104 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.217
---
##[endgroup]
[TIMING] core::build_steps::tool::ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 36.213
[TIMING] core::build_steps::tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:188:
         generate_proof_tree: GenerateProofTree,
         span: I::Span,
     ) -> (Result<(HasChanged, Certainty), NoSolution>, Option<inspect::GoalEvaluation<I>>) {
-        EvalCtxt::enter_root(self, self.cx().recursion_limit() * 2, generate_proof_tree, span, |ecx| {
-            ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal)
-        })
+        EvalCtxt::enter_root(
+            self,
+            self.cx().recursion_limit() * 2,
+            generate_proof_tree,
+            span,
+            |ecx| ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal),
+        )
     }
 
     fn root_goal_may_hold_with_depth(
fmt: checked 5997 files
Build completed unsuccessfully in 0:01:17
  local time: Mon May  5 01:11:39 UTC 2025
  network time: Mon, 05 May 2025 01:11:39 GMT
##[error]Process completed with exit code 1.
bors Avatar
bors on 2025-05-05 03:35:22 UTC
bors Avatar
bors on 2025-05-05 03:35:22 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 2bef413 (2bef413807188d2b84cd7cc67c6e5bc4a5952d95)

lcnr Avatar
lcnr on 2025-05-05 03:45:17 UTC
lcnr Avatar
lcnr on 2025-05-05 03:45:17 UTC
View on GitHub

@craterbot check end=2bef413807188d2b84cd7cc67c6e5bc4a5952d95 crates=https://crater-reports.s3.amazonaws.com/pr-133502-8/retry-regressed-list.txt

craterbot Avatar
craterbot on 2025-05-05 03:45:19 UTC
craterbot Avatar
craterbot on 2025-05-05 03:45:19 UTC
View on GitHub

🚨 Error: failed to parse the command

🆘 If you have any trouble with Crater please ping @rust-lang/infra!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-05-05 03:45:53 UTC
lcnr Avatar
lcnr on 2025-05-05 03:45:53 UTC
View on GitHub

@craterbot check start=master#
2958d89 end=try#2bef413807188d2b84cd7cc67c6e5bc4a5952d95 crates=https://crater-reports.s3.amazonaws.com/pr-133502-8/retry-regressed-list.txt

craterbot Avatar
craterbot on 2025-05-05 03:45:56 UTC
craterbot Avatar
craterbot on 2025-05-05 03:45:56 UTC
View on GitHub

🚨 Error: failed to parse the command

🆘 If you have any trouble with Crater please ping @rust-lang/infra!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-05-05 03:46:28 UTC
lcnr Avatar
lcnr on 2025-05-05 03:46:28 UTC
View on GitHub

@craterbot check start=master#2958d8969cb3096a533927a566e72477c55d8653 end=try#2bef413807188d2b84cd7cc67c6e5bc4a5952d95 crates=https://crater-reports.s3.amazonaws.com/pr-133502-8/retry-regressed-list.txt

craterbot Avatar
craterbot on 2025-05-05 03:46:35 UTC
craterbot Avatar
craterbot on 2025-05-05 03:46:35 UTC
View on GitHub

👌 Experiment pr-133502-9 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-05-05 03:46:48 UTC
lcnr Avatar
lcnr on 2025-05-05 03:46:48 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-05-05 03:46:51 UTC
craterbot Avatar
craterbot on 2025-05-05 03:46:51 UTC
View on GitHub

📝 Configuration of the pr-133502-9 experiment changed.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 03:57:33 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 03:57:33 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.823 Building wheels for collected packages: reuse
#12 2.824   Building wheel for reuse (pyproject.toml): started
#12 3.035   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.036   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.036   Stored in directory: /tmp/pip-ephem-wheel-cache-7wb97rvk/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.039 Successfully built reuse
#12 3.039 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.433 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.434 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.958 Collecting virtualenv
#12 4.045   Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
#12 4.184      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 32.6 MB/s eta 0:00:00
#12 4.224 Collecting distlib<1,>=0.3.7
#12 4.244   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.250      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 99.0 MB/s eta 0:00:00
#12 4.285 Collecting platformdirs<5,>=3.9.1
#12 4.305   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.345 Collecting filelock<4,>=3.12.2
#12 4.365   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.448 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.630 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.30.0
#12 4.631 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.7s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      131008 kB
DirectMap2M:     8257536 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.214
---
##[endgroup]
[TIMING] core::build_steps::tool::ToolBuild { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 36.017
[TIMING] core::build_steps::tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/mod.rs:188:
         generate_proof_tree: GenerateProofTree,
         span: I::Span,
     ) -> (Result<(HasChanged, Certainty), NoSolution>, Option<inspect::GoalEvaluation<I>>) {
-        EvalCtxt::enter_root(self, self.cx().recursion_limit() * 2, generate_proof_tree, span, |ecx| {
-            ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal)
-        })
+        EvalCtxt::enter_root(
+            self,
+            self.cx().recursion_limit() * 2,
+            generate_proof_tree,
+            span,
+            |ecx| ecx.evaluate_goal(GoalEvaluationKind::Root, GoalSource::Misc, goal),
+        )
     }
 
     fn root_goal_may_hold_with_depth(
fmt: checked 5997 files
Build completed unsuccessfully in 0:01:17
  local time: Mon May  5 03:57:21 UTC 2025
  network time: Mon, 05 May 2025 03:57:21 GMT
##[error]Process completed with exit code 1.
craterbot Avatar
craterbot on 2025-05-05 05:51:04 UTC
craterbot Avatar
craterbot on 2025-05-05 05:51:04 UTC
View on GitHub

🚧 Experiment pr-133502-9 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-05 09:57:21 UTC
craterbot Avatar
craterbot on 2025-05-05 09:57:21 UTC
View on GitHub

🎉 Experiment pr-133502-9 is completed!
📊 931 regressed and 0 fixed (8964 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 19:11:59 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-05 19:11:59 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.791 Building wheels for collected packages: reuse
#12 2.792   Building wheel for reuse (pyproject.toml): started
#12 3.014   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.015   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.015   Stored in directory: /tmp/pip-ephem-wheel-cache-fv3phtjq/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.018 Successfully built reuse
#12 3.018 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.432 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.433 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.981 Collecting virtualenv
#12 4.019   Downloading virtualenv-20.31.0-py3-none-any.whl (6.1 MB)
#12 4.094      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 84.4 MB/s eta 0:00:00
#12 4.153 Collecting platformdirs<5,>=3.9.1
#12 4.157   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.194 Collecting filelock<4,>=3.12.2
#12 4.198   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.218 Collecting distlib<1,>=0.3.7
#12 4.223   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.232      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 76.2 MB/s eta 0:00:00
#12 4.314 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.506 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.31.0
#12 4.507 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.6s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      128960 kB
DirectMap2M:     6162432 kB
DirectMap1G:    12582912 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.221
---
fmt check
fmt: checked 5999 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:912: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:943: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:427: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:485: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1)
Collecting pip
  Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-25.1.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 124.8 MB/s eta 0:00:00
Installing collected packages: pip
---
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:52
  local time: Mon May  5 19:11:45 UTC 2025
  network time: Mon, 05 May 2025 19:11:45 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
lcnr Avatar
lcnr on 2025-05-05 19:27:18 UTC
lcnr Avatar
lcnr on 2025-05-05 19:27:18 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-05 19:28:30 UTC
bors Avatar
bors on 2025-05-05 19:28:30 UTC
View on GitHub

⌛ Trying commit 8a05416 with merge 28f13ad...

bors Avatar
bors on 2025-05-05 21:44:04 UTC
bors Avatar
bors on 2025-05-05 21:44:04 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 28f13ad (28f13ad7c79d80decb5a3d54595a8b4105f397a3)

lcnr Avatar
lcnr on 2025-05-05 22:49:52 UTC
lcnr Avatar
lcnr on 2025-05-05 22:49:52 UTC
View on GitHub

@craterbot check start=master#2958d8969cb3096a533927a566e72477c55d8653 end=try#2bef413807188d2b84cd7cc67c6e5bc4a5952d95 crates=https://crater-reports.s3.amazonaws.com/pr-133502-9/retry-regressed-list.txt p=1

craterbot Avatar
craterbot on 2025-05-05 22:49:56 UTC
craterbot Avatar
craterbot on 2025-05-05 22:49:56 UTC
View on GitHub

👌 Experiment pr-133502-10 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-05 22:49:59 UTC
craterbot Avatar
craterbot on 2025-05-05 22:49:59 UTC
View on GitHub

🚧 Experiment pr-133502-10 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-06 02:09:04 UTC
craterbot Avatar
craterbot on 2025-05-06 02:09:04 UTC
View on GitHub

🎉 Experiment pr-133502-10 is completed!
📊 925 regressed and 0 fixed (4401 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-05-06 02:18:05 UTC
compiler-errors Avatar
compiler-errors on 2025-05-06 02:18:05 UTC
View on GitHub

@craterbot check start=master#0f73f0f3941e6be6b19721548fab4e2bf919a525 end=try#28f13ad7c79d80decb5a3d54595a8b4105f397a3 crates=https://crater-reports.s3.amazonaws.com/pr-133502-9/retry-regressed-list.txt p=1

craterbot Avatar
craterbot on 2025-05-06 02:18:10 UTC
craterbot Avatar
craterbot on 2025-05-06 02:18:10 UTC
View on GitHub

👌 Experiment pr-133502-11 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-06 02:20:03 UTC
craterbot Avatar
craterbot on 2025-05-06 02:20:03 UTC
View on GitHub

🚧 Experiment pr-133502-11 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-06 04:59:53 UTC
craterbot Avatar
craterbot on 2025-05-06 04:59:53 UTC
View on GitHub

🎉 Experiment pr-133502-11 is completed!
📊 726 regressed and 0 fixed (4401 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-05-06 14:44:48 UTC
compiler-errors Avatar
compiler-errors on 2025-05-06 14:44:48 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-06 14:45:59 UTC
bors Avatar
bors on 2025-05-06 14:45:59 UTC
View on GitHub

⌛ Trying commit 901afd8 with merge 652e660...

compiler-errors Avatar
compiler-errors on 2025-05-06 14:46:32 UTC
compiler-errors Avatar
compiler-errors on 2025-05-06 14:46:32 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-06 14:47:43 UTC
bors Avatar
bors on 2025-05-06 14:47:43 UTC
View on GitHub

⌛ Trying commit c2c0115 with merge 9182ee1...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 14:53:00 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 14:53:00 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#19 exporting to docker image format
#19 sending tarball 20.9s done
#19 DONE 25.8s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-19]
[CI_JOB_NAME=x86_64-gnu-llvm-19]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-19', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--set', 'gcc.download-ci-gcc=true', '--enable-new-symbol-mangling']
configure: build.build          := x86_64-unknown-linux-gnu
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-19/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 14:59:54 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 14:59:54 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.98/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/main.rs:230:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/main.rs:219:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/main.rs:216:29
   8: opt_dist::main
             at /rustc/652e660484adb771371288f297db088de3eae15f/src/tools/opt-dist/src/main.rs:416:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:02:43 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:02:43 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---
Caused by:
    Command RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [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.98/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/exec.rs:80:17
   2: <opt_dist::exec::Bootstrap>::run
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/exec.rs:181:9
   3: opt_dist::execute_pipeline::{closure#1}::{closure#0}
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/main.rs:230:13
   4: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#0}, ()>
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/timer.rs:111:22
   5: opt_dist::execute_pipeline::{closure#1}
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/main.rs:219:9
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/main.rs:216:29
   8: opt_dist::main
             at /rustc/9182ee134a03446859c0f64dc6957b747679fd91/src/tools/opt-dist/src/main.rs:416:18
   9: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:250:5
  10: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/sys/backtrace.rs:152:18
  11: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/rt.rs:199:18
  12: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/core/src/ops/function.rs:284:13
  13: std::panicking::try::do_call
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:589:40
  14: std::panicking::try
             at /rustc/45165c82a4c5315ff52c391ad138f41ff40b52d8/library/std/src/panicking.rs:552:19
bors Avatar
bors on 2025-05-06 15:02:54 UTC
bors Avatar
bors on 2025-05-06 15:02:54 UTC
View on GitHub

💔 Test failed - checks-actions

compiler-errors Avatar
compiler-errors on 2025-05-06 15:10:24 UTC
compiler-errors Avatar
compiler-errors on 2025-05-06 15:10:24 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-06 15:11:39 UTC
bors Avatar
bors on 2025-05-06 15:11:39 UTC
View on GitHub

⌛ Trying commit e6f78b8 with merge 0550dc8...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:19:36 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:19:36 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.127 Building wheels for collected packages: reuse
#12 3.128   Building wheel for reuse (pyproject.toml): started
#12 3.341   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.343   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.343   Stored in directory: /tmp/pip-ephem-wheel-cache-nky9iknx/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.345 Successfully built reuse
#12 3.345 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.746 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.746 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.301 Collecting virtualenv
#12 4.361   Downloading virtualenv-20.31.1-py3-none-any.whl (6.1 MB)
#12 4.686      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 18.8 MB/s eta 0:00:00
#12 4.750 Collecting platformdirs<5,>=3.9.1
#12 4.761   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.808 Collecting filelock<4,>=3.12.2
#12 4.819   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.845 Collecting distlib<1,>=0.3.7
#12 4.855   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.871      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 34.2 MB/s eta 0:00:00
#12 4.953 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 5.146 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.31.1
#12 5.146 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 5.2s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      122816 kB
DirectMap2M:     7217152 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.216
---
fmt check
fmt: checked 6005 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:912: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:943: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:427: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:485: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:55
  local time: Tue May  6 15:19:22 UTC 2025
  network time: Tue, 06 May 2025 15:19:22 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:40:38 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:40:38 UTC · hidden as outdated
View on GitHub

The job mingw-check failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
error: using `.clone()` on a ref-counted pointer
  --> compiler/rustc_borrowck/src/nll.rs:91:9
   |
91 |         location_map.clone(),
   |         ^^^^^^^^^^^^^^^^^^^^ help: try: `Rc::<rustc_mir_dataflow::points::DenseLocationMap>::clone(&location_map)`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_ref_ptr
   = note: requested on the command line with `-D clippy::clone-on-ref-ptr`

[RUSTC-TIMING] rustc_borrowck test:false 7.406
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:57:38 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 15:57:38 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
#18 exporting to docker image format
#18 sending tarball 20.0s done
#18 DONE 27.1s
##[endgroup]
Setting extra environment values for docker:  --env ENABLE_GCC_CODEGEN=1 --env GCC_EXEC_PREFIX=/usr/lib/gcc/
[CI_JOB_NAME=x86_64-gnu-llvm-19]
[CI_JOB_NAME=x86_64-gnu-llvm-19]
debug: `DISABLE_CI_RUSTC_IF_INCOMPATIBLE` configured.
---
sccache: Listening on address 127.0.0.1:4226
##[group]Configure the build
configure: processing command line
configure: 
configure: build.configure-args := ['--build=x86_64-unknown-linux-gnu', '--llvm-root=/usr/lib/llvm-19', '--enable-llvm-link-shared', '--set', 'rust.randomize-layout=true', '--set', 'rust.thin-lto-import-instr-limit=10', '--set', 'build.print-step-timings', '--enable-verbose-tests', '--set', 'build.metrics', '--enable-verbose-configure', '--enable-sccache', '--disable-manage-submodules', '--enable-locked-deps', '--enable-cargo-native-static', '--set', 'rust.codegen-units-std=1', '--set', 'dist.compression-profile=balanced', '--dist-compression-formats=xz', '--set', 'rust.lld=false', '--disable-dist-src', '--release-channel=nightly', '--enable-debug-assertions', '--enable-overflow-checks', '--enable-llvm-assertions', '--set', 'rust.verify-llvm-ir', '--set', 'rust.codegen-backends=llvm,cranelift,gcc', '--set', 'llvm.static-libstdcpp', '--set', 'gcc.download-ci-gcc=true', '--enable-new-symbol-mangling']
configure: build.build          := x86_64-unknown-linux-gnu
configure: target.x86_64-unknown-linux-gnu.llvm-config := /usr/lib/llvm-19/bin/llvm-config
configure: llvm.link-shared     := True
configure: rust.randomize-layout := True
configure: rust.thin-lto-import-instr-limit := 10
---
   Compiling rustc_mir_transform v0.0.0 (/checkout/compiler/rustc_mir_transform)
error: unused variable: `obligations`
   --> compiler/rustc_hir_typeck/src/method/probe.rs:588:56
    |
588 |     let (mut steps, final_ty, reached_recursion_limit, obligations): (Vec<_>, _, _, _) =
    |                                                        ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_obligations`
    |
    = note: `-D unused-variables` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unused_variables)]`

[RUSTC-TIMING] rustc_hir_typeck test:false 7.604
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 19:28:42 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-06 19:28:42 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 3.291 Building wheels for collected packages: reuse
#12 3.292   Building wheel for reuse (pyproject.toml): started
#12 3.507   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.508   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.508   Stored in directory: /tmp/pip-ephem-wheel-cache-srdl3v8l/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.510 Successfully built reuse
#12 3.511 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.907 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.908 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.475 Collecting virtualenv
#12 4.538   Downloading virtualenv-20.31.1-py3-none-any.whl (6.1 MB)
#12 4.775      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 25.9 MB/s eta 0:00:00
#12 4.846 Collecting filelock<4,>=3.12.2
#12 4.857   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.883 Collecting distlib<1,>=0.3.7
#12 4.893   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.907      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 40.8 MB/s eta 0:00:00
#12 4.949 Collecting platformdirs<5,>=3.9.1
#12 4.960   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 5.044 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 5.240 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.31.1
#12 5.240 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 5.3s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      128960 kB
DirectMap2M:     7211008 kB
DirectMap1G:    11534336 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.222
---
fmt check
fmt: checked 6005 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:912: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:943: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:427: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:485: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:48
  local time: Tue May  6 19:28:29 UTC 2025
  network time: Tue, 06 May 2025 19:28:29 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-07 03:03:23 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-07 03:03:23 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.761 Building wheels for collected packages: reuse
#12 2.762   Building wheel for reuse (pyproject.toml): started
#12 2.971   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 2.972   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 2.973   Stored in directory: /tmp/pip-ephem-wheel-cache-1qenrqbu/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 2.975 Successfully built reuse
#12 2.975 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.380 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.380 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 3.914 Collecting virtualenv
#12 3.958   Downloading virtualenv-20.31.1-py3-none-any.whl (6.1 MB)
#12 4.077      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 51.7 MB/s eta 0:00:00
#12 4.136 Collecting platformdirs<5,>=3.9.1
#12 4.140   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.159 Collecting distlib<1,>=0.3.7
#12 4.164   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.171      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 90.7 MB/s eta 0:00:00
#12 4.204 Collecting filelock<4,>=3.12.2
#12 4.208   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.290 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.484 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.31.1
#12 4.484 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.6s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      116672 kB
DirectMap2M:     5126144 kB
DirectMap1G:    13631488 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.214
---
fmt check
fmt: checked 6005 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:910: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:941: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:427: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:485: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:44
  local time: Wed May  7 03:03:10 UTC 2025
  network time: Wed, 07 May 2025 03:03:10 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
lcnr Avatar
lcnr on 2025-05-07 03:14:05 UTC
lcnr Avatar
lcnr on 2025-05-07 03:14:05 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-07 03:15:17 UTC
bors Avatar
bors on 2025-05-07 03:15:17 UTC
View on GitHub

⌛ Trying commit 4e65105 with merge 588f1b0...

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-07 03:21:38 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-07 03:21:38 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 4.347   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.358      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 49.8 MB/s eta 0:00:00
#12 4.399 Collecting filelock<4,>=3.12.2
#12 4.406   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.442 Collecting platformdirs<5,>=3.9.1
#12 4.451   Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
#12 4.533 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.724 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.7 virtualenv-20.31.1
#12 4.724 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.8s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      128960 kB
DirectMap2M:     8259584 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.213
---
fmt check
fmt: checked 6005 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:910: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:941: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:426: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:484: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:54
  local time: Wed May  7 03:21:26 UTC 2025
  network time: Wed, 07 May 2025 03:21:26 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-05-07 05:29:15 UTC
bors Avatar
bors on 2025-05-07 05:29:15 UTC
View on GitHub

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

bors Avatar
bors on 2025-05-07 05:31:48 UTC
bors Avatar
bors on 2025-05-07 05:31:48 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 588f1b0 (588f1b08f88c7f7e61b18f45c862a65335b84346)

lcnr Avatar
lcnr on 2025-05-07 13:03:44 UTC
lcnr Avatar
lcnr on 2025-05-07 13:03:44 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-05-07 13:03:49 UTC
craterbot Avatar
craterbot on 2025-05-07 13:03:49 UTC
View on GitHub

👌 Experiment pr-133502-12 created and queued.
🤖 Automatically detected try build 588f1b0
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-08 00:20:25 UTC
craterbot Avatar
craterbot on 2025-05-08 00:20:25 UTC
View on GitHub

🚧 Experiment pr-133502-12 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-08 03:15:26 UTC
craterbot Avatar
craterbot on 2025-05-08 03:15:26 UTC
View on GitHub

🎉 Experiment pr-133502-12 is completed!
📊 668 regressed and 0 fixed (2704 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-09 01:51:28 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-09 01:51:28 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.926 Building wheels for collected packages: reuse
#12 2.927   Building wheel for reuse (pyproject.toml): started
#12 3.138   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.139   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.140   Stored in directory: /tmp/pip-ephem-wheel-cache-wy92coha/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.142 Successfully built reuse
#12 3.142 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.547 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.547 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.084 Collecting virtualenv
#12 4.140   Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
#12 4.356      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 28.4 MB/s eta 0:00:00
#12 4.416 Collecting platformdirs<5,>=3.9.1
#12 4.425   Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
#12 4.450 Collecting distlib<1,>=0.3.7
#12 4.457   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.468      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 52.4 MB/s eta 0:00:00
#12 4.506 Collecting filelock<4,>=3.12.2
#12 4.514   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.595 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.787 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.8 virtualenv-20.31.2
#12 4.787 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.9s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      137152 kB
DirectMap2M:     8251392 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
[TIMING] core::build_steps::tool::LibcxxVersionTool { target: x86_64-unknown-linux-gnu } -- 0.214
---
fmt check
fmt: checked 6007 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:420: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:477: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
tidy error: /checkout/tests/ui/nll/member-constraints/non-root-universe-existential-1.rs: too many trailing newlines (3)
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:911: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:942: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:46
  local time: Fri May  9 01:51:17 UTC 2025
  network time: Fri, 09 May 2025 01:51:17 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
lcnr Avatar
lcnr on 2025-05-09 01:58:47 UTC
lcnr Avatar
lcnr on 2025-05-09 01:58:47 UTC
View on GitHub

@bors try

bors Avatar
bors on 2025-05-09 01:59:58 UTC
bors Avatar
bors on 2025-05-09 01:59:58 UTC
View on GitHub

⌛ Trying commit a781c10 with merge 3cddd79...

bors Avatar
bors on 2025-05-09 04:15:46 UTC
bors Avatar
bors on 2025-05-09 04:15:46 UTC
View on GitHub

☀️ Try build successful - checks-actions
Build commit: 3cddd79 (3cddd79d4be3c8f1e937d09ca618d192abc69373)

lcnr Avatar
lcnr on 2025-05-09 14:13:19 UTC
lcnr Avatar
lcnr on 2025-05-09 14:13:19 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-05-09 14:13:25 UTC
craterbot Avatar
craterbot on 2025-05-09 14:13:25 UTC
View on GitHub

👌 Experiment pr-133502-13 created and queued.
🤖 Automatically detected try build 3cddd79
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-09 14:14:43 UTC
craterbot Avatar
craterbot on 2025-05-09 14:14:43 UTC
View on GitHub

🚧 Experiment pr-133502-13 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-05-09 16:34:15 UTC
craterbot Avatar
craterbot on 2025-05-09 16:34:15 UTC
View on GitHub

🎉 Experiment pr-133502-13 is completed!
📊 664 regressed and 0 fixed (2345 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

compiler-errors Avatar
compiler-errors on 2025-05-14 14:02:29 UTC
compiler-errors Avatar
compiler-errors on 2025-05-14 14:02:29 UTC
View on GitHub

@rust-timer queue

rust-timer Avatar
rust-timer on 2025-05-14 14:02:32 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2025-05-14 14:02:32 UTC · hidden as outdated
View on GitHub

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

compiler-errors Avatar
compiler-errors on 2025-05-14 14:02:50 UTC
compiler-errors Avatar
compiler-errors on 2025-05-14 14:02:50 UTC
View on GitHub
rust-timer Avatar
rust-timer on 2025-05-14 14:02:54 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2025-05-14 14:02:54 UTC · hidden as outdated
View on GitHub

Queued 3cddd79 with parent 667247d, future comparison URL.
There is currently 1 preceding artifact in the queue.
It will probably take at least ~2.0 hours until the benchmark run finishes.

rust-timer Avatar
rust-timer on 2025-05-14 17:18:57 UTC
rust-timer Avatar
rust-timer on 2025-05-14 17:18:57 UTC
View on GitHub

Finished benchmarking commit (3cddd79): comparison URL.

Overall result: ❌✅ regressions and improvements - BENCHMARK(S) FAILED

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

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

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

❗ ❗ ❗ ❗ ❗
Warning ⚠️: The following benchmark(s) failed to build:

  • wg-grammar

❗ ❗ ❗ ❗ ❗

Instruction count

This is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.

mean range count
Regressions ❌
(primary)
163.8% [0.2%, 12464.4%] 298
Regressions ❌
(secondary)
368.9% [0.2%, 14257.5%] 214
Improvements ✅
(primary)
-0.6% [-0.6%, -0.4%] 4
Improvements ✅
(secondary)
-5.9% [-19.1%, -0.2%] 11
All ❌✅ (primary) 161.6% [-0.6%, 12464.4%] 302

Max RSS (memory usage)

Results (primary 5.9%, secondary 38.6%)

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

mean range count
Regressions ❌
(primary)
10.9% [0.4%, 76.9%] 98
Regressions ❌
(secondary)
59.1% [1.1%, 358.9%] 27
Improvements ✅
(primary)
-1.8% [-8.2%, -0.4%] 64
Improvements ✅
(secondary)
-4.2% [-8.0%, -0.9%] 13
All ❌✅ (primary) 5.9% [-8.2%, 76.9%] 162

Cycles

Results (primary 149.5%, secondary 516.7%)

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

mean range count
Regressions ❌
(primary)
149.5% [0.4%, 9418.3%] 231
Regressions ❌
(secondary)
541.4% [1.4%, 13945.3%] 131
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-21.6% [-32.8%, -6.5%] 6
All ❌✅ (primary) 149.5% [0.4%, 9418.3%] 231

Binary size

Results (primary -0.0%, secondary -0.1%)

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

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-0.0% [-0.0%, -0.0%] 1
Improvements ✅
(secondary)
-0.1% [-0.1%, -0.1%] 6
All ❌✅ (primary) -0.0% [-0.0%, -0.0%] 1

Bootstrap: 771.655s -> 1026.817s (33.07%)
Artifact size: 365.39 MiB -> 359.16 MiB (-1.70%)

😄1
👀1
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-21 11:40:48 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-05-21 11:40:48 UTC · hidden as outdated
View on GitHub

The job mingw-check-tidy failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
info: removing rustup binaries
info: rustup is uninstalled
##[group]Image checksum input
mingw-check-tidy
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
  g++ \
---

COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/

# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
           --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --generate-hashes reuse-requirements.in
---
#12 2.903 Building wheels for collected packages: reuse
#12 2.904   Building wheel for reuse (pyproject.toml): started
#12 3.119   Building wheel for reuse (pyproject.toml): finished with status 'done'
#12 3.120   Created wheel for reuse: filename=reuse-4.0.3-cp310-cp310-manylinux_2_35_x86_64.whl size=132719 sha256=d2a2565e7037ad3883fb9337653f2e25bbb588534fbef3697286cbc26d1bf634
#12 3.120   Stored in directory: /tmp/pip-ephem-wheel-cache-vowxs868/wheels/3d/8d/0a/e0fc6aba4494b28a967ab5eaf951c121d9c677958714e34532
#12 3.122 Successfully built reuse
#12 3.123 Installing collected packages: boolean-py, binaryornot, tomlkit, reuse, python-debian, markupsafe, license-expression, jinja2, chardet, attrs
#12 3.519 Successfully installed attrs-23.2.0 binaryornot-0.4.4 boolean-py-4.0 chardet-5.2.0 jinja2-3.1.4 license-expression-30.3.0 markupsafe-2.1.5 python-debian-0.1.49 reuse-4.0.3 tomlkit-0.13.0
#12 3.519 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 4.069 Collecting virtualenv
#12 4.117   Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
#12 4.344      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 27.1 MB/s eta 0:00:00
#12 4.389 Collecting distlib<1,>=0.3.7
#12 4.396   Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
#12 4.407      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 KB 53.0 MB/s eta 0:00:00
#12 4.445 Collecting platformdirs<5,>=3.9.1
#12 4.453   Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
#12 4.494 Collecting filelock<4,>=3.12.2
#12 4.501   Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
#12 4.582 Installing collected packages: distlib, platformdirs, filelock, virtualenv
#12 4.773 Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.8 virtualenv-20.31.2
#12 4.774 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#12 DONE 4.9s

#13 [7/8] COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
#13 DONE 0.0s
---
DirectMap4k:      155584 kB
DirectMap2M:     8232960 kB
DirectMap1G:    10485760 kB
##[endgroup]
Executing TIDY_PRINT_DIFF=1 python2.7 ../x.py test            --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
+ TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.05s
##[endgroup]
WARN: currently no CI rustc builds have rustc debug assertions enabled. Please either set `rust.debug-assertions` to `false` if you want to use download CI rustc or set `rust.download-rustc` to `false`.
downloading https://static.rust-lang.org/dist/2025-05-12/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz
---
fmt check
fmt: checked 6018 files
tidy check
tidy: Skipping binary file check, read-only filesystem
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:911: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_next_trait_solver/src/solve/assembly/mod.rs:942: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
tidy error: /checkout/tests/ui/nll/member-constraints/non-root-universe-existential-1.rs: too many trailing newlines (3)
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:420: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
##[error]tidy error: /checkout/compiler/rustc_borrowck/src/region_infer/opaque_types.rs:477: TODO is used for tasks that should be done before merging a PR; If you want to leave a message in the codebase use FIXME
removing old virtual environment
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'venv'
creating virtual environment at '/checkout/obj/build/venv' using 'python3.10' and 'virtualenv'
Requirement already satisfied: pip in ./build/venv/lib/python3.10/site-packages (25.1.1)
linting python files
All checks passed!
checking python file formatting
26 files already formatted
checking C++ file formatting
some tidy checks failed
Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:01:50
  local time: Wed May 21 11:40:37 UTC 2025
  network time: Wed, 21 May 2025 11:40:37 GMT
##[error]Process completed with exit code 1.
Post job cleanup.
bors Avatar
bors on 2025-05-24 17:57:42 UTC
bors Avatar
bors on 2025-05-24 17:57:42 UTC
View on GitHub

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

lcnr Avatar
lcnr on 2025-09-18 15:02:18 UTC
lcnr Avatar
lcnr on 2025-09-18 15:02:18 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-09-18 15:02:22 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-09-18 15:02:22 UTC · hidden as outdated
View on GitHub

⌛ Trying commit b32819b with merge 2ac7ec3

To cancel the try build, run the command @bors try cancel.

rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-18 15:32:31 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-18 15:32:31 UTC · hidden as outdated
View on GitHub

The job pr-check-1 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] filetime test:false 0.212
error[E0282]: type annotations needed for `(_, _)`
  --> src/tools/clippy/clippy_lints/src/utils/format_args_collector.rs:81:15
   |
81 |         .map(|(start, end)| start.between(end))
   |               ^^^^^^^^^^^^        ------- type must be known at this point
   |
help: consider giving this closure parameter an explicit type, where the placeholders `_` are specified
   |
81 |         .map(|(start, end): (_, _)| start.between(end))
   |                           ++++++++

error[E0282]: type annotations needed
  --> src/tools/clippy/clippy_lints/src/utils/format_args_collector.rs:82:15
   |
82 |         .all(|sp| {
   |               ^^
83 |             sp.check_source_text(cx, |src| {
   |                ----------------- type must be known at this point
   |
help: consider giving this closure parameter an explicit type
   |
82 |         .all(|sp: /* Type */| {
   |                 ++++++++++++

[RUSTC-TIMING] askama test:false 0.625
error[E0282]: type annotations needed for `(_, _)`
   --> src/tools/clippy/clippy_lints/src/manual_clamp.rs:481:22
    |
481 |         .filter_map(|(maybe_set_first, maybe_set_second)| {
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
482 |             if let StmtKind::Expr(first_expr) = *maybe_set_first
    |                                                 ---------------- type must be known at this point
    |
help: consider giving this closure parameter an explicit type, where the placeholders `_` are specified
    |
481 |         .filter_map(|(maybe_set_first, maybe_set_second): (_, _)| {
    |                                                         ++++++++

For more information about this error, try `rustc --explain E0282`.
[RUSTC-TIMING] clippy_lints test:false 24.419
error: could not compile `clippy_lints` (lib) due to 3 previous errors
rust-bors Avatar
rust-bors on 2025-09-18 17:16:13 UTC
rust-bors Avatar
rust-bors on 2025-09-18 17:16:13 UTC
View on GitHub

☀️ Try build successful (CI)
Build commit: 2ac7ec3 (2ac7ec3900900b4061ea9d1b8efc18e8ba5030e9, parent: 32e3d9f59bae4bcf436bc1e28723c696d2c75b11)

lcnr Avatar
lcnr on 2025-09-18 17:28:51 UTC
lcnr Avatar
lcnr on 2025-09-18 17:28:51 UTC
View on GitHub

dropped #146720 for now as that one has a subtle issue

@bors try

rust-bors Avatar
rust-bors on 2025-09-18 17:28:57 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-09-18 17:28:57 UTC · hidden as outdated
View on GitHub

⌛ Trying commit aae1efe with merge 7aeab7a

To cancel the try build, run the command @bors try cancel.

lcnr Avatar
lcnr on 2025-09-18 17:29:40 UTC
lcnr Avatar
lcnr on 2025-09-18 17:29:40 UTC
View on GitHub

@bors cancel

@bors try

rust-bors Avatar
rust-bors on 2025-09-18 17:29:46 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-09-18 17:29:46 UTC · hidden as outdated
View on GitHub

⌛ Trying commit 22389a5 with merge 9139c04

(The previously running try build was automatically cancelled.)

To cancel the try build, run the command @bors try cancel.

rust-bors Avatar
rust-bors on 2025-09-18 19:43:51 UTC
rust-bors Avatar
rust-bors on 2025-09-18 19:43:51 UTC
View on GitHub

☀️ Try build successful (CI)
Build commit: 9139c04 (9139c04dbcb9b2d486133e14b03362e4337eb12b, parent: 4cd91ef8223ef54111d21aa9e9e71b3b26477dd3)

lcnr Avatar
lcnr on 2025-09-18 21:43:16 UTC
lcnr Avatar
lcnr on 2025-09-18 21:43:16 UTC
View on GitHub
rust-timer Avatar
rust-timer on 2025-09-18 21:43:19 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2025-09-18 21:43:19 UTC · hidden as outdated
View on GitHub

Queued 9139c04 with parent 4cd91ef, future comparison URL.
There are currently 0 preceding artifacts in the queue.
It will probably take at least ~1.1 hours until the benchmark run finishes.

craterbot Avatar
craterbot on 2025-09-18 21:43:32 UTC
craterbot Avatar
craterbot on 2025-09-18 21:43:32 UTC
View on GitHub

👌 Experiment pr-133502-14 created and queued.
🤖 Automatically detected try build 9139c04
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-09-18 21:44:11 UTC
craterbot Avatar
craterbot on 2025-09-18 21:44:11 UTC
View on GitHub

🚧 Experiment pr-133502-14 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

rust-timer Avatar
rust-timer on 2025-09-18 22:42:38 UTC
rust-timer Avatar
rust-timer on 2025-09-18 22:42:38 UTC
View on GitHub

Finished benchmarking commit (9139c04): comparison URL.

Overall result: ❌✅ regressions and improvements - BENCHMARK(S) FAILED

Benchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf.

Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @rustbot label: +perf-regression-triaged. If not, please fix the regressions and do another perf run. If its results are neutral or positive, the label will be automatically removed.

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

❗ ❗ ❗ ❗ ❗
Warning ⚠️: The following benchmark(s) failed to build:

  • stm32f4-0.15.1
  • image-0.25.6
  • regression-31157
  • eza-0.21.2
  • unify-linearly
  • unicode-normalization-0.1.24
  • serde-1.0.219
  • issue-46449
  • clap_derive-4.5.32
  • regex-automata-0.4.8
  • ucd
  • cargo-0.87.1
  • syn-2.0.101
  • ripgrep-14.1.1
  • cranelift-codegen-0.119.0
  • issue-88862
  • derive
  • many-assoc-items
  • libc-0.2.172
  • issue-58319
  • projection-caching
  • nalgebra-0.33.0
  • hyper-1.6.0
  • wg-grammar
  • bitmaps-3.2.1
  • html5ever-0.31.0
  • diesel-2.2.10
  • serde-1.0.219-threads4
  • match-stress
  • typenum-1.18.0
  • serde_derive-1.0.219

❗ ❗ ❗ ❗ ❗

Instruction count

Our most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.

mean range count
Regressions ❌
(primary)
15.2% [0.2%, 144.1%] 160
Regressions ❌
(secondary)
136.7% [0.2%, 4192.2%] 153
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.4% [-13.0%, -0.1%] 40
All ❌✅ (primary) 15.2% [0.2%, 144.1%] 160

Max RSS (memory usage)

Results (primary 6.2%, secondary 117.2%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
6.4% [0.9%, 37.8%] 101
Regressions ❌
(secondary)
160.9% [1.2%, 1715.7%] 41
Improvements ✅
(primary)
-6.2% [-7.5%, -5.0%] 2
Improvements ✅
(secondary)
-2.3% [-5.2%, -0.9%] 15
All ❌✅ (primary) 6.2% [-7.5%, 37.8%] 103

Cycles

Results (primary 15.3%, secondary 238.2%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
15.3% [1.5%, 112.3%] 118
Regressions ❌
(secondary)
250.5% [2.0%, 5802.6%] 100
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-6.7% [-11.5%, -2.0%] 5
All ❌✅ (primary) 15.3% [1.5%, 112.3%] 118

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 473.718s -> 501.403s (5.84%)
Artifact size: 389.93 MiB -> 386.35 MiB (-0.92%)

lcnr Avatar
lcnr on 2025-09-19 07:40:37 UTC
lcnr Avatar
lcnr on 2025-09-19 07:40:37 UTC
View on GitHub

woops, rustdoc is broken xd

craterbot Avatar
craterbot on 2025-09-20 13:53:44 UTC
craterbot Avatar
craterbot on 2025-09-20 13:53:44 UTC
View on GitHub

🎉 Experiment pr-133502-14 is completed!
📊 4739 regressed and 8 fixed (701952 total)
📊 7039 spurious results on the retry-regessed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-14/retry-regressed-list.txt

👀1
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-24 09:23:41 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-24 09:23:41 UTC · hidden as outdated
View on GitHub

The job pr-check-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

error[E0412]: cannot find type `PredefinedOpaquesData` in module `rustc_type_ir::solve`
  --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:11:61
   |
11 | pub type PredefinedOpaquesData<'db> = rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>;
   |                                                             ^^^^^^^^^^^^^^^^^^^^^ not found in `rustc_type_ir::solve`
   |
help: consider importing one of these items
   |
 3 + use crate::next_solver::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_next_trait_solver::solve::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_type_ir::solve::PredefinedOpaquesData;
   |
help: if you import `PredefinedOpaquesData`, refer to it directly
   |
11 - pub type PredefinedOpaquesData<'db> = rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>;
11 + pub type PredefinedOpaquesData<'db> = PredefinedOpaquesData<DbInterner<'db>>;
   |

error[E0412]: cannot find type `PredefinedOpaquesData` in module `rustc_type_ir::solve`
  --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:18:34
   |
18 |     kind_: rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>,
   |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in `rustc_type_ir::solve`
   |
help: consider importing one of these items
   |
 3 + use crate::next_solver::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_next_trait_solver::solve::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_type_ir::solve::PredefinedOpaquesData;
   |
help: if you import `PredefinedOpaquesData`, refer to it directly
   |
18 -     kind_: rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>,
18 +     kind_: PredefinedOpaquesData<DbInterner<'db>>,
   |

[RUSTC-TIMING] mio test:false 0.192
    Checking filetime v0.2.25
[RUSTC-TIMING] filetime test:false 0.087
---
[RUSTC-TIMING] cargo_metadata test:false 0.849
[RUSTC-TIMING] notify test:false 0.200
[RUSTC-TIMING] typeid test:false 0.041
[RUSTC-TIMING] idna_adapter test:false 0.062
error[E0277]: the trait bound `opaques::PredefinedOpaques<'db>: SliceLike` is not satisfied
   --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/interner.rs:911:30
    |
911 |     type PredefinedOpaques = PredefinedOpaques<'db>;
    |                              ^^^^^^^^^^^^^^^^^^^^^^ the trait `SliceLike` is not implemented for `opaques::PredefinedOpaques<'db>`
    |
    = help: the following other types implement trait `SliceLike`:
              &'a S
              &'a [T; N]
              &'a [T]
              &'a rustc_middle::ty::list::RawList<H, T>
              PatList<'db>
              generic_arg::GenericArgs<'db>
              next_solver::interner::BoundVarKinds
              next_solver::interner::CanonicalVars<'db>
            and 6 others
note: required by a bound in `rustc_type_ir::Interner::PredefinedOpaques`
   --> /checkout/compiler/rustc_type_ir/src/interner.rs:71:11
    |
 66 |     type PredefinedOpaques: Copy
    |          ----------------- required by a bound in this associated type
...
 71 |         + SliceLike<Item = (ty::OpaqueTypeKey<Self>, Self::Ty)>;
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Interner::PredefinedOpaques`

[RUSTC-TIMING] num_traits test:false 0.731
    Checking proc-macro-api v0.0.0 (/checkout/src/tools/rust-analyzer/crates/proc-macro-api)
[RUSTC-TIMING] indexmap test:false 0.608
[RUSTC-TIMING] toml_datetime test:false 0.190
---
[RUSTC-TIMING] syn test:false 3.220
[RUSTC-TIMING] percent_encoding test:false 0.095
   Compiling form_urlencoded v1.2.1
[RUSTC-TIMING] form_urlencoded test:false 0.091
error[E0599]: no variant or associated item named `InstantiateHigherRanked` found for enum `GoalSource` in the current scope
   --> src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs:100:61
    |
100 |             && !matches!(inspect_goal.source(), GoalSource::InstantiateHigherRanked)
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `GoalSource`

[RUSTC-TIMING] idna test:false 0.589
    Checking thiserror v1.0.69
[RUSTC-TIMING] thiserror test:false 0.036
error[E0599]: no variant or associated item named `InstantiateHigherRanked` found for enum `GoalSource` in the current scope
   --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/fulfill/errors.rs:289:55
    |
289 | ...                   | GoalSource::InstantiateHigherRanked
    |                                     ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `GoalSource`

error[E0599]: no variant or associated item named `InstantiateHigherRanked` found for enum `GoalSource` in the current scope
   --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/fulfill/errors.rs:565:33
    |
565 |                 (_, GoalSource::InstantiateHigherRanked) => {
    |                                 ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `GoalSource`

[RUSTC-TIMING] pulldown_cmark test:false 0.717
[RUSTC-TIMING] ordered_float test:false 0.220
error[E0609]: no field `0` on type `T0`
  --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:15:1
   |
15 | #[salsa::interned(constructor = new_, debug)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   | |
   | unknown field
   | type parameter 'T0' declared here
   | in this procedural macro expansion
   |
  ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-macros-0.23.0/src/lib.rs:64:1
   |
64 | pub fn interned(args: TokenStream, input: TokenStream) -> TokenStream {
   | --------------------------------------------------------------------- in this expansion of `#[salsa::interned]`

error[E0308]: mismatched types
   --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-macro-rules-0.23.0/src/setup_interned_struct.rs:219:25
    |
  3 | macro_rules! setup_interned_struct {
    | ---------------------------------- in this expansion of `salsa::plumbing::setup_interned_struct!` (#2)
...
218 |                     $Configuration::ingredient(db).intern(db.as_dyn_database(),
    |                                                    ------ arguments to this method are incorrect
219 |                         StructKey::<$db_lt>($($field_id,)* std::marker::PhantomData::default()), |_, data| ($($zalsa::interned::Lookup::i...
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter `T0`, found `StructKey<'_, T0>`
    |
   ::: src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:15:1
    |
 15 | #[salsa::interned(constructor = new_, debug)]
    | ---------------------------------------------
    | |
    | expected this type parameter
    | in this procedural macro expansion (#1)
    | in this macro invocation (#2)
    |
   ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-macros-0.23.0/src/lib.rs:64:1
    |
 64 | pub fn interned(args: TokenStream, input: TokenStream) -> TokenStream {
    | --------------------------------------------------------------------- in this expansion of `#[salsa::interned]` (#1)
    |
    = note: expected type parameter `T0`
                       found struct `opaques::_::StructKey<'db, T0>`
note: method defined here
   --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-0.23.0/src/interned.rs:298:12
    |
298 |     pub fn intern<'db, Key>(
    |            ^^^^^^

[RUSTC-TIMING] winnow test:false 1.672
[RUSTC-TIMING] erased_serde test:false 0.495
    Checking project-model v0.0.0 (/checkout/src/tools/rust-analyzer/crates/project-model)
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-24 13:20:12 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-24 13:20:12 UTC · hidden as outdated
View on GitHub

The job pr-check-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

error[E0412]: cannot find type `PredefinedOpaquesData` in module `rustc_type_ir::solve`
  --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:11:61
   |
11 | pub type PredefinedOpaquesData<'db> = rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>;
   |                                                             ^^^^^^^^^^^^^^^^^^^^^ not found in `rustc_type_ir::solve`
   |
help: consider importing one of these items
   |
 3 + use crate::next_solver::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_next_trait_solver::solve::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_type_ir::solve::PredefinedOpaquesData;
   |
help: if you import `PredefinedOpaquesData`, refer to it directly
   |
11 - pub type PredefinedOpaquesData<'db> = rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>;
11 + pub type PredefinedOpaquesData<'db> = PredefinedOpaquesData<DbInterner<'db>>;
   |

error[E0412]: cannot find type `PredefinedOpaquesData` in module `rustc_type_ir::solve`
  --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:18:34
   |
18 |     kind_: rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>,
   |                                  ^^^^^^^^^^^^^^^^^^^^^ not found in `rustc_type_ir::solve`
   |
help: consider importing one of these items
   |
 3 + use crate::next_solver::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_next_trait_solver::solve::PredefinedOpaquesData;
   |
 3 + use ra_ap_rustc_type_ir::solve::PredefinedOpaquesData;
   |
help: if you import `PredefinedOpaquesData`, refer to it directly
   |
18 -     kind_: rustc_type_ir::solve::PredefinedOpaquesData<DbInterner<'db>>,
18 +     kind_: PredefinedOpaquesData<DbInterner<'db>>,
   |

[RUSTC-TIMING] icu_properties test:false 1.279
   Compiling typeid v1.0.3
    Checking mio v1.0.4
---
    Checking notify-types v2.0.0
[RUSTC-TIMING] notify_types test:false 0.104
    Checking notify v8.0.0
[RUSTC-TIMING] notify test:false 0.216
error[E0277]: the trait bound `opaques::PredefinedOpaques<'db>: SliceLike` is not satisfied
   --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/interner.rs:911:30
    |
911 |     type PredefinedOpaques = PredefinedOpaques<'db>;
    |                              ^^^^^^^^^^^^^^^^^^^^^^ the trait `SliceLike` is not implemented for `opaques::PredefinedOpaques<'db>`
    |
    = help: the following other types implement trait `SliceLike`:
              &'a S
              &'a [T; N]
              &'a [T]
              &'a rustc_middle::ty::list::RawList<H, T>
              PatList<'db>
              generic_arg::GenericArgs<'db>
              next_solver::interner::BoundVarKinds
              next_solver::interner::CanonicalVars<'db>
            and 6 others
note: required by a bound in `rustc_type_ir::Interner::PredefinedOpaques`
   --> /checkout/compiler/rustc_type_ir/src/interner.rs:71:11
    |
 66 |     type PredefinedOpaques: Copy
    |          ----------------- required by a bound in this associated type
...
 71 |         + SliceLike<Item = (ty::OpaqueTypeKey<Self>, Self::Ty)>;
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Interner::PredefinedOpaques`

[RUSTC-TIMING] cargo_metadata test:false 0.978
[RUSTC-TIMING] typeid test:false 0.041
[RUSTC-TIMING] idna_adapter test:false 0.066
[RUSTC-TIMING] num_traits test:false 0.819
    Checking proc-macro-api v0.0.0 (/checkout/src/tools/rust-analyzer/crates/proc-macro-api)
[RUSTC-TIMING] indexmap test:false 0.623
error[E0599]: no variant or associated item named `InstantiateHigherRanked` found for enum `GoalSource` in the current scope
   --> src/tools/rust-analyzer/crates/hir-ty/src/infer/unify.rs:100:61
    |
100 |             && !matches!(inspect_goal.source(), GoalSource::InstantiateHigherRanked)
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `GoalSource`

[RUSTC-TIMING] toml_datetime test:false 0.186
[RUSTC-TIMING] serde_spanned test:false 0.070
[RUSTC-TIMING] proc_macro_api test:false 0.550
   Compiling utf8_iter v1.0.4
---
[RUSTC-TIMING] percent_encoding test:false 0.102
[RUSTC-TIMING] unicase test:false 0.103
[RUSTC-TIMING] toml_write test:false 0.129
   Compiling form_urlencoded v1.2.1
error[E0599]: no variant or associated item named `InstantiateHigherRanked` found for enum `GoalSource` in the current scope
   --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/fulfill/errors.rs:289:55
    |
289 | ...                   | GoalSource::InstantiateHigherRanked
    |                                     ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `GoalSource`

error[E0599]: no variant or associated item named `InstantiateHigherRanked` found for enum `GoalSource` in the current scope
   --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/fulfill/errors.rs:565:33
    |
565 |                 (_, GoalSource::InstantiateHigherRanked) => {
    |                                 ^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `GoalSource`

[RUSTC-TIMING] form_urlencoded test:false 0.098
error[E0609]: no field `0` on type `T0`
  --> src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:15:1
   |
15 | #[salsa::interned(constructor = new_, debug)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   | |
   | unknown field
   | type parameter 'T0' declared here
   | in this procedural macro expansion
   |
  ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-macros-0.23.0/src/lib.rs:64:1
   |
64 | pub fn interned(args: TokenStream, input: TokenStream) -> TokenStream {
   | --------------------------------------------------------------------- in this expansion of `#[salsa::interned]`

[RUSTC-TIMING] idna test:false 0.619
    Checking thiserror v1.0.69
[RUSTC-TIMING] pulldown_cmark test:false 0.807
[RUSTC-TIMING] thiserror test:false 0.033
error[E0308]: mismatched types
   --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-macro-rules-0.23.0/src/setup_interned_struct.rs:219:25
    |
  3 | macro_rules! setup_interned_struct {
    | ---------------------------------- in this expansion of `salsa::plumbing::setup_interned_struct!` (#2)
...
218 |                     $Configuration::ingredient(db).intern(db.as_dyn_database(),
    |                                                    ------ arguments to this method are incorrect
219 |                         StructKey::<$db_lt>($($field_id,)* std::marker::PhantomData::default()), |_, data| ($($zalsa::interned::Lookup::i...
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter `T0`, found `StructKey<'_, T0>`
    |
   ::: src/tools/rust-analyzer/crates/hir-ty/src/next_solver/opaques.rs:15:1
    |
 15 | #[salsa::interned(constructor = new_, debug)]
    | ---------------------------------------------
    | |
    | expected this type parameter
    | in this procedural macro expansion (#1)
    | in this macro invocation (#2)
    |
   ::: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-macros-0.23.0/src/lib.rs:64:1
    |
 64 | pub fn interned(args: TokenStream, input: TokenStream) -> TokenStream {
    | --------------------------------------------------------------------- in this expansion of `#[salsa::interned]` (#1)
    |
    = note: expected type parameter `T0`
                       found struct `opaques::_::StructKey<'db, T0>`
note: method defined here
   --> /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa-0.23.0/src/interned.rs:298:12
    |
298 |     pub fn intern<'db, Key>(
    |            ^^^^^^

[RUSTC-TIMING] ordered_float test:false 0.235
[RUSTC-TIMING] erased_serde test:false 0.510
[RUSTC-TIMING] winnow test:false 1.827
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-26 12:33:52 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-09-26 12:33:52 UTC · hidden as outdated
View on GitHub

The job pr-check-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

bors Avatar
bors on 2025-09-26 19:39:47 UTC
bors Avatar
bors on 2025-09-26 19:39:47 UTC
View on GitHub

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

lcnr Avatar
lcnr on 2025-10-01 09:16:27 UTC
lcnr Avatar
lcnr on 2025-10-01 09:16:27 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-10-01 09:16:32 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-10-01 09:16:32 UTC · hidden as outdated
View on GitHub

⌛ Trying commit 6ce0e88 with merge 50ad67a

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/18157449690

rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-01 09:21:42 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-01 09:21:42 UTC · hidden as outdated
View on GitHub

The job tidy failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
##[endgroup]
[TIMING:end] tool::ToolBuild { build_compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 11.103
[TIMING:end] tool::Tidy { compiler: Compiler { stage: 0, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu } -- 0.000
fmt check
Diff in /checkout/compiler/rustc_hir_typeck/src/opaque_types.rs:252:
         for &(key, hidden_type) in opaque_types {
             // On the first pass to this function, some opaque types may not
             // have a hidden type assigned.
-            if let Some(expected) =
-                self.typeck_results.borrow_mut().hidden_types.get(&key.def_id)
-            {
+            if let Some(expected) = self.typeck_results.borrow_mut().hidden_types.get(&key.def_id) {
                 let expected = EarlyBinder::bind(expected.ty).instantiate(tcx, key.args);
                 self.demand_eqtype(hidden_type.span, expected, hidden_type.ty);
             }
fmt: checked 6440 files
Bootstrap failed while executing `test src/tools/tidy tidyselftest --extra-checks=py,cpp,js,spellcheck`
Build completed unsuccessfully in 0:00:48
  local time: Wed Oct  1 09:21:30 UTC 2025
rust-bors Avatar
rust-bors on 2025-10-01 11:29:30 UTC
rust-bors Avatar
rust-bors on 2025-10-01 11:29:30 UTC
View on GitHub

☀️ Try build successful (CI)
Build commit: 50ad67a (50ad67a27001e22f9b432d691931e444a2065c57, parent: 1e1a39441bd11aba541a48ba714d939490fc7b85)

lcnr Avatar
lcnr on 2025-10-01 11:43:51 UTC
lcnr Avatar
lcnr on 2025-10-01 11:43:51 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-10-01 11:43:57 UTC
craterbot Avatar
craterbot on 2025-10-01 11:43:57 UTC
View on GitHub

👌 Experiment pr-133502-15 created and queued.
🤖 Automatically detected try build 50ad67a
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-10-01 21:47:17 UTC
craterbot Avatar
craterbot on 2025-10-01 21:47:17 UTC
View on GitHub

🚧 Experiment pr-133502-15 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

bors Avatar
bors on 2025-10-01 22:13:59 UTC
bors Avatar
bors on 2025-10-01 22:13:59 UTC
View on GitHub

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

craterbot Avatar
craterbot on 2025-10-02 00:38:04 UTC
craterbot Avatar
craterbot on 2025-10-02 00:38:04 UTC
View on GitHub

🎉 Experiment pr-133502-15 is completed!
📊 2568 regressed and 0 fixed (11712 total)
📊 2014 spurious results on the retry-regessed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-15/retry-regressed-list.txt

lcnr Avatar
lcnr on 2025-10-02 08:49:08 UTC
lcnr Avatar
lcnr on 2025-10-02 08:49:08 UTC
View on GitHub

let's try with doubled recursion limit to figure out how many crates are affected by that, then it's time for another complete triage 😁

@bors try

rust-bors Avatar
rust-bors on 2025-10-02 08:49:13 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-10-02 08:49:13 UTC · hidden as outdated
View on GitHub

⌛ Trying commit c7b32a3 with merge 7ed67de

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/18188155720

rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-02 09:27:02 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-02 09:27:02 UTC · hidden as outdated
View on GitHub

The job aarch64-gnu-llvm-20-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
failures:

---- tests::test_unstable_options_tracking_hash stdout ----

thread 'tests::test_unstable_options_tracking_hash' (49995) panicked at compiler/rustc_interface/src/tests.rs:833:5:
assertion `left != right` failed
  left: NextSolverConfig { coherence: true, globally: true }
 right: NextSolverConfig { coherence: true, globally: true }
stack backtrace:
   0: __rustc::rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed::<rustc_session::config::NextSolverConfig, rustc_session::config::NextSolverConfig>
lcnr Avatar
lcnr on 2025-10-02 09:39:32 UTC
lcnr Avatar
lcnr on 2025-10-02 09:39:32 UTC
View on GitHub

wanna fix a stupid ICE before then

@bors cancel

lcnr Avatar
lcnr on 2025-10-02 09:39:40 UTC
lcnr Avatar
lcnr on 2025-10-02 09:39:40 UTC
View on GitHub

@bors try cancel

rust-bors Avatar
rust-bors on 2025-10-02 09:39:44 UTC
rust-bors Avatar
rust-bors on 2025-10-02 09:39:44 UTC
View on GitHub

Try build cancelled. Cancelled workflows:

lcnr Avatar
lcnr on 2025-10-02 10:24:03 UTC
lcnr Avatar
lcnr on 2025-10-02 10:24:03 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-10-02 10:24:09 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-10-02 10:24:09 UTC · hidden as outdated
View on GitHub

⌛ Trying commit 028c9a4 with merge 149edce

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/18190305686

rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-02 11:02:06 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-02 11:02:06 UTC · hidden as outdated
View on GitHub

The job aarch64-gnu-llvm-20-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
failures:

---- tests::test_unstable_options_tracking_hash stdout ----

thread 'tests::test_unstable_options_tracking_hash' (50031) panicked at compiler/rustc_interface/src/tests.rs:833:5:
assertion `left != right` failed
  left: NextSolverConfig { coherence: true, globally: true }
 right: NextSolverConfig { coherence: true, globally: true }
stack backtrace:
   0: __rustc::rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed::<rustc_session::config::NextSolverConfig, rustc_session::config::NextSolverConfig>
bors Avatar
bors on 2025-10-02 11:30:37 UTC
bors Avatar
bors on 2025-10-02 11:30:37 UTC
View on GitHub

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

rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-02 12:14:04 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-02 12:14:04 UTC · hidden as outdated
View on GitHub

The job aarch64-gnu-llvm-20-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
failures:

---- tests::test_unstable_options_tracking_hash stdout ----

thread 'tests::test_unstable_options_tracking_hash' (49929) panicked at compiler/rustc_interface/src/tests.rs:833:5:
assertion `left != right` failed
  left: NextSolverConfig { coherence: true, globally: true }
 right: NextSolverConfig { coherence: true, globally: true }
stack backtrace:
   0: __rustc::rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed::<rustc_session::config::NextSolverConfig, rustc_session::config::NextSolverConfig>
rust-bors Avatar
rust-bors on 2025-10-02 12:37:51 UTC
rust-bors Avatar
rust-bors on 2025-10-02 12:37:51 UTC
View on GitHub

☀️ Try build successful (CI)
Build commit: 149edce (149edce6c6ee840adb602803b96d083101ef3592, parent: 42b384ec0dfcd528d99a4db0a337d9188a9eecaa)

lcnr Avatar
lcnr on 2025-10-02 12:40:12 UTC
lcnr Avatar
lcnr on 2025-10-02 12:40:12 UTC
View on GitHub
lcnr Avatar
lcnr on 2025-10-02 12:40:23 UTC
lcnr Avatar
lcnr on 2025-10-02 12:40:23 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-10-02 12:40:32 UTC
craterbot Avatar
craterbot on 2025-10-02 12:40:32 UTC
View on GitHub

👌 Experiment pr-133502-16 created and queued.
🤖 Automatically detected try build 149edce
⚠️ Try build based on commit 028c9a4, but latest commit is e3b862a. Did you forget to make a new try build?
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2025-10-02 12:41:13 UTC
lcnr Avatar
lcnr on 2025-10-02 12:41:13 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-10-02 12:41:16 UTC
craterbot Avatar
craterbot on 2025-10-02 12:41:16 UTC
View on GitHub

📝 Configuration of the pr-133502-16 experiment changed.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-10-04 02:33:54 UTC
craterbot Avatar
craterbot on 2025-10-04 02:33:54 UTC
View on GitHub

🚧 Experiment pr-133502-16 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-10-04 04:57:09 UTC
craterbot Avatar
craterbot on 2025-10-04 04:57:09 UTC
View on GitHub

🎉 Experiment pr-133502-16 is completed!
📊 1173 regressed and 0 fixed (4582 total)
📊 1147 spurious results on the retry-regessed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-16/retry-regressed-list.txt

lcnr Avatar
lcnr on 2025-10-07 19:47:41 UTC
lcnr Avatar
lcnr on 2025-10-07 19:47:41 UTC
View on GitHub

@bors try @rust-timer queue

rust-timer Avatar
rust-timer on 2025-10-07 19:47:43 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2025-10-07 19:47:43 UTC · hidden as outdated
View on GitHub

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

rust-bors Avatar
rust-bors on 2025-10-07 19:47:45 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-10-07 19:47:45 UTC · hidden as outdated
View on GitHub

⌛ Trying commit 89b6176 with merge d58c646

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/18324352857

rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-07 20:19:21 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-07 20:19:21 UTC · hidden as outdated
View on GitHub

The job aarch64-gnu-llvm-20-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
failures:

---- tests::test_unstable_options_tracking_hash stdout ----

thread 'tests::test_unstable_options_tracking_hash' (49967) panicked at compiler/rustc_interface/src/tests.rs:833:5:
assertion `left != right` failed
  left: NextSolverConfig { coherence: true, globally: true }
 right: NextSolverConfig { coherence: true, globally: true }
stack backtrace:
   0: __rustc::rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed::<rustc_session::config::NextSolverConfig, rustc_session::config::NextSolverConfig>
rust-bors Avatar
rust-bors on 2025-10-07 22:07:42 UTC
rust-bors Avatar
rust-bors on 2025-10-07 22:07:42 UTC
View on GitHub

☀️ Try build successful (CI)
Build commit: d58c646 (d58c64674341fa7eaac5e571c8d5b45efd427811, parent: fed46ffd5059e11669df1bd9406b02914c3fb73f)

rust-timer Avatar
rust-timer on 2025-10-07 22:07:45 UTC · hidden as outdated
rust-timer Avatar
rust-timer on 2025-10-07 22:07:45 UTC · hidden as outdated
View on GitHub

Queued d58c646 with parent fed46ff, future comparison URL.
There is currently 1 preceding artifact in the queue.
It will probably take at least ~1.9 hours until the benchmark run finishes.

rust-timer Avatar
rust-timer on 2025-10-07 23:48:01 UTC
rust-timer Avatar
rust-timer on 2025-10-07 23:48:01 UTC
View on GitHub

Finished benchmarking commit (d58c646): comparison URL.

Overall result: ❌✅ regressions and improvements - BENCHMARK(S) FAILED

Benchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf.

Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @rustbot label: +perf-regression-triaged. If not, please fix the regressions and do another perf run. If its results are neutral or positive, the label will be automatically removed.

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

❗ ❗ ❗ ❗ ❗
Warning ⚠️: The following benchmark(s) failed to build:

  • issue-46449
  • unify-linearly
  • clap_derive-4.5.32
  • nalgebra-0.33.0
  • stm32f4-0.15.1
  • diesel-2.2.10
  • issue-58319
  • unicode-normalization-0.1.24
  • regression-31157
  • match-stress
  • html5ever-0.31.0
  • hyper-1.6.0
  • eza-0.21.2
  • ucd
  • ripgrep-14.1.1
  • serde-1.0.219-threads4
  • issue-88862
  • serde-1.0.219
  • image-0.25.6
  • derive
  • typenum-1.18.0
  • many-assoc-items
  • regex-automata-0.4.8
  • bitmaps-3.2.1
  • wg-grammar
  • cargo-0.87.1
  • cranelift-codegen-0.119.0
  • libc-0.2.172
  • serde_derive-1.0.219
  • syn-2.0.101

❗ ❗ ❗ ❗ ❗

Instruction count

Our most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.

mean range count
Regressions ❌
(primary)
20.6% [0.1%, 473.7%] 167
Regressions ❌
(secondary)
73.9% [0.1%, 2392.2%] 167
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.7% [-26.9%, -0.1%] 53
All ❌✅ (primary) 20.6% [0.1%, 473.7%] 167

Max RSS (memory usage)

Results (primary 6.8%, secondary 11.1%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
7.1% [0.9%, 37.7%] 98
Regressions ❌
(secondary)
19.9% [1.6%, 97.6%] 32
Improvements ✅
(primary)
-4.8% [-7.4%, -1.9%] 3
Improvements ✅
(secondary)
-3.1% [-6.4%, -0.8%] 20
All ❌✅ (primary) 6.8% [-7.4%, 37.7%] 101

Cycles

Results (primary 21.5%, secondary 97.2%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
21.5% [2.2%, 382.6%] 120
Regressions ❌
(secondary)
109.3% [1.8%, 2304.5%] 101
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-14.2% [-31.6%, -2.5%] 11
All ❌✅ (primary) 21.5% [2.2%, 382.6%] 120

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 474.165s -> 524.032s (10.52%)
Artifact size: 388.38 MiB -> 386.86 MiB (-0.39%)

lcnr Avatar
lcnr on 2025-10-09 08:55:36 UTC
lcnr Avatar
lcnr on 2025-10-09 08:55:36 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-10-09 08:55:41 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-10-09 08:55:41 UTC · hidden as outdated
View on GitHub

⌛ Trying commit 89b6176 with merge 62810ce

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/18370982553

rust-bors Avatar
rust-bors on 2025-10-09 08:56:26 UTC
rust-bors Avatar
rust-bors on 2025-10-09 08:56:26 UTC
View on GitHub

💔 Test for 62810ce failed: CI. Failed job:

rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-09 08:56:30 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-10-09 08:56:30 UTC · hidden as outdated
View on GitHub

A job failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling ureq v3.0.8
   Compiling citool v0.1.0 (/home/runner/work/rust/rust/src/ci/citool)
    Finished `dev` profile [unoptimized] target(s) in 18.77s
     Running `target/debug/citool calculate-job-matrix`
Run type: TryJob { job_patterns: Some(["x86_64-fuchsia"]) }
Error: Failed to calculate job matrix

Caused by:
    Patterns `x86_64-fuchsia` did not match any auto jobs
##[error]Process completed with exit code 1.
Post job cleanup.
lcnr Avatar
lcnr on 2025-12-16 10:43:40 UTC
lcnr Avatar
lcnr on 2025-12-16 10:43:40 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-12-16 10:43:45 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-12-16 10:43:45 UTC · hidden as outdated
View on GitHub

⌛ Trying commit 384d7e7 with merge 779a624

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/20265153110

lcnr Avatar
lcnr on 2025-12-16 10:46:41 UTC
lcnr Avatar
lcnr on 2025-12-16 10:46:41 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-12-16 10:46:47 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-12-16 10:46:47 UTC · hidden as outdated
View on GitHub

⌛ Trying commit fda5795 with merge 065bb3d

(The previously running try build was automatically cancelled.)

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/20265235356

rust-log-analyzer Avatar
rust-log-analyzer on 2025-12-16 11:25:59 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-12-16 11:25:59 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.05s
##[endgroup]
[2025-12-16T10:59:32.230Z INFO  opt_dist::timer] Section `Stage 1 (Rustc PGO)` starts
[2025-12-16T10:59:32.230Z INFO  opt_dist::timer] Section `Stage 1 (Rustc PGO) > Build PGO instrumented rustc and LLVM` starts
[2025-12-16T10:59:32.230Z INFO  opt_dist::exec] Executing `RUST_BACKTRACE=full python3 /checkout/x.py build --target x86_64-unknown-linux-gnu --host x86_64-unknown-linux-gnu --stage 2 library/std --set rust.llvm-bitcode-linker=false --set build.extended=false --set rust.codegen-backends=['llvm'] --set rust.deny-warnings=false --rust-profile-generate /tmp/tmp-multistage/opt-artifacts/rustc-pgo --set llvm.thin-lto=false --set llvm.link-shared=true [at /checkout/obj]`
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.06s
##[endgroup]
[TIMING:start] compile::Assemble { target_compiler: Compiler { stage: 2, host: x86_64-unknown-linux-gnu, forced_compiler: false } }
[TIMING:start] builder::Libdir { compiler: Compiler { stage: 2, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu }
---
Executing benchmark diesel-2.2.10 (4/9)
Preparing diesel-2.2.10
Running diesel-2.2.10: Check + [Full, IncrFull, IncrUnchanged, IncrPatched] + Llvm + X86_64UnknownLinuxGnu
Finished benchmark diesel-2.2.10 (4/9)
collector error: Failed to profile 'diesel-2.2.10' with Eprintln, recorded: expected success, got exit status: 101

stderr=    Checking diesel v2.2.10 (/tmp/.tmp3gesT7)

thread 'main' (31985) panicked at collector/src/bin/rustc-fake.rs:368:21:
command did not complete successfully: RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER="rustc-perf" RUSTC_FORCE_RUSTC_VERSION="rustc-perf" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--crate-name" "diesel" "--edition=2021" "src/lib.rs" "--error-format=json" "--json=diagnostic-rendered-ansi,artifacts,future-incompat" "--crate-type" "lib" "--emit=dep-info,metadata" "-C" "embed-bitcode=no" "-C" "debuginfo=2" "--cfg" "feature=\"32-column-tables\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"with-deprecated\"" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"128-column-tables\", \"32-column-tables\", \"64-column-tables\", \"__with_asan_tests\", \"chrono\", \"default\", \"extras\", \"huge-tables\", \"i-implement-a-third-party-backend-and-opt-into-breaking-changes\", \"ipnet-address\", \"large-tables\", \"mysql\", \"mysql_backend\", \"mysqlclient-src\", \"network-address\", \"numeric\", \"postgres\", \"postgres_backend\", \"pq-src\", \"quickcheck\", \"r2d2\", \"returning_clauses_for_sqlite_3_35\", \"serde_json\", \"sqlite\", \"time\", \"unstable\", \"uuid\", \"with-deprecated\", \"without-deprecated\"))" "-C" "metadata=30d249531273ed70" "-C" "extra-filename=-609a7535e64dba0f" "--out-dir" "/tmp/.tmp3gesT7/target/debug/deps" "-C" "linker=clang" "-L" "dependency=/tmp/.tmp3gesT7/target/debug/deps" "--extern" "diesel_derives=/tmp/.tmp3gesT7/target/debug/deps/libdiesel_derives-656e7da4c53a319c.so" "-Adeprecated" "-Aunknown-lints" "-Zincremental-verify-ich"
stderr:
error[E0271]: type mismatch resolving `<DB as TypeMetadata>::MetadataLookup == &mut <DB as TypeMetadata>::MetadataLookup`
##[error]   --> src/query_builder/ast_pass.rs:220:51
    |
220 |             } => collector.push_bound_value(bind, metadata_lookup)?,
    |                                                   ^^^^^^^^^^^^^^^ types differ

For more information about this error, try `rustc --explain E0271`.

stack backtrace:
---
   4: collector::compile::benchmark::Benchmark::measure::{{closure}}
             at ./collector/src/compile/benchmark/mod.rs:451:26
   5: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9
   6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:70
   7: tokio::task::coop::with_budget
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
   8: tokio::task::coop::budget
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
   9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
  10: tokio::runtime::scheduler::current_thread::Context::enter
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
  11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:44
  12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
  13: tokio::runtime::context::scoped::Scoped<T>::set
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
  14: tokio::runtime::context::set_scheduler::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:38
  15: std::thread::local::LocalKey<T>::try_with
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:508:12
  16: std::thread::local::LocalKey<T>::with
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:472:20
  17: tokio::runtime::context::set_scheduler
---
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:18
  25: collector::utils::wait_for_future
             at ./collector/src/utils/mod.rs:16:10
  26: collector::profile_compile::{{closure}}
             at ./collector/src/bin/collector.rs:234:26
  27: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:274:22
  28: core::iter::adapters::map::map_fold::{{closure}}
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/adapters/map.rs:88:28
  29: <core::iter::adapters::zip::Zip<A,B> as core::iter::adapters::zip::ZipImpl<A,B>>::fold
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/adapters/zip.rs:286:25
  30: <core::iter::adapters::zip::Zip<A,B> as core::iter::traits::iterator::Iterator>::fold
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/adapters/zip.rs:103:9
  31: <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::fold
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/adapters/map.rs:128:19
  32: <usize as core::iter::traits::accum::Sum>::sum
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/traits/accum.rs:50:22
  33: core::iter::traits::iterator::Iterator::sum
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/traits/iterator.rs:3581:9
  34: <rayon::iter::sum::SumFolder<S> as rayon::iter::plumbing::Folder<T>>::consume_iter
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/sum.rs:99:49
  35: <rayon::iter::map::MapFolder<C,F> as rayon::iter::plumbing::Folder<T>>::consume_iter
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/map.rs:248:31
  36: rayon::iter::plumbing::Producer::fold_with
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
  37: rayon::iter::plumbing::bridge_producer_consumer::helper
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
  38: rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
  39: rayon_core::join::join_context::call_b::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
  40: rayon_core::job::StackJob<L,F,R>::run_inline
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:102:9
  41: rayon_core::join::join_context::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:159:42
  42: rayon_core::registry::in_worker
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
  43: rayon_core::join::join_context
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
  44: rayon::iter::plumbing::bridge_producer_consumer::helper
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
  45: rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
  46: rayon_core::join::join_context::call_b::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
  47: rayon_core::job::StackJob<L,F,R>::run_inline
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:102:9
  48: rayon_core::join::join_context::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:159:42
  49: rayon_core::registry::in_worker
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
  50: rayon_core::join::join_context
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
  51: rayon::iter::plumbing::bridge_producer_consumer::helper
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
  52: rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
  53: rayon_core::join::join_context::call_a::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
  54: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
  55: std::panicking::catch_unwind::do_call
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
  56: __rust_try
  57: std::panicking::catch_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
  58: std::panic::catch_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
  59: rayon_core::unwind::halt_unwinding
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
  60: rayon_core::join::join_context::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
  61: rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
  62: rayon_core::job::JobResult<T>::call::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
  63: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
  64: std::panicking::catch_unwind::do_call
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
  65: __rust_try
  66: std::panicking::catch_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
  67: std::panic::catch_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
  68: rayon_core::unwind::halt_unwinding
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
  69: rayon_core::job::JobResult<T>::call
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
  70: <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
  71: rayon_core::job::JobRef::execute
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
  72: rayon_core::registry::WorkerThread::execute
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
  73: rayon_core::registry::WorkerThread::wait_until_cold
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
  74: rayon_core::registry::WorkerThread::wait_until
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
  75: rayon_core::registry::WorkerThread::wait_until_out_of_work
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
  76: rayon_core::registry::main_loop
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
  77: rayon_core::registry::ThreadBuilder::run
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
  78: <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
  79: std::sys::backtrace::__rust_begin_short_backtrace
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
  80: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
  81: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
---
  86: std::thread::Builder::spawn_unchecked_::{{closure}}
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
  87: core::ops::function::FnOnce::call_once{{vtable.shim}}
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
  88: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
  89: std::sys::thread::unix::Thread::new::thread_start
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
  90: start_thread
  91: __clone
---
   5: std::sys::backtrace::__rust_begin_short_backtrace
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
   6: std::rt::lang_start::{{closure}}
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/rt.rs:206:18
   7: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:287:21
   8: std::panicking::catch_unwind::do_call
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
   9: std::panicking::catch_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
---
    0: Cannot gather rustc PGO profiles
    1: Command LLVM_PROFILE_FILE=/tmp/tmp-multistage/opt-artifacts/rustc-pgo/default_%m_%p.profraw RUSTC=/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/rustc RUSTC_BOOTSTRAP=1 /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo run -p collector --bin collector -- profile_local eprintln /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc --id Test --cargo /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo --profiles Check,Debug,Opt --scenarios All --exact-match externs,ctfe-stress-5,cargo-0.87.1,token-stream-stress,match-stress,tuple-stress,diesel-2.2.10,bitmaps-3.2.1,serde-1.0.219-new-solver [at /tmp/tmp-multistage/opt-artifacts/rustc-perf] has failed with exit code Some(1)

Stack backtrace:
   0: <anyhow::Error>::msg::<alloc::string::String>
             at /rust/deps/anyhow-1.0.100/src/backtrace.rs:27:14
   1: <opt_dist::exec::CmdBuilder>::run
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/exec.rs:80:17
   2: opt_dist::training::gather_rustc_profiles::{closure#0}
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/training.rs:158:14
   3: opt_dist::utils::with_log_group::<opt_dist::training::gather_rustc_profiles::{closure#0}, core::result::Result<(), anyhow::Error>>
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/utils/mod.rs:68:22
   4: opt_dist::training::gather_rustc_profiles
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/training.rs:155:5
   5: opt_dist::execute_pipeline::{closure#1}::{closure#1}
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/main.rs:260:45
   6: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/timer.rs:111:22
   7: opt_dist::execute_pipeline::{closure#1}
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/main.rs:260:14
   8: <opt_dist::timer::TimerSection>::section::<opt_dist::execute_pipeline::{closure#1}, opt_dist::training::RustcPGOProfile>
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/timer.rs:111:22
   9: opt_dist::execute_pipeline
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/main.rs:242:35
  10: opt_dist::main
             at /rustc/065bb3d63be06a1db9384306526ee501abe41792/src/tools/opt-dist/src/main.rs:467:18
  11: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
  12: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
  13: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/rt.rs:206:18
  14: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:287:21
  15: std::panicking::catch_unwind::do_call
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
  16: std::panicking::catch_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
rust-bors Avatar
rust-bors on 2025-12-16 11:26:11 UTC
rust-bors Avatar
rust-bors on 2025-12-16 11:26:11 UTC
View on GitHub

💔 Test for 065bb3d failed: CI. Failed jobs:

rust-log-analyzer Avatar
rust-log-analyzer on 2025-12-16 11:29:01 UTC · hidden as outdated
rust-log-analyzer Avatar
rust-log-analyzer on 2025-12-16 11:29:01 UTC · hidden as outdated
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
[TIMING:start] test::Compiletest { test_compiler: Compiler { stage: 2, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, mode: crashes, suite: "crashes", path: "tests/crashes", compare_mode: None }
##[group]Testing stage2 with compiletest suite=crashes mode=crashes (x86_64-unknown-linux-gnu)

running 182 tests
2025-12-16T11:28:42.143775Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T11:28:42.145183Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T11:28:42.151725Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/101036.rs ... FAILED
test [crashes] tests/crashes/101557.rs ... FAILED
test [crashes] tests/crashes/100041.rs ... FAILED
2025-12-16T11:28:42.218035Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T11:28:42.218064Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/102252.rs ... FAILED
test [crashes] tests/crashes/102047.rs ... FAILED
test [crashes] tests/crashes/104685.rs ... ok
test [crashes] tests/crashes/103708.rs ... ok
test [crashes] tests/crashes/108428.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T11:28:42.274842Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T11:28:42.274842Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/105238-2.rs ... FAILED
test [crashes] tests/crashes/106473.rs ... FAILED
2025-12-16T11:28:42.277109Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/105238-1.rs ... FAILED
2025-12-16T11:28:42.331097Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/110378.rs ... FAILED
test [crashes] tests/crashes/108814.rs ... ok
2025-12-16T11:28:42.343598Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/110534.rs ... FAILED
2025-12-16T11:28:42.396941Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/111419.rs ... FAILED
2025-12-16T11:28:42.396941Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/110627.rs ... ok
test [crashes] tests/crashes/111742.rs ... FAILED
test [crashes] tests/crashes/114198.rs ... ok
test [crashes] tests/crashes/114198-2.rs ... ok
2025-12-16T11:28:42.527297Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/114212-2.rs ... FAILED
2025-12-16T11:28:42.536279Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T11:28:42.536830Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/113846.rs ... FAILED
test [crashes] tests/crashes/114212.rs ... FAILED
2025-12-16T11:28:42.598036Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/115435.rs ... FAILED
2025-12-16T11:28:42.607291Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/116519-2.rs ... FAILED
2025-12-16T11:28:42.619543Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/116519.rs ... FAILED
2025-12-16T11:28:42.652579Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/116554.rs ... FAILED
test [crashes] tests/crashes/116947.rs ... ok
2025-12-16T11:28:42.733529Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117460.rs ... FAILED
2025-12-16T11:28:42.773467Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117392-2.rs ... FAILED
2025-12-16T11:28:42.800772Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117392.rs ... FAILED
2025-12-16T11:28:42.801834Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117496.rs ... FAILED
test [crashes] tests/crashes/118244.rs ... ignored, gcc backend is marked as ignore
test [crashes] tests/crashes/117795.rs ... ok
test [crashes] tests/crashes/118778.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/118784.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T11:28:42.858659Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/118603.rs ... FAILED
test [crashes] tests/crashes/118038.rs ... ok
2025-12-16T11:28:42.895032Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/118952-2.rs ... FAILED
2025-12-16T11:28:42.916577Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/118952.rs ... FAILED
2025-12-16T11:28:42.954091Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/119692.rs ... FAILED
test [crashes] tests/crashes/119095.rs ... ok
2025-12-16T11:28:42.982755Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/119786.rs ... FAILED
2025-12-16T11:28:43.009265Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/119824.rs ... FAILED
test [crashes] tests/crashes/120175.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T11:28:43.020703Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120016.rs ... FAILED
2025-12-16T11:28:43.066832Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120033.rs ... FAILED
2025-12-16T11:28:43.082334Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120254.rs ... FAILED
test [crashes] tests/crashes/120873.rs ... ok
2025-12-16T11:28:43.153453Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120811.rs ... FAILED
2025-12-16T11:28:43.207544Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/121575.rs ... FAILED
2025-12-16T11:28:43.217658Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/121858.rs ... FAILED
2025-12-16T11:28:43.220089Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120911.rs ... FAILED
2025-12-16T11:28:43.265284Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/121963.rs ... FAILED
2025-12-16T11:28:43.285227Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/122529.rs ... FAILED
test [crashes] tests/crashes/122259.rs ... ok
test [crashes] tests/crashes/122681.rs ... ok
2025-12-16T11:28:43.350935Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/122710.rs ... FAILED
test [crashes] tests/crashes/122903-1.rs ... ok
test [crashes] tests/crashes/123140.rs ... ok
test [crashes] tests/crashes/123629.rs ... ok
test [crashes] tests/crashes/123690.rs ... ok
test [crashes] tests/crashes/123862.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T11:28:43.500521Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/123157.rs ... FAILED
test [crashes] tests/crashes/123810.rs ... ok
test [crashes] tests/crashes/123887.rs ... ok
2025-12-16T11:28:43.560859Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/124189.rs ... FAILED
test [crashes] tests/crashes/124340.rs ... ok
test [crashes] tests/crashes/124751.rs ... ok
2025-12-16T11:28:43.622879Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/124440.rs ... FAILED
2025-12-16T11:28:43.688241Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125768.rs ... FAILED
2025-12-16T11:28:43.695071Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125553.rs ... FAILED
test [crashes] tests/crashes/125014.rs ... ok
2025-12-16T11:28:43.747965Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T11:28:43.747965Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125769.rs ... FAILED
test [crashes] tests/crashes/125772.rs ... FAILED
2025-12-16T11:28:43.759151Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125801.rs ... FAILED
2025-12-16T11:28:43.810608Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126443.rs ... FAILED
2025-12-16T11:28:43.812714Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126268.rs ... FAILED
test [crashes] tests/crashes/125841.rs ... ok
2025-12-16T11:28:43.869491Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126696.rs ... FAILED
2025-12-16T11:28:43.871168Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126667.rs ... FAILED
2025-12-16T11:28:43.941377Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/127972.rs ... FAILED
2025-12-16T11:28:43.954021Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126680.rs ... FAILED
2025-12-16T11:28:44.010444Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/129556.rs ... FAILED
2025-12-16T11:28:44.013172Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/127033.rs ... FAILED
test [crashes] tests/crashes/130395.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T11:28:44.078325Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/130346.rs ... FAILED
test [crashes] tests/crashes/130411.rs ... ok
2025-12-16T11:28:44.229613Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/130797.rs ... FAILED
2025-12-16T11:28:44.266778Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/130524.rs ... FAILED
test [crashes] tests/crashes/131052.rs ... ok
test [crashes] tests/crashes/131292.rs ... ok
2025-12-16T11:28:44.392602Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/131534.rs ... FAILED
test [crashes] tests/crashes/131762.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/130310.rs ... ok
2025-12-16T11:28:44.460534Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/131373.rs ... FAILED
test [crashes] tests/crashes/131787.rs ... ok
test [crashes] tests/crashes/131886.rs ... ok
2025-12-16T11:28:44.550622Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/132126.rs ... ok
test [crashes] tests/crashes/132960.rs ... FAILED
test [crashes] tests/crashes/133613.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/133965.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/134061.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/134479.rs ... ignored, gcc backend is marked as ignore
test [crashes] tests/crashes/134587.rs ... ok
test [crashes] tests/crashes/132985.rs ... ok
test [crashes] tests/crashes/133966.rs ... ok
2025-12-16T11:28:44.707759Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/134615.rs ... FAILED
test [crashes] tests/crashes/135470.rs ... ok
2025-12-16T11:28:44.810112Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135122.rs ... FAILED
2025-12-16T11:28:44.816182Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/134838.rs ... FAILED
2025-12-16T11:28:44.871642Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135617.rs ... FAILED
2025-12-16T11:28:44.885481Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135720.rs ... FAILED
test [crashes] tests/crashes/135845.rs ... ok
2025-12-16T11:28:44.959276Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136063.rs ... FAILED
test [crashes] tests/crashes/136138.rs ... ok
test [crashes] tests/crashes/136188.rs ... ok
2025-12-16T11:28:45.083627Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135718.rs ... FAILED
2025-12-16T11:28:45.091251Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136416.rs ... FAILED
test [crashes] tests/crashes/136379.rs ... ok
test [crashes] tests/crashes/136442.rs ... ok
2025-12-16T11:28:45.220316Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136666.rs ... FAILED
2025-12-16T11:28:45.246254Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136766.rs ... FAILED
2025-12-16T11:28:45.282178Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136661.rs ... FAILED
2025-12-16T11:28:45.294054Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136859.rs ... FAILED
test [crashes] tests/crashes/137049.rs ... ok
test [crashes] tests/crashes/137187.rs ... ok
test [crashes] tests/crashes/137084.rs ... ok
test [crashes] tests/crashes/137190-2.rs ... ok
test [crashes] tests/crashes/137190-3.rs ... ok
test [crashes] tests/crashes/137467-1.rs ... ok
2025-12-16T11:28:45.507616Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/137260.rs ... FAILED
test [crashes] tests/crashes/137514.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/137467-3.rs ... ok
test [crashes] tests/crashes/137467-2.rs ... ok
test [crashes] tests/crashes/137582.rs ... ok
test [crashes] tests/crashes/137916.rs ... ok
2025-12-16T11:28:45.688393Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/137888.rs ... FAILED
test [crashes] tests/crashes/138008.rs ... ok
test [crashes] tests/crashes/138009.rs ... ok
2025-12-16T11:28:45.749768Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/138089.rs ... FAILED
2025-12-16T11:28:45.804782Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/138156.rs ... FAILED
test [crashes] tests/crashes/138088.rs ... ok
test [crashes] tests/crashes/138132.rs ... ok
test [crashes] tests/crashes/138534.rs ... ok
2025-12-16T11:28:46.000078Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/138564.rs ... ok
test [crashes] tests/crashes/138707.rs ... FAILED
test [crashes] tests/crashes/139089.rs ... ok
test [crashes] tests/crashes/139381.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/139387.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/139462.rs ... ignored, gcc backend is marked as ignore
2025-12-16T11:28:46.171029Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/139120.rs ... FAILED
test [crashes] tests/crashes/108499.rs ... ok
test [crashes] tests/crashes/139570.rs ... ok
test [crashes] tests/crashes/138361.rs ... ok
test [crashes] tests/crashes/139596.rs ... ok
test [crashes] tests/crashes/140099.rs ... ok
test [crashes] tests/crashes/140011.rs ... ok
test [crashes] tests/crashes/140123-3.rs ... ok
test [crashes] tests/crashes/140123-2.rs ... ok
test [crashes] tests/crashes/140123-4.rs ... ok
test [crashes] tests/crashes/140123.rs ... ok
2025-12-16T11:28:46.532167Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/140275.rs ... FAILED
test [crashes] tests/crashes/140381.rs ... ok
test [crashes] tests/crashes/140577.rs ... ok
2025-12-16T11:28:46.626746Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/140850.rs ... FAILED
test [crashes] tests/crashes/140891.rs ... ok
test [crashes] tests/crashes/146261.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/146706.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/147973.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/34127.rs ... ignored, gcc backend is marked as ignore
2025-12-16T11:28:46.683072Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/140303.rs ... FAILED
2025-12-16T11:28:46.715658Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/141124.rs ... FAILED
test [crashes] tests/crashes/144293-indirect-ops-llvm.rs ... ok
test [crashes] tests/crashes/87577.rs ... ok
test [crashes] tests/crashes/54888.rs ... ok
test [crashes] tests/crashes/88296.rs ... ok
2025-12-16T11:28:46.866628Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/93182.rs ... FAILED
2025-12-16T11:28:46.878605Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/94846.rs ... FAILED
test [crashes] tests/crashes/project-to-simd-array-field.rs ... ok
2025-12-16T11:28:46.972613Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/98322.rs ... FAILED
test [crashes] tests/crashes/mgca/ace-with-const-ctor.rs ... ok
test [crashes] tests/crashes/93237.rs ... ok

failures:

---- [crashes] tests/crashes/101036.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: generic parameters may not be used in enum discriminant values
##[error]  --> /checkout/tests/crashes/101036.rs:13:13
   |
13 |     A = t::<N>() as u8, B
   |             ^ cannot perform const operation using `N`
   |
   = note: const parameters may not be used in enum discriminant values

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/101036.rs:2:12
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/101036.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/101036.rs stdout end ----
---- [crashes] tests/crashes/101557.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/101557.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/101557.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/101557.rs stdout end ----
---- [crashes] tests/crashes/100041.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the size for values of type `[()]` cannot be known at compilation time
##[error]  --> /checkout/tests/crashes/100041.rs:14:12
   |
14 |     latent(&[]);
   |            ^^^ doesn't have a size known at compile-time
   |
   = help: the trait `Sized` is not implemented for `[()]`
   = note: slice and array elements must have `Sized` type

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/100041.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/100041.rs stdout end ----
---- [crashes] tests/crashes/102252.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: `Struct` is not an iterator
##[error]  --> /checkout/tests/crashes/102252.rs:10:5
   |
10 |     Self: Iterator<Item = <Self as Iterator>::Item>, {}
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Struct` is not an iterator
   |
help: the trait `Iterator` is not implemented for `Struct`
  --> /checkout/tests/crashes/102252.rs:8:1
   |
---
   |
 8 | struct Struct
   |        ------ required by a bound in this struct
 9 | where
10 |     Self: Iterator<Item = <Self as Iterator>::Item>, {}
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Struct`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/102252.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/102252.rs stdout end ----
---- [crashes] tests/crashes/102047.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/102047.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/102047.rs stdout end ----
---- [crashes] tests/crashes/105238-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/105238-2.rs:4:12
  |
4 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/105238-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/105238-2.rs stdout end ----
---- [crashes] tests/crashes/106473.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/106473.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/106473.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/106473.rs stdout end ----
---- [crashes] tests/crashes/105238-1.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/105238-1.rs:4:12
  |
4 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/105238-1.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/105238-1.rs stdout end ----
---- [crashes] tests/crashes/110378.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/110378.rs:4:12
  |
4 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/110378.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/110378.rs stdout end ----
---- [crashes] tests/crashes/110534.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0271]: type mismatch resolving `<Ref<'_, u32> as MaybeBorrowed<'x>>::Output == Ref<'_, u32>`
##[error]  --> /checkout/tests/crashes/110534.rs:39:37
   |
39 |     let _sys_c = (sys_ref as fn(_)).into_system();
   |                                     ^^^^^^^^^^^ type mismatch resolving `<Ref<'_, u32> as MaybeBorrowed<'x>>::Output == Ref<'_, u32>`
   |
note: types differ
  --> /checkout/tests/crashes/110534.rs:32:19
   |
32 |     type Output = Ref<'a, u32>;
   |                   ^^^^^^^^^^^^
note: required for `fn(Ref<'_, u32>)` to implement `IntoSystem`
  --> /checkout/tests/crashes/110534.rs:15:9
   |
15 | impl<A> IntoSystem for fn(A)
   |         ^^^^^^^^^^     ^^^^^
...
18 |     A: 'static + for<'x> MaybeBorrowed<'x, Output = A>,
   |                                            ---------- unsatisfied trait bound introduced here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0271`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/110534.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/110534.rs stdout end ----
---- [crashes] tests/crashes/111419.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/111419.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/111419.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/111419.rs stdout end ----
---- [crashes] tests/crashes/111742.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: where clauses are not allowed before tuple struct bodies
##[error] --> /checkout/tests/crashes/111742.rs:8:92
  |
8 | ...ct Test<const N: u32, const M: u32 = { CONST/* Must be a const and not a Literal */ }> where [(); N as usize]: , ([u32; N as usize]);
  |       ----                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ ------------------- the struct body
  |       |                                                                                   |
  |       while parsing this tuple struct                                                     unexpected where clause
  |
help: move the body before the where clause
  |
8 - struct Test<const N: u32, const M: u32 = { CONST/* Must be a const and not a Literal */ }> where [(); N as usize]: , ([u32; N as usize]);
8 + struct Test<const N: u32, const M: u32 = { CONST/* Must be a const and not a Literal */ }>([u32; N as usize]) where [(); N as usize]: ;
  |

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/111742.rs:5:12
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/111742.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/111742.rs stdout end ----
---- [crashes] tests/crashes/114212-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/114212-2.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/114212-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/114212-2.rs stdout end ----
---- [crashes] tests/crashes/113846.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/113846.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/113846.rs stdout end ----
---- [crashes] tests/crashes/114212.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0433]: failed to resolve: you might be missing crate `core`
##[error] --> /checkout/tests/crashes/114212.rs:5:5
  |
5 | use core::marker::PhantomData;
  |     ^^^^
  |     |
  |     you might be missing crate `core`
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/114212.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/114212.rs stdout end ----
---- [crashes] tests/crashes/115435.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0282]: type annotations needed
##[error]  --> /checkout/tests/crashes/115435.rs:13:5
   |
13 |     bug_run::<dyn MyTrait<Target = u8>>();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for associated type `<dyn MyTrait<Target = u8> as MyTrait>::Target`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0282`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/115435.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/115435.rs stdout end ----
---- [crashes] tests/crashes/116519-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0405]: cannot find trait `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519-2.rs:15:15
   |
15 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {}
   |               ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519-2.rs:15:55
   |
15 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {}
   |                                                       ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
15 | impl<CellIdx, MAX_LENGTH> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {}
   |             ++++++++++++

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/116519-2.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/116519-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/116519-2.rs stdout end ----
---- [crashes] tests/crashes/116519.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected identifier, found `0`
##[error]  --> /checkout/tests/crashes/116519.rs:30:29
   |
30 |             _idx: CellIdx { 0 },
   |                   -------   ^ expected identifier
   |                   |
   |                   while parsing this struct

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:20:30
   |
20 | impl<CellIdx> RobinHashTable<MAX_LENGTH, CellIdx> {
   |                              ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
20 | impl<CellIdx, MAX_LENGTH> RobinHashTable<MAX_LENGTH, CellIdx> {
   |             ++++++++++++

error[E0574]: expected struct, variant or union type, found type parameter `CellIdx`
##[error]  --> /checkout/tests/crashes/116519.rs:23:19
   |
20 | impl<CellIdx> RobinHashTable<MAX_LENGTH, CellIdx> {
   |      ------- found this type parameter
...
23 |             _idx: CellIdx { MAX_LENGTH },
   |                   ^^^^^^^ not a struct, variant or union type

error[E0425]: cannot find value `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:23:29
   |
23 |             _idx: CellIdx { MAX_LENGTH },
   |                             ^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:27:15
   |
27 | impl<CellIdx> HashMapBase<CellIdx> {
   |               ^^^^^^^^^^^ not found in this scope

error[E0574]: expected struct, variant or union type, found type parameter `CellIdx`
##[error]  --> /checkout/tests/crashes/116519.rs:30:19
   |
27 | impl<CellIdx> HashMapBase<CellIdx> {
   |      ------- found this type parameter
...
30 |             _idx: CellIdx { 0 },
   |                   ^^^^^^^ not a struct, variant or union type

error[E0405]: cannot find trait `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:34:15
   |
34 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |               ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:34:55
   |
34 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |                                                       ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
34 | impl<CellIdx, MAX_LENGTH> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |             ++++++++++++

error[E0404]: expected trait, found derive macro `Hash`
##[error]  --> /checkout/tests/crashes/116519.rs:35:16
   |
35 |     fn hash<H: Hash + Hasher>(&self,
   |                ^^^^ not a trait
   |
help: consider importing this trait instead
   |
 4 + use std::hash::Hash;
   |

error[E0405]: cannot find trait `Hasher` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:35:23
   |
35 |     fn hash<H: Hash + Hasher>(&self,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this trait
   |
 4 + use std::hash::Hasher;
   |

error[E0405]: cannot find trait `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:44:15
   |
44 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |               ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:44:55
   |
44 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |                                                       ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
44 | impl<CellIdx, MAX_LENGTH> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |             ++++++++++++

error[E0404]: expected trait, found derive macro `Hash`
##[error]  --> /checkout/tests/crashes/116519.rs:45:16
   |
45 |     fn hash<H: Hash + Hasher>(&self, other: &Self) -> H {
   |                ^^^^ not a trait
   |
help: consider importing this trait instead
   |
 4 + use std::hash::Hash;
   |

error[E0405]: cannot find trait `Hasher` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:45:23
   |
45 |     fn hash<H: Hash + Hasher>(&self, other: &Self) -> H {
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this trait
   |
 4 + use std::hash::Hasher;
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/116519.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/116519.rs stdout end ----
---- [crashes] tests/crashes/116554.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected one of `!`, `(`, `.`, `::`, `;`, `<`, `?`, or `}`, found `,`
##[error]  --> /checkout/tests/crashes/116554.rs:27:23
   |
27 |     A = t::<N>() as u8,
   |                       ^ expected one of 8 possible tokens

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/116554.rs:2:12
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/116554.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/116554.rs stdout end ----
---- [crashes] tests/crashes/117460.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/117460.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117460.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/117460.rs stdout end ----
---- [crashes] tests/crashes/117392-2.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117392-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/117392-2.rs stdout end ----
---- [crashes] tests/crashes/117392.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117392.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/117392.rs stdout end ----
---- [crashes] tests/crashes/117496.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0433]: failed to resolve: you might be missing crate `core`
##[error] --> /checkout/tests/crashes/117496.rs:5:5
  |
5 | use core::marker::ConstParamTy;
  |     ^^^^
  |     |
  |     you might be missing crate `core`
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117496.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/117496.rs stdout end ----
---- [crashes] tests/crashes/118603.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/118603.rs:5:12
  |
5 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/118603.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/118603.rs stdout end ----
---- [crashes] tests/crashes/118952-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/118952-2.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/118952-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/118952-2.rs stdout end ----
---- [crashes] tests/crashes/118952.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/118952.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/118952.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/118952.rs stdout end ----
---- [crashes] tests/crashes/119692.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/119692.rs:5:12
  |
5 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/119692.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/119692.rs stdout end ----
---- [crashes] tests/crashes/119786.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected identifier, found reserved keyword `yield`
##[error]  --> /checkout/tests/crashes/119786.rs:10:18
   |
10 |             Some(yield) => (),
   |                  ^^^^^ expected identifier, found reserved keyword
   |
help: escape `yield` to use it as an identifier
   |
10 |             Some(r#yield) => (),
   |                  ++

error[E0658]: `impl Trait` in type aliases is unstable
##[error] --> /checkout/tests/crashes/119786.rs:5:14
  |
---
For more information about this error, try `rustc --explain E0658`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/119786.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/119786.rs stdout end ----
---- [crashes] tests/crashes/119824.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: generic parameters may not be used in enum discriminant values
##[error]  --> /checkout/tests/crashes/119824.rs:13:13
   |
13 |     A = t::<N>() as u8, B
   |             ^ cannot perform const operation using `N`
   |
   = note: const parameters may not be used in enum discriminant values

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/119824.rs:2:12
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/119824.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/119824.rs stdout end ----
---- [crashes] tests/crashes/120016.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0271]: type mismatch resolving `i32 == u32`
##[error]  --> /checkout/tests/crashes/120016.rs:15:16
   |
15 |         let f: F = 0u32;
   |                ^ types differ

warning: unused variable: `f`
---
For more information about this error, try `rustc --explain E0271`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120016.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120016.rs stdout end ----
---- [crashes] tests/crashes/120033.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0405]: cannot find trait `AutoTrait` in this scope
##[error]  --> /checkout/tests/crashes/120033.rs:10:20
   |
10 | pub struct Bar<T: ?AutoTrait> {}
   |                    ^^^^^^^^^ not found in this scope

warning: unknown lint: `sized_hierarchy_migration`
##[warning] --> /checkout/tests/crashes/120033.rs:3:10
  |
3 | #![allow(sized_hierarchy_migration)]
  |          ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unknown_lints)]` on by default

warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
---

error[E0107]: missing generics for associated type `Foo::Bar`
##[error]  --> /checkout/tests/crashes/120033.rs:14:27
   |
14 |     T1: for<T> Foo<usize, Bar = Bar<T>>,
   |                           ^^^ expected 1 generic argument
   |
note: associated type defined here, with 1 generic parameter: `K`
  --> /checkout/tests/crashes/120033.rs:7:10
   |
 7 |     type Bar<K: std::marker::PointeeSized>;
   |          ^^^ -
help: add missing generic argument
   |
14 |     T1: for<T> Foo<usize, Bar<K> = Bar<T>>,
   |                              +++

error: aborting due to 3 previous errors; 2 warnings emitted

Some errors have detailed explanations: E0107, E0405, E0601.
For more information about an error, try `rustc --explain E0107`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120033.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120033.rs stdout end ----
---- [crashes] tests/crashes/120254.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `120254`
##[error]  --> /checkout/tests/crashes/120254.rs:24:2
   |
24 | }
   |  ^ consider adding a `main` function to `/checkout/tests/crashes/120254.rs`

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:28
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Offset<<Foo<I, E> as Bar>::Checkpoint>`
  --> /checkout/tests/crashes/120254.rs:20:22
   |
20 | impl<I: Bar, E: Dbg> Offset<<Foo<I, E> as Bar>::Checkpoint> for Foo<I, E> {}
   |                 ---  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
note: required by a bound in `Bar`
  --> /checkout/tests/crashes/120254.rs:10:12
   |
10 | trait Bar: Offset<<Self as Bar>::Checkpoint> {
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Bar`
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:28
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Bar`
  --> /checkout/tests/crashes/120254.rs:14:22
   |
14 | impl<I: Bar, E: Dbg> Bar for Foo<I, E> {
   |                 ---  ^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
   = help: unsized fn params are gated as an unstable feature
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++
help: function arguments must have a statically known size, borrowed types always have a known size
   |
23 |     fn record_err(self, _: &<Self as Bar>::Checkpoint) -> () {}
   |                            +

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:25
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |                         ^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Bar`
  --> /checkout/tests/crashes/120254.rs:14:22
   |
14 | impl<I: Bar, E: Dbg> Bar for Foo<I, E> {
   |                 ---  ^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:5
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Bar`
  --> /checkout/tests/crashes/120254.rs:14:22
   |
14 | impl<I: Bar, E: Dbg> Bar for Foo<I, E> {
   |                 ---  ^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++

error: aborting due to 5 previous errors

Some errors have detailed explanations: E0277, E0601.
For more information about an error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120254.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/120254.rs stdout end ----
---- [crashes] tests/crashes/120811.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120811.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120811.rs stdout end ----
---- [crashes] tests/crashes/121575.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/121575.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/121575.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/121575.rs stdout end ----
---- [crashes] tests/crashes/121858.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find type `Union` in this scope
##[error] --> /checkout/tests/crashes/121858.rs:9:15
  |
9 |     fn o() -> Union {}
  |               ^^^^^ not found in this scope
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/121858.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/121858.rs stdout end ----
---- [crashes] tests/crashes/120911.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120911.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120911.rs stdout end ----
---- [crashes] tests/crashes/121963.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/121963.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/121963.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/121963.rs stdout end ----
---- [crashes] tests/crashes/122529.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `122529`
##[error] --> /checkout/tests/crashes/122529.rs:8:2
  |
8 | }
  |  ^ consider adding a `main` function to `/checkout/tests/crashes/122529.rs`

error[E0277]: the trait bound `&'a [u8]: Archive` is not satisfied
##[error] --> /checkout/tests/crashes/122529.rs:6:22
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `&'a [u8]`
  |
help: the trait `Archive` is implemented for `<&'a [u8] as Archive>::Archived`
 --> /checkout/tests/crashes/122529.rs:6:1
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0277]: the trait bound `&'a [u8]: Archive` is not satisfied
##[error] --> /checkout/tests/crashes/122529.rs:6:10
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  |          ^^^^^^^ the trait `Archive` is not implemented for `&'a [u8]`
  |
help: the trait `Archive` is implemented for `<&'a [u8] as Archive>::Archived`
 --> /checkout/tests/crashes/122529.rs:6:1
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0277]: the trait bound `&'a [u8]: Archive` is not satisfied
##[error] --> /checkout/tests/crashes/122529.rs:7:21
  |
7 |     type Archived = ();
  |                     ^^ the trait `Archive` is not implemented for `&'a [u8]`
  |
help: the trait `Archive` is implemented for `<&'a [u8] as Archive>::Archived`
 --> /checkout/tests/crashes/122529.rs:6:1
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 4 previous errors

Some errors have detailed explanations: E0277, E0601.
For more information about an error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/122529.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/122529.rs stdout end ----
---- [crashes] tests/crashes/122710.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the trait bound `(): BarTrait<PhantomData<_>>` is not satisfied
##[error]  --> /checkout/tests/crashes/122710.rs:21:10
   |
21 |   ().bar(PhantomData);
   |      --- ^^^^^^^^^^^ the trait `BarTrait<PhantomData<_>>` is not implemented for `()`
   |      |
   |      required by a bound introduced by this call
   |
help: the trait `BarTrait<T>` is implemented for `()`
  --> /checkout/tests/crashes/122710.rs:12:1
   |
12 | impl<T: for<'a> MyTrait<'a>> BarTrait<T> for () {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/122710.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/122710.rs stdout end ----
---- [crashes] tests/crashes/123157.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/123157.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/123157.rs stdout end ----
---- [crashes] tests/crashes/124189.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
warning: trait objects without an explicit `dyn` are deprecated
##[warning]  --> /checkout/tests/crashes/124189.rs:10:11
   |
10 | fn f(_: <&Copy as Trait>::Type) {}
   |           ^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
10 | fn f(_: <&dyn Copy as Trait>::Type) {}
   |           +++

error[E0038]: the trait `Copy` is not dyn compatible
##[error]  --> /checkout/tests/crashes/124189.rs:13:7
   |
---
For more information about this error, try `rustc --explain E0038`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/124189.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/124189.rs stdout end ----
---- [crashes] tests/crashes/124440.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the trait bound `Bar<{closure@/checkout/tests/crashes/124440.rs:22:16: 22:19}>: Foo` is not satisfied
##[error]  --> /checkout/tests/crashes/124440.rs:22:16
   |
22 |     assert_foo(|_| ());
   |     ---------- ^^^^^^ unsatisfied trait bound
   |     |
   |     required by a bound introduced by this call
   |
help: the trait `Foo` is not implemented for `Bar<{closure@/checkout/tests/crashes/124440.rs:22:16: 22:19}>`
  --> /checkout/tests/crashes/124440.rs:9:1
   |
 9 | struct Bar<F> {
   | ^^^^^^^^^^^^^
help: the trait `Foo` is implemented for `Bar<F>`
  --> /checkout/tests/crashes/124440.rs:13:1
   |
13 | impl<F> Foo for Bar<F> where F: Foo {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: required by a bound in `assert_foo`
  --> /checkout/tests/crashes/124440.rs:17:13
   |
15 | fn assert_foo<F>(_: F)
   |    ---------- required by a bound in this function
16 | where
17 |     Bar<F>: Foo,
   |             ^^^ required by this bound in `assert_foo`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/124440.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/124440.rs stdout end ----
---- [crashes] tests/crashes/125768.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find type `Union` in this scope
##[error]  --> /checkout/tests/crashes/125768.rs:10:15
   |
10 |     fn o() -> Union {}
   |               ^^^^^ not found in this scope
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125768.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125768.rs stdout end ----
---- [crashes] tests/crashes/125553.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected `;`, found keyword `let`
##[error] --> /checkout/tests/crashes/125553.rs:8:36
  |
8 |     type T = impl Copy(Copy, Clone)
  |                                    ^ help: add `;` here
9 |     let foo: T = Foo((1u32, 1u32));
  |     --- unexpected token

error[E0658]: `impl Trait` in type aliases is unstable
##[error] --> /checkout/tests/crashes/125553.rs:8:14
  |
8 |     type T = impl Copy(Copy, Clone)
---

warning: unused variable: `a`
##[warning]  --> /checkout/tests/crashes/125553.rs:12:18
   |
12 |         let Foo((a, b)) = foo;
   |                  ^ help: if this is intentional, prefix it with an underscore: `_a`
   |
   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `b`
##[warning]  --> /checkout/tests/crashes/125553.rs:12:21
   |
12 |         let Foo((a, b)) = foo;
   |                     ^ help: if this is intentional, prefix it with an underscore: `_b`

warning: unused variable: `derive`
##[warning]  --> /checkout/tests/crashes/125553.rs:11:13
   |
11 |         let derive = move || {
---
For more information about an error, try `rustc --explain E0107`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125553.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125553.rs stdout end ----
---- [crashes] tests/crashes/125769.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/125769.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125769.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125769.rs stdout end ----
---- [crashes] tests/crashes/125772.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/125772.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125772.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125772.rs stdout end ----
---- [crashes] tests/crashes/125801.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find value `N` in this scope
##[error]  --> /checkout/tests/crashes/125801.rs:14:17
   |
14 | static A: <[u8; N] as Foo>::Output = [1, 2, 3];
   |                 ^ not found in this scope

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/125801.rs:3:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125801.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125801.rs stdout end ----
---- [crashes] tests/crashes/126443.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/126443.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126443.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126443.rs stdout end ----
---- [crashes] tests/crashes/126268.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `126268`
##[error]  --> /checkout/tests/crashes/126268.rs:18:49
   |
18 | impl<'a> Trait for DatasetIter<'a, ArrayBase> {}
   |                                                 ^ consider adding a `main` function to `/checkout/tests/crashes/126268.rs`

error: specialization impl does not specialize any associated items
---
For more information about this error, try `rustc --explain E0601`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126268.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126268.rs stdout end ----
---- [crashes] tests/crashes/126696.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/126696.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126696.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126696.rs stdout end ----
---- [crashes] tests/crashes/126667.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0106]: missing lifetime specifier
##[error] --> /checkout/tests/crashes/126667.rs:9:19
  |
9 |     type T = impl Static;
  |                   ^^^^^^ expected named lifetime parameter
  |
  = note: for more information on higher-ranked polymorphism, visit https://doc.rust-lang.org/nomicon/hrtb.html
help: consider making the bound lifetime-generic with a new `'a` lifetime
  |
9 |     type T = impl for<'a> Static<'a>;
  |                   +++++++       ++++
help: consider introducing a named lifetime parameter
  |
9 |     type T<'a> = impl Static<'a>;
  |           ++++              ++++

error[E0658]: `impl Trait` in type aliases is unstable
##[error] --> /checkout/tests/crashes/126667.rs:9:14
  |
---
For more information about an error, try `rustc --explain E0106`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126667.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126667.rs stdout end ----
---- [crashes] tests/crashes/127972.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find type `Substs1` in this scope
##[error] --> /checkout/tests/crashes/127972.rs:4:39
  |
4 | fn zero_init<const usize: usize>() -> Substs1<{ (N) }> {
  |                                       ^^^^^^^ not found in this scope

error[E0425]: cannot find value `N` in this scope
##[error] --> /checkout/tests/crashes/127972.rs:4:50
  |
4 | fn zero_init<const usize: usize>() -> Substs1<{ (N) }> {
  |                                                  ^ not found in this scope
  |
help: you might be missing a const parameter
  |
4 | fn zero_init<const usize: usize, const N: /* Type */>() -> Substs1<{ (N) }> {
  |                                +++++++++++++++++++++

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/127972.rs:2:12
  |
---

error[E0425]: cannot find function, tuple struct or tuple variant `Substs1` in this scope
##[error] --> /checkout/tests/crashes/127972.rs:5:5
  |
5 |     Substs1([0; { (usize) }])
  |     ^^^^^^^ not found in this scope

error: aborting due to 4 previous errors

Some errors have detailed explanations: E0001, E0425.
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/127972.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/127972.rs stdout end ----
---- [crashes] tests/crashes/126680.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126680.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126680.rs stdout end ----
---- [crashes] tests/crashes/129556.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0433]: failed to resolve: you might be missing crate `core`
##[error] --> /checkout/tests/crashes/129556.rs:6:5
  |
6 | use core::marker::ConstParamTy;
  |     ^^^^
  |     |
  |     you might be missing crate `core`
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/129556.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/129556.rs stdout end ----
---- [crashes] tests/crashes/127033.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/127033.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/127033.rs stdout end ----
---- [crashes] tests/crashes/130346.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
##[warning] --> /checkout/tests/crashes/130346.rs:3:12
  |
3 | #![feature(non_lifetime_binders)]
  |            ^^^^^^^^^^^^^^^^^^^^
  |
  = note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
---

error[E0282]: type annotations needed
##[error] --> /checkout/tests/crashes/130346.rs:9:28
  |
9 |     let _: Option<u32> = x.next(); // Removing this line stops the ICE
  |                            ^^^^ cannot infer type

error: aborting due to 2 previous errors; 1 warning emitted

Some errors have detailed explanations: E0282, E0601.
For more information about an error, try `rustc --explain E0282`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/130346.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/130346.rs stdout end ----
---- [crashes] tests/crashes/130797.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/130797.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/130797.rs stdout end ----
---- [crashes] tests/crashes/130524.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/130524.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/130524.rs stdout end ----
---- [crashes] tests/crashes/131534.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0106]: missing lifetime specifier
##[error] --> /checkout/tests/crashes/131534.rs:3:18
  |
3 | type Value<'v> = &[[u8; SIZE]];
  |                  ^ expected named lifetime parameter
  |
help: consider using the `'v` lifetime
  |
3 | type Value<'v> = &'v [[u8; SIZE]];
  |                   ++

error[E0425]: cannot find value `SIZE` in this scope
##[error] --> /checkout/tests/crashes/131534.rs:3:25
  |
3 | type Value<'v> = &[[u8; SIZE]];
  |                         ^^^^ not found in this scope

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/131534.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/131534.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/131534.rs stdout end ----
---- [crashes] tests/crashes/131373.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/131373.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/131373.rs stdout end ----
---- [crashes] tests/crashes/132960.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/132960.rs:3:46
  |
3 | #![feature(adt_const_params, const_ptr_read, generic_const_exprs, unsized_const_params)]
  |                                              ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/132960.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/132960.rs stdout end ----
---- [crashes] tests/crashes/134615.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/134615.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/134615.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/134615.rs stdout end ----
---- [crashes] tests/crashes/135122.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `135122`
##[error]  --> /checkout/tests/crashes/135122.rs:24:2
   |
24 | }
   |  ^ consider adding a `main` function to `/checkout/tests/crashes/135122.rs`

error[E0046]: not all trait items implemented, missing: `Assoc`
##[error]  --> /checkout/tests/crashes/135122.rs:15:1
   |
 8 |     type Assoc;
   |     ---------- `Assoc` from trait
...
15 | impl<B> IsSame<i16> for f32 where f32: IsSame<B, Assoc = B> {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Assoc` in implementation

error[E0207]: the type parameter `B` is not constrained by the impl trait, self type, or predicates
##[error]  --> /checkout/tests/crashes/135122.rs:15:6
   |
15 | impl<B> IsSame<i16> for f32 where f32: IsSame<B, Assoc = B> {}
   |      ^ unconstrained type parameter

warning: trait objects without an explicit `dyn` are deprecated
##[warning]  --> /checkout/tests/crashes/135122.rs:23:15
   |
23 |     fn add(_: Data, _: Self::Output) {}
   |               ^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
23 |     fn add(_: dyn Data, _: Self::Output) {}
   |               +++

error[E0191]: the value of the associated type `Elem` in `Data` must be specified
##[error]  --> /checkout/tests/crashes/135122.rs:23:15
   |
12 |     type Elem;
   |     --------- `Elem` defined here
...
23 |     fn add(_: Data, _: Self::Output) {}
   |               ^^^^ help: specify the associated type: `Data<Elem = Type>`

error[E0277]: the trait bound `i8: Data` is not satisfied
##[error]  --> /checkout/tests/crashes/135122.rs:20:5
   |
20 |     i8: Data<Elem = A>,
   |     ^^^^^^^^^^^^^^^^^^ the trait `Data` is not implemented for `i8`
   |
help: this trait has no implementations, consider adding one
  --> /checkout/tests/crashes/135122.rs:11:1
   |
---
For more information about an error, try `rustc --explain E0046`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135122.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/135122.rs stdout end ----
---- [crashes] tests/crashes/134838.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/134838.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/134838.rs stdout end ----
---- [crashes] tests/crashes/135617.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0282]: type annotations needed
##[error]  --> /checkout/tests/crashes/135617.rs:10:6
   |
10 |     [(); <() as Project>::ASSOC];
   |      ^^ cannot infer the value of the constant `_`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0282`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135617.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/135617.rs stdout end ----
---- [crashes] tests/crashes/135720.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find value `A` in this scope
##[error] --> /checkout/tests/crashes/135720.rs:3:20
  |
3 | type S<'l> = [i32; A];
  |                    ^ not found in this scope

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/135720.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135720.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/135720.rs stdout end ----
---- [crashes] tests/crashes/136063.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find value `X` in this scope
##[error] --> /checkout/tests/crashes/136063.rs:3:23
  |
3 | trait A<const B: u8 = X> {}
  |               -       ^
  |               |
  |               similarly named const parameter `B` defined here
  |
help: a const parameter with a similar name exists
  |
3 - trait A<const B: u8 = X> {}
3 + trait A<const B: u8 = B> {}
  |

error[E0425]: cannot find type `x` in this scope
##[error] --> /checkout/tests/crashes/136063.rs:5:21
  |
3 | trait A<const B: u8 = X> {}
  | ------------------------ similarly named trait `A` defined here
4 | impl A<1> for bool {}
5 | fn bar(arg : &dyn A<x>) { bar(true) }
  |                     ^
  |
help: a trait with a similar name exists
  |
5 - fn bar(arg : &dyn A<x>) { bar(true) }
5 + fn bar(arg : &dyn A<A>) { bar(true) }
  |
help: you might be missing a type parameter
  |
5 | fn bar<x>(arg : &dyn A<x>) { bar(true) }
  |       +++

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/136063.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136063.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/136063.rs stdout end ----
---- [crashes] tests/crashes/135718.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135718.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/135718.rs stdout end ----
---- [crashes] tests/crashes/136416.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/136416.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136416.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136416.rs stdout end ----
---- [crashes] tests/crashes/136666.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the trait bound `Wrap<_>: Foo` is not satisfied
##[error]  --> /checkout/tests/crashes/136666.rs:35:5
   |
35 |     what();
   |     ^^^^^^ unsatisfied trait bound
   |
help: the trait `Foo` is not implemented for `Wrap<_>`
  --> /checkout/tests/crashes/136666.rs:15:1
   |
15 | struct Wrap<A>(A);
   | ^^^^^^^^^^^^^^
help: the trait `Foo` is implemented for `Wrap<A>`
  --> /checkout/tests/crashes/136666.rs:21:1
   |
21 | / impl<A> Foo for Wrap<A>
22 | | where
23 | |     Dummy: IsRef<A>,
24 | |     for<'a> A: WithLifetime<Output<'a> = A>,
   | |____________________________________________^
note: required by a bound in `what`
  --> /checkout/tests/crashes/136666.rs:30:14
   |
28 | fn what<A>()
   |    ---- required by a bound in this function
29 | where
30 |     Wrap<A>: Foo,
   |              ^^^ required by this bound in `what`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136666.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136666.rs stdout end ----
---- [crashes] tests/crashes/136766.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/136766.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136766.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/136766.rs stdout end ----
---- [crashes] tests/crashes/136661.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136661.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136661.rs stdout end ----
---- [crashes] tests/crashes/136859.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0437]: type `Msg` is not a member of trait `IsZero`
##[error]  --> /checkout/tests/crashes/136859.rs:16:5
   |
16 |     type Msg = True;
   |     ^^^^^^^^^^^^^^^^ not a member of trait `IsZero`

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136859.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136859.rs stdout end ----
---- [crashes] tests/crashes/137260.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/137260.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/137260.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/137260.rs stdout end ----
---- [crashes] tests/crashes/137888.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/137888.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/137888.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/137888.rs stdout end ----
---- [crashes] tests/crashes/138089.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/138089.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/138089.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/138089.rs stdout end ----
---- [crashes] tests/crashes/138156.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/138156.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/138156.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/138156.rs stdout end ----
---- [crashes] tests/crashes/138707.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/138707.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/138707.rs stdout end ----
---- [crashes] tests/crashes/139120.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/139120.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/139120.rs stdout end ----
---- [crashes] tests/crashes/140275.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/140275.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/140275.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/140275.rs stdout end ----
---- [crashes] tests/crashes/140850.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: at least one trait must be specified
##[error] --> /checkout/tests/crashes/140850.rs:3:11
  |
3 | fn A() -> impl {
  |           ^^^^
---


------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/140850.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/140850.rs stdout end ----
---- [crashes] tests/crashes/140303.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0670]: `async fn` is not permitted in Rust 2015
##[error] --> /checkout/tests/crashes/140303.rs:4:1
  |
4 | async fn a() -> impl Sized {
  | ^^^^^ to use `async fn`, switch to Rust 2018 or later
  |
  = help: pass `--edition 2024` to `rustc`
  = note: for more on editions, read https://doc.rust-lang.org/edition-guide

error[E0670]: `async fn` is not permitted in Rust 2015
##[error] --> /checkout/tests/crashes/140303.rs:7:1
  |
7 | async fn c(); // kaboom
  | ^^^^^ to use `async fn`, switch to Rust 2018 or later
  |
  = help: pass `--edition 2024` to `rustc`
  = note: for more on editions, read https://doc.rust-lang.org/edition-guide

error: free function without a body
##[error] --> /checkout/tests/crashes/140303.rs:7:1
  |
7 | async fn c(); // kaboom
  | ^^^^^^^^^^^^-
  |             |
  |             help: provide a definition for the function: `{ <body> }`

warning: type parameter `d` should have an upper camel case name
##[warning] --> /checkout/tests/crashes/140303.rs:8:6
  |
8 | fn b<d>(e: d) -> impl Sized
  |      ^ help: convert the identifier to upper camel case: `D`
  |
  = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default

warning: trait `f` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:14:7
   |
14 | trait f {
   |       ^ help: convert the identifier to upper camel case (notice the capitalization): `F`

warning: associated type `h` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:15:10
   |
15 |     type h;
   |          ^ help: convert the identifier to upper camel case: `H`

warning: type parameter `d` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:17:6
   |
17 | impl<d, g> f for d
   |      ^ help: convert the identifier to upper camel case: `D`

warning: type parameter `g` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:17:9
   |
17 | impl<d, g> f for d
   |         ^ help: convert the identifier to upper camel case: `G`

error[E0601]: `main` function not found in crate `140303`
##[error]  --> /checkout/tests/crashes/140303.rs:22:2
   |
22 | }
---
   |
15 |       type h;
   |       ------ `h` from trait
16 |   }
17 | / impl<d, g> f for d
18 | | where
19 | |     d: Fn() -> g,
20 | |     g: Future,
   | |______________^ missing `h` in implementation

warning: unused variable: `e`
##[warning] --> /checkout/tests/crashes/140303.rs:8:9
  |
8 | fn b<d>(e: d) -> impl Sized
  |         ^ help: if this is intentional, prefix it with an underscore: `_e`
  |
  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

error: aborting due to 5 previous errors; 6 warnings emitted

Some errors have detailed explanations: E0046, E0601, E0670.
For more information about an error, try `rustc --explain E0046`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/140303.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/140303.rs stdout end ----
---- [crashes] tests/crashes/141124.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0271]: type mismatch resolving `<T as TraitAssoc>::Assoc normalizes-to _`
##[error]  --> /checkout/tests/crashes/141124.rs:12:18
   |
12 |     type Assoc = <(T,) as TraitAssoc>::Assoc;
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ

error[E0277]: the trait bound `S: SimpleTrait` is not satisfied
##[error]  --> /checkout/tests/crashes/141124.rs:14:22
   |
14 | impl SimpleTrait for <S as TraitAssoc>::Assoc {}
   |                      ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
   |
help: the trait `SimpleTrait` is not implemented for `S`
  --> /checkout/tests/crashes/141124.rs:2:1
   |
 2 | struct S;
   | ^^^^^^^^
help: the trait `SimpleTrait` is implemented for `<S as TraitAssoc>::Assoc`
  --> /checkout/tests/crashes/141124.rs:14:1
   |
14 | impl SimpleTrait for <S as TraitAssoc>::Assoc {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: required for `S` to implement `TraitAssoc`
  --> /checkout/tests/crashes/141124.rs:8:9
   |
 8 | impl<T> TraitAssoc for T
   |         ^^^^^^^^^^     ^
 9 | where
10 |     T: SimpleTrait,
   |        ----------- unsatisfied trait bound introduced here

error[E0277]: the trait bound `(T,): SimpleTrait` is not satisfied
##[error]  --> /checkout/tests/crashes/141124.rs:12:18
   |
12 |     type Assoc = <(T,) as TraitAssoc>::Assoc;
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SimpleTrait` is not implemented for `(T,)`
   |
help: the trait `SimpleTrait` is implemented for `<S as TraitAssoc>::Assoc`
  --> /checkout/tests/crashes/141124.rs:14:1
   |
14 | impl SimpleTrait for <S as TraitAssoc>::Assoc {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: required for `(T,)` to implement `TraitAssoc`
  --> /checkout/tests/crashes/141124.rs:8:9
   |
 8 | impl<T> TraitAssoc for T
   |         ^^^^^^^^^^     ^
 9 | where
10 |     T: SimpleTrait,
---
For more information about an error, try `rustc --explain E0271`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/141124.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/141124.rs stdout end ----
---- [crashes] tests/crashes/93182.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/93182.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/93182.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/93182.rs stdout end ----
---- [crashes] tests/crashes/94846.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/94846.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/94846.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/94846.rs stdout end ----
---- [crashes] tests/crashes/98322.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/98322.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/98322.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind

For more information how to resolve CI failures of this job, visit this link.

lcnr Avatar
lcnr on 2025-12-16 14:14:53 UTC
lcnr Avatar
lcnr on 2025-12-16 14:14:53 UTC
View on GitHub

@bors try

rust-bors Avatar
rust-bors on 2025-12-16 14:14:58 UTC · hidden as outdated
rust-bors Avatar
rust-bors on 2025-12-16 14:14:58 UTC · hidden as outdated
View on GitHub

⌛ Trying commit f5acf22 with merge c9557a2

To cancel the try build, run the command @bors try cancel.

Workflow: https://github.com/rust-lang/rust/actions/runs/20270970439

rust-log-analyzer Avatar
rust-log-analyzer on 2025-12-16 14:50:13 UTC
rust-log-analyzer Avatar
rust-log-analyzer on 2025-12-16 14:50:13 UTC
View on GitHub

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

Click to see the possible cause of the failure (guessed by this bot)
[TIMING:start] test::Compiletest { test_compiler: Compiler { stage: 2, host: x86_64-unknown-linux-gnu, forced_compiler: false }, target: x86_64-unknown-linux-gnu, mode: crashes, suite: "crashes", path: "tests/crashes", compare_mode: None }
##[group]Testing stage2 with compiletest suite=crashes mode=crashes (x86_64-unknown-linux-gnu)

running 182 tests
2025-12-16T14:49:53.021016Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T14:49:53.021016Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/101557.rs ... FAILED
test [crashes] tests/crashes/101036.rs ... FAILED
2025-12-16T14:49:53.029370Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/100041.rs ... FAILED
2025-12-16T14:49:53.088813Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T14:49:53.089011Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/102047.rs ... FAILED
test [crashes] tests/crashes/102252.rs ... FAILED
test [crashes] tests/crashes/103708.rs ... ok
test [crashes] tests/crashes/104685.rs ... ok
test [crashes] tests/crashes/108428.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T14:49:53.140180Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T14:49:53.140186Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T14:49:53.140180Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/106473.rs ... FAILED
test [crashes] tests/crashes/105238-1.rs ... FAILED
test [crashes] tests/crashes/105238-2.rs ... FAILED
2025-12-16T14:49:53.192757Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/110378.rs ... FAILED
test [crashes] tests/crashes/108814.rs ... ok
2025-12-16T14:49:53.207312Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/110534.rs ... FAILED
test [crashes] tests/crashes/110627.rs ... ok
2025-12-16T14:49:53.254553Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/111419.rs ... FAILED
2025-12-16T14:49:53.258775Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/111742.rs ... FAILED
test [crashes] tests/crashes/114198-2.rs ... ok
test [crashes] tests/crashes/114198.rs ... ok
2025-12-16T14:49:53.371803Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/114212-2.rs ... FAILED
2025-12-16T14:49:53.379642Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/113846.rs ... FAILED
2025-12-16T14:49:53.385448Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/114212.rs ... FAILED
2025-12-16T14:49:53.435981Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/115435.rs ... FAILED
2025-12-16T14:49:53.445235Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/116519-2.rs ... FAILED
2025-12-16T14:49:53.468710Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/116519.rs ... FAILED
2025-12-16T14:49:53.486182Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/116554.rs ... FAILED
test [crashes] tests/crashes/116947.rs ... ok
2025-12-16T14:49:53.557745Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117460.rs ... FAILED
2025-12-16T14:49:53.613978Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117392-2.rs ... FAILED
2025-12-16T14:49:53.619441Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117392.rs ... FAILED
2025-12-16T14:49:53.622968Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/117496.rs ... FAILED
test [crashes] tests/crashes/118244.rs ... ignored, gcc backend is marked as ignore
2025-12-16T14:49:53.673572Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/118603.rs ... FAILED
test [crashes] tests/crashes/118778.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/118784.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/117795.rs ... ok
test [crashes] tests/crashes/118038.rs ... ok
2025-12-16T14:49:53.725791Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T14:49:53.725791Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/118952-2.rs ... FAILED
test [crashes] tests/crashes/118952.rs ... FAILED
test [crashes] tests/crashes/119095.rs ... ok
2025-12-16T14:49:53.780141Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/119692.rs ... FAILED
2025-12-16T14:49:53.783742Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/119786.rs ... FAILED
2025-12-16T14:49:53.826886Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/119824.rs ... FAILED
test [crashes] tests/crashes/120175.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T14:49:53.836881Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120016.rs ... FAILED
2025-12-16T14:49:53.852703Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120033.rs ... FAILED
2025-12-16T14:49:53.897635Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120254.rs ... FAILED
test [crashes] tests/crashes/120873.rs ... ok
2025-12-16T14:49:53.961941Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120811.rs ... FAILED
2025-12-16T14:49:53.973530Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/121575.rs ... FAILED
2025-12-16T14:49:54.025042Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
2025-12-16T14:49:54.025195Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/121963.rs ... FAILED
test [crashes] tests/crashes/121858.rs ... FAILED
2025-12-16T14:49:54.027280Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/120911.rs ... FAILED
2025-12-16T14:49:54.090128Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/122529.rs ... FAILED
test [crashes] tests/crashes/122681.rs ... ok
test [crashes] tests/crashes/122259.rs ... ok
2025-12-16T14:49:54.156620Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/122710.rs ... FAILED
test [crashes] tests/crashes/122903-1.rs ... ok
test [crashes] tests/crashes/123140.rs ... ok
test [crashes] tests/crashes/123629.rs ... ok
test [crashes] tests/crashes/123690.rs ... ok
test [crashes] tests/crashes/123862.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/123810.rs ... ok
2025-12-16T14:49:54.302299Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/123157.rs ... FAILED
test [crashes] tests/crashes/123887.rs ... ok
2025-12-16T14:49:54.362704Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/124189.rs ... FAILED
test [crashes] tests/crashes/124340.rs ... ok
2025-12-16T14:49:54.382082Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/124440.rs ... FAILED
test [crashes] tests/crashes/124751.rs ... ok
test [crashes] tests/crashes/125014.rs ... ok
2025-12-16T14:49:54.458980Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125553.rs ... FAILED
2025-12-16T14:49:54.480603Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125768.rs ... FAILED
2025-12-16T14:49:54.508316Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125772.rs ... FAILED
2025-12-16T14:49:54.509104Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125769.rs ... FAILED
2025-12-16T14:49:54.545082Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/125801.rs ... FAILED
2025-12-16T14:49:54.563030Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126268.rs ... FAILED
test [crashes] tests/crashes/125841.rs ... ok
2025-12-16T14:49:54.598795Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126443.rs ... FAILED
2025-12-16T14:49:54.624353Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126667.rs ... FAILED
2025-12-16T14:49:54.652250Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126696.rs ... FAILED
2025-12-16T14:49:54.705502Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/126680.rs ... FAILED
2025-12-16T14:49:54.725420Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/127972.rs ... FAILED
2025-12-16T14:49:54.757018Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/127033.rs ... FAILED
2025-12-16T14:49:54.768326Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/129556.rs ... FAILED
test [crashes] tests/crashes/130395.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T14:49:54.819024Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/130346.rs ... FAILED
test [crashes] tests/crashes/130411.rs ... ok
2025-12-16T14:49:54.957236Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/130797.rs ... FAILED
2025-12-16T14:49:54.988021Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/130524.rs ... FAILED
test [crashes] tests/crashes/131052.rs ... ok
test [crashes] tests/crashes/131292.rs ... ok
2025-12-16T14:49:55.105165Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/131534.rs ... FAILED
test [crashes] tests/crashes/131762.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/130310.rs ... ok
2025-12-16T14:49:55.151563Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/131373.rs ... FAILED
test [crashes] tests/crashes/131787.rs ... ok
test [crashes] tests/crashes/131886.rs ... ok
test [crashes] tests/crashes/132126.rs ... ok
test [crashes] tests/crashes/133613.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/133965.rs ... ignored, ignored if rustc wasn't built with debug assertions
2025-12-16T14:49:55.247940Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/132960.rs ... FAILED
test [crashes] tests/crashes/134061.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/134479.rs ... ignored, gcc backend is marked as ignore
test [crashes] tests/crashes/133966.rs ... ok
test [crashes] tests/crashes/134587.rs ... ok
2025-12-16T14:49:55.344546Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/134615.rs ... FAILED
2025-12-16T14:49:55.413531Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135122.rs ... FAILED
2025-12-16T14:49:55.435833Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/134838.rs ... FAILED
test [crashes] tests/crashes/132985.rs ... ok
test [crashes] tests/crashes/135470.rs ... ok
2025-12-16T14:49:55.517252Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135617.rs ... FAILED
2025-12-16T14:49:55.577642Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135720.rs ... FAILED
test [crashes] tests/crashes/135845.rs ... ok
2025-12-16T14:49:55.620489Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/135718.rs ... FAILED
2025-12-16T14:49:55.663136Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136063.rs ... FAILED
test [crashes] tests/crashes/136138.rs ... ok
test [crashes] tests/crashes/136188.rs ... ok
test [crashes] tests/crashes/136379.rs ... ok
2025-12-16T14:49:55.750923Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136416.rs ... FAILED
test [crashes] tests/crashes/136442.rs ... ok
2025-12-16T14:49:55.849736Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136666.rs ... FAILED
2025-12-16T14:49:55.886815Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136766.rs ... FAILED
2025-12-16T14:49:55.911165Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136661.rs ... FAILED
2025-12-16T14:49:55.924028Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/136859.rs ... FAILED
test [crashes] tests/crashes/137049.rs ... ok
test [crashes] tests/crashes/137187.rs ... ok
test [crashes] tests/crashes/137084.rs ... ok
2025-12-16T14:49:56.069338Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/137260.rs ... FAILED
test [crashes] tests/crashes/137190-2.rs ... ok
test [crashes] tests/crashes/137467-1.rs ... ok
test [crashes] tests/crashes/137190-3.rs ... ok
test [crashes] tests/crashes/137514.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/137467-2.rs ... ok
test [crashes] tests/crashes/137467-3.rs ... ok
2025-12-16T14:49:56.260952Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/137888.rs ... FAILED
test [crashes] tests/crashes/108499.rs ... ok
test [crashes] tests/crashes/137916.rs ... ok
test [crashes] tests/crashes/137582.rs ... ok
2025-12-16T14:49:56.373922Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/138089.rs ... FAILED
test [crashes] tests/crashes/138008.rs ... ok
test [crashes] tests/crashes/138009.rs ... ok
test [crashes] tests/crashes/138088.rs ... ok
2025-12-16T14:49:56.461885Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/138156.rs ... FAILED
test [crashes] tests/crashes/138132.rs ... ok
test [crashes] tests/crashes/138534.rs ... ok
test [crashes] tests/crashes/138564.rs ... ok
2025-12-16T14:49:56.612094Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/138707.rs ... FAILED
test [crashes] tests/crashes/139381.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/139387.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/139462.rs ... ignored, gcc backend is marked as ignore
test [crashes] tests/crashes/139089.rs ... ok
test [crashes] tests/crashes/139570.rs ... ok
test [crashes] tests/crashes/139596.rs ... ok
2025-12-16T14:49:56.779355Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/139120.rs ... FAILED
test [crashes] tests/crashes/140123-2.rs ... ok
test [crashes] tests/crashes/140011.rs ... ok
test [crashes] tests/crashes/140099.rs ... ok
test [crashes] tests/crashes/140123-3.rs ... ok
test [crashes] tests/crashes/140123-4.rs ... ok
test [crashes] tests/crashes/140123.rs ... ok
2025-12-16T14:49:57.003105Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/140275.rs ... FAILED
2025-12-16T14:49:57.075992Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/140303.rs ... FAILED
2025-12-16T14:49:57.136396Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/140850.rs ... FAILED
test [crashes] tests/crashes/140381.rs ... ok
2025-12-16T14:49:57.214346Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/141124.rs ... FAILED
test [crashes] tests/crashes/138361.rs ... ok
test [crashes] tests/crashes/146261.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/146706.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/147973.rs ... ignored, ignored if rustc wasn't built with debug assertions
test [crashes] tests/crashes/34127.rs ... ignored, gcc backend is marked as ignore
test [crashes] tests/crashes/140891.rs ... ok
test [crashes] tests/crashes/140577.rs ... ok
test [crashes] tests/crashes/54888.rs ... ok
test [crashes] tests/crashes/144293-indirect-ops-llvm.rs ... ok
test [crashes] tests/crashes/88296.rs ... ok
test [crashes] tests/crashes/87577.rs ... ok
2025-12-16T14:49:57.411328Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/93182.rs ... FAILED
test [crashes] tests/crashes/mgca/ace-with-const-ctor.rs ... ok
2025-12-16T14:49:57.501012Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/94846.rs ... FAILED
2025-12-16T14:49:57.511811Z ERROR compiletest::runtest: fatal error, panic: "crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`."
test [crashes] tests/crashes/98322.rs ... FAILED
test [crashes] tests/crashes/project-to-simd-array-field.rs ... ok
test [crashes] tests/crashes/93237.rs ... ok

failures:

---- [crashes] tests/crashes/101557.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/101557.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/101557.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/101557.rs stdout end ----
---- [crashes] tests/crashes/101036.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: generic parameters may not be used in enum discriminant values
##[error]  --> /checkout/tests/crashes/101036.rs:13:13
   |
13 |     A = t::<N>() as u8, B
   |             ^ cannot perform const operation using `N`
   |
   = note: const parameters may not be used in enum discriminant values

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/101036.rs:2:12
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/101036.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/101036.rs stdout end ----
---- [crashes] tests/crashes/100041.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the size for values of type `[()]` cannot be known at compilation time
##[error]  --> /checkout/tests/crashes/100041.rs:14:12
   |
14 |     latent(&[]);
   |            ^^^ doesn't have a size known at compile-time
   |
   = help: the trait `Sized` is not implemented for `[()]`
   = note: slice and array elements must have `Sized` type

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/100041.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/100041.rs stdout end ----
---- [crashes] tests/crashes/102047.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/102047.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/102047.rs stdout end ----
---- [crashes] tests/crashes/102252.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: `Struct` is not an iterator
##[error]  --> /checkout/tests/crashes/102252.rs:10:5
   |
10 |     Self: Iterator<Item = <Self as Iterator>::Item>, {}
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Struct` is not an iterator
   |
help: the trait `Iterator` is not implemented for `Struct`
  --> /checkout/tests/crashes/102252.rs:8:1
   |
---
   |
 8 | struct Struct
   |        ------ required by a bound in this struct
 9 | where
10 |     Self: Iterator<Item = <Self as Iterator>::Item>, {}
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Struct`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/102252.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/102252.rs stdout end ----
---- [crashes] tests/crashes/106473.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/106473.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/106473.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/106473.rs stdout end ----
---- [crashes] tests/crashes/105238-1.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/105238-1.rs:4:12
  |
4 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/105238-1.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/105238-1.rs stdout end ----
---- [crashes] tests/crashes/105238-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/105238-2.rs:4:12
  |
4 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/105238-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/105238-2.rs stdout end ----
---- [crashes] tests/crashes/110378.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/110378.rs:4:12
  |
4 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/110378.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/110378.rs stdout end ----
---- [crashes] tests/crashes/110534.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0271]: type mismatch resolving `<Ref<'_, u32> as MaybeBorrowed<'x>>::Output == Ref<'_, u32>`
##[error]  --> /checkout/tests/crashes/110534.rs:39:37
   |
39 |     let _sys_c = (sys_ref as fn(_)).into_system();
   |                                     ^^^^^^^^^^^ type mismatch resolving `<Ref<'_, u32> as MaybeBorrowed<'x>>::Output == Ref<'_, u32>`
   |
note: types differ
  --> /checkout/tests/crashes/110534.rs:32:19
   |
32 |     type Output = Ref<'a, u32>;
   |                   ^^^^^^^^^^^^
note: required for `fn(Ref<'_, u32>)` to implement `IntoSystem`
  --> /checkout/tests/crashes/110534.rs:15:9
   |
15 | impl<A> IntoSystem for fn(A)
   |         ^^^^^^^^^^     ^^^^^
...
18 |     A: 'static + for<'x> MaybeBorrowed<'x, Output = A>,
   |                                            ---------- unsatisfied trait bound introduced here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0271`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/110534.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/110534.rs stdout end ----
---- [crashes] tests/crashes/111419.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/111419.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/111419.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/111419.rs stdout end ----
---- [crashes] tests/crashes/111742.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: where clauses are not allowed before tuple struct bodies
##[error] --> /checkout/tests/crashes/111742.rs:8:92
  |
8 | ...ct Test<const N: u32, const M: u32 = { CONST/* Must be a const and not a Literal */ }> where [(); N as usize]: , ([u32; N as usize]);
  |       ----                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ ------------------- the struct body
  |       |                                                                                   |
  |       while parsing this tuple struct                                                     unexpected where clause
  |
help: move the body before the where clause
  |
8 - struct Test<const N: u32, const M: u32 = { CONST/* Must be a const and not a Literal */ }> where [(); N as usize]: , ([u32; N as usize]);
8 + struct Test<const N: u32, const M: u32 = { CONST/* Must be a const and not a Literal */ }>([u32; N as usize]) where [(); N as usize]: ;
  |

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/111742.rs:5:12
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/111742.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/111742.rs stdout end ----
---- [crashes] tests/crashes/114212-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/114212-2.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/114212-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/114212-2.rs stdout end ----
---- [crashes] tests/crashes/113846.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/113846.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/113846.rs stdout end ----
---- [crashes] tests/crashes/114212.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0433]: failed to resolve: you might be missing crate `core`
##[error] --> /checkout/tests/crashes/114212.rs:5:5
  |
5 | use core::marker::PhantomData;
  |     ^^^^
  |     |
  |     you might be missing crate `core`
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/114212.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/114212.rs stdout end ----
---- [crashes] tests/crashes/115435.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0282]: type annotations needed
##[error]  --> /checkout/tests/crashes/115435.rs:13:5
   |
13 |     bug_run::<dyn MyTrait<Target = u8>>();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for associated type `<dyn MyTrait<Target = u8> as MyTrait>::Target`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0282`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/115435.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/115435.rs stdout end ----
---- [crashes] tests/crashes/116519-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0405]: cannot find trait `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519-2.rs:15:15
   |
15 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {}
   |               ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519-2.rs:15:55
   |
15 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {}
   |                                                       ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
15 | impl<CellIdx, MAX_LENGTH> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {}
   |             ++++++++++++

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/116519-2.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/116519-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/116519-2.rs stdout end ----
---- [crashes] tests/crashes/116519.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected identifier, found `0`
##[error]  --> /checkout/tests/crashes/116519.rs:30:29
   |
30 |             _idx: CellIdx { 0 },
   |                   -------   ^ expected identifier
   |                   |
   |                   while parsing this struct

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:20:30
   |
20 | impl<CellIdx> RobinHashTable<MAX_LENGTH, CellIdx> {
   |                              ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
20 | impl<CellIdx, MAX_LENGTH> RobinHashTable<MAX_LENGTH, CellIdx> {
   |             ++++++++++++

error[E0574]: expected struct, variant or union type, found type parameter `CellIdx`
##[error]  --> /checkout/tests/crashes/116519.rs:23:19
   |
20 | impl<CellIdx> RobinHashTable<MAX_LENGTH, CellIdx> {
   |      ------- found this type parameter
...
23 |             _idx: CellIdx { MAX_LENGTH },
   |                   ^^^^^^^ not a struct, variant or union type

error[E0425]: cannot find value `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:23:29
   |
23 |             _idx: CellIdx { MAX_LENGTH },
   |                             ^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:27:15
   |
27 | impl<CellIdx> HashMapBase<CellIdx> {
   |               ^^^^^^^^^^^ not found in this scope

error[E0574]: expected struct, variant or union type, found type parameter `CellIdx`
##[error]  --> /checkout/tests/crashes/116519.rs:30:19
   |
27 | impl<CellIdx> HashMapBase<CellIdx> {
   |      ------- found this type parameter
...
30 |             _idx: CellIdx { 0 },
   |                   ^^^^^^^ not a struct, variant or union type

error[E0405]: cannot find trait `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:34:15
   |
34 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |               ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:34:55
   |
34 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |                                                       ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
34 | impl<CellIdx, MAX_LENGTH> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |             ++++++++++++

error[E0404]: expected trait, found derive macro `Hash`
##[error]  --> /checkout/tests/crashes/116519.rs:35:16
   |
35 |     fn hash<H: Hash + Hasher>(&self,
   |                ^^^^ not a trait
   |
help: consider importing this trait instead
   |
 4 + use std::hash::Hash;
   |

error[E0405]: cannot find trait `Hasher` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:35:23
   |
35 |     fn hash<H: Hash + Hasher>(&self,
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this trait
   |
 4 + use std::hash::Hasher;
   |

error[E0405]: cannot find trait `HashMapBase` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:44:15
   |
44 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |               ^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find type `MAX_LENGTH` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:44:55
   |
44 | impl<CellIdx> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |                                                       ^^^^^^^^^^ not found in this scope
   |
help: you might be missing a type parameter
   |
44 | impl<CellIdx, MAX_LENGTH> HashMapBase<CellIdx> for RobinHashTable<MAX_LENGTH, CellIdx> {
   |             ++++++++++++

error[E0404]: expected trait, found derive macro `Hash`
##[error]  --> /checkout/tests/crashes/116519.rs:45:16
   |
45 |     fn hash<H: Hash + Hasher>(&self, other: &Self) -> H {
   |                ^^^^ not a trait
   |
help: consider importing this trait instead
   |
 4 + use std::hash::Hash;
   |

error[E0405]: cannot find trait `Hasher` in this scope
##[error]  --> /checkout/tests/crashes/116519.rs:45:23
   |
45 |     fn hash<H: Hash + Hasher>(&self, other: &Self) -> H {
   |                       ^^^^^^ not found in this scope
   |
help: consider importing this trait
   |
 4 + use std::hash::Hasher;
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/116519.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/116519.rs stdout end ----
---- [crashes] tests/crashes/116554.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected one of `!`, `(`, `.`, `::`, `;`, `<`, `?`, or `}`, found `,`
##[error]  --> /checkout/tests/crashes/116554.rs:27:23
   |
27 |     A = t::<N>() as u8,
   |                       ^ expected one of 8 possible tokens

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/116554.rs:2:12
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/116554.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/116554.rs stdout end ----
---- [crashes] tests/crashes/117460.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/117460.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117460.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/117460.rs stdout end ----
---- [crashes] tests/crashes/117392-2.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117392-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/117392-2.rs stdout end ----
---- [crashes] tests/crashes/117392.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117392.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/117392.rs stdout end ----
---- [crashes] tests/crashes/117496.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0433]: failed to resolve: you might be missing crate `core`
##[error] --> /checkout/tests/crashes/117496.rs:5:5
  |
5 | use core::marker::ConstParamTy;
  |     ^^^^
  |     |
  |     you might be missing crate `core`
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/117496.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/117496.rs stdout end ----
---- [crashes] tests/crashes/118603.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/118603.rs:5:12
  |
5 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/118603.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/118603.rs stdout end ----
---- [crashes] tests/crashes/118952-2.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/118952-2.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/118952-2.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/118952-2.rs stdout end ----
---- [crashes] tests/crashes/118952.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/118952.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/118952.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/118952.rs stdout end ----
---- [crashes] tests/crashes/119692.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/119692.rs:5:12
  |
5 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/119692.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/119692.rs stdout end ----
---- [crashes] tests/crashes/119786.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected identifier, found reserved keyword `yield`
##[error]  --> /checkout/tests/crashes/119786.rs:10:18
   |
10 |             Some(yield) => (),
   |                  ^^^^^ expected identifier, found reserved keyword
   |
help: escape `yield` to use it as an identifier
   |
10 |             Some(r#yield) => (),
   |                  ++

error[E0658]: `impl Trait` in type aliases is unstable
##[error] --> /checkout/tests/crashes/119786.rs:5:14
  |
---
For more information about this error, try `rustc --explain E0658`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/119786.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/119786.rs stdout end ----
---- [crashes] tests/crashes/119824.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: generic parameters may not be used in enum discriminant values
##[error]  --> /checkout/tests/crashes/119824.rs:13:13
   |
13 |     A = t::<N>() as u8, B
   |             ^ cannot perform const operation using `N`
   |
   = note: const parameters may not be used in enum discriminant values

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/119824.rs:2:12
---
For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/119824.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/119824.rs stdout end ----
---- [crashes] tests/crashes/120016.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0271]: type mismatch resolving `i32 == u32`
##[error]  --> /checkout/tests/crashes/120016.rs:15:16
   |
15 |         let f: F = 0u32;
   |                ^ types differ

warning: unused variable: `f`
---
For more information about this error, try `rustc --explain E0271`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120016.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120016.rs stdout end ----
---- [crashes] tests/crashes/120033.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0405]: cannot find trait `AutoTrait` in this scope
##[error]  --> /checkout/tests/crashes/120033.rs:10:20
   |
10 | pub struct Bar<T: ?AutoTrait> {}
   |                    ^^^^^^^^^ not found in this scope

warning: unknown lint: `sized_hierarchy_migration`
##[warning] --> /checkout/tests/crashes/120033.rs:3:10
  |
3 | #![allow(sized_hierarchy_migration)]
  |          ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unknown_lints)]` on by default

warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
---

error[E0107]: missing generics for associated type `Foo::Bar`
##[error]  --> /checkout/tests/crashes/120033.rs:14:27
   |
14 |     T1: for<T> Foo<usize, Bar = Bar<T>>,
   |                           ^^^ expected 1 generic argument
   |
note: associated type defined here, with 1 generic parameter: `K`
  --> /checkout/tests/crashes/120033.rs:7:10
   |
 7 |     type Bar<K: std::marker::PointeeSized>;
   |          ^^^ -
help: add missing generic argument
   |
14 |     T1: for<T> Foo<usize, Bar<K> = Bar<T>>,
   |                              +++

error: aborting due to 3 previous errors; 2 warnings emitted

Some errors have detailed explanations: E0107, E0405, E0601.
For more information about an error, try `rustc --explain E0107`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120033.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120033.rs stdout end ----
---- [crashes] tests/crashes/120254.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `120254`
##[error]  --> /checkout/tests/crashes/120254.rs:24:2
   |
24 | }
   |  ^ consider adding a `main` function to `/checkout/tests/crashes/120254.rs`

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:28
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Offset<<Foo<I, E> as Bar>::Checkpoint>`
  --> /checkout/tests/crashes/120254.rs:20:22
   |
20 | impl<I: Bar, E: Dbg> Offset<<Foo<I, E> as Bar>::Checkpoint> for Foo<I, E> {}
   |                 ---  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
note: required by a bound in `Bar`
  --> /checkout/tests/crashes/120254.rs:10:12
   |
10 | trait Bar: Offset<<Self as Bar>::Checkpoint> {
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Bar`
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:28
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Bar`
  --> /checkout/tests/crashes/120254.rs:14:22
   |
14 | impl<I: Bar, E: Dbg> Bar for Foo<I, E> {
   |                 ---  ^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
   = help: unsized fn params are gated as an unstable feature
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++
help: function arguments must have a statically known size, borrowed types always have a known size
   |
23 |     fn record_err(self, _: &<Self as Bar>::Checkpoint) -> () {}
   |                            +

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:25
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |                         ^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Bar`
  --> /checkout/tests/crashes/120254.rs:14:22
   |
14 | impl<I: Bar, E: Dbg> Bar for Foo<I, E> {
   |                 ---  ^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++

error[E0277]: the trait bound `E: Dbg` is not satisfied
##[error]  --> /checkout/tests/crashes/120254.rs:23:5
   |
23 |     fn record_err(self, _: <Self as Bar>::Checkpoint) -> () {}
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Dbg` is not implemented for `E`
   |
note: required for `Foo<I, E>` to implement `Bar`
  --> /checkout/tests/crashes/120254.rs:14:22
   |
14 | impl<I: Bar, E: Dbg> Bar for Foo<I, E> {
   |                 ---  ^^^     ^^^^^^^^^
   |                 |
   |                 unsatisfied trait bound introduced here
help: consider restricting type parameter `E` with trait `Dbg`
   |
22 | impl<I: Bar, E: Dbg> Foo<I, E> {
   |               +++++

error: aborting due to 5 previous errors

Some errors have detailed explanations: E0277, E0601.
For more information about an error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120254.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/120254.rs stdout end ----
---- [crashes] tests/crashes/120811.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120811.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120811.rs stdout end ----
---- [crashes] tests/crashes/121575.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/121575.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/121575.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/121575.rs stdout end ----
---- [crashes] tests/crashes/121963.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/121963.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/121963.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/121963.rs stdout end ----
---- [crashes] tests/crashes/121858.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find type `Union` in this scope
##[error] --> /checkout/tests/crashes/121858.rs:9:15
  |
9 |     fn o() -> Union {}
  |               ^^^^^ not found in this scope
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/121858.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/121858.rs stdout end ----
---- [crashes] tests/crashes/120911.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/120911.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/120911.rs stdout end ----
---- [crashes] tests/crashes/122529.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `122529`
##[error] --> /checkout/tests/crashes/122529.rs:8:2
  |
8 | }
  |  ^ consider adding a `main` function to `/checkout/tests/crashes/122529.rs`

error[E0277]: the trait bound `&'a [u8]: Archive` is not satisfied
##[error] --> /checkout/tests/crashes/122529.rs:6:22
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Archive` is not implemented for `&'a [u8]`
  |
help: the trait `Archive` is implemented for `<&'a [u8] as Archive>::Archived`
 --> /checkout/tests/crashes/122529.rs:6:1
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0277]: the trait bound `&'a [u8]: Archive` is not satisfied
##[error] --> /checkout/tests/crashes/122529.rs:6:10
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  |          ^^^^^^^ the trait `Archive` is not implemented for `&'a [u8]`
  |
help: the trait `Archive` is implemented for `<&'a [u8] as Archive>::Archived`
 --> /checkout/tests/crashes/122529.rs:6:1
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0277]: the trait bound `&'a [u8]: Archive` is not satisfied
##[error] --> /checkout/tests/crashes/122529.rs:7:21
  |
7 |     type Archived = ();
  |                     ^^ the trait `Archive` is not implemented for `&'a [u8]`
  |
help: the trait `Archive` is implemented for `<&'a [u8] as Archive>::Archived`
 --> /checkout/tests/crashes/122529.rs:6:1
  |
6 | impl<'a> Archive for <&'a [u8] as Archive>::Archived {
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 4 previous errors

Some errors have detailed explanations: E0277, E0601.
For more information about an error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/122529.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/122529.rs stdout end ----
---- [crashes] tests/crashes/122710.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the trait bound `(): BarTrait<PhantomData<_>>` is not satisfied
##[error]  --> /checkout/tests/crashes/122710.rs:21:10
   |
21 |   ().bar(PhantomData);
   |      --- ^^^^^^^^^^^ the trait `BarTrait<PhantomData<_>>` is not implemented for `()`
   |      |
   |      required by a bound introduced by this call
   |
help: the trait `BarTrait<T>` is implemented for `()`
  --> /checkout/tests/crashes/122710.rs:12:1
   |
12 | impl<T: for<'a> MyTrait<'a>> BarTrait<T> for () {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/122710.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/122710.rs stdout end ----
---- [crashes] tests/crashes/123157.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/123157.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/123157.rs stdout end ----
---- [crashes] tests/crashes/124189.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
warning: trait objects without an explicit `dyn` are deprecated
##[warning]  --> /checkout/tests/crashes/124189.rs:10:11
   |
10 | fn f(_: <&Copy as Trait>::Type) {}
   |           ^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
10 | fn f(_: <&dyn Copy as Trait>::Type) {}
   |           +++

error[E0038]: the trait `Copy` is not dyn compatible
##[error]  --> /checkout/tests/crashes/124189.rs:13:7
   |
---
For more information about this error, try `rustc --explain E0038`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/124189.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/124189.rs stdout end ----
---- [crashes] tests/crashes/124440.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the trait bound `Bar<{closure@/checkout/tests/crashes/124440.rs:22:16: 22:19}>: Foo` is not satisfied
##[error]  --> /checkout/tests/crashes/124440.rs:22:16
   |
22 |     assert_foo(|_| ());
   |     ---------- ^^^^^^ unsatisfied trait bound
   |     |
   |     required by a bound introduced by this call
   |
help: the trait `Foo` is not implemented for `Bar<{closure@/checkout/tests/crashes/124440.rs:22:16: 22:19}>`
  --> /checkout/tests/crashes/124440.rs:9:1
   |
 9 | struct Bar<F> {
   | ^^^^^^^^^^^^^
help: the trait `Foo` is implemented for `Bar<F>`
  --> /checkout/tests/crashes/124440.rs:13:1
   |
13 | impl<F> Foo for Bar<F> where F: Foo {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: required by a bound in `assert_foo`
  --> /checkout/tests/crashes/124440.rs:17:13
   |
15 | fn assert_foo<F>(_: F)
   |    ---------- required by a bound in this function
16 | where
17 |     Bar<F>: Foo,
   |             ^^^ required by this bound in `assert_foo`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/124440.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/124440.rs stdout end ----
---- [crashes] tests/crashes/125553.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: expected `;`, found keyword `let`
##[error] --> /checkout/tests/crashes/125553.rs:8:36
  |
8 |     type T = impl Copy(Copy, Clone)
  |                                    ^ help: add `;` here
9 |     let foo: T = Foo((1u32, 1u32));
  |     --- unexpected token

error[E0658]: `impl Trait` in type aliases is unstable
##[error] --> /checkout/tests/crashes/125553.rs:8:14
  |
8 |     type T = impl Copy(Copy, Clone)
---

warning: unused variable: `a`
##[warning]  --> /checkout/tests/crashes/125553.rs:12:18
   |
12 |         let Foo((a, b)) = foo;
   |                  ^ help: if this is intentional, prefix it with an underscore: `_a`
   |
   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `b`
##[warning]  --> /checkout/tests/crashes/125553.rs:12:21
   |
12 |         let Foo((a, b)) = foo;
   |                     ^ help: if this is intentional, prefix it with an underscore: `_b`

warning: unused variable: `derive`
##[warning]  --> /checkout/tests/crashes/125553.rs:11:13
   |
11 |         let derive = move || {
---
For more information about an error, try `rustc --explain E0107`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125553.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125553.rs stdout end ----
---- [crashes] tests/crashes/125768.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find type `Union` in this scope
##[error]  --> /checkout/tests/crashes/125768.rs:10:15
   |
10 |     fn o() -> Union {}
   |               ^^^^^ not found in this scope
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125768.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125768.rs stdout end ----
---- [crashes] tests/crashes/125772.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/125772.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125772.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125772.rs stdout end ----
---- [crashes] tests/crashes/125769.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/125769.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125769.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125769.rs stdout end ----
---- [crashes] tests/crashes/125801.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find value `N` in this scope
##[error]  --> /checkout/tests/crashes/125801.rs:14:17
   |
14 | static A: <[u8; N] as Foo>::Output = [1, 2, 3];
   |                 ^ not found in this scope

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/125801.rs:3:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/125801.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/125801.rs stdout end ----
---- [crashes] tests/crashes/126268.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `126268`
##[error]  --> /checkout/tests/crashes/126268.rs:18:49
   |
18 | impl<'a> Trait for DatasetIter<'a, ArrayBase> {}
   |                                                 ^ consider adding a `main` function to `/checkout/tests/crashes/126268.rs`

error: specialization impl does not specialize any associated items
---
For more information about this error, try `rustc --explain E0601`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126268.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126268.rs stdout end ----
---- [crashes] tests/crashes/126443.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/126443.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126443.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126443.rs stdout end ----
---- [crashes] tests/crashes/126667.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0106]: missing lifetime specifier
##[error] --> /checkout/tests/crashes/126667.rs:9:19
  |
9 |     type T = impl Static;
  |                   ^^^^^^ expected named lifetime parameter
  |
  = note: for more information on higher-ranked polymorphism, visit https://doc.rust-lang.org/nomicon/hrtb.html
help: consider making the bound lifetime-generic with a new `'a` lifetime
  |
9 |     type T = impl for<'a> Static<'a>;
  |                   +++++++       ++++
help: consider introducing a named lifetime parameter
  |
9 |     type T<'a> = impl Static<'a>;
  |           ++++              ++++

error[E0658]: `impl Trait` in type aliases is unstable
##[error] --> /checkout/tests/crashes/126667.rs:9:14
  |
---
For more information about an error, try `rustc --explain E0106`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126667.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126667.rs stdout end ----
---- [crashes] tests/crashes/126696.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/126696.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126696.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/126696.rs stdout end ----
---- [crashes] tests/crashes/126680.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/126680.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/126680.rs stdout end ----
---- [crashes] tests/crashes/127972.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find type `Substs1` in this scope
##[error] --> /checkout/tests/crashes/127972.rs:4:39
  |
4 | fn zero_init<const usize: usize>() -> Substs1<{ (N) }> {
  |                                       ^^^^^^^ not found in this scope

error[E0425]: cannot find value `N` in this scope
##[error] --> /checkout/tests/crashes/127972.rs:4:50
  |
4 | fn zero_init<const usize: usize>() -> Substs1<{ (N) }> {
  |                                                  ^ not found in this scope
  |
help: you might be missing a const parameter
  |
4 | fn zero_init<const usize: usize, const N: /* Type */>() -> Substs1<{ (N) }> {
  |                                +++++++++++++++++++++

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/127972.rs:2:12
  |
---

error[E0425]: cannot find function, tuple struct or tuple variant `Substs1` in this scope
##[error] --> /checkout/tests/crashes/127972.rs:5:5
  |
5 |     Substs1([0; { (usize) }])
  |     ^^^^^^^ not found in this scope

error: aborting due to 4 previous errors

Some errors have detailed explanations: E0001, E0425.
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/127972.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/127972.rs stdout end ----
---- [crashes] tests/crashes/127033.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/127033.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/127033.rs stdout end ----
---- [crashes] tests/crashes/129556.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0433]: failed to resolve: you might be missing crate `core`
##[error] --> /checkout/tests/crashes/129556.rs:6:5
  |
6 | use core::marker::ConstParamTy;
  |     ^^^^
  |     |
  |     you might be missing crate `core`
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/129556.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/129556.rs stdout end ----
---- [crashes] tests/crashes/130346.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
warning: the feature `non_lifetime_binders` is incomplete and may not be safe to use and/or cause compiler crashes
##[warning] --> /checkout/tests/crashes/130346.rs:3:12
  |
3 | #![feature(non_lifetime_binders)]
  |            ^^^^^^^^^^^^^^^^^^^^
  |
  = note: see issue #108185 <https://github.com/rust-lang/rust/issues/108185> for more information
---

error[E0282]: type annotations needed
##[error] --> /checkout/tests/crashes/130346.rs:9:28
  |
9 |     let _: Option<u32> = x.next(); // Removing this line stops the ICE
  |                            ^^^^ cannot infer type

error: aborting due to 2 previous errors; 1 warning emitted

Some errors have detailed explanations: E0282, E0601.
For more information about an error, try `rustc --explain E0282`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/130346.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/130346.rs stdout end ----
---- [crashes] tests/crashes/130797.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/130797.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/130797.rs stdout end ----
---- [crashes] tests/crashes/130524.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/130524.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/130524.rs stdout end ----
---- [crashes] tests/crashes/131534.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0106]: missing lifetime specifier
##[error] --> /checkout/tests/crashes/131534.rs:3:18
  |
3 | type Value<'v> = &[[u8; SIZE]];
  |                  ^ expected named lifetime parameter
  |
help: consider using the `'v` lifetime
  |
3 | type Value<'v> = &'v [[u8; SIZE]];
  |                   ++

error[E0425]: cannot find value `SIZE` in this scope
##[error] --> /checkout/tests/crashes/131534.rs:3:25
  |
3 | type Value<'v> = &[[u8; SIZE]];
  |                         ^^^^ not found in this scope

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/131534.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/131534.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/131534.rs stdout end ----
---- [crashes] tests/crashes/131373.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/131373.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/131373.rs stdout end ----
---- [crashes] tests/crashes/132960.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/132960.rs:3:46
  |
3 | #![feature(adt_const_params, const_ptr_read, generic_const_exprs, unsized_const_params)]
  |                                              ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/132960.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/132960.rs stdout end ----
---- [crashes] tests/crashes/134615.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/134615.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/134615.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/134615.rs stdout end ----
---- [crashes] tests/crashes/135122.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0601]: `main` function not found in crate `135122`
##[error]  --> /checkout/tests/crashes/135122.rs:24:2
   |
24 | }
   |  ^ consider adding a `main` function to `/checkout/tests/crashes/135122.rs`

error[E0046]: not all trait items implemented, missing: `Assoc`
##[error]  --> /checkout/tests/crashes/135122.rs:15:1
   |
 8 |     type Assoc;
   |     ---------- `Assoc` from trait
...
15 | impl<B> IsSame<i16> for f32 where f32: IsSame<B, Assoc = B> {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Assoc` in implementation

error[E0207]: the type parameter `B` is not constrained by the impl trait, self type, or predicates
##[error]  --> /checkout/tests/crashes/135122.rs:15:6
   |
15 | impl<B> IsSame<i16> for f32 where f32: IsSame<B, Assoc = B> {}
   |      ^ unconstrained type parameter

warning: trait objects without an explicit `dyn` are deprecated
##[warning]  --> /checkout/tests/crashes/135122.rs:23:15
   |
23 |     fn add(_: Data, _: Self::Output) {}
   |               ^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
help: if this is a dyn-compatible trait, use `dyn`
   |
23 |     fn add(_: dyn Data, _: Self::Output) {}
   |               +++

error[E0191]: the value of the associated type `Elem` in `Data` must be specified
##[error]  --> /checkout/tests/crashes/135122.rs:23:15
   |
12 |     type Elem;
   |     --------- `Elem` defined here
...
23 |     fn add(_: Data, _: Self::Output) {}
   |               ^^^^ help: specify the associated type: `Data<Elem = Type>`

error[E0277]: the trait bound `i8: Data` is not satisfied
##[error]  --> /checkout/tests/crashes/135122.rs:20:5
   |
20 |     i8: Data<Elem = A>,
   |     ^^^^^^^^^^^^^^^^^^ the trait `Data` is not implemented for `i8`
   |
help: this trait has no implementations, consider adding one
  --> /checkout/tests/crashes/135122.rs:11:1
   |
---
For more information about an error, try `rustc --explain E0046`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135122.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/135122.rs stdout end ----
---- [crashes] tests/crashes/134838.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/134838.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/134838.rs stdout end ----
---- [crashes] tests/crashes/135617.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0282]: type annotations needed
##[error]  --> /checkout/tests/crashes/135617.rs:10:6
   |
10 |     [(); <() as Project>::ASSOC];
   |      ^^ cannot infer the value of the constant `_`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0282`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135617.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/135617.rs stdout end ----
---- [crashes] tests/crashes/135720.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find value `A` in this scope
##[error] --> /checkout/tests/crashes/135720.rs:3:20
  |
3 | type S<'l> = [i32; A];
  |                    ^ not found in this scope

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/135720.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135720.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/135720.rs stdout end ----
---- [crashes] tests/crashes/135718.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/135718.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/135718.rs stdout end ----
---- [crashes] tests/crashes/136063.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0425]: cannot find value `X` in this scope
##[error] --> /checkout/tests/crashes/136063.rs:3:23
  |
3 | trait A<const B: u8 = X> {}
  |               -       ^
  |               |
  |               similarly named const parameter `B` defined here
  |
help: a const parameter with a similar name exists
  |
3 - trait A<const B: u8 = X> {}
3 + trait A<const B: u8 = B> {}
  |

error[E0425]: cannot find type `x` in this scope
##[error] --> /checkout/tests/crashes/136063.rs:5:21
  |
3 | trait A<const B: u8 = X> {}
  | ------------------------ similarly named trait `A` defined here
4 | impl A<1> for bool {}
5 | fn bar(arg : &dyn A<x>) { bar(true) }
  |                     ^
  |
help: a trait with a similar name exists
  |
5 - fn bar(arg : &dyn A<x>) { bar(true) }
5 + fn bar(arg : &dyn A<A>) { bar(true) }
  |
help: you might be missing a type parameter
  |
5 | fn bar<x>(arg : &dyn A<x>) { bar(true) }
  |       +++

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/136063.rs:2:12
  |
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136063.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136063.rs stdout end ----
---- [crashes] tests/crashes/136416.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/136416.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136416.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136416.rs stdout end ----
---- [crashes] tests/crashes/136666.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0277]: the trait bound `Wrap<_>: Foo` is not satisfied
##[error]  --> /checkout/tests/crashes/136666.rs:35:5
   |
35 |     what();
   |     ^^^^^^ unsatisfied trait bound
   |
help: the trait `Foo` is not implemented for `Wrap<_>`
  --> /checkout/tests/crashes/136666.rs:15:1
   |
15 | struct Wrap<A>(A);
   | ^^^^^^^^^^^^^^
help: the trait `Foo` is implemented for `Wrap<A>`
  --> /checkout/tests/crashes/136666.rs:21:1
   |
21 | / impl<A> Foo for Wrap<A>
22 | | where
23 | |     Dummy: IsRef<A>,
24 | |     for<'a> A: WithLifetime<Output<'a> = A>,
   | |____________________________________________^
note: required by a bound in `what`
  --> /checkout/tests/crashes/136666.rs:30:14
   |
28 | fn what<A>()
   |    ---- required by a bound in this function
29 | where
30 |     Wrap<A>: Foo,
   |              ^^^ required by this bound in `what`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136666.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136666.rs stdout end ----
---- [crashes] tests/crashes/136766.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/136766.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136766.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/136766.rs stdout end ----
---- [crashes] tests/crashes/136661.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136661.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136661.rs stdout end ----
---- [crashes] tests/crashes/136859.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0437]: type `Msg` is not a member of trait `IsZero`
##[error]  --> /checkout/tests/crashes/136859.rs:16:5
   |
16 |     type Msg = True;
   |     ^^^^^^^^^^^^^^^^ not a member of trait `IsZero`

error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
---
For more information about an error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/136859.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/136859.rs stdout end ----
---- [crashes] tests/crashes/137260.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/137260.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/137260.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/137260.rs stdout end ----
---- [crashes] tests/crashes/137888.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/137888.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/137888.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/137888.rs stdout end ----
---- [crashes] tests/crashes/138089.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/138089.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/138089.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/138089.rs stdout end ----
---- [crashes] tests/crashes/138156.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/138156.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/138156.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/138156.rs stdout end ----
---- [crashes] tests/crashes/138707.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/138707.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- [crashes] tests/crashes/138707.rs stdout end ----
---- [crashes] tests/crashes/139120.rs stdout ----

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/139120.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/139120.rs stdout end ----
---- [crashes] tests/crashes/140275.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/140275.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/140275.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/140275.rs stdout end ----
---- [crashes] tests/crashes/140303.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0670]: `async fn` is not permitted in Rust 2015
##[error] --> /checkout/tests/crashes/140303.rs:4:1
  |
4 | async fn a() -> impl Sized {
  | ^^^^^ to use `async fn`, switch to Rust 2018 or later
  |
  = help: pass `--edition 2024` to `rustc`
  = note: for more on editions, read https://doc.rust-lang.org/edition-guide

error[E0670]: `async fn` is not permitted in Rust 2015
##[error] --> /checkout/tests/crashes/140303.rs:7:1
  |
7 | async fn c(); // kaboom
  | ^^^^^ to use `async fn`, switch to Rust 2018 or later
  |
  = help: pass `--edition 2024` to `rustc`
  = note: for more on editions, read https://doc.rust-lang.org/edition-guide

error: free function without a body
##[error] --> /checkout/tests/crashes/140303.rs:7:1
  |
7 | async fn c(); // kaboom
  | ^^^^^^^^^^^^-
  |             |
  |             help: provide a definition for the function: `{ <body> }`

warning: type parameter `d` should have an upper camel case name
##[warning] --> /checkout/tests/crashes/140303.rs:8:6
  |
8 | fn b<d>(e: d) -> impl Sized
  |      ^ help: convert the identifier to upper camel case: `D`
  |
  = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default

warning: trait `f` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:14:7
   |
14 | trait f {
   |       ^ help: convert the identifier to upper camel case (notice the capitalization): `F`

warning: associated type `h` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:15:10
   |
15 |     type h;
   |          ^ help: convert the identifier to upper camel case: `H`

warning: type parameter `d` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:17:6
   |
17 | impl<d, g> f for d
   |      ^ help: convert the identifier to upper camel case: `D`

warning: type parameter `g` should have an upper camel case name
##[warning]  --> /checkout/tests/crashes/140303.rs:17:9
   |
17 | impl<d, g> f for d
   |         ^ help: convert the identifier to upper camel case: `G`

error[E0601]: `main` function not found in crate `140303`
##[error]  --> /checkout/tests/crashes/140303.rs:22:2
   |
22 | }
---
   |
15 |       type h;
   |       ------ `h` from trait
16 |   }
17 | / impl<d, g> f for d
18 | | where
19 | |     d: Fn() -> g,
20 | |     g: Future,
   | |______________^ missing `h` in implementation

warning: unused variable: `e`
##[warning] --> /checkout/tests/crashes/140303.rs:8:9
  |
8 | fn b<d>(e: d) -> impl Sized
  |         ^ help: if this is intentional, prefix it with an underscore: `_e`
  |
  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

error: aborting due to 5 previous errors; 6 warnings emitted

Some errors have detailed explanations: E0046, E0601, E0670.
For more information about an error, try `rustc --explain E0046`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/140303.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/140303.rs stdout end ----
---- [crashes] tests/crashes/140850.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error: at least one trait must be specified
##[error] --> /checkout/tests/crashes/140850.rs:3:11
  |
3 | fn A() -> impl {
  |           ^^^^
---


------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/140850.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/140850.rs stdout end ----
---- [crashes] tests/crashes/141124.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0271]: type mismatch resolving `<T as TraitAssoc>::Assoc normalizes-to _`
##[error]  --> /checkout/tests/crashes/141124.rs:12:18
   |
12 |     type Assoc = <(T,) as TraitAssoc>::Assoc;
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ

error[E0277]: the trait bound `S: SimpleTrait` is not satisfied
##[error]  --> /checkout/tests/crashes/141124.rs:14:22
   |
14 | impl SimpleTrait for <S as TraitAssoc>::Assoc {}
   |                      ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
   |
help: the trait `SimpleTrait` is not implemented for `S`
  --> /checkout/tests/crashes/141124.rs:2:1
   |
 2 | struct S;
   | ^^^^^^^^
help: the trait `SimpleTrait` is implemented for `<S as TraitAssoc>::Assoc`
  --> /checkout/tests/crashes/141124.rs:14:1
   |
14 | impl SimpleTrait for <S as TraitAssoc>::Assoc {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: required for `S` to implement `TraitAssoc`
  --> /checkout/tests/crashes/141124.rs:8:9
   |
 8 | impl<T> TraitAssoc for T
   |         ^^^^^^^^^^     ^
 9 | where
10 |     T: SimpleTrait,
   |        ----------- unsatisfied trait bound introduced here

error[E0277]: the trait bound `(T,): SimpleTrait` is not satisfied
##[error]  --> /checkout/tests/crashes/141124.rs:12:18
   |
12 |     type Assoc = <(T,) as TraitAssoc>::Assoc;
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SimpleTrait` is not implemented for `(T,)`
   |
help: the trait `SimpleTrait` is implemented for `<S as TraitAssoc>::Assoc`
  --> /checkout/tests/crashes/141124.rs:14:1
   |
14 | impl SimpleTrait for <S as TraitAssoc>::Assoc {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: required for `(T,)` to implement `TraitAssoc`
  --> /checkout/tests/crashes/141124.rs:8:9
   |
 8 | impl<T> TraitAssoc for T
   |         ^^^^^^^^^^     ^
 9 | where
10 |     T: SimpleTrait,
---
For more information about an error, try `rustc --explain E0271`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/141124.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/141124.rs stdout end ----
---- [crashes] tests/crashes/93182.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/93182.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/93182.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/93182.rs stdout end ----
---- [crashes] tests/crashes/94846.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/94846.rs:2:12
  |
2 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/94846.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind
---
---- [crashes] tests/crashes/94846.rs stdout end ----
---- [crashes] tests/crashes/98322.rs stdout ----
------rustc stdout------------------------------

------rustc stderr------------------------------
error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed
##[error] --> /checkout/tests/crashes/98322.rs:3:12
  |
3 | #![feature(generic_const_exprs)]
  |            ^^^^^^^^^^^^^^^^^^^
  |
  = help: remove one of these features

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0001`.

------------------------------------------

error: crashtest no longer crashes/triggers ICE, hooray! Please give it a meaningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit. Adding 'Fixes #<issueNr>' to your PR description ensures that the corresponding ticket is auto-closed upon merge. If you want to see verbose output, set `COMPILETEST_VERBOSE_CRASHES=1`.

thread '[crashes] tests/crashes/98322.rs' panicked at src/tools/compiletest/src/runtest/crashes.rs:17:18:
fatal error
stack backtrace:
   5: __rustc::rust_begin_unwind

For more information how to resolve CI failures of this job, visit this link.

rust-bors Avatar
rust-bors on 2025-12-16 16:25:14 UTC
rust-bors Avatar
rust-bors on 2025-12-16 16:25:14 UTC
View on GitHub

☀️ Try build successful (CI)
Build commit: c9557a2 (c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f, parent: 61cc47e367d7be91e13bcd01e4e96e0e233d4f6d)

workingjubilee Avatar
workingjubilee on 2025-12-16 17:11:17 UTC
workingjubilee Avatar
workingjubilee on 2025-12-16 17:11:17 UTC
View on GitHub

@craterbot run mode=check-only name=2025-12-16-next-solver-global

craterbot Avatar
craterbot on 2025-12-16 17:11:40 UTC
craterbot Avatar
craterbot on 2025-12-16 17:11:40 UTC
View on GitHub

👌 Experiment 2025-12-16-next-solver-global created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-12-28 16:40:33 UTC
craterbot Avatar
craterbot on 2025-12-28 16:40:33 UTC
View on GitHub

🚧 Experiment 2025-12-16-next-solver-global is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-12-30 09:25:23 UTC
craterbot Avatar
craterbot on 2025-12-30 09:25:23 UTC
View on GitHub

🎉 Experiment 2025-12-16-next-solver-global is completed!
📊 1424 regressed and 13 fixed (761102 total)
📊 8938 spurious results on the retry-regressed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/2025-12-16-next-solver-global/retry-regressed-list.txt

lcnr Avatar
craterbot Avatar
craterbot on 2025-12-30 09:31:04 UTC
craterbot Avatar
craterbot on 2025-12-30 09:31:04 UTC
View on GitHub

👌 Experiment pr-133502-17 created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-12-30 12:46:17 UTC
craterbot Avatar
craterbot on 2025-12-30 12:46:17 UTC
View on GitHub

🚧 Experiment pr-133502-17 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2025-12-30 15:22:18 UTC
craterbot Avatar
craterbot on 2025-12-30 15:22:18 UTC
View on GitHub

🎉 Experiment pr-133502-17 is completed!
📊 1388 regressed and 0 fixed (10238 total)
📊 4357 spurious results on the retry-regressed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-17/retry-regressed-list.txt

lcnr Avatar
lcnr on 2025-12-30 16:23:24 UTC
lcnr Avatar
lcnr on 2025-12-30 16:23:24 UTC
View on GitHub
craterbot Avatar
craterbot on 2025-12-30 16:23:31 UTC
craterbot Avatar
craterbot on 2025-12-30 16:23:31 UTC
View on GitHub

👌 Experiment pr-133502-18 created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-01-01 00:14:24 UTC
craterbot Avatar
craterbot on 2026-01-01 00:14:24 UTC
View on GitHub

🚧 Experiment pr-133502-18 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-01-01 06:37:30 UTC
craterbot Avatar
craterbot on 2026-01-01 06:37:30 UTC
View on GitHub

🎉 Experiment pr-133502-18 is completed!
📊 1371 regressed and 0 fixed (5745 total)
📊 3227 spurious results on the retry-regressed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-18/retry-regressed-list.txt

lcnr Avatar
lcnr on 2026-01-05 15:07:02 UTC
lcnr Avatar
lcnr on 2026-01-05 15:07:02 UTC
View on GitHub
craterbot Avatar
craterbot on 2026-01-05 15:07:08 UTC
craterbot Avatar
craterbot on 2026-01-05 15:07:08 UTC
View on GitHub

👌 Experiment pr-133502-19 created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-01-05 17:50:45 UTC
craterbot Avatar
craterbot on 2026-01-05 17:50:45 UTC
View on GitHub

🚧 Experiment pr-133502-19 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-01-06 00:18:18 UTC
craterbot Avatar
craterbot on 2026-01-06 00:18:18 UTC
View on GitHub

🎉 Experiment pr-133502-19 is completed!
📊 1357 regressed and 0 fixed (4582 total)
📊 2814 spurious results on the retry-regressed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-19/retry-regressed-list.txt

lcnr Avatar
lcnr on 2026-01-06 10:05:00 UTC
lcnr Avatar
lcnr on 2026-01-06 10:05:00 UTC
View on GitHub
craterbot Avatar
craterbot on 2026-01-06 10:05:06 UTC
craterbot Avatar
craterbot on 2026-01-06 10:05:06 UTC
View on GitHub

👌 Experiment pr-133502-20 created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-01-08 01:10:25 UTC
craterbot Avatar
craterbot on 2026-01-08 01:10:25 UTC
View on GitHub

🚧 Experiment pr-133502-20 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-01-08 08:34:34 UTC
craterbot Avatar
craterbot on 2026-01-08 08:34:34 UTC
View on GitHub

🎉 Experiment pr-133502-20 is completed!
📊 1361 regressed and 0 fixed (4171 total)
📊 2623 spurious results on the retry-regressed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-20/retry-regressed-list.txt

lcnr Avatar
lcnr on 2026-02-06 12:10:57 UTC
lcnr Avatar
lcnr on 2026-02-06 12:10:57 UTC
View on GitHub
craterbot Avatar
craterbot on 2026-02-06 12:11:04 UTC
craterbot Avatar
craterbot on 2026-02-06 12:11:04 UTC
View on GitHub

👌 Experiment pr-133502-21 created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2026-02-06 12:11:07 UTC
lcnr Avatar
lcnr on 2026-02-06 12:11:07 UTC
View on GitHub

@craterbot abort

craterbot Avatar
craterbot on 2026-02-06 12:11:10 UTC
craterbot Avatar
craterbot on 2026-02-06 12:11:10 UTC
View on GitHub

🗑️ Experiment pr-133502-21 deleted!

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

lcnr Avatar
lcnr on 2026-02-06 12:11:13 UTC
lcnr Avatar
lcnr on 2026-02-06 12:11:13 UTC
View on GitHub
craterbot Avatar
craterbot on 2026-02-06 12:11:18 UTC
craterbot Avatar
craterbot on 2026-02-06 12:11:18 UTC
View on GitHub

👌 Experiment pr-133502-21 created and queued.
🤖 Automatically detected try build c9557a2
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-02-06 13:24:06 UTC
craterbot Avatar
craterbot on 2026-02-06 13:24:06 UTC
View on GitHub

🚧 Experiment pr-133502-21 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

craterbot Avatar
craterbot on 2026-02-06 15:56:42 UTC
craterbot Avatar
craterbot on 2026-02-06 15:56:42 UTC
View on GitHub

🎉 Experiment pr-133502-21 is completed!
📊 1324 regressed and 0 fixed (3982 total)
📊 2454 spurious results on the retry-regressed-list.txt, consider a retry1 if this is a significant amount.
📰 Open the summary report.

⚠️ If you notice any spurious failure please add them to the denylist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

Footnotes

  1. re-run the experiment with crates=https://crater-reports.s3.amazonaws.com/pr-133502-21/retry-regressed-list.txt

rust-bors Avatar
rust-bors on 2026-04-09 06:41:18 UTC
rust-bors Avatar
rust-bors on 2026-04-09 06:41:18 UTC
View on GitHub

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