There is a very very common (though maybe not totally deterministic) hang when running the LTP fsync02 test.
Some logs of the error are here: https://gist.github.com/arthurp/8b53a7de0321076cbf3fad5b1714ef62. Note that the sh: systemd-detect-virt: not found error appears in the successful run as well, so it may be unrelated.
This problem only appears when testing on ext2 (in the /ext2 mount point).
Reproduction
make run AUTO_TEST=syscall RELEASE=1 SYSCALL_TEST_SUITE=ltp SYSCALL_TEST_WORKDIR=/ext2
This was run at b2883df (though it also happens on at least 9b746f0) on @arthurp's laptop:
$ lsb_release -a
...
Description: Pop!_OS 24.04 LTS
...
$ uname -a
Linux hooks 6.18.7-76061807-generic #202601231045~1769703228~24.04~cb87b5b SMP PREEMPT_DYNAMIC Thu J x86_64 x86_64 x86_64 GNU/Linux
There is a very very common (though maybe not totally deterministic) hang when running the LTP fsync02 test.
Some logs of the error are here: https://gist.github.com/arthurp/8b53a7de0321076cbf3fad5b1714ef62. Note that the
sh: systemd-detect-virt: not founderror appears in the successful run as well, so it may be unrelated.This problem only appears when testing on ext2 (in the
/ext2mount point).Reproduction
This was run at b2883df (though it also happens on at least 9b746f0) on @arthurp's laptop: