nixos/test/login: Fix uaccess test.#453603
Merged
ElvishJerricco merged 1 commit intoNixOS:staging-nextfrom Oct 20, 2025
Merged
Conversation
This PR systemd/systemd#36444 caused this bug systemd/systemd#39043, which is fixed in this PR systemd/systemd#39071. In short, `uaccess` doesn't work with `OPTIONS+="static_node=..."` udev rules, and `/dev/snd/timer` is a static node. 258.1 needs to wait for the next staging cycle, so for now let's just use a non-static node.
dramforever
approved these changes
Oct 20, 2025
13 tasks
Merged
via the queue into
NixOS:staging-next
with commit Oct 20, 2025
0238bbc
32 of 35 checks passed
This was referenced Oct 20, 2025
Member
|
Ah, though there are more tests: And some of these are |
13 tasks
ElvishJerricco
added a commit
to ElvishJerricco/nixpkgs
that referenced
this pull request
Oct 22, 2025
Contributor
|
I found this, when looking at systemd/systemd#36444 The corresponding upstream commit (systemd/systemd@c960ca2) introduced a regression to one of my machines:
It looks like the test failures in NixOS were "fixed temporarily". I'm wondering where we are in resolving these permanently / investigating root causes. I've switched back to systemd 257 for now. Would be happy to help debug this. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR systemd/systemd#36444 caused this bug systemd/systemd#39043, which is fixed in this PR systemd/systemd#39071. In short,
uaccessdoesn't work withOPTIONS+="static_node=..."udev rules, and/dev/snd/timeris a static node. 258.1 needs to wait for the next staging cycle, so for now let's just use a non-static node.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.