From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#26901: During offload, in procedure send-files, '=' applied to #false Date: Sat, 13 May 2017 12:59:31 -0400 Message-ID: <20170513165931.GC4286@jasmine> References: <87wp9lg1x1.fsf@netris.org> <87vap425wu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9aOk-0007wt-Go for bug-guix@gnu.org; Sat, 13 May 2017 13:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9aOh-0001U9-HO for bug-guix@gnu.org; Sat, 13 May 2017 13:00:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40526) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9aOh-0001Tq-Dm for bug-guix@gnu.org; Sat, 13 May 2017 13:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9aOh-00054j-6y for bug-guix@gnu.org; Sat, 13 May 2017 13:00:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87vap425wu.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26901@debbugs.gnu.org On Sat, May 13, 2017 at 04:22:09PM +0200, Ludovic Courtès wrote: > Mark H Weaver skribis: > > > Any idea what went wrong with this aborted build? > > > > https://hydra.gnu.org/build/2043652 > > [...] > > > ?: 6 [primitive-load "/gnu/store/v61l1zcf5ph0vvxajk3b0dqrmqbz495y-guix-0.11.0-8.8d12/bin/.guix-real"] > > [...] > > > In guix/scripts/offload.scm: > > 377: 1 [transfer-and-offload # # # ...] > > 470: 0 [send-files # #] > > > > guix/scripts/offload.scm:470:6: In procedure send-files: > > guix/scripts/offload.scm:470:6: In procedure =: Wrong type argument in position 1: #f > > Dunno what happened, but that’s a relatively old Guix and the line > numbers don’t match current master (3312fda09deca3c44076627c504234d1501a87d6). It's weird that it was using the old Guix, right?