bug#78202: "parted -s /dev/nbd0 mklabel gpt" fails without error message only in release automation

2025-05-04 Thread Andreas K. Huettel
Am Freitag, 2. Mai 2025, 18:19:36 Mitteleuropäische Sommerzeit schrieben Sie: > > > > [snip] > > >6480 ioctl(3, BLKSSZGET, [512]) = 0 > >6481 fadvise64(3, 0, 0, POSIX_FADV_RANDOM) = 0 > >6482 fstat(3, {st_mode=S_IFBLK|0660, st_rdev=makedev(0x2b, 0), ...}) = 0 > >64

bug#78202: "parted -s /dev/nbd0 mklabel gpt" fails without error message only in release automation

2025-05-01 Thread Andreas K. Huettel
Dear all, I'm recently running into a strange problem in the Gentoo release build automation, and need help. We use parted to create label and partitions in a qcow2 image available via qemu-nbd. https://gitweb.gentoo.org/proj/catalyst.git/tree/targets/support/create-qcow2.sh#n96 This worke