Conversation
|
@bors try jobs=x86_64-gnu-distcheck |
This comment has been minimized.
This comment has been minimized.
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
|
💔 Test for d6659ce failed: CI. Failed jobs:
|
|
@bors try jobs=x86_64-gnu-distcheck |
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
|
rustbot has assigned @Mark-Simulacrum. Use |
|
|
|
|
cc @marcoieni (largedisk runner) |
This comment has been minimized.
This comment has been minimized.
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
|
💔 Test for b118d5e failed: CI. Failed jobs:
|
|
@bors try jobs=x86_64-gnu-distcheck |
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
|
@bors r=cuviper,Kobzol rollup=never |
[beta] backports - Don't normalize higher-ranked assumptions if they're not used #147299 - Fix target list of `link_section` #147418 - bootstrap: add `Builder::rustc_cmd` that includes the lib path #147419 - Update LLVM to 21.1.2 #146953 - Remove the temporary directory when a check ends -- part of #147518 r? cuviper
|
☀️ 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 36e4f5d (parent) -> 3545698 (this PR) Test differencesShow 11 test diffsStage 2
Additionally, 4 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 35456985fab3419baf4bf111b8bbbd5e8565615d --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 |
|
Finished benchmarking commit (3545698): 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 4.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.739s -> 474.753s (0.21%) |
|
I met a problem with this commit: |
Hmm. How did the CI pass? Anyway, I pushed (again?). |
it does exist in the git, but not in any branch.
|
|
IIRC this happens when you push the commit to a fork. Github manages all the forks together, so you can still fetch the commit by ID. I've made this mistake with LLVM updates in the past as well... |
Update LLVM to 21.1.3 Fixes rust-lang#146742. After rust-lang#146124, we need more space to run x86_64-gnu-distcheck if building LLVM from source. According to the building log, the space freed by `free-disk-space-linux.sh` is not entirely available. ``` You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 98 MB disk usage: Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 29G 60% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 60M 760M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 28K 70G 1% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ```
Update LLVM to 21.1.3 Fixes rust-lang#146742. After rust-lang#146124, we need more space to run x86_64-gnu-distcheck if building LLVM from source. According to the building log, the space freed by `free-disk-space-linux.sh` is not entirely available. ``` You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 98 MB disk usage: Filesystem Size Used Avail Use% Mounted on /dev/root 72G 43G 29G 60% / tmpfs 7.9G 84K 7.9G 1% /dev/shm tmpfs 3.2G 1.2M 3.2G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda16 881M 60M 760M 8% /boot /dev/sda15 105M 6.2M 99M 6% /boot/efi /dev/sdb1 74G 28K 70G 1% /mnt tmpfs 1.6G 12K 1.6G 1% /run/user/1001 ```
Fixes #146742.
After #146124, we need more space to run x86_64-gnu-distcheck if building LLVM from source. According to the building log, the space freed by
free-disk-space-linux.shis not entirely available.