From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#33542: Strange tarball download error on Hydra Date: Wed, 28 Nov 2018 13:33:27 -0500 Message-ID: <877egxvyp9.fsf@netris.org> References: <87efb5vz0g.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS4g0-0007AS-0P for bug-guix@gnu.org; Wed, 28 Nov 2018 13:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS4fu-0006vf-Rr for bug-guix@gnu.org; Wed, 28 Nov 2018 13:35:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS4fu-0006vB-OM for bug-guix@gnu.org; Wed, 28 Nov 2018 13:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gS4fu-0005XT-Ex for bug-guix@gnu.org; Wed, 28 Nov 2018 13:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efb5vz0g.fsf@netris.org> (Mark H. Weaver's message of "Wed, 28 Nov 2018 13:26:44 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33542@debbugs.gnu.org Mark H Weaver writes: > On Hydra, the armhf builds for al variants of 'linux-libre-4.14.84' > failed because the tarball download failed. See below for the build > log. Strangely, it was unable to find the (guix base16) module. I now see that 89f1fee8e788fc32d08583b4207c1ecb91d50f28 added a new use of (guix base16) during downloads, and that the copies of Guix currently running on the armhf build slaves is too old to include (guix base16). I don't have time to deal with this right now, but I'll take a look in about 12 hours or so. Unfortunately, I expect that a great many armhf builds will fail in the meantime, including all of the kernel updates. Mark