Creating root filesystem (xfs) on device /dev/loop0p3 (size=10.2 GB)
> mkfs.xfs -m uuid=f36f7d0d-28b6-4271-8674-d1d76e54229f -L root /dev/loop0p3
mount: /run/bootc/mounts/rootfs: wrong fs type, bad option, bad superblock on /dev/loop0p3, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
error: Installing to disk: Creating rootfs: Failed to run command: Command {
program: "mount",
args: [
"mount",
"/dev/loop0p3",
"/run/bootc/mounts/rootfs",
],
create_pidfd: false,
}
Seeing this in a few places, notably over in https://src.fedoraproject.org/rpms/bootc/pull-request/93 but also in our CI here like https://github.com/bootc-dev/bootc/pull/2145/checks?check_run_id=71548302273