Your message dated Mon, 25 Aug 2025 14:50:03 +0000
with message-id <[email protected]>
and subject line Bug#1111145: fixed in ipmitool 1.8.19-10
has caused the Debian Bug report #1111145,
regarding qemu 10.1 breaks the impitool tests
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 [email protected]
immediately.)


-- 
1111145: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111145
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ipmitool
Version: 1.8.19-9
X-Debbugs-CC: [email protected]

Hi,
I was verifying qemu 10.1 in Ubuntu based on the fast work of Michael
in the form of 1:10.1.0~rc3+ds-2 in experimental and that showed that
the tests of ipmitool will break.

This is due to upstream dropping old deprecated machine types.
The exact versions depend on architecture but for impitool tests x86
matters and there all <=2.5 is now gone.

This conflicts with the config used in the ipmitools test:

debian/tests/vbmc-qemu-vm-session.xml:7:
    <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type>

Causing the tests to fail now (from the log):

 94s autopkgtest [02:57:18]: test qemuvbmc: [-----------------------
 94s debian/tests/vbmc-qemu-vm-session.xml validates
 95s
 95s error: Failed to define domain from debian/tests/vbmc-qemu-vm-session.xml
 95s error: unsupported configuration: Emulator
'/usr/bin/qemu-system-x86_64' does not support machine type
'pc-i440fx-2.5'

There are a few aliases which will always point to the latest type.
These should be more useful to test this the latest and should always
be present to avoid the same patch in some years bumping the version
number again.

$ qemu-system-x86_64 -M help | grep alias | grep pc
pc Standard PC (i440FX + PIIX, 1996) (alias of pc-i440fx-8.2)
q35                  Standard PC (Q35 + ICH9, 2009) (alias of pc-q35-8.2)


I've not seen a salsa repo, but git://git.jff.email/ipmitool.git
Since I'm unsure how to send a PR I've attached a trivial patch here
that switches the dropped type to the alias that points to the latest.

o/
Christian

P.S. If you prefer to cherry pick, I've also made it available here on
launchpad 
https://git.launchpad.net/~paelzer/ubuntu/+source/ipmitool/commit/?id=a7935cc899f8bb6504d6328dd668568ec63971f1
From a7935cc899f8bb6504d6328dd668568ec63971f1 Mon Sep 17 00:00:00 2001
From: Christian Ehrhardt <[email protected]>
Date: Fri, 15 Aug 2025 08:34:49 +0200
Subject: [PATCH] d/t/vbmc-qemu-vm-session.xml: Drop unsupported machine type

Qemu dropped some very old machine types.
This conflicts with the config used in the ipmitools test

debian/tests/vbmc-qemu-vm-session.xml:7:
  <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type>

Causing the tests to fail now:

 94s autopkgtest [02:57:18]: test qemuvbmc: [-----------------------
 94s debian/tests/vbmc-qemu-vm-session.xml validates
 95s
 95s error: Failed to define domain from debian/tests/vbmc-qemu-vm-session.xml
 95s error: unsupported configuration: Emulator '/usr/bin/qemu-system-x86_64'
     does not support machine type 'pc-i440fx-2.5'

Signed-off-by: Christian Ehrhardt <[email protected]>
---
 debian/tests/vbmc-qemu-vm-session.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/vbmc-qemu-vm-session.xml b/debian/tests/vbmc-qemu-vm-session.xml
index f345b8b..7e4bc2d 100644
--- a/debian/tests/vbmc-qemu-vm-session.xml
+++ b/debian/tests/vbmc-qemu-vm-session.xml
@@ -4,7 +4,7 @@
   <currentMemory unit='KiB'>256000</currentMemory>
   <vcpu>1</vcpu>
   <os>
-    <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type>
+    <type arch='x86_64' machine='pc'>hvm</type>
     <kernel>/boot/vmlinuz</kernel>
     <initrd>/boot/initrd.img</initrd>
     <cmdline> console=ttyS0 quiet loglevel=0 edd=off printk.time=1 noreplace-smp cgroup_disable=memory pci=noearly noapic panic=-1 selinux=0</cmdline>
-- 
2.43.0


--- End Message ---
--- Begin Message ---
Source: ipmitool
Source-Version: 1.8.19-10
Done: Jörg Frings-Fürst <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ipmitool, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jörg Frings-Fürst <[email protected]> (supplier of updated ipmitool 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 18 Aug 2025 18:51:01 +0200
Source: ipmitool
Architecture: source
Version: 1.8.19-10
Distribution: unstable
Urgency: medium
Maintainer: Jörg Frings-Fürst <[email protected]>
Changed-By: Jörg Frings-Fürst <[email protected]>
Closes: 1082100 1111145
Changes:
 ipmitool (1.8.19-10) unstable; urgency=medium
 .
   * debian/tests/vbmc-qemu-vm-session.xml: Fix impitool tests
     (Closes: #1111145).
     Thanks to Christian Ehrhardt <[email protected]>
   * Move repository to salsa (Closes: #1082100).
   * debian/changelog: Fix old FSF address.
   * debian/enterprise-numbers.txt: Refresh.
Checksums-Sha1:
 566239031cb13a1be5f140af35994be8d3226564 2087 ipmitool_1.8.19-10.dsc
 d882d93f7f40354717e350e28fbde874a782cfe9 1645288 
ipmitool_1.8.19-10.debian.tar.xz
 29db07f49cfe8113af6a4a9fb6e9bf9384c82ff7 5408 
ipmitool_1.8.19-10_source.buildinfo
Checksums-Sha256:
 137d4f37b52c9d596cd2aa436eaddc9c317e606a7ff216c177621254af7feffc 2087 
ipmitool_1.8.19-10.dsc
 9c4c4f382a9a6a98e1350ad90ec0338ae0f01375293d814b3c4a732e8ce3062c 1645288 
ipmitool_1.8.19-10.debian.tar.xz
 c4adfb4b01adb0c2e299e183d24ef78dcb15b254ab43cd1f8567e2dcf41648e5 5408 
ipmitool_1.8.19-10_source.buildinfo
Files:
 d95963f66c64ec80e8660ae5a77612a1 2087 utils optional ipmitool_1.8.19-10.dsc
 5eed56750690c0a0159950e6c151b9b2 1645288 utils optional 
ipmitool_1.8.19-10.debian.tar.xz
 1a5658c24b07f0a00eddc1dc246e9e83 5408 utils optional 
ipmitool_1.8.19-10_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmisdKMQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFJy4C/4n5EOzFqWGxDbsi/0jLpafLobwHXBWhJ5j
7FTg1C6ZUCWRDSfwTdoe6KX2RIWTs47ZOlLC1rFCy8BM+ti4jlQCrcyo7+83QNVq
JgWg0qAJa/7bu9VUDrHFRfk9pnMEVS+emXM1KkkV19nSzmmLMWgbh3jkzwS7ECBi
KvRAaVNnTcbQBNCeldHnpug7ThQWADfeWO+dxlBclENVBZtArEiUk8I9OJ0Jh5Si
BjvmH4mDKWENiCqwvr9s8tFlNmgzh/s4viqOWaruMYNKFN2/wQ41/1r+ZGRg/JUV
yNlNeKhFkShtbDa6Xi2sOVekXsdBQn8TMRZf0ijar3PQqz7HQrdJjJSmb2xGZFx+
ZdOO1ram/xVtjDrnyBT3OfHwTZBGgi/ynqi392KZikYsParC8LZG4EXI9fp7Xnvg
e+KCEOXSc1d6xCX/skUaCtMV0Xv9Xv9FYWK8fSAb/W/TQvoqQoxecINLIJdqnFk4
Zg5mw8CESZPHd3/UQaJ7SARpu4qzLAY=
=Yvfz
-----END PGP SIGNATURE-----

Attachment: pgp3SfsMoSylS.pgp
Description: PGP signature


--- End Message ---

Reply via email to