From unknown Mon Aug 11 21:13:22 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#30184 <30184@debbugs.gnu.org> To: bug#30184 <30184@debbugs.gnu.org> Subject: Status: guix publish issue: guix substitute: error: corrupt input while restoring Reply-To: bug#30184 <30184@debbugs.gnu.org> Date: Tue, 12 Aug 2025 04:13:22 +0000 retitle 30184 guix publish issue: guix substitute: error: corrupt input whi= le restoring reassign 30184 guix submitter 30184 Christopher Baines severity 30184 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 07:08:01 2018 Received: (at submit) by debbugs.gnu.org; 20 Jan 2018 12:08:01 +0000 Received: from localhost ([127.0.0.1]:35616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecrwG-0007Qh-UM for submit@debbugs.gnu.org; Sat, 20 Jan 2018 07:08:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51065) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecrwF-0007QU-I5 for submit@debbugs.gnu.org; Sat, 20 Jan 2018 07:07:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecrw9-0007Ij-Bj for submit@debbugs.gnu.org; Sat, 20 Jan 2018 07:07:54 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ecrw9-0007If-83 for submit@debbugs.gnu.org; Sat, 20 Jan 2018 07:07:53 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecrw7-0002cM-HW for bug-guix@gnu.org; Sat, 20 Jan 2018 07:07:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecrw2-0007FS-JE for bug-guix@gnu.org; Sat, 20 Jan 2018 07:07:51 -0500 Received: from li622-129.members.linode.com ([212.71.249.129]:47770 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecrw2-0007Eo-D9 for bug-guix@gnu.org; Sat, 20 Jan 2018 07:07:46 -0500 Received: by mira.cbaines.net (Postfix, from userid 113) id CA846140899; Sat, 20 Jan 2018 12:07:44 +0000 (GMT) Received: from localhost (20.52.159.143.dyn.plus.net [143.159.52.20]) by mira.cbaines.net (Postfix) with ESMTPSA id 7CFF2140898 for ; Sat, 20 Jan 2018 12:07:44 +0000 (GMT) Received: from phact (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id a790b651 for ; Sat, 20 Jan 2018 12:07:44 +0000 (UTC) User-agent: mu4e 0.9.18; emacs 25.3.1 From: Christopher Baines To: bug-guix@gnu.org Subject: guix publish issue: guix substitute: error: corrupt input while restoring Date: Sat, 20 Jan 2018 12:07:41 +0000 Message-ID: <874lngzqb6.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hey, I think something may have broken recently with the guix publish service. I run this on a server with very basic configuration, just setting the host, but I noticed recently that there were problems using the service. The following example is guix failing to download something from that server. Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5rxi= ay-wxwidgets-3.0.3... wxwidgets-3.0.3 256K= iB/s 00:00 | 16KiB transferred gzip: stdin: not in gzip format guix substitute: error: corrupt input while restoring '/gnu/store/pwg84wqsn= iamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3' from #{read pipe}# wxwidgets-3.0.3 316K= iB/s 00:00 | 48KiB transferredguix package: error: build failed: some subst= itutes for the outputs of derivation `/gnu/store/7f0zr1zgp6q1nyrsxf88qn003g= r1w53b-wxwidgets-3.0.3.drv' failed (usually happens due to networking issue= s); try `--fallback' to build derivation from source I reverted the 4 recent changes [1], changed the service configuration to use (guix (current-guix)) and now it seems to be working again. I've had a look through the changes, I couldn't spot anything, but I think there could be a regression in these changes [1]. Thanks, Chris 1: f396611776e7ed6f1a070569a338ad56461b099e 152b7beeacb72fe96fd5d3c0fd8b321e247c2c6c c04ffadbed7412545555b8be6b78f23eed150d26 297e04d66010ada31a40f40143d81bf6b62affcc --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlpjMQ1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XerNBAAgRE1bMpKR3M5SgchbwHbo26yh27VrP7XFH9bgeHpCRJoX1fo/uZYvIiH XgaWS6XaQxWKP5op9iLGpYcN+Fb027BnG6+VEhODF8LG3UC2pUGs37ECn3KyYpSZ 2Ux2y62cybujD0Pq6hwLX+Q1KiU1cu3OQLVCrRPxA74uaBDU/goCb2BeelYj4zL2 BCPTbRBqzNm1dWZizulTg2f02vkojwmK5jsotD9Gpavn3JTj2p7zpcoS/4BNsrK6 MFcFFbD+waMb21v0XgNTivBzDXMOboncBuRqNr546lt56+kZl1hXzndFzGJdv8kt EWzcGiK/3dIcBFyJBUA17E6GRRiXEOWp1rPrZs/xi7P+gLg0kQrTrTMvAT81RhSg IjB3DLCtP3ffkNEKZD05i/YEzJgjSi0zOYRusmqPq936kD/uLdBkHzZIq04T8J1j 6en/QiHMH+B4Qng6S1AAKM7mDjqJbCRuOeU/l0iIhJXCqFQdNlk2OmfIAd2mmogq bjwK1YVAUX3O0c33lAQ7DzOc1uvUSrkT/DJ3c47XO9mhiazq9DdTxkD3BX3u+vCB Try45n5geO/iEdzCmFxwUuzv8FlgZxngXXCn+a79xJFlqMxk45n1s04RrSvtUszV 55NCM85M6iRucDurx/aQc5ufCJ38hBvnunuciqawXgbh/5gMMGQ= =06hw -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 14:18:21 2018 Received: (at 30184) by debbugs.gnu.org; 20 Jan 2018 19:18:22 +0000 Received: from localhost ([127.0.0.1]:36348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecyej-0005Y7-Mt for submit@debbugs.gnu.org; Sat, 20 Jan 2018 14:18:21 -0500 Received: from flashner.co.il ([178.62.234.194]:41741) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecyeh-0005Xo-6Z for 30184@debbugs.gnu.org; Sat, 20 Jan 2018 14:18:19 -0500 Received: from localhost (46-117-130-5.bb.netvision.net.il [46.117.130.5]) by flashner.co.il (Postfix) with ESMTPSA id 4F68C40194 for <30184@debbugs.gnu.org>; Sat, 20 Jan 2018 19:18:13 +0000 (UTC) Date: Sat, 20 Jan 2018 21:18:12 +0200 From: Efraim Flashner Subject: Re: bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring Message-ID: <20180120191812.GB1054@macbook41> References: <874lngzqb6.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline In-Reply-To: <874lngzqb6.fsf@cbaines.net> User-Agent: Mutt/1.9.2 (2017-12-15) X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, Jan 20, 2018 at 12:07:41PM +0000, Christopher Baines wrote: > Hey, > > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the service. The following example is guix failing to download something > from that server. > > Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3... > wxwidgets-3.0.3 256KiB/s 00:00 | 16KiB transferred > gzip: stdin: not in gzip format > guix substitute: error: corrupt input while restoring '/gnu/store/pwg84wqsniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3' from #{read pipe}# > wxwidgets-3.0.3 316KiB/s 00:00 | 48KiB transferredguix package: error: build failed: some substitutes for the outputs of derivation `/gnu/store/7f0zr1zgp6q1nyrsxf88qn003gr1w53b-wxwidgets-3.0.3.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source > > I reverted the 4 recent changes [1], changed the service configuration > to use (guix (current-guix)) and now it seems to be working again. > > I've had a look through the changes, I couldn't spot anything, but I > think there could be a regression in these changes [1]. > > Thanks, > > Chris > > > 1: f396611776e7ed6f1a070569a338ad56461b099e > 152b7beeacb72fe96fd5d3c0fd8b321e247c2c6c > c04ffadbed7412545555b8be6b78f23eed150d26 > 297e04d66010ada31a40f40143d81bf6b62affcc [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 MISSING_HEADERS Missing To: header -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Debbugs-Envelope-To: 30184 Cc: 30184@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, Jan 20, 2018 at 12:07:41PM +0000, Christopher Baines wrote: > Hey, > > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the service. The following example is guix failing to download something > from that server. > > Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3... > wxwidgets-3.0.3 256KiB/s 00:00 | 16KiB transferred > gzip: stdin: not in gzip format > guix substitute: error: corrupt input while restoring '/gnu/store/pwg84wqsniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3' from #{read pipe}# > wxwidgets-3.0.3 316KiB/s 00:00 | 48KiB transferredguix package: error: build failed: some substitutes for the outputs of derivation `/gnu/store/7f0zr1zgp6q1nyrsxf88qn003gr1w53b-wxwidgets-3.0.3.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source > > I reverted the 4 recent changes [1], changed the service configuration > to use (guix (current-guix)) and now it seems to be working again. > > I've had a look through the changes, I couldn't spot anything, but I > think there could be a regression in these changes [1]. > > Thanks, > > Chris > > > 1: f396611776e7ed6f1a070569a338ad56461b099e > 152b7beeacb72fe96fd5d3c0fd8b321e247c2c6c > c04ffadbed7412545555b8be6b78f23eed150d26 > 297e04d66010ada31a40f40143d81bf6b62affcc [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 MISSING_HEADERS Missing To: header -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 20, 2018 at 12:07:41PM +0000, Christopher Baines wrote: > Hey, >=20 > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the service. The following example is guix failing to download something > from that server. >=20 > Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5r= xiay-wxwidgets-3.0.3... > wxwidgets-3.0.3 25= 6KiB/s 00:00 | 16KiB transferred > gzip: stdin: not in gzip format > guix substitute: error: corrupt input while restoring '/gnu/store/pwg84wq= sniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3' from #{read pipe}# > wxwidgets-3.0.3 31= 6KiB/s 00:00 | 48KiB transferredguix package: error: build failed: some sub= stitutes for the outputs of derivation `/gnu/store/7f0zr1zgp6q1nyrsxf88qn00= 3gr1w53b-wxwidgets-3.0.3.drv' failed (usually happens due to networking iss= ues); try `--fallback' to build derivation from source >=20 > I reverted the 4 recent changes [1], changed the service configuration > to use (guix (current-guix)) and now it seems to be working again. >=20 > I've had a look through the changes, I couldn't spot anything, but I > think there could be a regression in these changes [1]. >=20 > Thanks, >=20 > Chris >=20 >=20 > 1: f396611776e7ed6f1a070569a338ad56461b099e > 152b7beeacb72fe96fd5d3c0fd8b321e247c2c6c > c04ffadbed7412545555b8be6b78f23eed150d26 > 297e04d66010ada31a40f40143d81bf6b62affcc I'm also coming up against this with my aarch64 machines. The guix version is the same on both of them, both machines are running guix-publish with guix-0.14.0-6.0dcf675. efraim@odroidc2:~$ guix --version guix (GNU Guix) 0.14.0.1000-3b1ad I checked the logs for guix-publish but all I have are entries like: Jan 20 21:16:09 firefly guix[406]: GET /nar/gzip/h4s5s9zlbph0r27x4plfmh89r6= 7s4mdq-dosfstools-4.1 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlpjlfEACgkQQarn3Mo9 g1F+ohAAt/B6N0BJmTOVVc5rX5r9koLenhlbv/7hxnWnLk1giY7HZOAKC3QYVYhz uOi1Sa+xlZqvsJDJBu/D2xxQrMNjjNQwJWVnvSzC8HCb99qM2lu5A4SFznvJlrIn DQxsnk77mDr3/kvEZmacTSFZFuzzxTK6bbxvInw9M18qHJaVUru2x8UaaPhaJQZL Pbuo8ax5p3jmkDJ6hFsrGKfmE2USIj4eT0azmjg5cp7f+UqGh+lwV5sU0y+lMGGL 6edldMPayPf869XWdcBUySCfleuIXq3ZaTQDUuIWMa0wlbRaGAuu8yAxqYK/h0Pb CIpqZOwA/U497plOgRIKSrUBKS+mdf/rblMC8frdZjGTawj5UxVp5CK4VRUhrrII uyT5msCB+XeUn7a0El5Ak6DDFwqTigFxZwnzkYT0TlKeoueJjljKQZBEGgJl7N/s FLwmPBsVLvLxRyNmDQawbyRJQ5fG9akr1TiHPeMVytzvl67Tfzi1Mdn8GjO+Wy6l 4Z7H/d9VjCmsRiyvERAoW4DmRYkT3/BS0TrWYfA2n3GWGPQmmGZd9NtIBu57y+kR TRMe5YZ2w7rFMwRDvrYKq4ph7yluc7w3nDgmUv5lYMjA3nxf/RKs3pN3Siy2P09Y VfemTO43RuGb+7RJfb9rtz2hyA9YIzXjhSap0ZjCODZ4sDymPp4= =r4wI -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 21 12:50:54 2018 Received: (at 30184) by debbugs.gnu.org; 21 Jan 2018 17:50:55 +0000 Received: from localhost ([127.0.0.1]:37304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edJle-0004PS-N6 for submit@debbugs.gnu.org; Sun, 21 Jan 2018 12:50:54 -0500 Received: from mail.lassieur.org ([83.152.10.219]:60326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edJld-0004PJ-8V for 30184@debbugs.gnu.org; Sun, 21 Jan 2018 12:50:53 -0500 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 85e4d841 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 21 Jan 2018 17:50:47 +0000 (UTC) References: <874lngzqb6.fsf@cbaines.net> User-agent: mu4e 0.9.18; emacs 25.3.1 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur To: Christopher Baines Subject: Re: bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring In-reply-to: <874lngzqb6.fsf@cbaines.net> Date: Sun, 21 Jan 2018 18:50:43 +0100 Message-ID: <87607vdrt8.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30184 Cc: 30184@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Christopher Baines writes: > Hey, > > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the service. The following example is guix failing to download something > from that server. > > Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3... > wxwidgets-3.0.3 256KiB/s 00:00 | 16KiB transferred > gzip: stdin: not in gzip format > guix substitute: error: corrupt input while restoring '/gnu/store/pwg84wqsniamc4vx9c7p06284i5rxiay-wxwidgets-3.0.3' from #{read pipe}# > wxwidgets-3.0.3 316KiB/s 00:00 | 48KiB transferredguix package: error: build failed: some substitutes for the outputs of derivation `/gnu/store/7f0zr1zgp6q1nyrsxf88qn003gr1w53b-wxwidgets-3.0.3.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source > > I reverted the 4 recent changes [1], changed the service configuration > to use (guix (current-guix)) and now it seems to be working again. I have the same issue. Thank you for the workaround, it was very helpful. > I've had a look through the changes, I couldn't spot anything, but I > think there could be a regression in these changes [1]. > > Thanks, > > Chris > > > 1: f396611776e7ed6f1a070569a338ad56461b099e > 152b7beeacb72fe96fd5d3c0fd8b321e247c2c6c > c04ffadbed7412545555b8be6b78f23eed150d26 > 297e04d66010ada31a40f40143d81bf6b62affcc From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 22 05:17:35 2018 Received: (at 30184-done) by debbugs.gnu.org; 22 Jan 2018 10:17:35 +0000 Received: from localhost ([127.0.0.1]:37723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edZAV-0004qq-AL for submit@debbugs.gnu.org; Mon, 22 Jan 2018 05:17:35 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:60506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edZAT-0004qi-Sp for 30184-done@debbugs.gnu.org; Mon, 22 Jan 2018 05:17:34 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E209C10149; Mon, 22 Jan 2018 11:17:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KJn2WHLAtFbE; Mon, 22 Jan 2018 11:17:30 +0100 (CET) Received: from ribbon (unknown [193.50.110.135]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8DBE3100E1; Mon, 22 Jan 2018 11:17:30 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Christopher Baines Subject: Re: bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring References: <874lngzqb6.fsf@cbaines.net> Date: Mon, 22 Jan 2018 11:17:30 +0100 In-Reply-To: <874lngzqb6.fsf@cbaines.net> (Christopher Baines's message of "Sat, 20 Jan 2018 12:07:41 +0000") Message-ID: <87vafup58l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30184-done Cc: 30184-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello! Christopher Baines skribis: > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the service. The following example is guix failing to download something > from that server. > > Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5r= xiay-wxwidgets-3.0.3... > wxwidgets-3.0.3 25= 6KiB/s 00:00 | 16KiB transferred > gzip: stdin: not in gzip format This is fixed in 33988f9b5876e4b44cabe1997a91eb604931c1ca. I=E2=80=99ll update the =E2=80=98guix=E2=80=99 snapshot for those who use t= he =E2=80=98guix-publish=E2=80=99 service on GuixSD. Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 22 14:05:26 2018 Received: (at 30184-done) by debbugs.gnu.org; 22 Jan 2018 19:05:26 +0000 Received: from localhost ([127.0.0.1]:38418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edhPK-0004Ob-5v for submit@debbugs.gnu.org; Mon, 22 Jan 2018 14:05:26 -0500 Received: from li622-129.members.linode.com ([212.71.249.129]:55196 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edhPI-0004OU-He for 30184-done@debbugs.gnu.org; Mon, 22 Jan 2018 14:05:25 -0500 Received: by mira.cbaines.net (Postfix, from userid 113) id BE33F1408C2; Mon, 22 Jan 2018 19:05:23 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 5EE931408C0; Mon, 22 Jan 2018 19:05:23 +0000 (GMT) Received: from giedi (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 772a18ea; Mon, 22 Jan 2018 19:05:23 +0000 (UTC) References: <874lngzqb6.fsf@cbaines.net> <87vafup58l.fsf@gnu.org> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring In-reply-to: <87vafup58l.fsf@gnu.org> Date: Mon, 22 Jan 2018 19:05:20 +0000 Message-ID: <87fu6xvhn3.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30184-done Cc: 30184-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: >> I think something may have broken recently with the guix publish >> service. I run this on a server with very basic configuration, just >> setting the host, but I noticed recently that there were problems using >> the service. The following example is guix failing to download something >> from that server. >> >> Downloading http://beid.cbaines.net/nar/gzip/pwg84wqsniamc4vx9c7p06284i5= rxiay-wxwidgets-3.0.3... >> wxwidgets-3.0.3 2= 56KiB/s 00:00 | 16KiB transferred >> gzip: stdin: not in gzip format > > This is fixed in 33988f9b5876e4b44cabe1997a91eb604931c1ca. > > I=E2=80=99ll update the =E2=80=98guix=E2=80=99 snapshot for those who use= the =E2=80=98guix-publish=E2=80=99 > service on GuixSD. Awesome, thanks Ludo :) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKSBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlpmNfBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xci0g/45zI/CiZxvSIFCS0va7DCwVdtOQlQoYS3mOAwGW/09kbR2VnV/+m1OuzX VC5aYbMtJOOpoLlSvBO2g+r3lIsEBQZSG5jkj42yNV1iIzPQpS0EZSlBpev17hNE vzG/R3+ajqDU/nuAL5bIke3rrNF/mrmz/0HPKUUmRQnxD6P/Qtmf91A2s+XbZL7b 3fW7x+gIVko2Gy+UZF8LQRFIiyBXw/nAgLbr78f2gvv/7+DWnflcLlcuSnbc6JxZ p+znkdWCaFPB7ls98aNXDaksqXPIc6+nwbREdAVHzxZDDdkmF5Njut0RJCX9Deun uWnTAKkUlbIgkgJRegHZWb0cFvMpsN+1NPplIv4vNnZQcis20ZikEaaPJVpyQXyV p4c78JG0c7RvVrIpwVmbC2pgHKj/ZwjfR9nO6ZqQCBflFgZHKjMqd6Gjn5KUcWFt D5DSaVqm2W5KXDmXYtKNNniJxGOJeMKnV32vugaf9BEsHYoSb/HXRVCB9wGEY6Ez s5k0dxcZdvjg88veEdFm4vRklatzsq7P2+PXhbf0Mx5KwWl8wDVr0WmlnYy/JkJI ch+clsgT33/tV4Rwp+5ZpvllQPQr8JAxnVfXvX+i4FRlDUdqY/DKSTmmX+R7iUm5 7C3S39Ht1OmS8+CiCtmtTlqYycYUx1Vpb49xlX8JfVKaIQKGXQ== =Kmj0 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 11 21:13:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 20 Feb 2018 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator