-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Windows CI is broken #6033
Comments
It's probably the following issue: rust-lang/rust#112368 |
Is it possible that we switch back to the version of the toolchain that was working before? |
I'm not sure we can. We haven't bumped our MSRV right, so what would we switch back to? If you know of a way to fix this I'd happily accept it though. |
My investigations showed thi so far: there was no relevant change in the PR merged
apparently, the gcc version did a downgrade from 13.2.0 to 12.2.0 (and changed from MSYS to MinGW) - unclear why
I'm currently working on a change in the CI scripts to achieve this. |
I found part of the reasons of issue.
But this update got stuck or crashed. Such that the new gcc wasn't actually installed. Apparently this issue disappeared on its own. My tests today showed that it works again without any modification of this script. Reason: it seems that the mintty is not updated anymore. thus the process doesn't fail as before. Full log sequence:
|
I read that --noconfirm just skips the question. On linux versions people suggest using Something like that should be tested.
I may be able to try it at the end of the week. If no one picks it up. |
Someone seems to have fixed it. |
It occurs again: :: Processing package changes...
upgrading msys2-runtime...
:: To complete this update all MSYS2 processes including this terminal will be closed. Confirm to proceed [Y/n]
We should re-open it. |
I found a citation that explains why this issue only appears temporarily and disappears automatically: "GitHub Actions (GHA) now has MSYS2 installed on their Windows images. Both 64 & 32 bit clang cmake llvm toolchain ragel packages/groups are installed. Custom Actions have also been developed to install/update MSYS2. Of concern is that the script GHA is using will reliably update MSYS2. Currently, the images are updated frequently, typically every 10 days or better." msys2/msys2-installer#5 So I guess that the issue will disappear in <= 10 days as GitHub will then have the new I think there are two clean ways to deal with this issue in future:
I'm testing nr1. currently here: cre4ture#22 |
sounds good, thanks |
All Windows CI runs are red.
Looks like we accidentally found a bug in Windows BFD, because it says
BFD (GNU Binutils) 2.39 assertion fail
:Taken from #6014 (comment) , affects at least also #6012, #6020.
The text was updated successfully, but these errors were encountered: