Your message dated Wed, 15 Jan 2025 09:34:04 +0000
with message-id <e1txzmm-00867n...@fasolo.debian.org>
and subject line Bug#1088971: fixed in autopkgtest 5.43
has caused the Debian Bug report #1088971,
regarding sbuild's autopkg tests fail
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.)
--
1088971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088971
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sbuild
Version: 0.87.1
Severity: serious
Tags: sid trixie
sbuild's autopkg tests fail:
[...]
284s Install main build dependencies (apt-based resolver)
284s ----------------------------------------------------
284s
284s Installing build dependencies
285s Reading package lists...
285s Building dependency tree...
285s Reading state information...
287s The solver encountered an error of type: ERR_UNSOLVABLE
287s The following information might help you to understand what is wrong:
287s Unsatisfied dependencies:
287s sbuild-build-depends-main-dummy:arm64 : Depends: libc-dev:arm64
287s Depends: libstdc++-dev:arm64
287s
287s Execute external solver...
287s Some packages could not be installed. This may mean that you have
287s requested an impossible situation or if you are using the unstable
287s distribution that some required packages have not yet been created
287s or been moved out of Incoming.
287s The following information may help to resolve the situation:
287s
287s The following packages have unmet dependencies:
287s sbuild-build-depends-main-dummy:arm64 : Depends: build-essential:amd64
287s Depends: fakeroot:amd64
287s Depends:
crossbuild-essential-arm64:amd64
287s Depends: libc-dev:arm64
287s Depends: libstdc++-dev:arm64
287s E: External solver failed with: Unsatisfied dependencies:
287s apt-get failed.
287s E: Package installation failed
287s Not removing build depends: cloned chroot in use
--- End Message ---
--- Begin Message ---
Source: autopkgtest
Source-Version: 5.43
Done: Simon McVittie <s...@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 1088...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon McVittie <s...@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: SHA512
Format: 1.8
Date: Wed, 15 Jan 2025 09:07:55 +0000
Source: autopkgtest
Architecture: source
Version: 5.43
Distribution: unstable
Urgency: medium
Maintainer: Debian CI team <team...@tracker.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Closes: 1016008 1038835 1086538 1088971 1089736 1090884 1092086 1092398 1092621
Changes:
autopkgtest (5.43) unstable; urgency=medium
.
[ Steve Langasek, Paride Legovini ]
* Add support for foreign-architecture testing.
A typical use-case for this is testing an i386 package in an amd64
container.
.
[ Paride Legovini ]
* Use python3-debian to do more correct architecture matching, with a
perl fallback used if python3-debian is too old (Closes: #1086538)
* Make pins cover any architecture for better multi-arch support
(Closes: #1088971)
* Add sources specified via --add-apt-source after configuring pockets.
This way autopkgtest does not add pockets to PPAs, which is not
desired. (LP: #2091393)
* Support adding apt sources from file (--add-apt-source=FILENAME)
(Closes: #1089736)
* Fix parsing of `apt-cache policy` output if it has phasing info
* build-lxd: bump boot timeout from 1 minute to 5 minutes, which is
helpful on armhf
* d/t/control: re-sort with wrap-and-sort from devscripts 2.24.8.
wrap-and-sort from devscripts 2.24.8 changes the sorting algorithm
for packages, see #1049943. Update d/t/control accordingly.
* binaries: reinstall binaries using _run_apt_command().
This reduces duplication, and ensures that
DEBIAN_FRONTEND=noninteractive is set. (Closes: #1092621)
.
[ Simon McVittie ]
* qemu: Prefer to use /etc/localtime to copy host time zone into VMs
(Closes: #1038835)
* build-docker: Add a default command (bash) for images with --init=none,
for convenient interactive reuse
* tests: Remove some problematic environment variables.
In particular, when autopkgtest itself (an Architecture: all package)
is built, we must not allow internal variables set by debhelper to
propagate into the Architecture: any packages that are built and
tested by autopkgtest's test suite, because that will make them fail
to build.
.
[ Florent 'Skia' Jacquet ]
* Only use deb822 apt sources if apt is 2.3.10 or later (Debian 12,
Ubuntu 22.04), fixing a regression for --add-apt-source=ppa on
Ubuntu 20.04 'focal'
* ssh-setup/nova: improve logging for easier use of grep
.
[ Colin Watson ]
* Install passwd for needs-sudo
.
[ Ural Tunaboyu ]
* d/t/schroot: run schroot tests in Ubuntu chroots if the host is Ubuntu
* setup-testbed: ensure /tmp is deleted on reboot, matching the behaviour
we would see with a tmpfs
.
[ Jochen Sprickerhof ]
* unshare: run a configurable bootstrap command, defaulting to
mmdebstrap, if no suitable chroot was found
.
[ Tim Andersson ]
* ssh-setup/nova: Improve robustness of cleanup
.
[ Helmut Grohne ]
* setup-testbed: Don't treat an empty /etc/network/interfaces as
implying that systemd-networkd and ifupdown are not in use
* setup-testbed: If systemd-networkd is enabled, do not configure
ifupdown. No further configuration is needed if host0 networking is
configured via /usr/lib/systemd/network/80-container-host0.network.
(Closes: #1090884)
.
[ Paul Gevers, Simon McVittie ]
* tests: adapt for change in dpkg regarding Rules-Requires-Root.
With the latest changes in dpkg, debhelper will no longer call the
'build' target if it doesn't need it. Hence the checks in several
of our tests need to be updated to check that 'binary' is called.
(Closes: #1092086, #1092398)
.
[ Julian Gilbey, Simon McVittie ]
* README.package-tests.rst: Clarify the interactions between Testsuite,
dpkg and autodep8 (Closes: #1016008)
Checksums-Sha1:
08461f60f2e2e7741a6ef4a2a6677f793b45f92f 2586 autopkgtest_5.43.dsc
89ad01a994924a82e50f5c692cae4ddbbf8d41c9 244548 autopkgtest_5.43.tar.xz
bef7704bcb8b90d4ad55a634e79c12b80b91a1b5 6322 autopkgtest_5.43_source.buildinfo
Checksums-Sha256:
50e82f54f3fb00c321dc6d2886eee9c078b65dd570b73680f2f236a82f8982a6 2586
autopkgtest_5.43.dsc
6e9c3d9e514c3c61f97234eb38597b863ed14b77a0490fe6eb540846aab564de 244548
autopkgtest_5.43.tar.xz
5b92b29f76c59e8dbb4552f63d98e907a2904e020f3eafa11e737d08129a8d42 6322
autopkgtest_5.43_source.buildinfo
Files:
1bcff8623421b1e5589a15d214819960 2586 devel optional autopkgtest_5.43.dsc
024d4d97807dc01746403252202eb993 244548 devel optional autopkgtest_5.43.tar.xz
4362414d220422e55a437a8ddfe2b634 6322 devel optional
autopkgtest_5.43_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEegc60a5pT6Jb/2LlI1wJnT6zMHYFAmeHfpcACgkQI1wJnT6z
MHY1uA/8C31ABjqQtzBB1RhEGEfn3f0Qvjc5KoFscmnHBoy4N75U/IJRXtbPzQ+A
2OISZ/MCLSvO770xVObzheOGiAgBSyB3qFUtn8M3FU/AwcuC+vwkBar1uVNJ+9Gf
LZFoFUFLiOQYByHMyzSXTQb1D0giMJZ0VfmnnI9jQbLpBzPRHsmzF9o0HRT0q5Zn
edVjZQhVeiBT3AgIMSS9E8OmLiZOZjM9CVAx45MRn8/yt3KTqIKEERPvQ++bcaYI
DXBIdCTcFDRZ2diid7/Np/9bEm7MGihm5uOy3qqWM5NQtrUkg9FG5bQBb/5ViR2E
U3Jv4LKY9JvoqO4zclVIGrkKhXJPpV4CL0RtYdTEg2zARq6IVXoyIwlwvduyl2RS
cT4ZrOX0HydguBi644B7IJ36w3dvgh0tFscR8ixSVXy2iVjk1qLq0fOa7z8Oly+Q
kQ7G1EO+zUOCMQN4zBsd3aKvBDGSu5QecfchiOyf3iL6EsIBBmFtUpUWCOtYqNQr
ZF4K7XAvm0PiZ2poD9hCqAUeksXQXDu9O1oWdGcHFVMDM5AplURAi7l1eQO7NETo
tG/o4GCFVxw+mhkogDvszrU4CHodrtW6PhLaP8Fis2AfhgQGiJ3sXS+SQ5ofnNZK
BScfpewCTvbO5E8XSFDli6oP1Z6Os29VrBk5NnWEsCRXGW1AH4s=
=g9ug
-----END PGP SIGNATURE-----
pgpkmRqvOOTcV.pgp
Description: PGP signature
--- End Message ---