New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/38578#issuecomment-1212396987 Comment: `masterdir/tmp` is being operated on. Both `ls -A1` and `os.listdir(".")` outputs the contents properly. Even if you manually wipe with `rm -r masterdir/tmp/*`, on a clean build you get `AssertionError: 1 != 0`. But wiping `tmp` and running `./xbps-src check` again passes immediately after that :confounded: