In our CI I'm seeing some errors when creating an erofs for fedora live media. On Fedora 44 (erofs-utils-1.8.10); and Fedora 45 (erofs-utils-1.9.1) and only on aarch64 I'm getting (after quite some time) a:
<E> erofs: Could not format the device : [Error 5] Input/output error
At first I thought our CI runners might be out of disk; but they have enough and the error I've seen previously related to diskspace was different.
What could cause the above?
Builds of these on x86 are working as normal, and builds on Fedora 42 and 43 (both on erofs-utils-1.8.10) succeed on all architectures 🙂