-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
nixosTests.acme build broken #197513
Comments
Weird, seems to be caused by some syscall blocking, likely from this change. I had no problem with the test suite at the time however. Both lego and minica are having issues. Will investigate further. |
Agreed to add this test suite to the list of channel blockers. |
Duplicate of #197443 |
With Go 1.19 calls to setrlimit are required for lego to run. While we could allow setrlimit alone, I think it is not unreasonable to allow @resources in general. Closes: NixOS#197513
Odd that the test is failing on master with x86_64 and passes with aarch64. |
Steps To Reproduce
try to build
nixosTests.acme
Build log
https://hydra.nixos.org/log/hv4qwbrhmnxf6h0fq70m8lxy5an0xf89-vm-test-run-acme.drv
Additional context
does not seem to block the channel, maybe it should
Notify maintainers
@NixOS/acme
The text was updated successfully, but these errors were encountered: