autopkgtest (6.0)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the debian/6.0 tag
- Git: https://salsa.debian.org/ci-team/autopkgtest.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3129344
- Browser: https://salsa.debian.org/ci-team/autopkgtest
- Last scan: 2026-08-12 02:24:04+00
- Error: https://salsa.debian.org/api/v4/projects/ci-team%2Fautopkgtest API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-20 13:12:00+00
- Debian changelog in Git:
autopkgtest (6.0) unstable; urgency=medium
[ Paride Legovini ]
* Always revert testbed before running individual tests
* d/control: bump Standards-Version to 4.7.3, no changes needed
* d/control: drop redundant Priority: optional field
* d/s/lintian-overrides: with #1118442 now fixed, drop unused override
* d/t/unshare: replace skip-not-installable with runtime check
* d/t/lxc: run on Debian stable instead of testing to workaround #1125011
* Move gathering of testbed CPU info from setup to open stage
* build-lxd: rename "container" to "instance"
* build-lxd: allow specifying the temp instance name from the environment
* build-lxd: make temporary instance cleanup more reliable
* build-lxd: extend the cleanup trap to cover HUP and TERM
* build-lxd: get image arch from lxd/incus metadata
* build-lxd: fix snapd removal
* build-lxd: add quirks to build images for older Ubuntu releases
* lxd: increase various timeouts to help emulated testbeds
* lxd: when executing commands, pass --disable-stdin when possible
* lxd auxverb: execute commands with --force-noninteractive
* setup-testbed: drop Ubuntu specific kernel install
* Update apt index when a foreign architecture is added.
Thanks to Alessandro Astone
* doc: drop wrong paragraph on how test deps on foreign-arch tests
* d/t/control: depend on procps for NullRunner tests (Closes: #1136471)
* autopkgtest: do not fail on failure to remove testbed tmp dirs
(Closes: #1078514)
* testbed: raise TestbedFailure only on actual testbed failure
* d/README.source: update target host dependencies (Closes: #1080984)
* a-buildvm-ubuntu-cloud: do not use minimal images
* CI: run tests on bullseye instead of bookworm
* pre-commit: add pyupgrade hook (compat level: Python 3.11+)
* Apply pyupgrade (compat level: Python 3.11+, per d/README.source)
[ Graham Inggs ]
* doc: explain a common mistake in the architecture field
[ Antonio Terceiro ]
* autopkgtest-virt-lxd: ignore stderr from `[...] image info`
* autopkgtest-virt-unshare: document that --bind can also take files
[ Wesley Hershberger ]
* lxd/incus: Use image from the same remote
* lxd/incus: Pass --project to all client invocations
* lxd/incus: Probe for current project & remote
* lxd/incus: Use "instance" instead of "container" in the manpage
[ Arnaud Rebillout ]
* build-lxd: Fix image reference in man page
[ Raphaƫl Hertzog ]
* Update the lxd/incus examples in the manual page
[ Ural Tunaboyu ]
* autopkgtest-virt-lxd: add --name option
* autopkgtest-virt-lxd: add --delete-existing option
[ Benjamin Drung ]
* refactor: add bind_mount function to unshare-helper
* Support bind mounting files
[ Jochen Sprickerhof ]
* unshare-helper: ignore bind mount failures
-- Paride Legovini <paride@debian.org> Wed, 15 Jul 2026 20:28:29 +0200
- This branch is 5 commits ahead of tag debian/6.0
- Git log:
commit b2055fb9a6992d4a10bb9cf116856f300d4d2b74
Merge: 9b2dc26 cca15ea
Author: Paride Legovini <paride@debian.org>
Date: Wed Jul 29 20:13:40 2026 +0200
Merge branch 'paride/qemu-timeouts' into 'master'
a-v-qemu: bump reboot timeout from 60s to 900s
See merge request ci-team/autopkgtest!677
commit 9b2dc26dceb67327d6005b3e305f4a1b7b945f48
Merge: 0841e27 8358da5
Author: Paride Legovini <paride@debian.org>
Date: Wed Jul 29 20:11:31 2026 +0200
Merge branch 'paride/lxd-revert-force-noninteractive' into 'master'
lxd auxverb: do not execute commands with --force-noninteractive
See merge request ci-team/autopkgtest!678
commit cca15eafb55c1642cc238ec496f75ff1021cb808
Author: Paride Legovini <paride@debian.org>
Date: Mon Jul 27 15:36:01 2026 +0200
a-v-qemu: warn about slowness when /dev/kvm is not available
Helps: #1077620
commit 3d7d60e342b0e09ba94d1f25ccecae02349a0940
Author: Paride Legovini <paride@debian.org>
Date: Mon Jul 27 15:34:22 2026 +0200
a-v-qemu: bump reboot timeout from 60s to 900s
60s is not enough time for emulated testbeds to complete a reboot.
Closes: #1077620
commit 8358da5b272288bc605658d8c8a66e7b3373d127
Author: Paride Legovini <paride@debian.org>
Date: Wed Jul 29 17:02:27 2026 +0200
lxd auxverb: do not execute commands with --force-noninteractive
Do not execute auxverb commands using --force-noninteractive as that
breaks --shell/--shell-fail.
The idea of using --force-noninteractive came from [1], with the problem
described there also being reproducible using Incus. I do not believe
--force-noninteractive made a big difference, while --disable-stdin did.
[1] https://github.com/canonical/lxd/issues/17797#issuecomment-4459954015
This reverts commit 509db28362e7d4e8dd64e4ff1842ad82bd04ebea.
Closes: #1142949
Thanks: Colin Watson