Uh oh!
There was an error while loading. Please reload this page.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) - #145663
Conversation
rustbot
commented
Aug 20, 2025
This PR modifies If appropriate, please update |
Kobzol
commented
Aug 20, 2025
@bors try |
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Kobzol
commented
Aug 20, 2025
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
💔 Test for 06dca67 failed: CI. Failed jobs:
|
Kobzol
commented
Aug 20, 2025
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple
This comment has been minimized.
This comment has been minimized.
💔 Test for 71ba459 failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
rustbot
commented
Aug 30, 2025
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Kobzol
commented
Aug 30, 2025
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) try-job: dist-x86_64-linux try-job: aarch64-gnu try-job: arm-android try-job: `x86_64-gnu-llvm-20*` try-job: `x86_64-msvc-*` try-job: aarch64-apple try-job: test-various
Kobzol
commented
Aug 30, 2025
compiletest stage 1 => build stage 1, test it @rustbot ready |
jieyouxu
commented
Sep 1, 2025
@bors r+ rollup=never |
bors
commented
Sep 1, 2025
bors
commented
Sep 1, 2025
bors
commented
Sep 1, 2025
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 07d246f (parent) -> 828e45a (this PR) Test differencesShow 34592 test diffsStage 0
Stage 1
Stage 2
(and 17251 additional test diffs) Additionally, 17241 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 828e45ad11ce4ab56dd64e93f1fb5dd8f0c0ae93 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
rust-timer
commented
Sep 1, 2025
Finished benchmarking commit (828e45a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -1.2%, secondary 1.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 468.707s -> 466.581s (-0.45%) |
This PR cleans up a bunch of test steps and adds metadata to them. I didn't yet touch the most complicated step (
CompileTest), I'm leaving that for another PR.Testing anything on stage 0 is only possible for compiletest and with
build.allow-compiletest-stage0. Testing anything else on stage 0 will either produce a nice error or crash with a stage being subtracted below zero.r? @jieyouxu
try-job: dist-x86_64-linux
try-job: aarch64-gnu
try-job: arm-android
try-job:
x86_64-gnu-llvm-20*try-job:
x86_64-msvc-*try-job: aarch64-apple
try-job: test-various