Package: devscripts; Maintainer for devscripts is Devscripts Maintainers <devscripts@packages.debian.org>; Source for devscripts is src:devscripts (PTS, buildd, popcon).
Reported by: Holger Levsen <holger@debian.org>
Date: Sun, 15 Sep 2024 12:45:01 UTC
Severity: normal
Found in version 2.23.7+MR415
Fix blocked by 897927: equivs builds packages in surprising location
Reply or subscribe to this bug.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, Devscripts Maintainers <devscripts@packages.debian.org>
:
Bug#1081839
; Package devscripts
.
(Sun, 15 Sep 2024 12:45:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Holger Levsen <holger@debian.org>
:
New Bug report received and forwarded. Copy sent to Devscripts Maintainers <devscripts@packages.debian.org>
.
(Sun, 15 Sep 2024 12:45:02 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox,
> main(sys.argv[1:])
> File "/usr/bin/debootsnap", line 587, in main
> newpkgs = run_mmdebstrap(
> ^^^^^^^^^^^^^^^
> File "/usr/bin/debootsnap", line 411, in run_mmdebstrap
> subprocess.check_call(cmd, cwd=tmpdirname)
> File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['mmdebstrap', '--architectures=amd64', '--variant=essential', '--include=debootsnap-dummy', '--format=tar', '--aptopt=Apt::Key::gpgvcommand "/usr/libexec/mmdebstrap/gpgvnoexpkeysig"', '--hook-dir=/usr/share/mmdebstrap/hooks/maybe-merged-usr', '--customize-hook=chroot "$1" dpkg -r debootsnap-dummy', '--customize-hook=chroot "$1" dpkg-query --showformat \'${binary:Package}=${Version}\\n\' --show > "$1/pkglist"', '--customize-hook=download /pkglist ./pkglist', '--customize-hook=rm "$1/pkglist"', '--customize-hook=upload sources.list /etc/apt/sources.list', 'dummysuite', '/home/user/tmp/debrebuild.tar._q676q2tV2Wn', 'deb [trusted=yes] http://localhost:38137/ ./']' returned non-zero exit status 2.
> d
>
>
> The system was setup like this:
>
> # steps done as root:
> apt install apt-utils dpkg-dev equivs mmdebstrap python3-pycurl libwww-perl libjson-perl sbuild wget devscripts libstring-shellquote-perl python3-requests libwww-perl libjson-perl python3-debian uidmap squid debian-keyring
> adduser user
> chmod 755 /home/user # because other users need to be able to navigate to TMPDIR set below
>
> # steps done as user
> cd
> mkdir -p tmp cache results
> chmod 777 tmp
> export TMPDIR=~/tmp
> wget https://buildinfos.debian.net/ftp-master.debian.org/buildinfo/2024/09/06/yq_3.4.3-1_amd64.buildinfo
> # or https://buildinfos.debian.net/ftp-master.debian.org/buildinfo/2024/09/13/acmetool_0.2.2-2+b3_amd64-buildd.buildinfo
> #export http_proxy="http://localhost:3128"
> debrebuild --builder=sbuild+unshare --cache=./cache/ --buildresult=./results/ ./yq_3.4.3-1_amd64.buildinfo
>
>
> # setup
> fresh bookworm install, upgraded to trixie and then all the above
> plus devscript was upgraded like this:
> as user:
> cd
> git clone https://salsa.debian.org/debian/devscripts/
> cd devscripts
> git config --global alias.mr '!sh -c "git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2" -'
&References=
[Message part 1 (text/plain, inline)]
Package: devscripts Version: 2.23.7+MR415 Severity: normal Dear josch, when trying to run debrebuild --builder=sbuild+unshare --cache=./cache/ --buildresult=./results/ ./yq_3.4.3-1_amd64.buildinfo it failed with probably this being relevant part of the logfile, the full log is below. E: Unable to locate package debootsnap-dummy E: setup failed: E: apt-get -o Dir::Bin::dpkg=env -o DPkg::Options::=--unset=TMPDIR -o DPkg::Options::=dpkg --yes install -oAPT::Status-Fd=<$fd> -oDpkg::Use-Pty=false debootsnap-dummy failed W: hooklistener errored out: E: received eof on socket I: main() received signal PIPE: waiting for setup... I: removing tempdir /home/user/tmp/mmdebstrap.0ou3eZD8c6... E: mmdebstrap failed to run Traceback (most recent call last): File "/usr/bin/debootsnap", line 597, in <module> main(sys.argv[1:]) File "/usr/bin/debootsnap", line 587, in main newpkgs = run_mmdebstrap( ^^^^^^^^^^^^^^^ File "/usr/bin/debootsnap", line 411, in run_mmdebstrap subprocess.check_call(cmd, cwd=tmpdirname) File "/usr/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['mmdebstrap', '--architectures=amd64', '--variant=essential', '--include=debootsnap-dummy', '--format=tar', '--aptopt=Apt::Key::gpgvcommand "/usr/libexec/mmdebstrap/gpgvnoexpkeysig"', '--hook-dir=/usr/share/mmdebstrap/hooks/maybe-merged-usr', '--customize-hook=chroot "$1" dpkg -r debootsnap-dummy', '--customize-hook=chroot "$1" dpkg-query --showformat \'${binary:Package}=${Version}\\n\' --show > "$1/pkglist"', '--customize-hook=download /pkglist ./pkglist', '--customize-hook=rm "$1/pkglist"', '--customize-hook=upload sources.list /etc/apt/sources.list', 'dummysuite', '/home/user/tmp/debrebuild.tar._q676q2tV2Wn', 'deb [trusted=yes] http://localhost:38137/ ./']' returned non-zero exit status 2. d The system was setup like this: # steps done as root: apt install apt-utils dpkg-dev equivs mmdebstrap python3-pycurl libwww-perl libjson-perl sbuild wget devscripts libstring-shellquote-perl python3-requests libwww-perl libjson-perl python3-debian uidmap squid debian-keyring adduser user chmod 755 /home/user # because other users need to be able to navigate to TMPDIR set below # steps done as user cd mkdir -p tmp cache results chmod 777 tmp export TMPDIR=~/tmp wget https://buildinfos.debian.net/ftp-master.debian.org/buildinfo/2024/09/06/yq_3.4.3-1_amd64.buildinfo # or https://buildinfos.debian.net/ftp-master.debian.org/buildinfo/2024/09/13/acmetool_0.2.2-2+b3_amd64-buildd.buildinfo #export http_proxy="http://localhost:3128" debrebuild --builder=sbuild+unshare --cache=./cache/ --buildresult=./results/ ./yq_3.4.3-1_amd64.buildinfo # setup fresh bookworm install, upgraded to trixie and then all the above plus devscript was upgraded like this: as user: cd git clone https://salsa.debian.org/debian/devscripts/ cd devscripts git config --global alias.mr '!sh -c "git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2" -' git mr origin 415 # then as root: cd ~user/devscripts/ ; cp scripts/debootsnap /usr/bin/debootsnap ; cp scripts/debsnap.pl /usr/bin/debsnap ; cp scripts/debrebuild.pl /usr/bin/debrebuild ; cp scripts/devscripts/proxy.py /usr/lib/python3/dist-packages/devscripts/ the full log: user@beta:~$ debrebuild --builder=sbuild+unshare --cache=./cache/ --buildresult=./results/ ./yq_3.4.3-1_amd64.buildinfo ./yq_3.4.3-1_amd64.buildinfo containes a GPG signature which has NOT been validated Using defined Build-Path: /build/yq-3.4.3 I: verifying dsc... successful! ./yq_3.4.3-1.dsc: Good signature found validating yq_3.4.3.orig.tar.gz validating yq_3.4.3-1.debian.tar.xz All files validated successfully. Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid InRelease [256 kB] Get:2 http://snapshot.debian.org/archive/debian/20160803T163918Z sid InRelease [209 kB] Get:3 http://snapshot.debian.org/archive/debian/20181008T155602Z sid InRelease [233 kB] Get:4 http://snapshot.debian.org/archive/debian/20190207T033305Z sid InRelease [243 kB] Get:5 http://snapshot.debian.org/archive/debian/20190909T044541Z sid InRelease [139 kB] Get:6 http://snapshot.debian.org/archive/debian/20200323T214010Z sid InRelease [146 kB] Get:7 http://snapshot.debian.org/archive/debian/20210202T210711Z sid InRelease [153 kB] Get:8 http://snapshot.debian.org/archive/debian/20240410T144822Z sid InRelease [198 kB] Get:9 http://snapshot.debian.org/archive/debian/20240716T215851Z sid InRelease [198 kB] Get:10 http://snapshot.debian.org/archive/debian/20240907T143823Z sid InRelease [198 kB] Get:11 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 Packages [7802 kB] Get:12 http://snapshot.debian.org/archive/debian/20160803T163918Z sid/main amd64 Packages [7146 kB] Get:13 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 Packages [8297 kB] Get:14 http://snapshot.debian.org/archive/debian/20190207T033305Z sid/main amd64 Packages [8366 kB] Get:15 http://snapshot.debian.org/archive/debian/20190909T044541Z sid/main amd64 Packages [8290 kB] Get:16 http://snapshot.debian.org/archive/debian/20200323T214010Z sid/main amd64 Packages [8215 kB] Get:17 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 Packages [8588 kB] Get:18 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 Packages [9907 kB] Get:19 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 Packages [9969 kB] Get:20 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 Packages [9948 kB] Fetched 88.5 MB in 6s (13.7 MB/s) Reading package lists... Done 1 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-13 amd64 13.3.0-6 [496 kB] Fetched 496 kB in 0s (32.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8ou7wicj/gcc-13_13.3.0-6_amd64.deb' 2 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp-x86-64-linux-gnu amd64 4:14.1.0-2 [4784 B] Fetched 4784 B in 0s (0 B/s) dpkg-name: info: moved 'cpp-x86-64-linux-gnu_4:14.1.0-2_amd64.deb' to '/home/user/tmp/tmpp_ewpdry/cpp-x86-64-linux-gnu_14.1.0-2_amd64.deb' 3 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 python3-packaging all 24.1-1 [45.8 kB] Fetched 45.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmphw9lahn5/python3-packaging_24.1-1_all.deb' 4 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libcc1-0 amd64 14.2.0-4 [42.8 kB] Fetched 42.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpi1y1v57m/libcc1-0_14.2.0-4_amd64.deb' 5 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libsframe1 amd64 2.43.1-3 [77.0 kB] Fetched 77.0 kB in 0s (6929 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpatlswylc/libsframe1_2.43.1-3_amd64.deb' 6 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 tzdata all 2024a-4 [255 kB] Fetched 255 kB in 0s (1016 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1urml0oy/tzdata_2024a-4_all.deb' 7 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libc6 amd64 2.40-2 [2791 kB] Fetched 2791 kB in 0s (96.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpzkzelhon/libc6_2.40-2_amd64.deb' 8 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libjansson4 amd64 2.14-2+b2 [39.9 kB] Fetched 39.9 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp5w8ycot4/libjansson4_2.14-2+b2_amd64.deb' 9 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libuchardet0 amd64 0.0.8-1+b1 [68.8 kB] Fetched 68.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp9_ssj2wl/libuchardet0_0.0.8-1+b1_amd64.deb' 10 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-pip all 24.2+dfsg-1 [1434 kB] Fetched 1434 kB in 0s (63.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmposfxluiz/python3-pip_24.2+dfsg-1_all.deb' 11 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-13-x86-64-linux-gnu amd64 13.3.0-6 [19.2 MB] Fetched 19.2 MB in 0s (120 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp67dfa5kb/gcc-13-x86-64-linux-gnu_13.3.0-6_amd64.deb' 12 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libsmartcols1 amd64 2.40.2-7 [139 kB] Fetched 139 kB in 0s (13.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpvuakqez7/libsmartcols1_2.40.2-7_amd64.deb' 13 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-14-base amd64 14.2.0-4 [46.4 kB] Fetched 46.4 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp3f_c11yh/gcc-14-base_14.2.0-4_amd64.deb' 14 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 gcc-9-base amd64 9.5.0-6+b1 [29.2 kB] Fetched 29.2 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp2nq3a4on/gcc-9-base_9.5.0-6+b1_amd64.deb' 15 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgdbm6t64 amd64 1.24-2 [75.2 kB] Fetched 75.2 kB in 0s (6938 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpe2a_72tx/libgdbm6t64_1.24-2_amd64.deb' 16 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 bzip2 amd64 1.0.8-6 [40.5 kB] Fetched 40.5 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp0dtsfr5w/bzip2_1.0.8-6_amd64.deb' 17 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3.12-minimal amd64 3.12.5-4 [2168 kB] Fetched 2168 kB in 0s (82.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp5jkvlatb/python3.12-minimal_3.12.5-4_amd64.deb' 18 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libc6-dev amd64 2.40-2 [1932 kB] Fetched 1932 kB in 0s (74.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpvki2jq58/libc6-dev_2.40-2_amd64.deb' 19 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libseccomp2 amd64 2.5.5-1+b1 [47.3 kB] Fetched 47.3 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpfdhbdev5/libseccomp2_2.5.5-1+b1_amd64.deb' 20 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libgcc-10-dev amd64 10.5.0-4 [2323 kB] Fetched 2323 kB in 0s (91.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp9qoqzjxk/libgcc-10-dev_10.5.0-4_amd64.deb' 21 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libcrypt-dev amd64 1:4.4.36-5 [118 kB] Fetched 118 kB in 0s (0 B/s) dpkg-name: info: moved 'libcrypt-dev_1:4.4.36-5_amd64.deb' to '/home/user/tmp/tmpnlzgyu6b/libcrypt-dev_4.4.36-5_amd64.deb' 22 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-13-base amd64 13.3.0-6 [47.0 kB] Fetched 47.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpnziml6_d/gcc-13-base_13.3.0-6_amd64.deb' 23 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libbinutils amd64 2.43.1-3 [528 kB] Fetched 528 kB in 0s (42.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp4mq9pn08/libbinutils_2.43.1-3_amd64.deb' 24 of 256 Get:1 http://snapshot.debian.org/archive/debian/20190207T033305Z sid/main amd64 libgcc-6-dev amd64 6.5.0-2 [2295 kB] Fetched 2295 kB in 0s (101 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpvh0krytv/libgcc-6-dev_6.5.0-2_amd64.deb' 25 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 man-db amd64 2.13.0-1 [1420 kB] Fetched 1420 kB in 0s (49.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8enxzpv2/man-db_2.13.0-1_amd64.deb' 26 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libpam-modules-bin amd64 1.5.3-7 [54.4 kB] Fetched 54.4 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpg3uu3enm/libpam-modules-bin_1.5.3-7_amd64.deb' 27 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libkrb5-3 amd64 1.21.3-3 [324 kB] Fetched 324 kB in 0s (28.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpjx95zpdw/libkrb5-3_1.21.3-3_amd64.deb' 28 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libselinux1 amd64 3.7-3 [76.9 kB] Fetched 76.9 kB in 0s (7489 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmptk9ixyxi/libselinux1_3.7-3_amd64.deb' 29 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libk5crypto3 amd64 1.21.3-3 [79.9 kB] Fetched 79.9 kB in 0s (7502 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpehdel1ju/libk5crypto3_1.21.3-3_amd64.deb' 30 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 debhelper all 13.20 [915 kB] Fetched 915 kB in 0s (64.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmptvx9zvu1/debhelper_13.20_all.deb' 31 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 dwz amd64 0.15-1+b1 [110 kB] Fetched 110 kB in 0s (11.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpoxouahbf/dwz_0.15-1+b1_amd64.deb' 32 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libblkid1 amd64 2.40.2-7 [167 kB] Fetched 167 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8i7goz_s/libblkid1_2.40.2-7_amd64.deb' 33 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libc-dev-bin amd64 2.40-2 [51.8 kB] Fetched 51.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp99hq2s2j/libc-dev-bin_2.40-2_amd64.deb' 34 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libmd0 amd64 1.1.0-2 [35.8 kB] Fetched 35.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpxqepj3n9/libmd0_1.1.0-2_amd64.deb' 35 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 bash amd64 5.2.32-1 [1499 kB] Fetched 1499 kB in 0s (71.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpmejkcy2p/bash_5.2.32-1_amd64.deb' 36 of 256 Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 libasan0 amd64 4.8.5-1 [63.0 kB] Fetched 63.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpthmeyasq/libasan0_4.8.5-1_amd64.deb' 37 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libyaml-0-2 amd64 0.2.5-1+b1 [52.6 kB] Fetched 52.6 kB in 0s (5213 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpmbit6p8c/libyaml-0-2_0.2.5-1+b1_amd64.deb' 38 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 media-types all 10.1.0 [26.9 kB] Fetched 26.9 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp7ivn1gdu/media-types_10.1.0_all.deb' 39 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 perl amd64 5.38.2-5 [236 kB] Fetched 236 kB in 0s (21.9 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpk3bexu1_/perl_5.38.2-5_amd64.deb' 40 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 perl-modules-5.38 all 5.38.2-5 [2905 kB] Fetched 2905 kB in 0s (7290 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpj4bqrq5s/perl-modules-5.38_5.38.2-5_all.deb' 41 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 sed amd64 4.9-2 [329 kB] Fetched 329 kB in 0s (27.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpwy97c65i/sed_4.9-2_amd64.deb' 42 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 base-files amd64 13.5 [72.8 kB] Fetched 72.8 kB in 0s (7159 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpwnk999bh/base-files_13.5_amd64.deb' 43 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libgcc-12-dev amd64 12.4.0-2 [2431 kB] Fetched 2431 kB in 0s (88.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpm4f0y643/libgcc-12-dev_12.4.0-2_amd64.deb' 44 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp-14 amd64 14.2.0-4 [1272 B] Fetched 1272 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpykwtriao/cpp-14_14.2.0-4_amd64.deb' 45 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gettext amd64 0.22.5-2 [1601 kB] Fetched 1601 kB in 0s (30.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbbdga2oc/gettext_0.22.5-2_amd64.deb' 46 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libasan2 amd64 5.5.0-12 [260 kB] Fetched 260 kB in 0s (19.9 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp01eed78e/libasan2_5.5.0-12_amd64.deb' 47 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libdebconfclient0 amd64 0.272 [10.0 kB] Fetched 10.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbf9fjmnp/libdebconfclient0_0.272_amd64.deb' 48 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 autopoint all 0.22.5-2 [723 kB] Fetched 723 kB in 0s (50.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp3f70dgly/autopoint_0.22.5-2_all.deb' 49 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libicu72 amd64 72.1-5 [9396 kB] Fetched 9396 kB in 0s (149 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpez06c54p/libicu72_72.1-5_amd64.deb' 50 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3 amd64 3.12.5-1 [27.6 kB] Fetched 27.6 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpq3cvxk2d/python3_3.12.5-1_amd64.deb' 51 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libgcc-5-dev amd64 5.5.0-12 [2212 kB] Fetched 2212 kB in 0s (19.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpdr3ocrmn/libgcc-5-dev_5.5.0-12_amd64.deb' 52 of 256 Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 cpp-4.8 amd64 4.8.5-1 [4425 kB] Fetched 4425 kB in 0s (106 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpjtxvfp3_/cpp-4.8_4.8.5-1_amd64.deb' 53 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libpython3.12-minimal amd64 3.12.5-4 [812 kB] Fetched 812 kB in 0s (56.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmplccshatk/libpython3.12-minimal_3.12.5-4_amd64.deb' 54 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 sysvinit-utils amd64 3.10-1 [32.7 kB] Fetched 32.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmph93noz9c/sysvinit-utils_3.10-1_amd64.deb' 55 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libtsan2 amd64 14.2.0-4 [2460 kB] Fetched 2460 kB in 0s (95.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp458f3q1y/libtsan2_14.2.0-4_amd64.deb' 56 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 debconf all 1.5.87 [119 kB] Fetched 119 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpl825bhtr/debconf_1.5.87_all.deb' 57 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 file amd64 1:5.45-3 [42.9 kB] Fetched 42.9 kB in 0s (0 B/s) dpkg-name: info: moved 'file_1:5.45-3_amd64.deb' to '/home/user/tmp/tmph5fwcm6x/file_5.45-3_amd64.deb' 58 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libitm1 amd64 14.2.0-4 [25.9 kB] Fetched 25.9 kB in 0s (2394 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpu7uev6g2/libitm1_14.2.0-4_amd64.deb' 59 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libtsan0 amd64 11.5.0-1 [2018 kB] Fetched 2018 kB in 0s (99.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpb_7u7yp5/libtsan0_11.5.0-1_amd64.deb' 60 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 cpp-12 amd64 12.4.0-2 [9862 kB] Fetched 9862 kB in 0s (145 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp556sz9xj/cpp-12_12.4.0-2_amd64.deb' 61 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] Fetched 63.3 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpt2ptzsbr/rpcsvc-proto_1.4.3-1_amd64.deb' 62 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libpython3.12-stdlib amd64 3.12.5-4 [1960 kB] Fetched 1960 kB in 0s (22.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp__pajy2d/libpython3.12-stdlib_3.12.5-4_amd64.deb' 63 of 256 Get:1 http://snapshot.debian.org/archive/debian/20160803T163918Z sid/main amd64 libgcc-4.9-dev amd64 4.9.3-14 [2062 kB] Fetched 2062 kB in 0s (107 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpe7xaqwwj/libgcc-4.9-dev_4.9.3-14_amd64.deb' 64 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libreadline8t64 amd64 8.2-5 [169 kB] Fetched 169 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp0gpqg9yd/libreadline8t64_8.2-5_amd64.deb' 65 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libstdc++-14-dev amd64 14.2.0-4 [2365 kB] Fetched 2365 kB in 0s (103 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpe5h87xm8/libstdc++-14-dev_14.2.0-4_amd64.deb' 66 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libacl1 amd64 2.3.2-2 [32.4 kB] Fetched 32.4 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp0ujf2y3f/libacl1_2.3.2-2_amd64.deb' 67 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB] Fetched 19.5 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp7fx7laok/libfile-stripnondeterminism-perl_1.14.0-1_all.deb' 68 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 gcc-12-base amd64 12.4.0-2 [42.9 kB] Fetched 42.9 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpsn7w03xi/gcc-12-base_12.4.0-2_amd64.deb' 69 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 gcc-8 amd64 8.4.0-6 [9452 kB] Fetched 9452 kB in 0s (148 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp866q84u8/gcc-8_8.4.0-6_amd64.deb' 70 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libcap2 amd64 1:2.66-5 [27.4 kB] Fetched 27.4 kB in 0s (0 B/s) dpkg-name: info: moved 'libcap2_1:2.66-5_amd64.deb' to '/home/user/tmp/tmp5x79hah0/libcap2_2.66-5_amd64.deb' 71 of 256 Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 libisl13 amd64 0.14-2 [471 kB] Fetched 471 kB in 0s (33.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp2hc3v0zw/libisl13_0.14-2_amd64.deb' 72 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libmagic-mgc amd64 1:5.45-3 [314 kB] Fetched 314 kB in 0s (28.8 MB/s) dpkg-name: info: moved 'libmagic-mgc_1:5.45-3_amd64.deb' to '/home/user/tmp/tmpti14s7ha/libmagic-mgc_5.45-3_amd64.deb' 73 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 cpp-10 amd64 10.5.0-4 [8611 kB] Fetched 8611 kB in 0s (135 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp6p7lfeh2/cpp-10_10.5.0-4_amd64.deb' 74 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 dh-autoreconf all 20 [17.1 kB] Fetched 17.1 kB in 0s (230 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpcxfm2f3p/dh-autoreconf_20_all.deb' 75 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp-11 amd64 11.5.0-1 [9231 kB] Fetched 9231 kB in 0s (137 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpx1wgac9d/cpp-11_11.5.0-1_amd64.deb' 76 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-jaraco.functools all 4.0.2-1 [11.7 kB] Fetched 11.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpr5ybctoy/python3-jaraco.functools_4.0.2-1_all.deb' 77 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-typing-extensions all 4.12.2-2 [73.0 kB] Fetched 73.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpeayn1t6w/python3-typing-extensions_4.12.2-2_all.deb' 78 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 openssl-provider-legacy amd64 3.3.2-1 [298 kB] Fetched 298 kB in 0s (25.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1124y9pt/openssl-provider-legacy_3.3.2-1_amd64.deb' 79 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB] Fetched 10.9 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1i66jyll/libtirpc-common_1.3.4+ds-1.3_all.deb' 80 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-4 [21.4 MB] Fetched 21.4 MB in 0s (95.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpy9w4xqad/gcc-14-x86-64-linux-gnu_14.2.0-4_amd64.deb' 81 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gettext-base amd64 0.22.5-2 [200 kB] Fetched 200 kB in 0s (18.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpgdbd00ny/gettext-base_0.22.5-2_amd64.deb' 82 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 gcc-9 amd64 9.5.0-6+b1 [10.1 MB] Fetched 10.1 MB in 0s (139 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpt3cgted0/gcc-9_9.5.0-6+b1_amd64.deb' 83 of 256 Get:1 http://snapshot.debian.org/archive/debian/20200323T214010Z sid/main amd64 libcilkrts5 amd64 7.5.0-5 [42.2 kB] Fetched 42.2 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpu3k4ol3w/libcilkrts5_7.5.0-5_amd64.deb' 84 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgcc-14-dev amd64 14.2.0-4 [2672 kB] Fetched 2672 kB in 0s (83.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpuww3tyvp/libgcc-14-dev_14.2.0-4_amd64.deb' 85 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 dh-python all 6.20240824 [109 kB] Fetched 109 kB in 0s (8948 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp85r4dplv/dh-python_6.20240824_all.deb' 86 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 m4 amd64 1.4.19-4 [287 kB] Fetched 287 kB in 0s (27.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpejtx1m0d/m4_1.4.19-4_amd64.deb' 87 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 perl-base amd64 5.38.2-5 [1643 kB] Fetched 1643 kB in 0s (72.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpo90d0t_t/perl-base_5.38.2-5_amd64.deb' 88 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-11 amd64 11.5.0-1 [18.3 MB] Fetched 18.3 MB in 0s (148 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpqffkzfsj/gcc-11_11.5.0-1_amd64.deb' 89 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 diffutils amd64 1:3.10-1 [375 kB] Fetched 375 kB in 0s (29.5 MB/s) dpkg-name: info: moved 'diffutils_1:3.10-1_amd64.deb' to '/home/user/tmp/tmpentrieza/diffutils_3.10-1_amd64.deb' 90 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 patch amd64 2.7.6-7 [128 kB] Fetched 128 kB in 0s (8674 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8t293lnq/patch_2.7.6-7_amd64.deb' 91 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libmount1 amd64 2.40.2-7 [199 kB] Fetched 199 kB in 0s (18.9 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbbl17uaz/libmount1_2.40.2-7_amd64.deb' 92 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-pkg-resources all 73.0.1-1 [212 kB] Fetched 212 kB in 0s (19.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpel2xf_ge/python3-pkg-resources_73.0.1-1_all.deb' 93 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 ca-certificates all 20240203 [158 kB] Fetched 158 kB in 0s (14.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp0ukjzwsj/ca-certificates_20240203_all.deb' 94 of 256 Get:1 http://snapshot.debian.org/archive/debian/20190207T033305Z sid/main amd64 cpp-6 amd64 6.5.0-2 [6365 kB] Fetched 6365 kB in 0s (121 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpinnmqq2s/cpp-6_6.5.0-2_amd64.deb' 95 of 256 Get:1 http://snapshot.debian.org/archive/debian/20190207T033305Z sid/main amd64 gcc-6 amd64 6.5.0-2 [6745 kB] Fetched 6745 kB in 0s (110 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_8vw3y7_/gcc-6_6.5.0-2_amd64.deb' 96 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libssl3t64 amd64 3.3.2-1 [2271 kB] Fetched 2271 kB in 0s (77.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpr6yfc884/libssl3t64_3.3.2-1_amd64.deb' 97 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libperl5.38t64 amd64 5.38.2-5 [4275 kB] Fetched 4275 kB in 0s (24.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpw82ggs4z/libperl5.38t64_5.38.2-5_amd64.deb' 98 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libasan6 amd64 11.5.0-1 [2046 kB] Fetched 2046 kB in 0s (75.9 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmplyzoge08/libasan6_11.5.0-1_amd64.deb' 99 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libnumber-compare-perl all 0.03-3 [6332 B] Fetched 6332 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpj6vzf6jz/libnumber-compare-perl_0.03-3_all.deb' 100 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libzstd1 amd64 1.5.6+dfsg-1 [303 kB] Fetched 303 kB in 0s (25.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpu1s_kt9l/libzstd1_1.5.6+dfsg-1_amd64.deb' 101 of 256 Get:1 http://snapshot.debian.org/archive/debian/20200323T214010Z sid/main amd64 libarchive-zip-perl all 1.68-1 [104 kB] Fetched 104 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpg88w90kg/libarchive-zip-perl_1.68-1_all.deb' 102 of 256 Get:1 http://snapshot.debian.org/archive/debian/20200323T214010Z sid/main amd64 gcc-7-base amd64 7.5.0-5 [192 kB] Fetched 192 kB in 0s (17.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_m2nqgbg/gcc-7-base_7.5.0-5_amd64.deb' 103 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 autoconf all 2.72-3 [493 kB] Fetched 493 kB in 0s (36.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1voji2p2/autoconf_2.72-3_all.deb' 104 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libaudit1 amd64 1:4.0.1-1 [54.5 kB] Fetched 54.5 kB in 0s (0 B/s) dpkg-name: info: moved 'libaudit1_1:4.0.1-1_amd64.deb' to '/home/user/tmp/tmphe3t8l6o/libaudit1_4.0.1-1_amd64.deb' 105 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 linux-libc-dev all 6.10.7-1 [2381 kB] Fetched 2381 kB in 0s (81.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpg6n2uxhw/linux-libc-dev_6.10.7-1_all.deb' 106 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libuuid1 amd64 2.40.2-7 [35.3 kB] Fetched 35.3 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpidjra7h7/libuuid1_2.40.2-7_amd64.deb' 107 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgcc-11-dev amd64 11.5.0-1 [2361 kB] Fetched 2361 kB in 0s (85.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpm45jho3d/libgcc-11-dev_11.5.0-1_amd64.deb' 108 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 build-essential amd64 12.10 [4516 B] Fetched 4516 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpy9gnhx2v/build-essential_12.10_amd64.deb' 109 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 gcc-5 amd64 5.5.0-12 [8356 kB] Fetched 8356 kB in 0s (116 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpznn1btqh/gcc-5_5.5.0-12_amd64.deb' 110 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libhwasan0 amd64 14.2.0-4 [1489 kB] Fetched 1489 kB in 0s (66.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpsfnbc5w6/libhwasan0_14.2.0-4_amd64.deb' 111 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libncursesw6 amd64 6.5-2 [135 kB] Fetched 135 kB in 0s (12.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpzmhhajr9/libncursesw6_6.5-2_amd64.deb' 112 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libctf-nobfd0 amd64 2.43.1-3 [154 kB] Fetched 154 kB in 0s (14.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmphncc7q6r/libctf-nobfd0_2.43.1-3_amd64.deb' 113 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 hostname amd64 3.23+nmu2 [10.6 kB] Fetched 10.6 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbgtd8lhn/hostname_3.23+nmu2_amd64.deb' 114 of 256 Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 libgcc-4.8-dev amd64 4.8.5-1 [1688 kB] Fetched 1688 kB in 0s (66.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmppo955v0r/libgcc-4.8-dev_4.8.5-1_amd64.deb' 115 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libelf1t64 amd64 0.191-2 [188 kB] Fetched 188 kB in 0s (17.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp3m_qj49i/libelf1t64_0.191-2_amd64.deb' 116 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 make amd64 4.3-4.1 [396 kB] Fetched 396 kB in 0s (31.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpxkx08eq9/make_4.3-4.1_amd64.deb' 117 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libattr1 amd64 1:2.5.2-1 [22.5 kB] Fetched 22.5 kB in 0s (0 B/s) dpkg-name: info: moved 'libattr1_1:2.5.2-1_amd64.deb' to '/home/user/tmp/tmp4c42m6y6/libattr1_2.5.2-1_amd64.deb' 118 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 bsdutils amd64 1:2.40.2-7 [105 kB] Fetched 105 kB in 0s (0 B/s) dpkg-name: info: moved 'bsdutils_1:2.40.2-7_amd64.deb' to '/home/user/tmp/tmphbjr61l0/bsdutils_2.40.2-7_amd64.deb' 119 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgdbm-compat4t64 amd64 1.24-2 [50.3 kB] Fetched 50.3 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpd24b2c83/libgdbm-compat4t64_1.24-2_amd64.deb' 120 of 256 Get:1 http://snapshot.debian.org/archive/debian/20190207T033305Z sid/main amd64 libasan3 amd64 6.5.0-2 [310 kB] Fetched 310 kB in 0s (27.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpi10aqpwk/libasan3_6.5.0-2_amd64.deb' 121 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 tar amd64 1.35+dfsg-3 [813 kB] Fetched 813 kB in 0s (31.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8xp3u7s9/tar_1.35+dfsg-3_amd64.deb' 122 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-yaml amd64 6.0.2-1 [134 kB] Fetched 134 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpngbypxny/python3-yaml_6.0.2-1_amd64.deb' 123 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 gcc-10 amd64 10.5.0-4 [17.2 MB] Fetched 17.2 MB in 0s (151 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8m1st4zz/gcc-10_10.5.0-4_amd64.deb' 124 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-typeguard all 4.3.0-1 [36.5 kB] Fetched 36.5 kB in 0s (2689 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmplh_63hjh/python3-typeguard_4.3.0-1_all.deb' 125 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 libmpx2 amd64 8.4.0-6 [11.4 kB] Fetched 11.4 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmps56a_2xm/libmpx2_8.4.0-6_amd64.deb' 126 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 gcc-12 amd64 12.4.0-2 [19.6 MB] Fetched 19.6 MB in 0s (137 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp6_pj2zrs/gcc-12_12.4.0-2_amd64.deb' 127 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 cpp-8 amd64 8.4.0-6 [8901 kB] Fetched 8901 kB in 0s (146 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpqexwrlml/cpp-8_8.4.0-6_amd64.deb' 128 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgcc-13-dev amd64 13.3.0-6 [2538 kB] Fetched 2538 kB in 0s (92.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp28395723/libgcc-13-dev_13.3.0-6_amd64.deb' 129 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libisl23 amd64 0.26-3+b2 [652 kB] Fetched 652 kB in 0s (49.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmplpbeparz/libisl23_0.26-3+b2_amd64.deb' 130 of 256 Get:1 http://snapshot.debian.org/archive/debian/20160803T163918Z sid/main amd64 cpp-4.9 amd64 4.9.3-14 [4781 kB] Fetched 4781 kB in 0s (106 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp83fqo5av/cpp-4.9_4.9.3-14_amd64.deb' 131 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libcloog-isl4 amd64 0.18.4-2 [63.8 kB] Fetched 63.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpf06ekn5t/libcloog-isl4_0.18.4-2_amd64.deb' 132 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libsqlite3-0 amd64 3.46.1-1 [913 kB] Fetched 913 kB in 0s (46.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpemvcksy2/libsqlite3-0_3.46.1-1_amd64.deb' 133 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-setuptools all 73.0.1-1 [748 kB] Fetched 748 kB in 0s (49.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp6d4_rtd8/python3-setuptools_73.0.1-1_all.deb' 134 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 ncurses-base all 6.5-2 [270 kB] Fetched 270 kB in 0s (24.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpng_0twji/ncurses-base_6.5-2_all.deb' 135 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libexpat1 amd64 2.6.3-1 [105 kB] Fetched 105 kB in 0s (10.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp49ftntq4/libexpat1_2.6.3-1_amd64.deb' 136 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libubsan1 amd64 14.2.0-4 [1075 kB] Fetched 1075 kB in 0s (59.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp3o_6o2t2/libubsan1_14.2.0-4_amd64.deb' 137 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libtinfo6 amd64 6.5-2 [344 kB] Fetched 344 kB in 0s (29.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpzo4tr9td/libtinfo6_6.5-2_amd64.deb' 138 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-jaraco.context all 6.0.0-1 [7984 B] Fetched 7984 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpe29ssuxj/python3-jaraco.context_6.0.0-1_all.deb' 139 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libkrb5support0 amd64 1.21.3-3 [32.5 kB] Fetched 32.5 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpggs85spt/libkrb5support0_1.21.3-3_amd64.deb' 140 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 cpp-9 amd64 9.5.0-6+b1 [9708 kB] Fetched 9708 kB in 0s (141 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpmx96xtzw/cpp-9_9.5.0-6+b1_amd64.deb' 141 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 cpp-5 amd64 5.5.0-12 [7796 kB] Fetched 7796 kB in 0s (137 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpnp8bncqy/cpp-5_5.5.0-12_amd64.deb' 142 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-4 [11.1 MB] Fetched 11.1 MB in 0s (147 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpp5slbpj7/cpp-14-x86-64-linux-gnu_14.2.0-4_amd64.deb' 143 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 gzip amd64 1.12-1.1 [133 kB] Fetched 133 kB in 0s (13.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp2g2olv7n/gzip_1.12-1.1_amd64.deb' 144 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libpcre2-8-0 amd64 10.42-4+b1 [262 kB] Fetched 262 kB in 0s (23.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpyfbbybx0/libpcre2-8-0_10.42-4+b1_amd64.deb' 145 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libmagic1t64 amd64 1:5.45-3 [105 kB] Fetched 105 kB in 0s (0 B/s) dpkg-name: info: moved 'libmagic1t64_1:5.45-3_amd64.deb' to '/home/user/tmp/tmpnh1f7gx2/libmagic1t64_5.45-3_amd64.deb' 146 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 g++ amd64 4:14.1.0-2 [1344 B] Fetched 1344 B in 0s (15.8 kB/s) dpkg-name: info: moved 'g++_4:14.1.0-2_amd64.deb' to '/home/user/tmp/tmpmu3nht4k/g++_14.1.0-2_amd64.deb' 147 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 sensible-utils all 0.0.24 [24.8 kB] Fetched 24.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp7awos1l_/sensible-utils_0.0.24_all.deb' 148 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libtool all 2.4.7-7 [517 kB] Fetched 517 kB in 0s (41.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_ylxkd_m/libtool_2.4.7-7_all.deb' 149 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libmpc3 amd64 1.3.1-1+b2 [52.1 kB] Fetched 52.1 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp10du5uf0/libmpc3_1.3.1-1+b2_amd64.deb' 150 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libsystemd0 amd64 256.5-2 [381 kB] Fetched 381 kB in 0s (31.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp5tshjhqz/libsystemd0_256.5-2_amd64.deb' 151 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libquadmath0 amd64 14.2.0-4 [145 kB] Fetched 145 kB in 0s (14.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpf0dgag0r/libquadmath0_14.2.0-4_amd64.deb' 152 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-argcomplete all 3.4.0-2 [39.4 kB] Fetched 39.4 kB in 0s (2370 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpcn5te7jr/python3-argcomplete_3.4.0-2_all.deb' 153 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 dpkg amd64 1.22.11 [1531 kB] Fetched 1531 kB in 0s (74.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpupe6kw3j/dpkg_1.22.11_amd64.deb' 154 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libctf0 amd64 2.43.1-3 [88.2 kB] Fetched 88.2 kB in 0s (8787 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmposqs9u8t/libctf0_2.43.1-3_amd64.deb' 155 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libkeyutils1 amd64 1.6.3-3 [8952 B] Fetched 8952 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpk8pw5uy0/libkeyutils1_1.6.3-3_amd64.deb' 156 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 gcc-10-base amd64 10.5.0-4 [36.7 kB] Fetched 36.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpu1rch8d5/gcc-10-base_10.5.0-4_amd64.deb' 157 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 util-linux amd64 2.40.2-7 [1217 kB] Fetched 1217 kB in 0s (67.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpy667xabl/util-linux_2.40.2-7_amd64.deb' 158 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libffi8 amd64 3.4.6-1 [23.6 kB] Fetched 23.6 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpt5cwfua9/libffi8_3.4.6-1_amd64.deb' 159 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 libgcc-8-dev amd64 8.4.0-6 [2296 kB] Fetched 2296 kB in 0s (94.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpdg0p5stq/libgcc-8-dev_8.4.0-6_amd64.deb' 160 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libisl15 amd64 0.18-4 [566 kB] Fetched 566 kB in 0s (44.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpqfg7c0jo/libisl15_0.18-4_amd64.deb' 161 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 ncurses-bin amd64 6.5-2 [433 kB] Fetched 433 kB in 0s (36.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmphlylu756/ncurses-bin_6.5-2_amd64.deb' 162 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 base-passwd amd64 3.6.4 [50.9 kB] Fetched 50.9 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpnpnh8r8n/base-passwd_3.6.4_amd64.deb' 163 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 python3-xmltodict all 0.13.0-1 [16.7 kB] Fetched 16.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpyrxsy7l9/python3-xmltodict_0.13.0-1_all.deb' 164 of 256 Get:1 http://snapshot.debian.org/archive/debian/20190207T033305Z sid/main amd64 gcc-6-base amd64 6.5.0-2 [185 kB] Fetched 185 kB in 0s (5479 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpym8jol1h/gcc-6-base_6.5.0-2_amd64.deb' 165 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 autotools-dev all 20220109.1 [51.6 kB] Fetched 51.6 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp4pja_p1l/autotools-dev_20220109.1_all.deb' 166 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp amd64 4:14.1.0-2 [1568 B] Fetched 1568 B in 0s (0 B/s) dpkg-name: info: moved 'cpp_4:14.1.0-2_amd64.deb' to '/home/user/tmp/tmppht8t86x/cpp_14.1.0-2_amd64.deb' 167 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 g++-14 amd64 14.2.0-4 [19.1 kB] Fetched 19.1 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpcsi4_wlb/g++-14_14.2.0-4_amd64.deb' 168 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libgcc-9-dev amd64 9.5.0-6+b1 [2348 kB] Fetched 2348 kB in 0s (92.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1g_3e6f2/libgcc-9-dev_9.5.0-6+b1_amd64.deb' 169 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc amd64 4:14.1.0-2 [5136 B] Fetched 5136 B in 0s (0 B/s) dpkg-name: info: moved 'gcc_4:14.1.0-2_amd64.deb' to '/home/user/tmp/tmpuo659xv7/gcc_14.1.0-2_amd64.deb' 170 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libcrypt1 amd64 1:4.4.36-5 [89.8 kB] Fetched 89.8 kB in 0s (0 B/s) dpkg-name: info: moved 'libcrypt1_1:4.4.36-5_amd64.deb' to '/home/user/tmp/tmpadn3l_9c/libcrypt1_4.4.36-5_amd64.deb' 171 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 debianutils amd64 5.20 [89.5 kB] Fetched 89.5 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpa2odv692/debianutils_5.20_amd64.deb' 172 of 256 Get:1 http://snapshot.debian.org/archive/debian/20160803T163918Z sid/main amd64 gcc-4.9 amd64 4.9.3-14 [5127 kB] Fetched 5127 kB in 0s (125 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpkr3219ry/gcc-4.9_4.9.3-14_amd64.deb' 173 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libasan5 amd64 9.5.0-6+b1 [2734 kB] Fetched 2734 kB in 0s (93.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp6goh7fn_/libasan5_9.5.0-6+b1_amd64.deb' 174 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libcom-err2t64 amd64 1.47.0-2.3+b1 [20.5 kB] Fetched 20.5 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpri4669zr/libcom-err2t64_1.47.0-2.3+b1_amd64.deb' 175 of 256 Get:1 http://snapshot.debian.org/archive/debian/20200323T214010Z sid/main amd64 libubsan0 amd64 7.5.0-5 [124 kB] Fetched 124 kB in 0s (12.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmparx6fx03/libubsan0_7.5.0-5_amd64.deb' 176 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 groff-base amd64 1.23.0-5 [1181 kB] Fetched 1181 kB in 0s (13.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpmvn0sms3/groff-base_1.23.0-5_amd64.deb' 177 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libunistring5 amd64 1.2-1 [425 kB] Fetched 425 kB in 0s (35.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpch10qdtz/libunistring5_1.2-1_amd64.deb' 178 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-more-itertools all 10.4.0-1 [63.7 kB] Fetched 63.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpy7jvckkv/python3-more-itertools_10.4.0-1_all.deb' 179 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 usrmerge all 39 [13.1 kB] Fetched 13.1 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpuy9mtkn6/usrmerge_39_all.deb' 180 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libmpx0 amd64 5.5.0-12 [9580 B] Fetched 9580 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpyli4m8ni/libmpx0_5.5.0-12_amd64.deb' 181 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 g++-x86-64-linux-gnu amd64 4:14.1.0-2 [1204 B] Fetched 1204 B in 0s (0 B/s) dpkg-name: info: moved 'g++-x86-64-linux-gnu_4:14.1.0-2_amd64.deb' to '/home/user/tmp/tmpokvmoyav/g++-x86-64-linux-gnu_14.1.0-2_amd64.deb' 182 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libaudit-common all 1:4.0.1-1 [12.3 kB] Fetched 12.3 kB in 0s (0 B/s) dpkg-name: info: moved 'libaudit-common_1:4.0.1-1_all.deb' to '/home/user/tmp/tmpubjclepy/libaudit-common_4.0.1-1_all.deb' 183 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 gcc-5-base amd64 5.5.0-12 [177 kB] Fetched 177 kB in 0s (16.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpwd10xe6r/gcc-5-base_5.5.0-12_amd64.deb' 184 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libtext-glob-perl all 0.11-3 [7676 B] Fetched 7676 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpso50ai00/libtext-glob-perl_0.11-3_all.deb' 185 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libdb5.3t64 amd64 5.3.28+dfsg2-7 [697 kB] Fetched 697 kB in 0s (50.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_y_6jd2i/libdb5.3t64_5.3.28+dfsg2-7_amd64.deb' 186 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libatomic1 amd64 14.2.0-4 [9280 B] Fetched 9280 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpu81j57um/libatomic1_14.2.0-4_amd64.deb' 187 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgprofng0 amd64 2.43.1-3 [797 kB] Fetched 797 kB in 0s (53.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_ywn03yn/libgprofng0_2.43.1-3_amd64.deb' 188 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libpam0g amd64 1.5.3-7 [67.7 kB] Fetched 67.7 kB in 0s (6568 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpdj7e9gyv/libpam0g_1.5.3-7_amd64.deb' 189 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 coreutils amd64 9.4-3.1 [2950 kB] Fetched 2950 kB in 0s (86.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbjetbazw/coreutils_9.4-3.1_amd64.deb' 190 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libpipeline1 amd64 1.5.8-1 [42.0 kB] Fetched 42.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpmsgz7kmh/libpipeline1_1.5.8-1_amd64.deb' 191 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp-13-x86-64-linux-gnu amd64 13.3.0-6 [9934 kB] Fetched 9934 kB in 0s (139 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmphqtghzrh/cpp-13-x86-64-linux-gnu_13.3.0-6_amd64.deb' 192 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libgssapi-krb5-2 amd64 1.21.3-3 [136 kB] Fetched 136 kB in 0s (13.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpo3u5vc52/libgssapi-krb5-2_1.21.3-3_amd64.deb' 193 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 xz-utils amd64 5.6.2-2 [522 kB] Fetched 522 kB in 0s (41.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpxzl6ndwg/xz-utils_5.6.2-2_amd64.deb' 194 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-14 amd64 14.2.0-4 [523 kB] Fetched 523 kB in 0s (41.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1s2kyxtd/gcc-14_14.2.0-4_amd64.deb' 195 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 python3-toml all 0.10.2-1 [16.2 kB] Fetched 16.2 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp6nsrzloe/python3-toml_0.10.2-1_all.deb' 196 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 zlib1g amd64 1:1.3.dfsg+really1.3.1-1 [87.9 kB] Fetched 87.9 kB in 0s (0 B/s) dpkg-name: info: moved 'zlib1g_1:1.3.dfsg+really1.3.1-1_amd64.deb' to '/home/user/tmp/tmppw3rkyfp/zlib1g_1.3.dfsg+really1.3.1-1_amd64.deb' 197 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 po-debconf all 1.0.21+nmu1 [248 kB] Fetched 248 kB in 0s (22.0 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpodn42uz_/po-debconf_1.0.21+nmu1_all.deb' 198 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libpam-runtime all 1.5.3-7 [140 kB] Fetched 140 kB in 0s (13.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp537da2yz/libpam-runtime_1.5.3-7_all.deb' 199 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 dpkg-dev all 1.22.11 [1332 kB] Fetched 1332 kB in 0s (68.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp00oln_zc/dpkg-dev_1.22.11_all.deb' 200 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgomp1 amd64 14.2.0-4 [137 kB] Fetched 137 kB in 0s (12.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpr4fcv2yw/libgomp1_14.2.0-4_amd64.deb' 201 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-all amd64 3.12.5-1 [1044 B] Fetched 1044 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpqml7u46t/python3-all_3.12.5-1_amd64.deb' 202 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libudev1 amd64 256.5-2 [144 kB] Fetched 144 kB in 0s (13.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmptzng69i_/libudev1_256.5-2_amd64.deb' 203 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 automake all 1:1.16.5-1.3 [823 kB] Fetched 823 kB in 0s (49.8 MB/s) dpkg-name: info: moved 'automake_1:1.16.5-1.3_all.deb' to '/home/user/tmp/tmpsg_s02u1/automake_1.16.5-1.3_all.deb' 204 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 cpp-13 amd64 13.3.0-6 [1276 B] Fetched 1276 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpjj3p310q/cpp-13_13.3.0-6_amd64.deb' 205 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libbz2-1.0 amd64 1.0.8-6 [37.9 kB] Fetched 37.9 kB in 0s (3772 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpf2pctg0s/libbz2-1.0_1.0.8-6_amd64.deb' 206 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libgcc-s1 amd64 14.2.0-4 [72.7 kB] Fetched 72.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmphlaopewm/libgcc-s1_14.2.0-4_amd64.deb' 207 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 python3-inflect all 7.3.1-1 [42.2 kB] Fetched 42.2 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp2ob1nt23/python3-inflect_7.3.1-1_all.deb' 208 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 dh-strip-nondeterminism all 1.14.0-1 [8448 B] Fetched 8448 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmppa5yqf_u/dh-strip-nondeterminism_1.14.0-1_all.deb' 209 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libpython3-stdlib amd64 3.12.5-1 [9588 B] Fetched 9588 B in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_4f7duks/libpython3-stdlib_3.12.5-1_amd64.deb' 210 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libmpfr6 amd64 4.2.1-1+b1 [714 kB] Fetched 714 kB in 0s (48.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmphtbnmwu7/libmpfr6_4.2.1-1+b1_amd64.deb' 211 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3 [82.7 kB] Fetched 82.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8iepsfpy/libtirpc3t64_1.3.4+ds-1.3_amd64.deb' 212 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3.12 amd64 3.12.5-4 [667 kB] Fetched 667 kB in 0s (45.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp3qk25t3e/python3.12_3.12.5-4_amd64.deb' 213 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 netbase all 6.4 [12.8 kB] Fetched 12.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpcrowyehv/netbase_6.4_all.deb' 214 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 bsdextrautils amd64 2.40.2-7 [96.8 kB] Fetched 96.8 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpzl79_5ld/bsdextrautils_2.40.2-7_amd64.deb' 215 of 256 Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 gcc-4.8 amd64 4.8.5-1 [4793 kB] Fetched 4793 kB in 0s (86.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbc8tkqx5/gcc-4.8_4.8.5-1_amd64.deb' 216 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libpam-modules amd64 1.5.3-7 [265 kB] Fetched 265 kB in 0s (24.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp4j72g6ve/libpam-modules_1.5.3-7_amd64.deb' 217 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libnsl2 amd64 1.3.0-3+b2 [40.3 kB] Fetched 40.3 kB in 0s (1931 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp1gkfr2m6/libnsl2_1.3.0-3+b2_amd64.deb' 218 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 binutils-common amd64 2.43.1-3 [2633 kB] Fetched 2633 kB in 0s (91.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpq3nfopti/binutils-common_2.43.1-3_amd64.deb' 219 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 liblocale-gettext-perl amd64 1.07-7 [15.0 kB] Fetched 15.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpamr4lkny/liblocale-gettext-perl_1.07-7_amd64.deb' 220 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libmpfr4 amd64 3.1.6-1 [564 kB] Fetched 564 kB in 0s (40.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpoiyxs7b4/libmpfr4_3.1.6-1_amd64.deb' 221 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 python3-setuptools-scm all 8.1.0-1 [40.5 kB] Fetched 40.5 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp22xbdyw6/python3-setuptools-scm_8.1.0-1_all.deb' 222 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 binutils-x86-64-linux-gnu amd64 2.43.1-3 [2254 kB] Fetched 2254 kB in 0s (89.4 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp7ihjwqiw/binutils-x86-64-linux-gnu_2.43.1-3_amd64.deb' 223 of 256 Get:1 http://snapshot.debian.org/archive/debian/20151118T214328Z sid/main amd64 gcc-4.8-base amd64 4.8.5-1 [156 kB] Fetched 156 kB in 0s (15.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpqif31aj2/gcc-4.8-base_4.8.5-1_amd64.deb' 224 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 g++-14-x86-64-linux-gnu amd64 14.2.0-4 [12.1 MB] Fetched 12.1 MB in 0s (123 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpfxk_8sfw/g++-14-x86-64-linux-gnu_14.2.0-4_amd64.deb' 225 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 help2man amd64 1.49.3 [198 kB] Fetched 198 kB in 0s (18.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpdlztijti/help2man_1.49.3_amd64.deb' 226 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libc-bin amd64 2.40-2 [613 kB] Fetched 613 kB in 0s (42.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp98hg0_jo/libc-bin_2.40-2_amd64.deb' 227 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB] Fetched 26.6 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpw3rxuaa_/libfile-find-rule-perl_0.34-3_all.deb' 228 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 libxml2 amd64 2.12.7+dfsg-3+b1 [671 kB] Fetched 671 kB in 0s (46.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpikktj7jg/libxml2_2.12.7+dfsg-3+b1_amd64.deb' 229 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 dash amd64 0.5.12-9 [93.2 kB] Fetched 93.2 kB in 0s (5383 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmprn16xih0/dash_0.5.12-9_amd64.deb' 230 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 findutils amd64 4.10.0-3 [700 kB] Fetched 700 kB in 0s (44.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp914bsgst/findutils_4.10.0-3_amd64.deb' 231 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 mawk amd64 1.3.4.20240819-3 [138 kB] Fetched 138 kB in 0s (12.9 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp0qtgwjgi/mawk_1.3.4.20240819-3_amd64.deb' 232 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libdpkg-perl all 1.22.11 [644 kB] Fetched 644 kB in 0s (37.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpxy9vmhxb/libdpkg-perl_1.22.11_all.deb' 233 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-minimal amd64 3.12.5-1 [26.7 kB] Fetched 26.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpwzjrc_b2/python3-minimal_3.12.5-1_amd64.deb' 234 of 256 Get:1 http://snapshot.debian.org/archive/debian/20160803T163918Z sid/main amd64 gcc-4.9-base amd64 4.9.3-14 [163 kB] Fetched 163 kB in 0s (15.9 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp37btjiv6/gcc-4.9-base_4.9.3-14_amd64.deb' 235 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libcap-ng0 amd64 0.8.5-2 [17.2 kB] Fetched 17.2 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp70d2fa2c/libcap-ng0_0.8.5-2_amd64.deb' 236 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libdebhelper-perl all 13.20 [89.7 kB] Fetched 89.7 kB in 0s (6353 kB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpn0lo7pgi/libdebhelper-perl_13.20_all.deb' 237 of 256 Get:1 http://snapshot.debian.org/archive/debian/20190909T044541Z sid/main amd64 multiarch-support amd64 2.28-10 [215 kB] Fetched 215 kB in 0s (20.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpzgrl2w9i/multiarch-support_2.28-10_amd64.deb' 238 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libstdc++6 amd64 14.2.0-4 [715 kB] Fetched 715 kB in 0s (49.3 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmphbicz3uw/libstdc++6_14.2.0-4_amd64.deb' 239 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 liblsan0 amd64 14.2.0-4 [1206 kB] Fetched 1206 kB in 0s (65.7 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmppustf7on/liblsan0_14.2.0-4_amd64.deb' 240 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-11-base amd64 11.5.0-1 [42.1 kB] Fetched 42.1 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpk6ypqcez/gcc-11-base_11.5.0-1_amd64.deb' 241 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 binutils amd64 2.43.1-3 [67.7 kB] Fetched 67.7 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp9dahmiah/binutils_2.43.1-3_amd64.deb' 242 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-wheel all 0.44.0-2 [53.4 kB] Fetched 53.4 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_ed9aauy/python3-wheel_0.44.0-2_all.deb' 243 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-zipp all 3.20.1-1 [10.2 kB] Fetched 10.2 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp_bbjgvy5/python3-zipp_3.20.1-1_all.deb' 244 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 init-system-helpers all 1.66 [39.0 kB] Fetched 39.0 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmp5w3b4dxr/init-system-helpers_1.66_all.deb' 245 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 python3-autocommand all 2.2.2-3 [13.6 kB] Fetched 13.6 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpsj1mux8c/python3-autocommand_2.2.2-3_all.deb' 246 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 libasan8 amd64 14.2.0-4 [2726 kB] Fetched 2726 kB in 0s (98.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpbjqbjb9c/libasan8_14.2.0-4_amd64.deb' 247 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240716T215851Z sid/main amd64 liblzma5 amd64 5.6.2-2 [254 kB] Fetched 254 kB in 0s (23.2 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpidgjvbwe/liblzma5_5.6.2-2_amd64.deb' 248 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 grep amd64 3.11-4 [431 kB] Fetched 431 kB in 0s (35.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp7i50zxp6/grep_3.11-4_amd64.deb' 249 of 256 Get:1 http://snapshot.debian.org/archive/debian/20210202T210711Z sid/main amd64 gcc-8-base amd64 8.4.0-6 [195 kB] Fetched 195 kB in 0s (18.8 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmpimqvsrua/gcc-8-base_8.4.0-6_amd64.deb' 250 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2+b1 [559 kB] Fetched 559 kB in 0s (40.4 MB/s) dpkg-name: info: moved 'libgmp10_2:6.3.0+dfsg-2+b1_amd64.deb' to '/home/user/tmp/tmp8ge7az4m/libgmp10_6.3.0+dfsg-2+b1_amd64.deb' 251 of 256 Get:1 http://snapshot.debian.org/archive/debian/20181008T155602Z sid/main amd64 libisl19 amd64 0.20-2 [587 kB] Fetched 587 kB in 0s (42.1 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp4xh572a3/libisl19_0.20-2_amd64.deb' 252 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 readline-common all 8.2-5 [69.3 kB] Fetched 69.3 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpuomtjo0w/readline-common_8.2-5_all.deb' 253 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240410T144822Z sid/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB] Fetched 22.9 kB in 0s (0 B/s) dpkg-name: warning: skipping '/home/user/tmp/tmpwhjpk5js/intltool-debian_0.35.0+20060710.6_all.deb' 254 of 256 Get:1 http://snapshot.debian.org/archive/debian/20160803T163918Z sid/main amd64 libasan1 amd64 4.9.3-14 [194 kB] Fetched 194 kB in 0s (17.6 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp8woji3qp/libasan1_4.9.3-14_amd64.deb' 255 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 gcc-x86-64-linux-gnu amd64 4:14.1.0-2 [1436 B] Fetched 1436 B in 0s (0 B/s) dpkg-name: info: moved 'gcc-x86-64-linux-gnu_4:14.1.0-2_amd64.deb' to '/home/user/tmp/tmp1yl3do2x/gcc-x86-64-linux-gnu_14.1.0-2_amd64.deb' 256 of 256 Get:1 http://snapshot.debian.org/archive/debian/20240907T143823Z sid/main amd64 openssl amd64 3.3.2-1 [1381 kB] Fetched 1381 kB in 0s (70.5 MB/s) dpkg-name: warning: skipping '/home/user/tmp/tmp9zzw067d/openssl_3.3.2-1_amd64.deb' dpkg-buildpackage: info: source package debootsnap-dummy dpkg-buildpackage: info: source version 1.0 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <user@beta.holgerlevsen.de> dpkg-architecture: warning: cannot determine CC system type, falling back to default (native compilation) dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build . debian/rules clean dh clean dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf create-stamp debian/debhelper-build-stamp dh_prep dh_auto_install --destdir=debian/debootsnap-dummy/ dh_install dh_installdocs dh_installchangelogs dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'debootsnap-dummy' in '../debootsnap-dummy_1.0_all.deb'. dpkg-genbuildinfo --build=binary -O../debootsnap-dummy_1.0_amd64.buildinfo dpkg-genchanges --build=binary -O../debootsnap-dummy_1.0_amd64.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) The package has been created. Attention, the package has been created in the /home/user/tmp directory, not in ".." as indicated by the message above! I: automatically chosen mode: unshare I: chroot architecture amd64 is equal to the host's architecture I: using /home/user/tmp/mmdebstrap.0ou3eZD8c6 as tempdir I: running --setup-hook directly: /usr/share/mmdebstrap/hooks/maybe-merged-usr/setup00.sh /home/user/tmp/mmdebstrap.0ou3eZD8c6 0% [Working]127.0.0.1 - - [15/Sep/2024 14:13:11] code 404, message File not found 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./InRelease HTTP/1.1" 404 - Ign:1 http://localhost:38137 ./ InRelease 0% [Working]127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./Release HTTP/1.1" 200 - Get:2 http://localhost:38137 ./ Release [462 B] 0% [Working]127.0.0.1 - - [15/Sep/2024 14:13:11] code 404, message File not found 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./Release.gpg HTTP/1.1" 404 - Ign:3 http://localhost:38137 ./ Release.gpg 15% [Working]127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./Packages HTTP/1.1" 200 - Get:4 http://localhost:38137 ./ Packages [291 kB] Fetched 292 kB in 0s (17.7 MB/s) Reading package lists... Done usr-is-merged found but not real -- not running merged-usr setup hook I: skipping apt-get update because it was already run I: downloading packages with apt... 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./gcc-14-base_14.2.0-4_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./libc6_2.40-2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./libgcc-s1_14.2.0-4_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./mawk_1.3.4.20240819-3_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./base-files_13.5_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./libtinfo6_6.5-2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:11] "GET /./debianutils_5.20_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./bash_5.2.32-1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libcap2_2.66-5_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libsystemd0_256.5-2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./bsdutils_2.40.2-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libacl1_2.3.2-2_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libattr1_2.5.2-1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libgmp10_6.3.0+dfsg-2+b1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libpcre2-8-0_10.42-4+b1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libselinux1_3.7-3_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libzstd1_1.5.6+dfsg-1_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./zlib1g_1.3.dfsg+really1.3.1-1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libssl3t64_3.3.2-1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./openssl-provider-legacy_3.3.2-1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./coreutils_9.4-3.1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./dash_0.5.12-9_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./diffutils_3.10-1_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libbz2-1.0_1.0.8-6_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./liblzma5_5.6.2-2_amd64.deb HTTP/1.1" 200 - downloading: 53.33127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libmd0_1.1.0-2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./tar_1.35+dfsg-3_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./dpkg_1.22.11_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./findutils_4.10.0-3_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./grep_3.11-4_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./gzip_1.12-1.1_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./hostname_3.23+nmu2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./ncurses-bin_6.5-2_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libcrypt1_4.4.36-5_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./perl-base_5.38.2-5_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./sed_4.9-2_amd64.deb HTTP/1.1" 200 - downloading: 77.96127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libaudit-common_4.0.1-1_all.deb HTTP/1.1" 200 - downloading: 78.00127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libcap-ng0_0.8.5-2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libaudit1_4.0.1-1_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libdb5.3t64_5.3.28+dfsg2-7_amd64.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./debconf_1.5.87_all.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libpam0g_1.5.3-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libpam-modules-bin_1.5.3-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libpam-modules_1.5.3-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libpam-runtime_1.5.3-7_all.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libblkid1_2.40.2-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libmount1_2.40.2-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libsmartcols1_2.40.2-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libudev1_256.5-2_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libuuid1_2.40.2-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./util-linux_2.40.2-7_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libdebconfclient0_0.272_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./base-passwd_3.6.4_amd64.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./init-system-helpers_1.66_all.deb HTTP/1.1" 200 - downloading:127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./libc-bin_2.40-2_amd64.deb HTTP/1.1" 200 - downloading: 98.28127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./ncurses-base_6.5-2_all.deb HTTP/1.1" 200 - 127.0.0.1 - - [15/Sep/2024 14:13:12] "GET /./sysvinit-utils_3.10-1_amd64.deb HTTP/1.1" 200 - done I: extracting archives... done I: running --extract-hook directly: /usr/share/mmdebstrap/hooks/maybe-merged-usr/extract00.sh /home/user/tmp/mmdebstrap.0ou3eZD8c6 0% [Working]127.0.0.1 - - [15/Sep/2024 14:13:13] code 404, message File not found 127.0.0.1 - - [15/Sep/2024 14:13:13] "GET /./InRelease HTTP/1.1" 404 - Ign:1 http://localhost:38137 ./ InRelease 0% [Working]127.0.0.1 - - [15/Sep/2024 14:13:13] "GET /./Release HTTP/1.1" 304 - Hit:2 http://localhost:38137 ./ Release 0% [Working]127.0.0.1 - - [15/Sep/2024 14:13:13] code 404, message File not found 127.0.0.1 - - [15/Sep/2024 14:13:13] "GET /./Release.gpg HTTP/1.1" 404 - Ign:3 http://localhost:38137 ./ Release.gpg Reading package lists... Done usr-is-merged found but not real -- not running merged-usr extract hook I: installing essential packages... done I: running --essential-hook directly: /usr/share/mmdebstrap/hooks/maybe-merged-usr/essential00.sh /home/user/tmp/mmdebstrap.0ou3eZD8c6 usr-is-merged was not installed in a previous hook -- not running merged-usr essential hook I: installing remaining packages inside the chroot... done Reading package lists... Building dependency tree... E: Unable to locate package debootsnap-dummy E: setup failed: E: apt-get -o Dir::Bin::dpkg=env -o DPkg::Options::=--unset=TMPDIR -o DPkg::Options::=dpkg --yes install -oAPT::Status-Fd=<$fd> -oDpkg::Use-Pty=false debootsnap-dummy failed W: hooklistener errored out: E: received eof on socket I: main() received signal PIPE: waiting for setup... I: removing tempdir /home/user/tmp/mmdebstrap.0ou3eZD8c6... E: mmdebstrap failed to run Traceback (most recent call last): File "/usr/bin/debootsnap", line 597, in <module> main(sys.argv[1:]) File "/usr/bin/debootsnap", line 587, in main newpkgs = run_mmdebstrap( ^^^^^^^^^^^^^^^ File "/usr/bin/debootsnap", line 411, in run_mmdebstrap subprocess.check_call(cmd, cwd=tmpdirname) File "/usr/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['mmdebstrap', '--architectures=amd64', '--variant=essential', '--include=debootsnap-dummy', '--format=tar', '--aptopt=Apt::Key::gpgvcommand "/usr/libexec/mmdebstrap/gpgvnoexpkeysig"', '--hook-dir=/usr/share/mmdebstrap/hooks/maybe-merged-usr', '--customize-hook=chroot "$1" dpkg -r debootsnap-dummy', '--customize-hook=chroot "$1" dpkg-query --showformat \'${binary:Package}=${Version}\\n\' --show > "$1/pkglist"', '--customize-hook=download /pkglist ./pkglist', '--customize-hook=rm "$1/pkglist"', '--customize-hook=upload sources.list /etc/apt/sources.list', 'dummysuite', '/home/user/tmp/debrebuild.tar._q676q2tV2Wn', 'deb [trusted=yes] http://localhost:38137/ ./']' returned non-zero exit status 2. debootsnap failed at /usr/bin/debrebuild line 474. user@beta:~$ user@beta:~$ id uid=1000(user) gid=1000(user) groups=1000(user),100(users) user@beta:~$ user@beta:~$ ls -lart yq* tmp/ cache/ results/ -rw-r--r-- 1 user user 8645 Sep 6 14:56 yq_3.4.3-1_amd64.buildinfo -rw-rw-r-- 1 user user 27205 Sep 6 17:21 yq_3.4.3.orig.tar.gz -rw-rw-r-- 1 user user 1985 Sep 6 17:21 yq_3.4.3-1.dsc -rw-rw-r-- 1 user user 2404 Sep 6 17:21 yq_3.4.3-1.debian.tar.xz results/: total 8 drwxrwxr-x 2 user user 4096 Sep 15 11:32 . drwxr-xr-x 6 user user 4096 Sep 15 12:56 .. cache/: total 16 drwxr-xr-x 6 user user 4096 Sep 15 12:56 .. drwxrwxr-x 3 user user 4096 Sep 15 12:56 archive drwxr-xr-x 4 user user 4096 Sep 15 12:56 . drwxrwxr-x 3 user user 4096 Sep 15 13:07 pool tmp/: total 28 -rw-r--r-- 1 user user 0 Sep 15 12:35 debrebuild.tar.XwB1ohmt7U5f -rw-r--r-- 1 user user 0 Sep 15 12:43 debrebuild.tar._wKC5rd1Lk8H -rw-r--r-- 1 user user 0 Sep 15 12:49 debrebuild.tar.Eoun9wVsi5I0 drwxr-xr-x 6 user user 4096 Sep 15 12:56 .. -rw-r--r-- 1 user user 0 Sep 15 13:59 debrebuild.tar.f8zf0cmhLIsy -rw-r--r-- 1 user user 7132 Sep 15 14:13 debootsnap-dummy_1.0_all.deb -rw-r--r-- 1 user user 4528 Sep 15 14:13 debootsnap-dummy_1.0_amd64.buildinfo -rw-r--r-- 1 user user 1046 Sep 15 14:13 debootsnap-dummy_1.0_amd64.changes -rw-r--r-- 1 user user 0 Sep 15 14:13 debrebuild.tar._q676q2tV2Wn drwxrwxrwx 2 user user 4096 Sep 15 14:13 . user@beta:~$ -- cheers, Holger ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ holger@(debian|reproducible-builds|layer-acht).org ⢿⡄⠘⠷⠚⠋⠀ OpenPGP: B8BF54137B09D35CF026FE9D 091AB856069AAA1C ⠈⠳⣄ I’ve read “Non-Functional Testicles” as retronym for NFT last week and now it can’t be unseen.
[signature.asc (application/pgp-signature, inline)]
Added blocking bug(s) of 1081839: 897927
Request was from Johannes Schauer Marin Rodrigues <josch@debian.org>
to 897927-submit@bugs.debian.org
.
(Mon, 16 Sep 2024 07:57:02 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.