Hi,
On Sun, Feb 16, 2020 at 12:14:28PM +0100, Michael Büsch wrote: > A different command has been used to "reproduce" this problem. Please elaborate that. > So I currently don't consider the unreproducible flag for this bug as valid. With the keyring file inplace, I had a succesfull "build". To me is the bugreport UNreproducible. I have no idea how to dive deeper into this. And I do hope that bugreporter is aware that BR got human attention. Regards Geert Stappers <screendump> stappers@trancilo:~/Downloads $ wget http://mirrordirector.raspbian.org/raspbian//pool/main/r/raspbian-archive-keyring/raspbian-archive-keyring_20120528.2.tar.gz --2020-02-16 14:22:31-- http://mirrordirector.raspbian.org/raspbian//pool/main/r/raspbian-archive-keyring/raspbian-archive-keyring_20120528.2.tar.gz Resolving mirrordirector.raspbian.org (mirrordirector.raspbian.org)... 2a00:1098:0:80:1000:75:0:3, 93.93.128.193 Connecting to mirrordirector.raspbian.org (mirrordirector.raspbian.org)|2a00:1098:0:80:1000:75:0:3|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://mirror.serverius.net/raspbian/raspbian/pool/main/r/raspbian-archive-keyring/raspbian-archive-keyring_20120528.2.tar.gz [following] --2020-02-16 14:22:35-- http://mirror.serverius.net/raspbian/raspbian/pool/main/r/raspbian-archive-keyring/raspbian-archive-keyring_20120528.2.tar.gz Resolving mirror.serverius.net (mirror.serverius.net)... 2a03:3f40:1::15, 5.255.95.70 Connecting to mirror.serverius.net (mirror.serverius.net)|2a03:3f40:1::15|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4949 (4.8K) [application/octet-stream] Saving to: 'raspbian-archive-keyring_20120528.2.tar.gz' raspbian-archive-keyring_201205 100%[====================================================>] 4.83K --.-KB/s in 0.001s 2020-02-16 14:22:39 (4.74 MB/s) - 'raspbian-archive-keyring_20120528.2.tar.gz' saved [4949/4949] stappers@trancilo:~/Downloads $ sha256sum raspbian-archive-keyring_20120528.2.tar.gz fdf50f775b60901a2783f21a6362e2bf5ee6203983e884940b163faa1293c002 raspbian-archive-keyring_20120528.2.tar.gz stappers@trancilo:~/Downloads $ tar tf !$ tar tf raspbian-archive-keyring_20120528.2.tar.gz raspbian-archive-keyring-20120528.2/ raspbian-archive-keyring-20120528.2/keyrings/ raspbian-archive-keyring-20120528.2/keyrings/raspbian-archive-keyring.gpg raspbian-archive-keyring-20120528.2/debian/ raspbian-archive-keyring-20120528.2/debian/control raspbian-archive-keyring-20120528.2/debian/debian-ports-archive-keyring.docs raspbian-archive-keyring-20120528.2/debian/raspbian-archive-keyring.postinst raspbian-archive-keyring-20120528.2/debian/copyright raspbian-archive-keyring-20120528.2/debian/rules raspbian-archive-keyring-20120528.2/debian/raspbian-archive-keyring.install raspbian-archive-keyring-20120528.2/debian/compat raspbian-archive-keyring-20120528.2/debian/raspbian-archive-keyring-udeb.install raspbian-archive-keyring-20120528.2/debian/changelog raspbian-archive-keyring-20120528.2/README raspbian-archive-keyring-20120528.2/raspbian.public.key stappers@trancilo:~/Downloads $ tar xf raspbian-archive-keyring_20120528.2.tar.gz stappers@trancilo:~/Downloads $ echo gpg --dearmor raspbian-archive-keyring-20120528.2/raspbian.public.key gpg --dearmor raspbian-archive-keyring-20120528.2/raspbian.public.key stappers@trancilo:~/Downloads $ file !$ file raspbian-archive-keyring-20120528.2/raspbian.public.key raspbian-archive-keyring-20120528.2/raspbian.public.key: PGP public key block Public-Key (old) stappers@trancilo:~/Downloads $ gpg --dearmor raspbian-archive-keyring-20120528.2/raspbian.public.key stappers@trancilo:~/Downloads $ file !$ file raspbian-archive-keyring-20120528.2/raspbian.public.key raspbian-archive-keyring-20120528.2/raspbian.public.key: PGP public key block Public-Key (old) stappers@trancilo:~/Downloads $ less !$ less raspbian-archive-keyring-20120528.2/raspbian.public.key stappers@trancilo:~/Downloads $ sudo debootstrap --arch=armhf --foreign --verbose --keyring=raspbian-archive-keyring-20120528.2/raspbian.public.key.gpg buster /tmp/debootstrap-test/ http://mirrordirector.raspbian.org/raspbian/ [sudo] password for stappers: I: Retrieving InRelease I: Checking Release signature I: Valid Release signature (key id A0DA38D0D76E8B5D638872819165938D90FDDD2E) I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://mirrordirector.raspbian.org/raspbian... I: Retrieving adduser 3.118 I: Validating adduser 3.118 I: Retrieving apt 1.8.2 I: Validating apt 1.8.2 I: Retrieving apt-utils 1.8.2 I: Validating apt-utils 1.8.2 I: Retrieving base-files 10.3+rpi1+deb10u3 I: Validating base-files 10.3+rpi1+deb10u3 I: Retrieving base-passwd 3.5.46 I: Validating base-passwd 3.5.46 I: Retrieving bash 5.0-4 I: Validating bash 5.0-4 I: Retrieving bsdmainutils 11.1.2 I: Validating bsdmainutils 11.1.2 I: Retrieving bsdutils 1:2.33.1-0.1 I: Validating bsdutils 1:2.33.1-0.1 I: Retrieving coreutils 8.30-3 ^CE: Interrupt caught ... exiting stappers@trancilo:~/Downloads $ dpkg -l debootstrap Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii debootstrap 1.0.114 all Bootstrap a basic Debian system stappers@trancilo:~/Downloads $ wget http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.117_all.deb --2020-02-16 14:29:01-- http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.117_all.deb Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4 Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 74080 (72K) [application/x-debian-package] Saving to: 'debootstrap_1.0.117_all.deb' debootstrap_1.0.117_all.deb 100%[====================================================>] 72.34K --.-KB/s in 0.1s 2020-02-16 14:29:01 (712 KB/s) - 'debootstrap_1.0.117_all.deb' saved [74080/74080] stappers@trancilo:~/Downloads $ sudo dpkg -i debootstrap_1.0.117_all.deb (Reading database ... 298659 files and directories currently installed.) Preparing to unpack debootstrap_1.0.117_all.deb ... Unpacking debootstrap (1.0.117) over (1.0.114) ... Setting up debootstrap (1.0.117) ... Processing triggers for man-db (2.8.5-2) ... stappers@trancilo:~/Downloads $ dpkg -l debootstrap Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii debootstrap 1.0.117 all Bootstrap a basic Debian system stappers@trancilo:~/Downloads $ sudo debootstrap --arch=armhf --foreign --verbose --keyring=raspbian-archive-keyring-20120528.2/raspbian.public.key.gpg buster /tmp/debootstrap-test/ http://mirrordirector.raspbian.org/raspbian/ I: Checking Release signature I: Valid Release signature (key id A0DA38D0D76E8B5D638872819165938D90FDDD2E) I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://mirrordirector.raspbian.org/raspbian... I: Validating adduser 3.118 I: Validating apt 1.8.2 I: Validating apt-utils 1.8.2 I: Validating base-files 10.3+rpi1+deb10u3 I: Validating base-passwd 3.5.46 I: Validating bash 5.0-4 I: Validating bsdmainutils 11.1.2 I: Validating bsdutils 1:2.33.1-0.1 I: Retrieving coreutils 8.30-3 I: Validating coreutils 8.30-3 W: Retrying failed download of http://mirrordirector.raspbian.org/raspbian/pool/main/c/coreutils/coreutils_8.30-3_armhf.deb I: Retrieving coreutils 8.30-3 ^CE: Interrupt caught ... exiting stappers@trancilo:~/Downloads $ </screendump>