Hi, (+Cc: Maxim.)
Chris Marusich <cmmarus...@gmail.com> wrote: > test-name: python-build-system: python-dummy-ok > location: /home/marusich/guix-core-updates/tests/builders.scm:174 > source: > + (test-assert > + (string-append > + "python-build-system: " > + (package-name p)) > + (let* ((drv (package-derivation store p))) > + (build-derivations store (list drv)))) > actual-value: #f > actual-error: > + (out-of-range > + #f > + "Value out of range ~S to ~S: ~S" > + (0 59 81) > + (81)) > result: FAIL Lars-Dominik Braun <l...@6xq.net> skribis: > 586:17 10 (map1 (("source" #<origin "mirror://gnu/tar/tar-1.34.tar.xz" > #<content-hash sha256:0a0x87anh9chbi2cgcyy7pmnm5hzk4yd1w2j8gm1wplwhwkbvgk3> > ("…/gnu/packages/patches/tar-skip-unreliable-tests.patch" > "…/gnu/packages/patches/tar-remove-wholesparse-check.patch") 7fa2f7b41360>) > ("coreutils" #<package coreutils@8.32 guix/build-system/gnu.scm:143 > 7fa2fee74140>) ("grep" #<package grep@3.6 gnu/packages/commencement.scm:3632 > 7fa2fee78e60>) ("locales" #<package glibc-utf8-locales@2.32 > gnu/packages/commencement.scm:3573 7fa2fee74640>) ("bash" #<package > bash-minimal@5.0.16 gnu/packages/commencement.scm:3541 7fa2fee74960>) ("gcc" > #<package gcc@7.5.0 gnu/packages/commencement.scm:3453 7fa2fee74aa0>) > ("ld-wrapper" #<package ld-wrapper-boot3@0 gnu/packages/base.scm:606 > 7fa2f68acc80>) ("libc" #<package glibc@2.32 > gnu/packages/commencement.scm:3348 7fa2fee74dc0>) ("libc:static" #<package > glibc@2.32 gnu/p…> …) …)) > In guix/packages.scm: > 1246:5 9 (expand-input _ _ _ _ _) > In ice-9/boot-9.scm: > 1736:10 8 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) > In guix/packages.scm: > 1251:18 7 (_) > In guix/store.scm: > 2066:24 6 (run-with-store #<store-connection 256.99 7fa2f699daa0> > #<procedure 7fa2f69c6540 at guix/gexp.scm:246:2 (state)> #:guile-for-build _ > #:system _ #:target _) > 1900:8 5 (_ _) > In guix/gexp.scm: > 256:18 4 (_ _) > In guix/packages.scm: > 1638:7 3 (_ _) > 619:2 2 (patch-and-repack #<derivation > /gnu/store/l9nzv7lmznp2y22i2n3j7mccz5jjhlv1-tar-1.34.tar.xz.drv => > /gnu/store/4y8yhyxhvh725bp3bk7wzr3jn8r5hjm0-tar-1.34.tar.xz 7fa2f699d280> > ("…/gnu/packages/patches/tar-skip-unreliable-tests.patch" > "…/gnu/packages/patches/tar-remove-wholesparse-check.patch") #:inputs _ > #:snippet _ #:flags _ #:modules _ #:guile-for-build _ #:system _) > In unknown file: > 1 (string-drop > "/gnu/store/4y8yhyxhvh725bp3bk7wzr3jn8r5hjm0-tar-1.34.tar.xz" 91) > In ice-9/boot-9.scm: > 1669:16 0 (raise-exception _ #:continuable? _) > > ice-9/boot-9.scm:1669:16: In procedure raise-exception: > Value out of range 0 to 59: 91 Maxim, does that ring a bell? I think this has to do with ‘%store-prefix’, ‘%storedir’, etc. shenanigans and their impact on the python-build-system tests you added in ‘core-updates’ a while back. Thanks, Ludo’.