Skip to content

update to illumos sysroot 20210501 - #161790

Open
gwr wants to merge 2 commits into
rust-lang:mainfrom
gwr:gwr2
Open

update to illumos sysroot 20210501#161790
gwr wants to merge 2 commits into
rust-lang:mainfrom
gwr:gwr2

Conversation

@gwr

@gwr gwr commented Aug 25, 2026

Copy link
Copy Markdown

@rustbot rustbot added A-CI Area: Our Github Actions CI 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 Aug 25, 2026
@rustbot

rustbot commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the pull request, and welcome! The Rust Project has assigned @ubiratansoares (or someone else) to review your changes, you should hear from them (or someone else) within the next two weeks.

Please see the contribution instructions and our LLM policy for more information.

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: infra-ci
  • infra-ci expanded to Kobzol, Mark-Simulacrum, jieyouxu, marcoieni, ubiratansoares
  • Random selection from Mark-Simulacrum, marcoieni, ubiratansoares

@gwr gwr mentioned this pull request Aug 25, 2026
@gwr

gwr commented Aug 25, 2026

Copy link
Copy Markdown
Author

Closes #150756

@tgross35

Copy link
Copy Markdown
Member

@bors try jobs=dist-x86_64-illumos

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Aug 26, 2026
update to illumos sysroot 20210501


try-job: dist-x86_64-illumos
@bjorn3

bjorn3 commented Aug 26, 2026

Copy link
Copy Markdown
Member

Do we not store the toolchain in our own S3 bucket?

@nikic

nikic commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Do we not store the toolchain in our own S3 bucket?

A question for @Kobzol, but my understanding is that we mostly don't bother mirroring GitHub-hosted artifacts, because our CI is bound to GitHub anyway?

@rust-bors rust-bors Bot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 26, 2026
@rust-bors

rust-bors Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

💔 Test for bfd8f2e failed: CI

@nikic

nikic commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@bors try jobs=dist-x86_64-illumos

Timeout

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Aug 26, 2026
update to illumos sysroot 20210501


try-job: dist-x86_64-illumos
@Kobzol

Kobzol commented Aug 26, 2026

Copy link
Copy Markdown
Member

I guess it would be nicer to mirror it from our CDN, but you're right that if downloading from GitHub fails, we're probably also having other issues with CI.

@bjorn3

bjorn3 commented Aug 26, 2026

Copy link
Copy Markdown
Member

Mirroring to our CDN does protect against upstream deleting the release for whatever reason, right?

@Kobzol

Kobzol commented Aug 26, 2026

Copy link
Copy Markdown
Member

Yes, that's a good point.

@rust-bors

rust-bors Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: 4015989 (401598979106b3e36fe99d77a421b4a2fe2614c7)
Base parent: 6510953 (6510953ce01859dc271e3285cf539e03d0d781e7)

@rustbot

rustbot commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Some changes occurred in src/doc/rustc/src/platform-support

cc @Noratrieb

@gwr

gwr commented Aug 26, 2026

Copy link
Copy Markdown
Author

Added platform notes hoping to satisfy:
#150756 (comment)

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job aarch64-gnu-llvm-21-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
##[endgroup]
[TIMING:end] tool::ToolBuild { build_compiler: Compiler { stage: 0, host: aarch64-unknown-linux-gnu, forced_compiler: false }, target: aarch64-unknown-linux-gnu, tool: "linkchecker", path: "src/tools/linkchecker", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "", cargo_args: [], artifact_kind: Binary } -- 0.110
[TIMING:end] tool::Linkchecker { compiler: Compiler { stage: 0, host: aarch64-unknown-linux-gnu, forced_compiler: false }, target: aarch64-unknown-linux-gnu } -- 0.000
##[group]Testing stage1 Linkcheck (aarch64-unknown-linux-gnu)
rustc/print.html:20157: broken link - `/checkout/obj/build/ci/docker/scripts/illumos-toolchain.sh`
rustc/platform-support/illumos.html:215: broken link - `/checkout/obj/build/ci/docker/scripts/illumos-toolchain.sh`
checked links in: 24.2s
number of HTML files scanned: 62538
number of HTML redirects found: 22220
number of links checked: 2990273
number of links ignored due to external: 186172
number of links ignored due to exceptions: 31
number of intra doc links ignored: 9
errors found: 2
found some broken links
NOTE: if you are adding or renaming a markdown file in a mdBook, don't forget to register the page in SUMMARY.md
Bootstrap failed while executing `--stage 2 test --skip tidy --skip intrinsic-test --skip src/tools/rust-analyzer --skip tests --skip library --skip tidyselftest`
Currently active steps:
test::Linkcheck { host: aarch64-unknown-linux-gnu } at src/bootstrap/src/core/build_steps/test.rs:162
Command `/checkout/obj/build/aarch64-unknown-linux-gnu/stage1-tools-bin/linkchecker /checkout/obj/build/aarch64-unknown-linux-gnu/doc` failed with exit code 1
Created at: src/bootstrap/src/core/build_steps/tool.rs:1627:23
Executed at: src/bootstrap/src/core/build_steps/test.rs:225:77

Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:35:32
  local time: Wed Aug 26 15:43:28 UTC 2026
  network time: Wed, 26 Aug 2026 15:43:29 GMT
##[error]Process completed with exit code 1.
##[group]Run echo "disk usage:"

@ubiratansoares

Copy link
Copy Markdown
Contributor

@gwr @Kobzol raised rust-lang/ci-mirrors#56 just in case

@ubiratansoares

Copy link
Copy Markdown
Contributor

@gwr rust-lang/ci-mirrors#56 was merged, feel free to fetch from our mirrors if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

8 participants