Hello Karel, list, in 25a125ee89d0da9e4b815b1ca27b001c7d07ce8a the hardlink test outputs added "Method: sha256". It appears this is not constant across architectures. On the Debian buildds at least, on arm64, armel, armhf hardlink produces this output and then obviously the test output comparison fails: hardlink: cannot initialize sha256 method, use 'memcmp' fallback -Method: memcmp +Method: sha256 If you want to look at the logs: https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=arm64&ver=2.38~rc1-1&stamp=1644348017&file=log https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=armel&ver=2.38~rc1-1&stamp=1644348866&file=log Can this be made tolerant of architecture or is the "method" relevant for these particular tests? Many thanks, Chris