msys2 / msys2-autobuild

🏭🏭🏭🏭🏭🏭🏭🏭
https://packages.msys2.org/queue
MIT License
35 stars 25 forks source link

Build failure in arm runner without any specific error #89

Closed Biswa96 closed 4 weeks ago

Biswa96 commented 1 month ago
  1. kate 24.05.1 https://github.com/msys2-arm/msys2-autobuild/actions/runs/9519792468/job/26243761770#step:11:2005

This same issue happened before. @jeremyd2019

jeremyd2019 commented 1 month ago

Yeah I remember this. It also didn't happen when I built the package manually, or on my "ci" runner using MINGW-packages CI mechanism. Very strange.

I did just make new runner instances for June's Patch Tuesday, and I also reduced the packages pre-installed (git zip and unzip).

jeremyd2019 commented 1 month ago

It actually failed this time running manually.

jeremyd2019 commented 1 month ago

Exit status -1073741819 - I think that's C0000005 - access violation?

jeremyd2019 commented 1 month ago

I was trying to track it down and it stopped reproducing. Restarted runner, see what happens

jeremyd2019 commented 1 month ago

Well it worked that time. Gave a bunch of module errors output. I noticed it was failing to load those, but figured that was expected. Now it's giving a bunch of output about them

jeremyd2019 commented 4 weeks ago

I was thinking maybe defender was getting in the way, but changing its settings didn't help. I noticed search indexer was using cpu, I was starting to mess with that when it started working again, maybe that was interfering? I wonder if it would be safe to disable the windows search service as part of my runner setup, or if some package might try to talk to it

jeremyd2019 commented 6 days ago

I've re-created the runners for with this month's updates. I also manually switched WSearch service to demand start, so hopefully that will help.