backtrace in guix-weather on unsupported package

  • Open
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • zimoun
Owner
unassigned
Submitted by
Efraim Flashner
Severity
normal
E
E
Efraim Flashner wrote on 25 Jan 2021 19:15
(address . bug-guix@gnu.org)
YA8KqNJ0w9Q88wgW@3900XT
GHC isn't available for aarch64, only i686-linux and x86_64-linux.

(ins)efraim@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...
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@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAPCqUACgkQQarn3Mo9
g1HlFg//XHAnrS7mqvhpewjBkv72bkxbCGUcLvbfzJoDLxfmaWIQGFEbkYdRNzNK
do/yafuc+HQl2r8SQLPEgEfphFfuDL8W1EioiWyUSv9DYR/Fh69xlGLEA9v/tPEX
c2/8FWligyMNmJ//DmBuDkGsWIwHKkCdyZ12gMDRjAv/ePBEII9N/t0p1rpCAH4P
RpWc6woSr0zbhO6acBNgwXVjkbHNWCjwm2HhRV8+xJI4RwNZORAVf9rIO/LLW39t
q2Ph+9IsrXqNZINmKInlltHCFWb0Pzv9mqHjn0Eex2afT2h69VaWlqNKjGZVesDm
OCCg74vZlz4u4MTZxZeSplqrZj5VV8GTgEoYoVcjXDsj1DGi86mnw+4SBuGffsk9
qSAQ8k5FpXPe0UthJhAw5eUDNW/9Fli/9AH2FuQeTU+/OfRfddKagqOrO5XqmyAM
kMpbIFbP6ok0X+ECirPIx/rY68ib/0UnPCBV4/t9d5jcUT9Z5BmEAeH+tlwYADsJ
XoLwogbCsL52DJbuAPw9RUSTs+CVE1wab5AlZx7jZK7Ns3+XSVACI8h08NJy2+8g
aWKK2BypnRPy8KEFiFBsEihILsLOskUYbVMoxeqKS3+vwy48Got3IM/GX3JPnZrR
0vTC7SMjUfJGQowFr0NAMYhBFwptWGHiPrw6bAmMEzWAx83Qo+I=
=8EP1
-----END PGP SIGNATURE-----


Z
Z
zimoun wrote on 29 Jan 2021 11:40
868s8cgh5n.fsf@gmail.com
Hi,

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

Toggle snippet (50 lines)
$ 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)'.

And to add more…

Toggle snippet (39 lines)
$ 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@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@8.32 guix/…>) …))
586:29 13 (map1 (("grep" #<package grep@3.4 gnu/packages/com…>) …))
586:29 12 (map1 (("locales" #<package glibc-utf8-locales@2.3…>) …))
586:29 11 (map1 (("bash" #<package bash-minimal@5.0.16 gnu/p…>) …))
586:17 10 (map1 (("gcc" #<package gcc@7.5.0 gnu/packages/com…>) …))
In guix/packages.scm:
1018:20 9 (rewrite ("gcc" #<package gcc@7.5.0 gnu/packages/comm…>))
In guix/memoization.scm:
101:0 8 (_ #<hash-table 7fd6877e94c0 14/31> #<package gcc@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@7.5.0 gnu/packages/commencemen…>)
In gnu/packages/gcc.scm:
141:30 4 (arguments #<package gcc@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
?