From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19756: connection issues lead to cryptic backtrace Date: Sat, 07 Feb 2015 23:18:59 +0100 Message-ID: <87a90p2wmk.fsf@inria.fr> References: <20150203190012.GA28767@venom> 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]:60115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKDjR-0008Up-O6 for bug-guix@gnu.org; Sat, 07 Feb 2015 17:20:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKDjO-0000KW-Sk for bug-guix@gnu.org; Sat, 07 Feb 2015 17:20:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKDjO-0000Iq-IM for bug-guix@gnu.org; Sat, 07 Feb 2015 17:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKDjO-0007EH-C5 for bug-guix@gnu.org; Sat, 07 Feb 2015 17:20:02 -0500 In-Reply-To: <20150203190012.GA28767@venom> Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: sleep_walker@suse.cz Cc: 19756-done@debbugs.gnu.org sleep_walker@suse.cz skribis: > I tried to use guix when I had connection issues and I wasn't aware of > that, I got really wild traceback. It took me a while until I realized > that connection problems may be the issue. > > Please, make the error message for connection problems readable for > humans. [...] > In guix/scripts/substitute-binary.scm: > 766: 5 [#] > In guix/serialization.scm: > 329: 4 [restore "/gnu/store/r8zya664v53f560qbw8caxbwla2dv2zk-libxcb-1.11"] > 329: 3 [restore "/gnu/store/r8zya664v53f560qbw8caxbwla2dv2zk-libxcb-1.11/= lib"] > 299: 2 [restore "/gnu/store/r8zya664v53f560qbw8caxbwla2dv2zk-libxcb-1.11/= lib/libxcb-xfixes.a"] > 94: 1 [read-string #] > 66: 0 [read-int #] > > guix/serialization.scm:66:4: In procedure read-int: > guix/serialization.scm:66:4: In procedure bv-u32-ref: Wrong type argument= in position 1 (expecting bytevector): # This is terrible. This happens when the connection to hydra.gnu.org is lost in the middle of a transfer, which should normally be rare... Commit 46b8aad fixes that. Thanks, Ludo=E2=80=99.