From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33030: Crash in progress-bar Date: Fri, 16 Nov 2018 19:04:12 +0100 Message-ID: <87sh00vqzn.fsf@gnu.org> References: <20181013025308.GA22913@jasmine.lan> <87r2frwcyr.fsf@elephly.net> 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]:36878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNiUK-0000RH-PJ for bug-guix@gnu.org; Fri, 16 Nov 2018 13:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNiUI-0002Iu-U4 for bug-guix@gnu.org; Fri, 16 Nov 2018 13:05:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNiUI-0002IP-88 for bug-guix@gnu.org; Fri, 16 Nov 2018 13:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gNiUH-0003Fi-TR for bug-guix@gnu.org; Fri, 16 Nov 2018 13:05:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r2frwcyr.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 11 Nov 2018 21:55:56 +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: Ricardo Wurmus , clement@lassieur.org Cc: 33030@debbugs.gnu.org Hello, Ricardo Wurmus skribis: > I=E2=80=99ve just got the very same error: > > downloading from https://berlin.guixsd.org/nar/gzip/iql35g1g5q9dkap5splc7= f9ggskr31vl-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 _ #< instal= l: (#< 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/iql35g1g5q9dkap5spl= c7f9ggskr31vl-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/iql35g1g5q9dkap5splc7f9ggs= kr31vl-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 Cl=C3=A9ment just pushed a couple of fixes in this area. Cl=C3=A9ment, is = this what you fixed? Thanks, Ludo=E2=80=99.