Your message dated Thu, 06 Aug 2026 11:49:14 +0000
with message-id <[email protected]>
and subject line Bug#1046528: fixed in runc 1.3.6+ds1-1
has caused the Debian Bug report #1046528,
regarding runc: Fails to build source after successful build
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.)
--
1046528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046528
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: runc
Version: 1.1.5+ds1-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package runc
> dpkg-buildpackage: info: source version 1.1.5+ds1-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Shengjing Zhu <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --buildsystem=golang --with=golang --builddirectory=_build
> dh_auto_clean -O--buildsystem=golang -O--builddirectory=_build
> dh_autoreconf_clean -O--buildsystem=golang -O--builddirectory=_build
> dh_clean -O--buildsystem=golang -O--builddirectory=_build
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building runc using existing ./runc_1.1.5+ds1.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
> runc-1.1.5+ds1/man/man8/runc-checkpoint.8
> runc-1.1.5+ds1/man/man8/runc-create.8
> runc-1.1.5+ds1/man/man8/runc-delete.8
> runc-1.1.5+ds1/man/man8/runc-events.8
> runc-1.1.5+ds1/man/man8/runc-exec.8
> runc-1.1.5+ds1/man/man8/runc-kill.8
> runc-1.1.5+ds1/man/man8/runc-list.8
> runc-1.1.5+ds1/man/man8/runc-pause.8
> runc-1.1.5+ds1/man/man8/runc-ps.8
> runc-1.1.5+ds1/man/man8/runc-restore.8
> runc-1.1.5+ds1/man/man8/runc-resume.8
> runc-1.1.5+ds1/man/man8/runc-run.8
> runc-1.1.5+ds1/man/man8/runc-spec.8
> runc-1.1.5+ds1/man/man8/runc-start.8
> runc-1.1.5+ds1/man/man8/runc-state.8
> runc-1.1.5+ds1/man/man8/runc-update.8
> runc-1.1.5+ds1/man/man8/runc.8
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/runc_1.1.5+ds1-1.diff.Fwq_c_
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/runc_1.1.5+ds1-1_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: runc
Source-Version: 1.3.6+ds1-1
Done: Reinhard Tartler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
runc, 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.
Reinhard Tartler <[email protected]> (supplier of updated runc 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: Thu, 06 Aug 2026 13:33:30 +0200
Source: runc
Architecture: source
Version: 1.3.6+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1046528 1140000
Changes:
runc (1.3.6+ds1-1) unstable; urgency=medium
.
* New upstream release
* Fixes CVE-2026-41579: a malicious image with a /dev symlink could
cause limited host filesystem integrity violations (Closes: #1140000)
* Fix a regression in v1.3.0 that could result in a stuck `runc exec`
or `runc run` when the container process runs for a short time
* Reuse a single read-only tmpfs when masking directories, reducing
tmpfs superblock churn (relevant for Kubernetes per-CPU sysfs masks)
* debian/clean: clean up generated man pages so that the source
package can be built again after a successful build (Closes: #1046528)
* Bump Standards Version, drop Priority: optional
Checksums-Sha1:
0d5cbc201532789dff8cf7cbdcc3f15cfa61e5c5 3464 runc_1.3.6+ds1-1.dsc
1235fa0071e850008f616e726e790cf946f88831 521740 runc_1.3.6+ds1.orig.tar.xz
da436d31ece9d9eaf4ded131c73af32d863baa3a 13596 runc_1.3.6+ds1-1.debian.tar.xz
Checksums-Sha256:
a7eff082067a6914a2b6f8bdc53a9d13dc29a092804750214dceaddbc35b6769 3464
runc_1.3.6+ds1-1.dsc
008c1386c4e36cedf0f4a8c1e74da3d0dfc6789f73e166b8b8df5f107ac5edb8 521740
runc_1.3.6+ds1.orig.tar.xz
22aaf23f2b2cd43f7107d77352ebabf1b11d2cc602ca19964f408b2b72a1b1ff 13596
runc_1.3.6+ds1-1.debian.tar.xz
Files:
241ad55055e0f9f707720b876e474572 3464 admin optional runc_1.3.6+ds1-1.dsc
971970016cd35763fa2374f65a4de61c 521740 admin optional
runc_1.3.6+ds1.orig.tar.xz
d32b82fe9521121624ac47f4b4afa8a2 13596 admin optional
runc_1.3.6+ds1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmp0cZwUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsslZA/+MUowzpgf51NuiYYAJv0oJVWiIhgZ
U8Z+R0XhfqCDsNekW58dmPkrEkktQYZa5CgQlVYglVBrjSoWWM7tHFWHz9Me7eh+
mObETnTlNxyxQ6gBejc69LKPUE4lFedLDK1BaTvNegPUvXvmZO7fdWBAZn4Aaqsf
Eetd8hf3xHmoUbWH7WuPGCfiptXb3s6kuxmQkBcrXKvvkT8rcZnFdcoPPdAC2an4
tw42bRA9MTZAnahG1C5nfzYu90bOIgNKVldQ2f1j5+vhsQVH93bB/GhPkkgp631b
hs3oERPJWDT34OUT8V6I2wjrktLSRa73w0//p7vdX1oft93Ce2vh2z4xntc+DgoP
56RPydvzbgtGEXuKBR5xnm2oL3kUtVTBeQU1yBQgKKFP+t8CERY+Q4p0wKVDbkSz
IT04aPA+P3qM8UDao3LNhhMBKIPVOiKsI4XQgPsbOu2JlT2mZuRok4HtvQvxOtdR
Yj+zdtIBvTU6rRjeY5fnfhV4W5Yf8IJvNzurSSVrVYEHqF8b7Jr0tdz+pd8ogkKU
u+OzHKJLplcBIJHH0VA46yMcmBhSnWZhKXYSvkwtNgPsoQx8CEzWWhuWZ/5LM9Cr
7Bm2CdjDLDjpG9eWSG4MwQg6EECdx2t0vr5wEC04fd6RABwA9tYM9Fu84NwqV1ce
+TL7OdAz8z1Fwac=
=Lm/m
-----END PGP SIGNATURE-----
pgpSThknrgfsX.pgp
Description: PGP signature
--- End Message ---