Your message dated Sat, 18 Apr 2020 01:48:32 +0000
with message-id <e1jpcau-0003co...@fasolo.debian.org>
and subject line Bug#956659: fixed in autopkgtest 5.13.1
has caused the Debian Bug report #956659,
regarding autopkgtest-build-qemu fails to create an image for qemu
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
956659: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956659
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: autopkgtest
Version: 5.12.1
Severity: important

Hello,

I'm no longer able to create an image for autopkgtest with

# autopkgtest-build-qemu unstable ./autopkgtest.img
Load spec file /tmp/tmp.r8ug3ZCECh
ERROR: No runner implements step with keys device, set

It seems to be because of this part of autopkgtest-build-qemu script,
that was added with commit adc0aa94 [1]

 - set: flag
    device: "{{ image }}"

The above error disappear if I remove that part from the script,
and the process goes ahead. Not sure if it's a bug in autopkgtest
or in vmbd2.
However, even with the autopkgtest-build-qemu script modified, 
the creation of the image fails with another error

autopkgtest-build-qemu unstable ../autopkgtest.img
Load spec file /tmp/tmp.GYgpSOLAo0
Exec: ['qemu-img', 'create', '-f', 'raw', '../autopkgtest.img.raw', '25G']
Exec: ['parted', '-s', '../autopkgtest.img.raw', 'mklabel', 'gpt']
Exec: ['parted', '-m', '../autopkgtest.img.raw', 'print']
Exec: ['parted', '-s', '../autopkgtest.img.raw', 'mkpart', 'primary', 'ext2', 
'0%', '5%']
Exec: ['parted', '-m', '../autopkgtest.img.raw', 'print']
Exec: ['parted', '-s', '../autopkgtest.img.raw', 'mkpart', 'primary', 'ext2', 
'5%', '100%']
Exec: ['kpartx', '-asv', '../autopkgtest.img.raw']
remembering /dev/mapper/loop1p1 as boot
remembering /dev/mapper/loop1p2 as root
Exec: ['/sbin/mkfs', '-t', 'ext4', '/dev/mapper/loop1p2']
Exec: ['mount', '/dev/mapper/loop1p2', '/tmp/tmpmgw2bhok']
Exec: ['debootstrap', '--variant', '-', 'unstable', '/tmp/tmpmgw2bhok', 
'http://deb.debian.org/debian']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'apt-get', 'update']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'apt-get', 'update']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'apt-get', '-y', '--no-show-progress', 
'install', 'eatmydata']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'eatmydata', 'apt-get', 'update']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'eatmydata', 'apt-get', '-y', 
'--no-show-progress', 'install', 'linux-image-amd64', 'ifupdown']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'apt-get', 'clean']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
Installing GRUB for BIOS
Exec: ['mount', '--bind', '/dev', '/tmp/tmpmgw2bhok/dev']
Exec: ['mount', '--bind', '/sys', '/tmp/tmpmgw2bhok/sys']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'apt-get', '-y', '--no-show-progress', 
'install', 'grub-pc']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'grub-mkconfig', '-o', 
'/boot/grub/grub.cfg']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
mounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'mount', '-t', 'proc', 'proc', 
'/proc']
Exec: ['chroot', '/tmp/tmpmgw2bhok', 'grub-install', '--target=i386-pc', 
'--no-nvram', '--force-extra-removable', '--no-floppy', '--modules=part_msdos 
part_gpt', '--grub-mkdevicemap=/boot/grub/device.map', '/dev/loop1']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
unmounting proc: ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']
umount: /proc: not mounted.
ERROR: Command '['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc']' returned 
non-zero exit status 32.
ERROR: CalledProcessError(32, ['chroot', '/tmp/tmpmgw2bhok', 'umount', '/proc'])
Something went wrong, cleaning up!
Exec: ['umount', '/tmp/tmpmgw2bhok/dev']
Exec: ['umount', '/tmp/tmpmgw2bhok/sys']
Exec: ['umount', '/tmp/tmpmgw2bhok']
Exec: ['kpartx', '-dsv', '../autopkgtest.img.raw']


and I'm not able to work around this; any ideas?

Regards,
Lorenzo

[1] 
https://salsa.debian.org/ci-team/autopkgtest/-/commit/adc0aa941cd31c7ccb90f4ca030d6c15973af9f5



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: runit (via /run/runit.stopit)

Versions of packages autopkgtest depends on:
ii  apt-utils       2.0.2
ii  libdpkg-perl    1.19.7
ii  procps          2:3.3.16-4
ii  python3         3.8.2-3
ii  python3-debian  0.1.37

Versions of packages autopkgtest recommends:
ii  autodep8  0.22

Versions of packages autopkgtest suggests:
pn  lxc               <none>
pn  lxd               <none>
ii  ovmf              0.0~20200229-2
ii  qemu-efi-aarch64  0.0~20200229-2
pn  qemu-efi-arm      <none>
pn  qemu-system       <none>
ii  qemu-utils        1:4.2-3
ii  schroot           1.6.10-9
ii  vmdb2             0.14.1-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: autopkgtest
Source-Version: 5.13.1
Done: Antonio Terceiro <terce...@debian.org>

We believe that the bug you reported is fixed in the latest version of
autopkgtest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 956...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated autopkgtest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 17 Apr 2020 22:02:07 -0300
Source: autopkgtest
Architecture: source
Version: 5.13.1
Distribution: unstable
Urgency: medium
Maintainer: Debian CI team <team...@tracker.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 956659
Changes:
 autopkgtest (5.13.1) unstable; urgency=medium
 .
   * autopkgtest-build-qemu: revert commit that broke image creation
     (Closes: #956659)
Checksums-Sha1:
 d02706f62760357629ef10e7c77210c4cb45cc02 2072 autopkgtest_5.13.1.dsc
 2ea2a0e4f80b17416a95f01349f529122307b81c 184156 autopkgtest_5.13.1.tar.xz
Checksums-Sha256:
 be450d9f65ddc28fd4354652bdf5cd1c5f774e5c7cb64fc5eadd830ccfc699bd 2072 
autopkgtest_5.13.1.dsc
 596a0400b9fb93e800be4dbad0fc16da63eb5d10391b41202a29d8a725a3c9b0 184156 
autopkgtest_5.13.1.tar.xz
Files:
 e0de2f8d73797fc915a2a4e265936d25 2072 devel optional autopkgtest_5.13.1.dsc
 598ba76f5f86115eff66ed0af242f47e 184156 devel optional 
autopkgtest_5.13.1.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEst7mYDbECCn80PEM/A2xu81GC94FAl6aVuAUHHRlcmNlaXJv
QGRlYmlhbi5vcmcACgkQ/A2xu81GC96bGxAAnlOKW38crp8qPOxuNY4uyKZfpC16
pkQ5zPOv94qWaVQVcTnYw6669oR7/nBPs2dBOW3SWWe8g9gIJaCAAjqjKbVsyO44
2R0kilJBCaz4cv6gJ9cCjF1c1qoUZDrxPwtRaRV5E4vILEFCl6KE8WhML8oxWpl6
QNiqfj37c8buerURaslSp+EpOG/DsKwg4OUeJxq4bBWQR5DNNN3RzUg5P417mWxS
Q294Dl/rEycxQKnRQU3LcIK7kOhBQWvNrfce9dpX5USSmcPTubrwTOhxS2mzCTkZ
wCMp4CRTzgqnXEBaVN2RWUS+zv6ZkjuN5RpNoW8lwJTLSrX0Q4y/sGODS7+1Fb+l
nAwVoLMq1ZRsS7eIxE/MOycp3qFxvKIucoQOGejYhr+9c7vI1yiKGi8Ts0NBvV0S
3BZx3IXcID7RHcfihqJ+emh+/pSabdj2QR/DcH/BwzgGuanjvQDBxBWMub/e8CPl
8fdoClQBlpdm3yPIxXfKiUxGT/L70NiURX8fDoaPTuQ6NQOm4ZGOta1pLoiIxcyF
tYTiS1y1UPXy7mG2zRs2Efs3kEQAtvYRrrODWaifqYJWa8kVSXmqRLtCwolUOCyq
K3HFyZs0rLmulkYlvBWFMeehlREoN5VAiCgkNpNiK4ehPYTzPeagnDM873NV9kWW
Nn1KOVWJk9MQPTc=
=74IJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to