GNU bug report logs - #46104
backtrace in guix-weather on unsupported package

Previous Next

Package: guix;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Mon, 25 Jan 2021 18:17:02 UTC

Severity: normal

To reply to this bug, email your comments to 46104 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#46104; Package guix. (Mon, 25 Jan 2021 18:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Efraim Flashner <efraim <at> flashner.co.il>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 25 Jan 2021 18:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: bug-guix <at> gnu.org
Subject: backtrace in guix-weather on unsupported package
Date: Mon, 25 Jan 2021 20:15:04 +0200
[Message part 1 (text/plain, inline)]
GHC isn't available for aarch64, only i686-linux and x86_64-linux.

(ins)efraim <at> 3900XT ~/workspace/guix$ guix weather ghc --system=aarch64-linux
computing 0 package derivations for aarch64-linux...
looking for 0 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
Backtrace:
           8 (primitive-load "/home/efraim/.config/guix/current/bin/…")
In guix/ui.scm:
  2154:12  7 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1736:10  6 (with-exception-handler _ _ #:unwind? _ # _)
  1731:15  5 (with-exception-handler #<procedure 7f90c690a0c0 at ic…> …)
In guix/scripts/weather.scm:
    546:9  4 (_)
In guix/build/utils.scm:
   569:23  3 (every* #<procedure 7f90b94abe10 at guix/scripts/weath…> …)
In guix/scripts/weather.scm:
   547:19  2 (_ "https://ci.guix.gnu.org")
   197:22  1 (_ _ ())
In ice-9/boot-9.scm:
  1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Throw to key `numerical-overflow' with args `("/" "Numerical overflow" #f #f)'.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#46104; Package guix. (Fri, 29 Jan 2021 10:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 46104 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>, 46104 <at> debbugs.gnu.org
Subject: Re: bug#46104: backtrace in guix-weather on unsupported package
Date: Fri, 29 Jan 2021 11:40:36 +0100
Hi,

On Mon, 25 Jan 2021 at 20:15, Efraim Flashner <efraim <at> flashner.co.il> wrote:
> GHC isn't available for aarch64, only i686-linux and x86_64-linux.
>
> (ins)efraim <at> 3900XT ~/workspace/guix$ guix weather ghc --system=aarch64-linux

--8<---------------cut here---------------start------------->8---
$ guix package -A | cut -f1 | grep ghc | tail -n2
ghcid
r-cghcall

$ guix weather --system=aarch64-linux $(guix package -A | cut -f1 | grep ghc | tail -n2)
computing 1 package derivations for aarch64-linux...
looking for 1 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
  0.0% substitutes available (0 out of 1)
  unknown substitute sizes
  0.0 MiB on disk (uncompressed)
  0.000 seconds per request (0.0 seconds in total)
  2,849.0 requests per second

  0.0% (0 out of 1) of the missing items are queued
  27 queued builds
      i586-gnu: 11 (40.7%)
      armhf-linux: 1 (3.7%)
      i686-linux: 12 (44.4%)
      aarch64-linux: 3 (11.1%)
  build rate: 28.75 builds per hour
      x86_64-linux: 10.67 builds per hour
      i686-linux: 10.11 builds per hour
      aarch64-linux: 8.08 builds per hour

$ guix weather --system=aarch64-linux $(guix package -A | cut -f1 | grep ghc | tail -n2 | head -n1)
computing 0 package derivations for aarch64-linux...
looking for 0 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
Backtrace:
           8 (primitive-load "/home/simon/.config/guix/current/bin/g…")
In guix/ui.scm:
  2154:12  7 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1736:10  6 (with-exception-handler _ _ #:unwind? _ # _)
  1731:15  5 (with-exception-handler #<procedure 7fd0340402d0 at ic…> …)
In guix/scripts/weather.scm:
    545:9  4 (_)
In guix/build/utils.scm:
   569:23  3 (every* #<procedure 7fd02ab69c00 at guix/scripts/weath…> …)
In guix/scripts/weather.scm:
   546:19  2 (_ "https://ci.guix.gnu.org")
   196:22  1 (_ _ ())
In ice-9/boot-9.scm:
  1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Throw to key `numerical-overflow' with args `("/" "Numerical overflow" #f #f)'.
--8<---------------cut here---------------end--------------->8---

And to add more…

--8<---------------cut here---------------start------------->8---
$ guix weather --system=foo hello
Backtrace:
In guix/packages.scm:
   922:40 19 (_ _ ("x86_64-linux" "i686-linux" "armhf-linux" "aar…" …))
In guix/memoization.scm:
    100:0 18 (_ #<hash-table 7fd69076b1a0 0/31> (#<package tar <at> 1…> …) …)
In guix/packages.scm:
   926:35 17 (_)
  1169:16 16 (package->bag _ _ _ #:graft? _)
  1275:48 15 (thunk)
In srfi/srfi-1.scm:
   586:29 14 (map1 (("coreutils" #<package coreutils <at> 8.32 guix/…>) …))
   586:29 13 (map1 (("grep" #<package grep <at> 3.4 gnu/packages/com…>) …))
   586:29 12 (map1 (("locales" #<package glibc-utf8-locales <at> 2.3…>) …))
   586:29 11 (map1 (("bash" #<package bash-minimal <at> 5.0.16 gnu/p…>) …))
   586:17 10 (map1 (("gcc" #<package gcc <at> 7.5.0 gnu/packages/com…>) …))
In guix/packages.scm:
  1018:20  9 (rewrite ("gcc" #<package gcc <at> 7.5.0 gnu/packages/comm…>))
In guix/memoization.scm:
    101:0  8 (_ #<hash-table 7fd6877e94c0 14/31> #<package gcc <at> 7.5.…> …)
In guix/packages.scm:
  1032:13  7 (_)
In guix/build-system/gnu.scm:
   155:33  6 (cut? _)
In gnu/packages/commencement.scm:
  3581:39  5 (arguments #<package gcc <at> 7.5.0 gnu/packages/commencemen…>)
In gnu/packages/gcc.scm:
   141:30  4 (arguments #<package gcc <at> 4.8.5 gnu/packages/gcc.scm:364…>)
In guix/utils.scm:
   466:18  3 (nix-system->gnu-triplet _ _)
In unknown file:
           2 (substring "foo" 0 #f)
In ice-9/boot-9.scm:
  1669:16  1 (raise-exception _ #:continuable? _)
  1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Wrong type (expecting exact integer): #f
--8<---------------cut here---------------end--------------->8---




This bug report was last modified 4 years and 138 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.