From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#33030: Crash in progress-bar Date: Sun, 11 Nov 2018 21:55:56 +0100 Message-ID: <87r2frwcyr.fsf@elephly.net> References: <20181013025308.GA22913@jasmine.lan> 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]:51598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLwn3-0007dz-Lm for bug-guix@gnu.org; Sun, 11 Nov 2018 15:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLwn0-0006hV-Dt for bug-guix@gnu.org; Sun, 11 Nov 2018 15:57:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLwmz-0006h3-Tq for bug-guix@gnu.org; Sun, 11 Nov 2018 15:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLwmz-0006Rs-Ls for bug-guix@gnu.org; Sun, 11 Nov 2018 15:57:01 -0500 In-Reply-To: <20181013025308.GA22913@jasmine.lan> Sender: "Debbugs-submit" 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" To: 33030@debbugs.gnu.org I=E2=80=99ve just got the very same error: --8<---------------cut here---------------start------------->8--- downloading from https://berlin.guixsd.org/nar/gzip/iql35g1g5q9dkap5splc7f9= ggskr31vl-NamesList.txt... Backtrace: In guix/scripts/package.scm: 913:10 19 (_) In guix/status.scm: 600:4 18 (call-with-status-report _ _) In guix/scripts/package.scm: 921:14 17 (_) 873:19 16 (process-actions # _) 598:4 15 (options->installable ((upgrade . #f) (verbosity . 0) (graft? = . #t) (substitutes? . #t) (# . #t) # # =E2=80=A6) =E2=80=A6) In srfi/srfi-1.scm: 501:18 14 (fold-right # _ _ . _) In guix/scripts/package.scm: 238:37 13 (transaction-upgrade-entry _ #< install:= (#< name: "qtractor" ve=E2=80=A6>) In guix/packages.scm: 881:14 12 (cache! # # (. #) _) In unknown file: 11 (_ # # #) In guix/grafts.scm: 303:4 10 (graft-derivation # # =E2=80=A6) 181:4 9 (references-oracle # #) 190:20 8 (_ _ _) In guix/store.scm: 1100:15 7 (_ # _ _) 661:13 6 (process-stderr _ _) In unknown file: 5 (display "@ download-progress /gnu/store/iql35g1g5q9dkap5splc7= f9ggskr31vl-NamesList.txt https://berli=E2=80=A6" =E2=80=A6) In guix/status.scm: 521:16 4 (write! _ _ _) 439:6 3 (_ (download-progress "/gnu/store/iql35g1g5q9dkap5splc7f9ggskr= 31vl-NamesList.txt" "https://berlin.=E2=80=A6" =E2=80=A6) =E2=80=A6) In guix/progress.scm: 208:33 2 (display-download-progress _ _ #:start-time _ #:transferred _ = #:log-port _) 183:12 1 (progress-bar _ _) In unknown file: 0 (make-string -51 #\space) ERROR: In procedure make-string: Value out of range 0 to 18446744073709551615: -51 --8<---------------cut here---------------end--------------->8--- I do not have a local log file for the download of that file. =E2=80=9Cguix build --log-file /gnu/store/iql35g1g5q9dkap5splc7f9ggskr31vl-= NamesList.txt=E2=80=9D prints =E2=80=9Chttps://mirror.hydra.gnu.org/log/iql35g1g5q9dkap5splc7f9ggskr31vl-= NamesList.txt=E2=80=9D. -- Ricardo