Skip to content

Temporarily disable Fuchsia test job to unblock queue - #138690

Merged
bors merged 1 commit into
rust-lang:masterfrom
jieyouxu:temp-disable-fuchsia
Mar 19, 2025
Merged

bors merged 1 commit into
rust-lang:masterfrom
jieyouxu:temp-disable-fuchsia

Conversation

@jieyouxu

@jieyouxu jieyouxu commented Mar 19, 2025 •

Copy link
Copy Markdown
Member

See https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/fuchsia.20failure/with/506637259 for efforts to fix the test job.

This PR temporarily disables the Fuchsia test job to unblock the queue, so that neither the Fuchsia maintainers nor T-infra maintainers should feel pressured to fix the job ASAP.

Please feel free to re-enable once the test job is fixed.
FYI @erickt since you or other Fuchsia maintainers will need to revert this change to merge Fuchsia test job fixes in the future.

r? infra-ci

@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Mar 19, 2025

@jhpratt jhpratt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm "only" a libs reviewer and as such can't (more like shouldn't) give this formal approval, but this is about as straightforward as it gets for CI.

@Kobzol

Kobzol commented Mar 19, 2025

Copy link
Copy Markdown
Member

@bors r+ p=101

@bors

bors commented Mar 19, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 351e0f7 has been approved by Kobzol

It is now in the queue for this repository.

@bors

bors commented Mar 19, 2025

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 19, 2025
@bors

bors commented Mar 19, 2025

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 351e0f7 with merge 1370611...

@bors

bors commented Mar 19, 2025

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: Kobzol
Pushing 1370611 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 19, 2025
@bors
bors merged commit 1370611 into rust-lang:master Mar 19, 2025
@rustbot rustbot added this to the 1.87.0 milestone Mar 19, 2025
@github-actions

Copy link
Copy Markdown
Contributor

This is an experimental post-merge analysis report. You can ignore it.

Post-merge report
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 75530e9 (parent) -> 1370611 (this PR)

Test differences

No test diffs found

@jieyouxu
jieyouxu deleted the temp-disable-fuchsia branch March 19, 2025 09:29
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (1370611): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

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

Max RSS (memory usage)

Results (primary 3.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)
3.0% [3.0%, 3.0%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 3.0% [3.0%, 3.0%] 1

Cycles

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

Binary size

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

Bootstrap: 776.359s -> 775.384s (-0.13%)
Artifact size: 365.12 MiB -> 365.09 MiB (-0.01%)

rust-bors Bot pushed a commit that referenced this pull request Sep 18, 2026
Fix test compiling Fuchsia with rust-under-test



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:

* 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.
* The Fuchsia build now requires the Rust toolchain to have the artifacts for arm64 and riscv64 to be present, even though they might not be used for this build.

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

[be532c]: https://fuchsia.googlesource.com/integration/+/be532c365aa6ba56b08ed684c0f8bb71960c18fd
[5e63f2]: llvm/llvm-project@5e63f2c
rust-bors Bot pushed a commit that referenced this pull request Sep 18, 2026
Fix test compiling Fuchsia with rust-under-test



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:

* 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.
* The Fuchsia build now requires the Rust toolchain to have the artifacts for arm64 and riscv64 to be present, even though they might not be used for this build.

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

[be532c]: https://fuchsia.googlesource.com/integration/+/be532c365aa6ba56b08ed684c0f8bb71960c18fd
[5e63f2]: llvm/llvm-project@5e63f2c
github-actions Bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Sep 18, 2026
Fix test compiling Fuchsia with rust-under-test



The rust tests for Fuchsia were disabled some time ago in rust-lang/rust#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:

* 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.
* The Fuchsia build now requires the Rust toolchain to have the artifacts for arm64 and riscv64 to be present, even though they might not be used for this build.

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

[be532c]: https://fuchsia.googlesource.com/integration/+/be532c365aa6ba56b08ed684c0f8bb71960c18fd
[5e63f2]: llvm/llvm-project@5e63f2c
pull Bot pushed a commit to LeeeeeeM/miri that referenced this pull request Sep 19, 2026
Fix test compiling Fuchsia with rust-under-test



The rust tests for Fuchsia were disabled some time ago in rust-lang/rust#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:

* 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.
* The Fuchsia build now requires the Rust toolchain to have the artifacts for arm64 and riscv64 to be present, even though they might not be used for this build.

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

[be532c]: https://fuchsia.googlesource.com/integration/+/be532c365aa6ba56b08ed684c0f8bb71960c18fd
[5e63f2]: llvm/llvm-project@5e63f2c
pull Bot pushed a commit to xtqqczze/rust-lang-rust-analyzer that referenced this pull request Sep 21, 2026
Fix test compiling Fuchsia with rust-under-test



The rust tests for Fuchsia were disabled some time ago in rust-lang/rust#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:

* 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.
* The Fuchsia build now requires the Rust toolchain to have the artifacts for arm64 and riscv64 to be present, even though they might not be used for this build.

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

[be532c]: https://fuchsia.googlesource.com/integration/+/be532c365aa6ba56b08ed684c0f8bb71960c18fd
[5e63f2]: llvm/llvm-project@5e63f2c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants