-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
coreutils: disable tests which fail in the sandbox (no uid==1000) #210111
Conversation
Several coreutils tests assume there exists a user with uid=1000. We need to disable these tests in the sandbox.
Why hasn't this been failing before? |
I have two theories:
I'm running some builds now to find out which one it is. In either case I've draftified this PR and will remove it from the inclusion-set of #209870. Does Hydra have the |
Ooh, yeah. From just before that commit to |
These haven't been failing on nix versions before 2.12 🤔 |
Yeah both of my build clusters ( |
Btw do you have matrix? Would be cool to have you in |
I'm Did nixorg ever manage to figure out how to bridge IRC into their matrix server? |
Yep, it's a heisenbug. Everything built fine without this. WTF. PS, it sometimes takes me a while to respond to mentions on IRC. I deliberately don't have any kind of audio or desktop notification for synchronous chat. I appreciate the usefulness of IRC/tox/etc, but from a productivity/willpower standpoint I have to be really careful with it. So if you see me commenting here on github but I haven't replied to a message on IRC for multiple hours I'm not ignoring you! I just can't let myself do interrupt-driven chat, it doesn't work for me. |
Description of changes
Several coreutils tests assume there exists a user with uid=1000. We need to disable these tests in the sandbox.
Things done