Skip to content

Attemped fix for home dir problem on dist-aarch64-llvm-mingw - #162554

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
JonathanBrouwer:attempted-fix
Sep 10, 2026
Merged

Attemped fix for home dir problem on dist-aarch64-llvm-mingw#162554
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
JonathanBrouwer:attempted-fix

Conversation

@JonathanBrouwer

@JonathanBrouwer JonathanBrouwer commented Sep 9, 2026

Copy link
Copy Markdown
Member

This is a fix for this spurious failure, which seems to regularly happen lately
#162550 (comment)

disclaimer: I have no clue what is causing this and that I'm just attacking the symptoms. Seems like some kind of github runner misconfiguration?

The PR is being discussed here: #t-infra > Tree ops @ 💬

@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-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. labels Sep 9, 2026
@JonathanBrouwer

Copy link
Copy Markdown
Member Author

@bors try jobs=dist-aarch64-llvm-mingw

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Sep 9, 2026
Attemped fix for home dir problem


try-job: dist-aarch64-llvm-mingw
@JonathanBrouwer

Copy link
Copy Markdown
Member Author

Seems to have worked, let's confirm it's not a fluke
@bors try jobs=dist-aarch64-llvm-mingw

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Sep 9, 2026
Attemped fix for home dir problem


try-job: dist-aarch64-llvm-mingw
@JonathanBrouwer
JonathanBrouwer marked this pull request as ready for review September 9, 2026 20:52
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 9, 2026
@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Sep 9, 2026
@rustbot

rustbot commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

r? @ubiratansoares

rustbot has assigned @ubiratansoares.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

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

@JonathanBrouwer JonathanBrouwer changed the title Attemped fix for home dir problem Attemped fix for home dir problem on dist-aarch64-llvm-mingw Sep 9, 2026
@JonathanBrouwer

Copy link
Copy Markdown
Member Author

Seems to have worked twice in a row, while autojobs failed 3 times in a row on the tree.
One more time to be sure?
@bors try jobs=dist-aarch64-llvm-mingw

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Sep 9, 2026
Attemped fix for home dir problem on `dist-aarch64-llvm-mingw`


try-job: dist-aarch64-llvm-mingw
@rust-bors

rust-bors Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: d774e5a (d774e5ae208d72dd692776e5abfcf18142025640)
Base parent: 32ffad3 (32ffad32f4cdad86624f6ec46737f70d98a9a88d)

@JonathanBrouwer

Copy link
Copy Markdown
Member Author

@bors try jobs=dist-aarch64-llvm-mingw

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Sep 10, 2026
Attemped fix for home dir problem on `dist-aarch64-llvm-mingw`


try-job: dist-aarch64-llvm-mingw

@jieyouxu jieyouxu 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.

This seems very strange... You can r=me if it seems to help 🤔 If it's still flaky we can revert this.
r? me

View changes since this review

@rustbot rustbot assigned jieyouxu and unassigned ubiratansoares Sep 10, 2026
@JonathanBrouwer

Copy link
Copy Markdown
Member Author

@bors r=jieyouxu,Kobzol rollup

@rust-bors

rust-bors Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 910f84c has been approved by jieyouxu,Kobzol

It is now in the queue for this repository.

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

Reason for tree closure: git config problem again

@rust-bors rust-bors Bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Sep 10, 2026
@rust-bors rust-bors Bot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 10, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 10, 2026
…uwer

Rollup of 7 pull requests

Successful merges:

 - #162581 (Subtree sync for rustc_codegen_cranelift)
 - #160831 (re-equate the object bound's trait ref with the goal's when considering object bounds)
 - #162057 (Some cleanups around fatal errors and delayed bugs)
 - #162437 (fix(traits): Remove expression references from index suggestions)
 - #162534 (Fix run-make/prune-link-args to work with MinGW)
 - #162554 (Attemped fix for home dir problem on `dist-aarch64-llvm-mingw`)
 - #162576 (doc: Fix external mention of signum() return value regarding NaNs)
@rust-bors

rust-bors Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: af42b10 (af42b107f07dc5059e64de1396ac773b1f045ab2)
Base parent: c4c4a57 (c4c4a576936e9e67717d0deb8e74e02dd5dd10de)

@rust-bors
rust-bors Bot merged commit 391c5c8 into rust-lang:main Sep 10, 2026
14 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Sep 10, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 10, 2026
Rollup merge of #162554 - JonathanBrouwer:attempted-fix, r=jieyouxu,Kobzol

Attemped fix for home dir problem on `dist-aarch64-llvm-mingw`

This is a fix for this spurious failure, which seems to regularly happen lately
#162550 (comment)

disclaimer: I have no clue what is causing this and that I'm just attacking the symptoms. Seems like some kind of github runner misconfiguration?

The PR is being discussed here: [#t-infra > Tree ops @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Tree.20ops/near/622969695)
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-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.

4 participants