You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESC[31mFAIL: test-nss-usersESC[0m
...
======== mymachines ========
Failed to load module mymachines: libnss_mymachines.so.2: cannot open shared object file: No such file or directory
While this ideally would need fixing (probably in #21946), the same libnss_mymachines.so.2: cannot open shared object file: No such file or directory failure most likely happens both without and with this patchset (#21944).
I'm pretty sure it has nothing with this patch. The systemd autopkgtest should be fixed instead. In #21778 I "fixed" it by skipping that test on Ubuntu CI/Semaphore CI with
To make the nss tests work various libnss_* packages should be
listed among the "unit-tests" dependencies in
https://salsa.debian.org/systemd-team/systemd/-/blob/upstream-ci/debian/tests/control
Currently only libnss-systemd is installed there to judge from
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-upstream-systemd-ci-systemd-ci/focal/amd64/s/systemd-upstream/20211231_014851_745d6@/log.gz
autopkgtest [00:52:42]: test unit-tests: preparing testbed
Get:1 file:/tmp/autopkgtest.1eS7IS/binaries InRelease
Ign:1 file:/tmp/autopkgtest.1eS7IS/binaries InRelease
Get:2 file:/tmp/autopkgtest.1eS7IS/binaries Release [816 B]
Get:2 file:/tmp/autopkgtest.1eS7IS/binaries Release [816 B]
Get:3 file:/tmp/autopkgtest.1eS7IS/binaries Release.gpg
Ign:3 file:/tmp/autopkgtest.1eS7IS/binaries Release.gpg
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 9 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/11.0 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.1eS7IS/binaries libsystemd0 250.85.g765d4da642.0 [405 kB]
Get:2 file:/tmp/autopkgtest.1eS7IS/binaries systemd-timesyncd 250.85.g765d4da642.0 [135 kB]
Get:3 file:/tmp/autopkgtest.1eS7IS/binaries systemd 250.85.g765d4da642.0 [4502 kB]
Get:4 file:/tmp/autopkgtest.1eS7IS/binaries systemd-sysv 250.85.g765d4da642.0 [116 kB]
Get:5 file:/tmp/autopkgtest.1eS7IS/binaries libudev1 250.85.g765d4da642.0 [185 kB]
Get:6 file:/tmp/autopkgtest.1eS7IS/binaries udev 250.85.g765d4da642.0 [1591 kB]
Get:7 file:/tmp/autopkgtest.1eS7IS/binaries libnss-systemd 250.85.g765d4da642.0 [254 kB]
Get:8 file:/tmp/autopkgtest.1eS7IS/binaries libpam-systemd 250.85.g765d4da642.0 [312 kB]
Get:9 file:/tmp/autopkgtest.1eS7IS/binaries systemd-tests 250.85.g765d4da642.0 [3476 kB]
Apparently test/TEST-02-UNITTESTS/deny-list-ubuntu-ci can't be used to skip the "unit tests" test on Ubuntu CI/Semaphore CI. I'm not sure why it's still there though considering the "upstream" test basically includes the "unit tests" test.
As far as I can tell @yuwata temporarily included #21946 in this PR and it seems that test failed because of that. Currently those tests are "manual" and shouldn't be run by the CI.
Yeah, the error should not be related to this. I guess there is some confusion in the CI environment caused when I dropped the commit about enabling the tests by default.
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
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.
Follow-up for 1e65eb8.
Fixes #21935.