Your message dated Fri, 02 May 2025 20:50:36 +0000
with message-id <[email protected]>
and subject line Bug#1059552: fixed in bilibop 0.6.5
has caused the Debian Bug report #1059552,
regarding bilibop: isolation-machine autopkgtest (lockfs) fails on bookworm and 
newer
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.)


-- 
1059552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059552
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bilibop
Version: 0.6.3
Severity: important
User: [email protected]
Usertags: isolation-machine

Dear maintainer(s),

Your package has an autopkgtest, great. I recently added support for isolation-machine tests on ci.debian.net for amd64 and added your package to the list to use that. However, it fails on bookworm, trixie and unstable (it passes on buster). Can you please investigate the situation and fix it? I copied some of the output at the bottom of this report.

The release team has announced [1] that failing autopkgtest on amd64 and arm64 are considered RC in testing, but because machine-isolation support by ci.debian.net is new I have not marked this bug as serious (yet).

More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://lists.debian.org/debian-devel-announce/2019/07/msg00002.html

https://ci.debian.net/packages/b/bilibop/testing/amd64/41366843/

135s autopkgtest [21:30:14]: test lockfs: [-----------------------
135s # grep -E ' / |overlay|lockfs|aufs' /proc/mounts
135s /dev/vda1 / ext4 rw,relatime,errors=remount-ro 0 0
135s
135s # lsblk --output=name,ro,mountpoint
135s NAME   RO MOUNTPOINT
135s fd0     0
135s sr0     0
135s vda     0
135s └─vda1  0 /
135s
135s # df --output=source,fstype,target
135s Filesystem     Type     Mounted on
135s udev           devtmpfs /dev
135s tmpfs          tmpfs    /run
135s /dev/vda1      ext4     /
135s tmpfs          tmpfs    /dev/shm
135s tmpfs          tmpfs    /run/lock
135s autopkgtest    9p       /run/autopkgtest/shared
135s tmpfs          tmpfs    /run/user/0
135s
135s STAGE 0: root filesystem is not locked.
135s STAGE 0: enable bilibop-lockfs and reboot.
135s
135s # echo BILIBOP_LOCKFS='true' | tee /etc/bilibop/bilibop.conf
135s BILIBOP_LOCKFS=true
135s
135s # sync
135s
135s Killed
136s autopkgtest [21:30:15]: test process requested reboot with marker lockfs
154s # grep -E ' / |overlay|lockfs|aufs' /proc/mounts
154s tmpfs /overlay tmpfs rw,relatime,mode=755,inode64 0 0
154s /dev/vda1 /overlay/ro ext4 ro,relatime 0 0
154s overlay / overlay rw,relatime,lowerdir=/overlay/ro,upperdir=/overlay/rw,workdir=/overlay/.rw 0 0
154s
154s # lsblk --output=name,ro,mountpoint
154s NAME   RO MOUNTPOINT
154s fd0     0
154s sr0     0
154s vda     1
154s └─vda1  1 /overlay/ro
154s
154s # df --output=source,fstype,target
154s Filesystem     Type     Mounted on
154s udev           devtmpfs /dev
154s tmpfs          tmpfs    /run
154s tmpfs          tmpfs    /overlay
154s /dev/vda1      ext4     /overlay/ro
154s overlay        overlay  /
154s tmpfs          tmpfs    /dev/shm
154s tmpfs          tmpfs    /run/lock
154s autopkgtest    9p       /run/autopkgtest/shared
154s tmpfs          tmpfs    /run/user/0
154s
154s mount: /overlay/ro: cannot remount /dev/vda1 read-write, is write-protected. 154s dmesg(1) may have more information after failed mount system call.
154s STAGE 1: root filesystem is successfully locked with hard policy.
154s STAGE 1: change lockfs settings and reboot.
154s
154s # blockdev -v --setrw /dev/vda1
154s set read-write succeeded.
154s
154s # mount -v -o remount,rw /overlay/ro
155s autopkgtest [21:30:34]: test lockfs: -----------------------]
155s autopkgtest [21:30:34]: test lockfs: - - - - - - - - - - results - - - - - - - - - -
155s lockfs               FAIL non-zero exit status 32

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: bilibop
Source-Version: 0.6.5
Done: Yann Amar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bilibop, 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.
Yann Amar <[email protected]> (supplier of updated bilibop 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: Fri, 02 May 2025 07:58:20 +0000
Source: bilibop
Architecture: source
Version: 0.6.5
Distribution: unstable
Urgency: high
Maintainer: Yann Amar <[email protected]>
Changed-By: Yann Amar <[email protected]>
Closes: 1025592 1059552
Changes:
 bilibop (0.6.5) unstable; urgency=high
 .
   * bilibop-common: improve support for partioned loop devices
     - Add support for loop device partition table exposed to kernel using
       'partx' command (or losetup's '--partscan' option) instead of the
       device mapper's 'kpartx' command.
     - Fix indentation of loop device partitions in 'drivemap' output.
 .
   * debian/control:
     - Replace 'Architecture: linux-any' by 'Architecture: all' with
       'Multi-Arch: foreign' for binary packages (caught by lintian)
     - Remove dependencies (Suggests) to unexisting packages (for
       policykit-1, closes: #1025592)
 .
   * debian/tests:
     - Fix autopkgtests script to properly unlock filesystems. Closes: #1059552
 .
   * debian/copyright:
     - Update copyright dates
 .
   * debian/po:
     - Fix typos in 'sv' translations. Thanks to Anders Jonsson.
 .
   * lintian-overrides:
     - Add or update overrides for bilibop-rules
Checksums-Sha1:
 3f0be4156b472f1508a62505783eeac4ffb6e958 1812 bilibop_0.6.5.dsc
 5b109a60a39ff2996b5395aa452860f055514e27 130244 bilibop_0.6.5.tar.xz
 b80ed6b4ae64195786388e6b0029c09bc73d57c7 7547 bilibop_0.6.5_source.buildinfo
Checksums-Sha256:
 08e6a7e78fc24ae69c5781010f85ec3def41b9eb1665505387af7d04a4a9d475 1812 
bilibop_0.6.5.dsc
 7edb6a04d49bd04fd5d4354a2c950a21cf9aaa682503027f4b97345ead608e35 130244 
bilibop_0.6.5.tar.xz
 8f210b566ac183d3dd5cd002e5152cef94c865b18cd577c38242e8a2890df0e8 7547 
bilibop_0.6.5_source.buildinfo
Files:
 0fb180d1fd7cd59f0b4ded6d8321e96e 1812 admin optional bilibop_0.6.5.dsc
 4e100a73ee76c0c7547713a8a691633a 130244 admin optional bilibop_0.6.5.tar.xz
 6ad8a1367ea543dae18880583fefb04a 7547 admin optional 
bilibop_0.6.5_source.buildinfo

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

iQJJBAEBCgAzFiEEOewRoCAWtykmSRoG462wCFBgVjYFAmgVIAQVHGJ1Z3NAc2Fu
ZHJva25hdXNzLmRlAAoJEOOtsAhQYFY2VTAP/2srDa5jJrcLo8RhCvLj2Mhan03Y
DmKzYwvc88AbvvnTLpn9hLBMwQ6fHK03ZPd9qp6h8edfHl3h9q4+MEA5/o0J3cvd
IRfskCBP8iotpgKcaACQZw5AuNd002J+vQGk4vVYBH4xSu3JV8qZDPpyXdhql9Uz
+JOCyQOp4ZOU3oA0LjcuZDm/Rd5VbOb+P+SdpJsGJ6ImfCutpI30osY7tgF0LQpM
TC3BTog3LFGA/DZ6Xl4fObrvPtjzi0h0RRgWLfLK8dRBl5wAYInooJc7T4BR/kU3
OSKoOLrYaj4nV97Eqai1U/2pDfQrRC1OUd3unS8pJi2/f7cBHPlnP2Y7sP9/JlFE
VGjZpEzwuc6T8Byxz/V8gHFYci4IPT0Jj+EGG8Nvv4PQdHAdLfxXwZ8S3bUror3f
GnP/wuqMUmDxGeOmMRHlLNECdH1ikwfLDaEe3f2d1zqopdFEH+Ytz3Xctp2iaIBr
1iz1zRkTM870ekHc1R/nV3LIbDGLS5GwEqfnhf/HXC9TqDVkHONTLzqteBzsPIBQ
klt2djvW8q6xn/9xnwyrrxKC1QbwlnhGYnn4ULrazxAy+v6X1NrgfR9GwnjJGKVC
RW18eI7loapCe+lUJyEwRP4JiFFvP//8qqV76tzubZftMGsFg5neOmtor2qZ4Zed
Urx97oxddJfUDl75
=xgqq
-----END PGP SIGNATURE-----

Attachment: pgp4h51oRAPgU.pgp
Description: PGP signature


--- End Message ---

Reply via email to