On Thu, 2022-07-21 at 08:27 +0200, Marc Haber wrote: > Package: adduser > Version: 3.122 > Severity: normal > > The tests expect the test environment to be fresh. They relay too > much > on uids being the same and do not preseed adduser to provide > reproducible uids. > > Reproducer: > - create test chroot > - adduser --system foo > - deluser foo > - verify that foo is actually gone > - run autopkgtests > - see not just one test failing.
I have seen similar cases where running 'autopkgtest -- null' more than inside a debspawn session fails; it ought to be idempotent. mb

