Source: gsasl Version: 2.2.4-1 Severity: important Justification: fails autopkgtest on Debian CI infrastructure Tags: forky sid User: [email protected] Usertags: lxc
Hi, Debian CI is switching away from lxc containers in favor of incus Containers. This is motivated by security concerns from us; incus is based on lxc, but orchestrates containers substantially different: containers are not privileged (so root in the container is not uid 0 outside of it, and incus imposes a stricter isolation from the host system. gsasl passes its tests under lxc, but fails under incus. The relevant part of the failure is (hopefully): > Setting up libpython3.14:amd64 (3.14.6-1) ... > Setting up libmailutils9t64:amd64 (1:3.20-3+b2) ... > Setting up mailutils-imap4d (1:3.20-3+b2) ... > Created symlink > '/etc/systemd/system/multi-user.target.wants/mailutils-imap4d.service' → > '/usr/lib/systemd/system/mailutils-imap4d.service'. > Setting up libmu-dbm9t64:amd64 (1:3.20-3+b2) ... > Processing triggers for libc-bin (2.42-17) ... > autopkgtest [21:06:12]: test gsasl-mailutils-cram: [----------------------- > /usr/bin/valgrind > + command -v valgrind > + VALGRIND=valgrind --error-exitcode=1 > + GSASL=valgrind --error-exitcode=1 /usr/bin/gsasl IMAP4D=valgrind > --error-exitcode=1 /usr/sbin/imap4d tests/gsasl-mailutils-cram.sh > + : valgrind --error-exitcode=1 /usr/bin/gsasl > + : valgrind --error-exitcode=1 /usr/sbin/imap4d > + valgrind --error-exitcode=1 /usr/bin/gsasl --version > + grep ^gsasl (GNU SASL > gsasl (GNU SASL) 2.2.4 > + export > PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin > + valgrind --error-exitcode=1 /usr/sbin/imap4d --version > + grep ^imap4d (GNU Mailutils) > imap4d (GNU Mailutils) 3.20 > + valgrind --error-exitcode=1 /usr/sbin/imap4d --show-config-options > + grep ^WITH_GSASL > WITH_GSASL - SASL support using GNU SASL > + command -v ss > + command -v netstat > + echo SKIP: tests/gsasl-mailutils-cram.sh: Required tools ss or netstat > missing... > SKIP: tests/gsasl-mailutils-cram.sh: Required tools ss or netstat missing... > + exit 77 > autopkgtest [21:06:14]: test gsasl-mailutils-cram: -----------------------] > autopkgtest [21:06:14]: test gsasl-mailutils-cram: - - - - - - - - - - > results - - - - - - - - - - > gsasl-mailutils-cram FAIL non-zero exit status 77 Did you forget to add the skippable restriction to this test? Tha's requried to have a 77 exit status interpreted as SKIP. Also, you will need an explicit dependency on iproute2 for `ss` to be available. The full autokpgtest logs are available at: https://ci.debian.net/experiments/8/regressions/ (please beware of pagination) Common types of failure and suggested fixes are being documented at: https://wiki.debian.org/ContinuousIntegration/LxcToIncus Note that for the time being, gsasl is still being tested under lxc to avoid disturbing its testing migration test results. If you decide to add the `isolation-machine` restriction to get this package tested under qemu, please mention that explicitly when closing this bug (it's fine to do that only in the package changelog entry that closes the bug) so that we can configure your package for qemu on ci.debian.net.
signature.asc
Description: PGP signature

