=============================================================================== About this build: this rebuild has been done as part of reproduce.debian.net where we aim to reproduce Debian binary packages distributed via ftp.debian.org, by rebuilding using the exact same packages as the original build on the buildds, as described in the relevant .buildinfo file from buildinfos.debian.net. For more information please go to https://reproduce.debian.net or join #debian-reproducible on irc.debian.org =============================================================================== Get:1 https://deb.debian.org/debian trixie InRelease [175 kB] Get:2 https://deb.debian.org/debian trixie/main Sources [10.5 MB] Fetched 10.6 MB in 11s (981 kB/s) Reading package lists... 'https://deb.debian.org/debian/pool/main/d/dub/dub_1.38.1-2.dsc' dub_1.38.1-2.dsc 1927 SHA256:e32cc9926ab4bb0d8d81cfd24d91bf9162d8867b4a62830d1883a3e0d662acb6 'https://deb.debian.org/debian/pool/main/d/dub/dub_1.38.1.orig.tar.gz' dub_1.38.1.orig.tar.gz 1517185 SHA256:a7c9a2f819fdea7359f298cba76e81a24ca1536d756c3b4b98c2480463c37907 'https://deb.debian.org/debian/pool/main/d/dub/dub_1.38.1-2.debian.tar.xz' dub_1.38.1-2.debian.tar.xz 5296 SHA256:c9d14a389308fb2c2a9419bcd5b77ef4c3f80496035c957370bd39b79cecab4a a7c9a2f819fdea7359f298cba76e81a24ca1536d756c3b4b98c2480463c37907 dub_1.38.1.orig.tar.gz c9d14a389308fb2c2a9419bcd5b77ef4c3f80496035c957370bd39b79cecab4a dub_1.38.1-2.debian.tar.xz e32cc9926ab4bb0d8d81cfd24d91bf9162d8867b4a62830d1883a3e0d662acb6 dub_1.38.1-2.dsc +------------------------------------------------------------------------------+ | Calling debrebuild Thu, 03 Apr 2025 02:46:10 +0000 | +------------------------------------------------------------------------------+ Rebuilding dub_1.38.1-2_riscv64.buildinfo in /tmp/rebuilderd14vUzn/inputs now. + nice /usr/bin/debrebuild --buildresult=/tmp/rebuilderd14vUzn/out --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- /tmp/rebuilderd14vUzn/inputs/dub_1.38.1-2_riscv64.buildinfo /tmp/rebuilderd14vUzn/inputs/dub_1.38.1-2_riscv64.buildinfo containes a GPG signature which has NOT been validated Using defined Build-Path: /build/reproducible-path/dub-1.38.1 I: verifying dsc... successful! Get:1 http://snapshot.debian.org/archive/debian/20250122T033407Z sid InRelease [205 kB] Get:2 http://snapshot.debian.org/archive/debian/20250122T033407Z sid/main riscv64 Packages [9654 kB] Err:2 http://snapshot.debian.org/archive/debian/20250122T033407Z sid/main riscv64 Packages File has unexpected size (9719636 != 9654100). Mirror sync in progress? [IP: 127.0.0.1 41423] Hashes of expected file: - Filesize:9654100 [weak] - SHA256:d5cba17087c8c2dc6ceb76d62d66adf910b61ca102966bd2e7bef4529b1a980a - MD5Sum:3df10a2977f3731dd3e2867bfa1a339b [weak] Release file created at: Wed, 22 Jan 2025 03:07:56 +0000 Fetched 205 kB in 2s (135 kB/s) Reading package lists...---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 52040) Traceback (most recent call last): File "/usr/lib/python3.13/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/http/server.py", line 672, in __init__ super().__init__(*args, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.13/http/server.py", line 436, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/http/server.py", line 424, in handle_one_request method() ~~~~~~^^ File "/usr/lib/python3/dist-packages/devscripts/proxy.py", line 72, in do_GET self.wfile.write(buf) ~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- W: http://snapshot.debian.org/archive/debian/20250122T033407Z/dists/sid/InRelease: Loading /etc/apt/trusted.gpg from deprecated option Dir::Etc::Trusted E: Failed to fetch http://snapshot.debian.org/archive/debian/20250122T033407Z/dists/sid/main/binary-riscv64/by-hash/SHA256/d5cba17087c8c2dc6ceb76d62d66adf910b61ca102966bd2e7bef4529b1a980a File has unexpected size (9719636 != 9654100). Mirror sync in progress? [IP: 127.0.0.1 41423] Hashes of expected file: - Filesize:9654100 [weak] - SHA256:d5cba17087c8c2dc6ceb76d62d66adf910b61ca102966bd2e7bef4529b1a980a - MD5Sum:3df10a2977f3731dd3e2867bfa1a339b [weak] Release file created at: Wed, 22 Jan 2025 03:07:56 +0000 E: Some index files failed to download. They have been ignored, or old ones used instead. Traceback (most recent call last): File "/usr/bin/debootsnap", line 638, in main(sys.argv[1:]) ~~~~^^^^^^^^^^^^^^ File "/usr/bin/debootsnap", line 600, in main deb_files = download_packages( tmpdirname, ...<6 lines>... args.port, ) File "/usr/bin/debootsnap", line 502, in download_packages subprocess.check_call(["apt-get", "update", "--error-on=any"], env=apt_env) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['apt-get', 'update', '--error-on=any']' returned non-zero exit status 100. debootsnap failed at /usr/bin/debrebuild line 487.