-
Notifications
You must be signed in to change notification settings - Fork 166
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 builds broken #3929
Comments
Happy to help if I can, this is blocking the release. |
I did an investigation. Everything was broken between I'll try taking one machine offline downgrading git and seeing if it fixes the issue. If it does I'll go ahead and downgrade all of the machines and pin Git to 2.46.2 until we find a way for it to work with v2.47.0. |
@StefanStojanovic did you get some results from the investigation? |
I made changes in Windows 10 machines (downgrading git to 2.46.2) since there are only 4 of them, so was the least work to get them all done. However now I get different error log with The machines doing the compilation are on the latest git and they seem not to have issues pushing code. |
An update - after reinstalling Git, So until now, based on my investigation, I think this needs to be done on all Windows CI machines:
After that is done I think the test jobs will be back to normal. P.S. While I was writing an update Win10 test jobs finished, some of them failed, but because of test failures. |
Looking at https://ci.nodejs.org/job/node-test-binary-windows-js-suites/30776/, the problem seems resolved for |
Exactly, I'll apply same fix to the other machines too |
Any chance you'd be able to share a timeline for when the Windows CI would be ready? |
In an hour or two max, I'm already working on it (halfway there I'd say). Will let you know once it's ready. |
Fixed all of the machines except 2 Windows 2022 in Rackspace with VS 2022 (the ones we use for both compilation and tests) which I marked as temporary offline (the other 4 are fixed). I'll deal with them first thing in the morning tomorrow CET. Anyway, here are the daily master test jobs I retried (https://ci.nodejs.org/job/node-test-binary-windows-js-suites/30782/ and https://ci.nodejs.org/job/node-test-binary-windows-native-suites/25168/), as you can see, all passed, so should be all fine except for the 2 missing machines. That is just temporary, I'll reenable them tomorrow. Regards. |
The last 2 machines were fixed and reenabled a few hours ago. From what I see, everything is back to normal. I'll keep this issue open until Monday just in case. |
Closing this issue now since it didn't repeat over the weekend. |
It looks like since this morning the Windows test jobs started failing
https://ci.nodejs.org/job/node-test-binary-windows-js-suites/
https://ci.nodejs.org/job/node-test-binary-windows-native-suites/
It looks like they're timing out trying to connect to the binary_tmp git repo:
e.g. https://ci.nodejs.org/job/node-test-binary-windows-js-suites/30748/RUN_SUBSET=0,nodes=win10-COMPILED_BY-vs2022/console
cc @StefanStojanovic
The text was updated successfully, but these errors were encountered: