Conversation
|
Warning If you are changing how CI LLVM is built or linked, make sure to bump cc @jieyouxu |
|
r? @marcoieni rustbot has assigned @marcoieni. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
a713911 to
fc8ed40
Compare
|
It looks like the |
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Fix test compiling Fuchsia with rust-under-test try-job: dist-various-2 try-job: x86_64-fuchsia
|
💔 Test for a03d4d5 failed: CI. Failed job:
|
fc8ed40 to
f1cc882
Compare
|
The rustc-dev-guide subtree was changed. If your future PRs only touch the subtree, consider submitting them directly to rust-lang/rustc-dev-guide, which is where the document is primarily maintained (and has faster CI). |
|
@bors try |
Fix test compiling Fuchsia with rust-under-test try-job: dist-various-2 try-job: test-x86_64-fuchsia
This comment has been minimized.
This comment has been minimized.
|
💔 Test for c09146d failed: CI. Failed jobs:
|
f1cc882 to
4a68a46
Compare
|
Looks like I need to incorporate some changes from CI, so I switched this to a draft mode until I get the tests passing. @bors try |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Fix test compiling Fuchsia with rust-under-test try-job: dist-various-2 try-job: test-aarch64-fuchsia try-job: test-x86_64-fuchsia
|
@bors try cancel |
|
Try build cancelled. Cancelled workflows: Hint: if you want to run another try build, you do not need to manually cancel the previous one. Just run |
9e73270 to
181bf7d
Compare
|
@bors try |
Fix test compiling Fuchsia with rust-under-test try-job: dist-various-2 try-job: test-x86_64-fuchsia
This comment has been minimized.
This comment has been minimized.
181bf7d to
97d1a72
Compare
|
Sorry, it took a little iteration to get the try job ready. Unfortunately I forgot that while we are producing our toolchain on a linux arm64 machine, we don't yet support compiling fuchsia on an arm64 machine. So we'll need to stick with the x86_64 instances. From the most recent run it looks like this test takes an hour and 13 minutes, so it stays under the threshold. |
|
Reminder, once the PR becomes ready for a review, use |
The rust tests were disabled some time ago when fuchsia.googlesource.com was temporarily rate limiting git checkout requests during a high period of requests. This makes a number of attempts to avoid this issue: * It checks out Fuchsia with git filter `tree:0` to reduce download size. * It blocks downloading Fuchsia's Rust toolchain. * It adds a number of retries to requests. * It reduces the parallel git checkout threads. Since it has been a while since we updated the Fuchsia integration, it also updates: * Use the most recent commit [be532c]. * It updates to the clang commit [5e63f2]. * It updates to the Fuchsia SDK version 33.20260909.5.1. * It updates the ubuntu container to 26.04. * It renames the test job to `test-x86_64-fuchsia`. * The Fuchsia build system now requires shared libraries to be stripped. try-job: dist-various-2 try-job: test-x86_64-fuchsia [be532c]: https://fuchsia.googlesource.com/integration/+/be532c365aa6ba56b08ed684c0f8bb71960c18fd [5e63f2]: llvm/llvm-project@5e63f2c
97d1a72 to
8ed9008
Compare
|
@rustbot ready |
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Fix test compiling Fuchsia with rust-under-test try-job: dist-various-2 try-job: test-x86_64-fuchsia
View all comments
The rust tests for Fuchsia were disabled some time ago in #138690 when fuchsia.googlesource.com was temporarily rate limiting git checkout requests during a high period of requests. This makes a number of attempts to avoid this issue:
tree:0to reduce download size.Since it has been a while since we updated the Fuchsia integration, it also updates:
test-x86_64-fuchsia.Note that I did use Gemini to help debug some issues, but all the code has been written by me.
try-job: dist-various-2
try-job: test-x86_64-fuchsia