-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ci: spurious failure tests\mir-opt\strip_debuginfo.rs
Cannot create a file when that file already exists.`
#134351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Also happened in #135336. I'm fairly sure this is a genuine bug, but I haven't looked into it just yet. |
This was referenced Apr 21, 2025
Merged
After we no longer silently ignore the remove half in #139870, the failure rate of this test has significantly increased and also fails against x86_64-apple-1 -- so there does seem to be sth genuinely wrong with the dir handling. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 21, 2025
… r=<try> [EXPERIMENTAL] `tests/mir-opt/strip_debuginfo.rs` failure investigation cc rust-lang#140096 (comment), rust-lang#139727 (comment). cf. rust-lang#134351. (Yes this isn't robust, but just in case) r? ghost try-job: x86_64-apple-1 try-job: x86_64-msvc-1 try-job: dist-x86_64-msvc
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Apr 21, 2025
Due to very high failure rate of `tests/mir-opt/strip_debuginfo.rs` for unknown reasons, cf. <rust-lang#134351>.
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Apr 21, 2025
Due to very high failure rate of `tests/mir-opt/strip_debuginfo.rs` for unknown reasons, cf. <rust-lang#134351>.
Triage: I believe this was addressed by #140120. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
happend here: #134342 (comment) on
x86_64-msvc
the pr changed neither code nor related tests so seems spurious
The text was updated successfully, but these errors were encountered: