Uh oh!
There was an error while loading. Please reload this page.
Free disk space on Windows 2025 runners - #144305
Conversation
rustbot
commented
Jul 22, 2025
ChrisDenton
commented
Jul 22, 2025
@bors try jobs=x86_64-msvc-1 |
Free disk space on Windows 2025 runners try-job: x86_64-msvc-1
e635015 to
9e95a28Comparemarcoieni
commented
Jul 22, 2025
I'll review this since I have a lot of context. r? marcoieni |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ChrisDenton
commented
Jul 22, 2025
@bors try jobs=msvc,mingw |
Free disk space on Windows 2025 runners try-job: *msvc* try-job: *mingw*
Uh oh!
There was an error while loading. Please reload this page.
96ed33f to
7685c91CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7685c91 to
5f662d5CompareChrisDenton
commented
Jul 22, 2025
@bors try jobs=x86_64-msvc-1 |
Free disk space on Windows 2025 runners try-job: x86_64-msvc-1
💔 Test failed (CI). Failed job:
|
This comment has been minimized.
This comment has been minimized.
RalfJung
commented
Jul 29, 2025
Where in the script does that happen? |
marcoieni
commented
Jul 29, 2025
ChrisDenton
commented
Jul 29, 2025
@bors r- I'll fix that. It seems I'm struggling to keep my local branch properly sync'd ATM 🙂 |
RalfJung
commented
Jul 29, 2025
Please update the PR description to match the PR, then. |
marcoieni
commented
Jul 29, 2025
I feel you, I struggle with git as well 😂 |
61e6e35 to
43018d3CompareChrisDenton
commented
Jul 30, 2025
Ok, let's try again 🙂 @bors r=marcoieni |
bors
commented
Jul 30, 2025
bors
commented
Jul 30, 2025
bors
commented
Jul 30, 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 919c409 (parent) -> 72716b1 (this PR) Test differencesShow 173 test diffsStage 2
(and 70 additional test diffs) Additionally, 3 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 72716b134ac26b837703e46cbda99a453ae92c42 --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
Jul 30, 2025
Finished benchmarking commit (72716b1): 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)Results (primary 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.5%, secondary 15.7%)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.849s -> 468.451s (-0.08%) |
…arcoieni Free disk space on Windows 2025 runners I've managed to reduce the time deletion takes by: - Using powershell, which is generally faster for filesystem operations than msys2 - Performing deletions concurrently then waiting for them all to complete It still takes 2-10 mins but that's not too bad.
…arcoieni Free disk space on Windows 2025 runners I've managed to reduce the time deletion takes by: - Using powershell, which is generally faster for filesystem operations than msys2 - Performing deletions concurrently then waiting for them all to complete It still takes 2-10 mins but that's not too bad.
…arcoieni Free disk space on Windows 2025 runners I've managed to reduce the time deletion takes by: - Using powershell, which is generally faster for filesystem operations than msys2 - Performing deletions concurrently then waiting for them all to complete It still takes 2-10 mins but that's not too bad.

I've managed to reduce the time deletion takes by:
It still takes 2-10 mins but that's not too bad.