-
Notifications
You must be signed in to change notification settings - Fork 357
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
Update QEMU #2382
Update QEMU #2382
Conversation
@nex3 As for yesterday's failed release, we can still try re-run failed jobs. Can you please help do that? https://github.com/sass/dart-sass/actions/runs/11283989988 |
I've restarted the old workflow (odd that it didn't send me an email about the failure). Can you help me understand exactly what this change is doing? Is docker/setup-qemu-action out-of-date in a way that tonistiigi/binfmt isn't? |
https://github.com/docker/setup-qemu-action?tab=readme-ov-file#inputs By default |
@nex3 I just checked the re-run and saw it was already taking way longer than expected. It might be stuck again. We can try stop the current run and re-run it one more time. Or maybe retry with the next release on QEMU 8.1.5 and see if that's better. I also found someone else hitting this issue: dart-lang/sdk#56671 (comment) Note the linked issue is mainly about a different crash, however, in that specific linked comment the author mentioned:
So this does seems to be an issue either with QEMU or dart-sdk. |
I think this is causing https://github.com/sass/dart-sass/actions/runs/11375079152/job/31645316320 —unless you know of a quick fix, we may have to disable riscv64 builds for now. |
@nex3 Can you please retry it? It looks like a docker.io server issue. Maybe docker.io rate limit or simply a server glitch.
This is failing during pulling the docker image, which is before we even start running container with QEMU. |
Okay, yeah, it looks like the retry is running well. 😌 |
So far riscv64 release has been a bit flaky after we switched to native aot build on QEMU. Attempt to upgrade QEMU to see if it will help make these more stable.
https://github.com/sass/dart-sass/actions/runs/10912255003/job/30287343660
https://github.com/sass/dart-sass/actions/runs/11283989988/job/31384720406