From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#33778: guix copy fails Date: Tue, 18 Dec 2018 16:20:14 -0500 Message-ID: <87pntyjzva.fsf@netris.org> References: <87imzsuhdf.fsf@elephly.net> <8736qv24an.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZMoY-00006t-EZ for bug-guix@gnu.org; Tue, 18 Dec 2018 16:22:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZMoU-0001Y5-Or for bug-guix@gnu.org; Tue, 18 Dec 2018 16:22:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49516) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZMoU-0001XO-DX for bug-guix@gnu.org; Tue, 18 Dec 2018 16:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZMoU-0003jW-5Y for bug-guix@gnu.org; Tue, 18 Dec 2018 16:22:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736qv24an.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 17 Dec 2018 23:10:08 +0100") 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: 33778@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> ~/dev/gx/branches/master/pre-inst-env guix copy --to=3Delephly.net:1022 = /gnu/store/b10q1d2hks78i6vbjwrf71xxsyc1xb95-system >> Backtrace: >> 8 (apply-smob/1 #) >> In ice-9/boot-9.scm: >> 705:2 7 (call-with-prompt _ _ #) >> In ice-9/eval.scm: >> 619:8 6 (_ #(#(#))) >> In guix/ui.scm: >> 1603:12 5 (run-guix-command _ . _) >> In ice-9/boot-9.scm: >> 829:9 4 (catch srfi-34 #= # =E2=80=A6) >> 829:9 3 (catch system-error # # =E2=80=A6) >> In guix/scripts/copy.scm: >> 80:27 2 (send-to-remote-host _ _) >> In guix/ssh.scm: >> 281:18 1 (send-files # _ _ #:recursive?= _ #:log-port _) >> In unknown file: >> 0 (length #) >> >> ERROR: In procedure length: >> In procedure length: Wrong type argument in position 1: # > > The # comes from the =E2=80=98node-eval=E2=80=99 code right = above line 281 > of guix/ssh.scm. > > Could it be that the (guix =E2=80=A6) modules were not found on the target > machine, or that guix-daemon was not running there? FYI, about 5 days ago I saw the same error occur on Hydra, during a build offloaded to guix.sjd.se. I reported it as bug #33722. https://bugs.gnu.org/33722 The relevant build aborted due to the error, but was later retried and succeeded. It's the only time I've ever seen this error, so I guess the bug is relatively new. Mark