Package: mmdebstrap Version: 1.5.1-4 Hi!
As you've already noticed, shadow 4.15.2-1 breaks mmdebstrap's tests. At least one test (check-against-debootstrap-dist unstable buildd) is broken like this: | + cmp /tmp/debian-unstable-debootstrap/var/log/faillog /tmp/debian-unstable-mm/var/log/faillog | cmp: /tmp/debian-unstable-debootstrap/var/log/faillog: No such file or directory | + stat -c %s /tmp/debian-unstable-debootstrap/var/log/faillog | stat: cannot statx '/tmp/debian-unstable-debootstrap/var/log/faillog': No such file or directory [..] Indeed newer shadow and PAM versions have removed support for /var/log/faillog. It would be great if mmdebstrap would not blindly assume that faillog must exist. I think the tests already delete faillog afterwards, but cannot deal with it missing upfront. Please allow /var/log/faillog to be absent :-) In the meantime I'll try to understand why it still exists in some of my tests... Chris

