GNU bug report logs - #52752
guix build guix fails tests on i686

Previous Next

Package: guix;

Reported by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Date: Thu, 23 Dec 2021 08:03:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52752 in the body.
You can then email your comments to 52752 AT debbugs.gnu.org in the normal way.

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#52752; Package guix. (Thu, 23 Dec 2021 08:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 23 Dec 2021 08:03:02 GMT) Full text and rfc822 format available.

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

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: bug-guix <at> gnu.org
Subject: guix build guix fails tests on i686
Date: Thu, 23 Dec 2021 09:01:58 +0100
[Message part 1 (text/plain, inline)]
Hi,

I tried to build guix with the following command
(GUILE_LOAD_COMPILED_PATH is to workaround another issue that I also
bugreported):
> GUILE_LOAD_COMPILED_PATH="" guix build -M 1 -c 1 guix

And I have done guix pull very recently:
> $ GUILE_LOAD_COMPILED_PATH="" guix describe
> Generation 17	Dec 23 2021 02:33:28	(current)
>   guix 867c33d
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 867c33d3d76b473b4d30dcc8a01b0f770a397146

But the tests fail:
> make  check-TESTS check-local
> make[3]: Entering directory
> '/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source' make[4]:
> Entering directory
> '/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source' PASS:
> tests/accounts.scm PASS: tests/base16.scm PASS: tests/base32.scm
> PASS: tests/base64.scm
> PASS: tests/boot-parameters.scm
> PASS: tests/bournish.scm
> SKIP: tests/builders.scm
> PASS: tests/build-utils.scm
> PASS: tests/cache.scm
> PASS: tests/challenge.scm
> SKIP: tests/channels.scm
> PASS: tests/combinators.scm
> SKIP: tests/containers.scm
> PASS: tests/cpan.scm
> SKIP: tests/cpio.scm
> PASS: tests/cran.scm
> SKIP: tests/crate.scm
> PASS: tests/cve.scm
> SKIP: tests/debug-link.scm
> SKIP: tests/derivations.scm
> PASS: tests/discovery.scm
> PASS: tests/egg.scm
> PASS: tests/elpa.scm
> PASS: tests/file-systems.scm
> PASS: tests/gem.scm
> PASS: tests/gexp.scm
> SKIP: tests/git.scm
> SKIP: tests/git-authenticate.scm
> PASS: tests/glob.scm
> PASS: tests/gnu-maintenance.scm
> PASS: tests/grafts.scm
> PASS: tests/graph.scm
> FAIL: tests/gremlin.scm
> SKIP: tests/hackage.scm
> PASS: tests/home-import.scm
> SKIP: tests/import-git.scm
> PASS: tests/import-utils.scm
> SKIP: tests/inferior.scm
> PASS: tests/lint.scm
> PASS: tests/minetest.scm
> PASS: tests/modules.scm
> PASS: tests/monads.scm
> PASS: tests/nar.scm
> PASS: tests/networking.scm
> PASS: tests/opam.scm
> PASS: tests/openpgp.scm
> SKIP: tests/packages.scm
> SKIP: tests/pack.scm
> PASS: tests/pki.scm
> PASS: tests/print.scm
> PASS: tests/processes.scm
> SKIP: tests/profiles.scm
> PASS: tests/publish.scm
> SKIP: tests/pypi.scm
> PASS: tests/records.scm
> PASS: tests/scripts.scm
> PASS: tests/search-paths.scm
> PASS: tests/services.scm
> PASS: tests/services/file-sharing.scm
> PASS: tests/services/linux.scm
> PASS: tests/services/telephony.scm
> PASS: tests/sets.scm
> PASS: tests/size.scm
> PASS: tests/status.scm
> PASS: tests/store-database.scm
> PASS: tests/store-deduplication.scm
> PASS: tests/store-roots.scm
> PASS: tests/store.scm
> PASS: tests/substitute.scm
> PASS: tests/swh.scm
> SKIP: tests/syscalls.scm
> PASS: tests/system.scm
> PASS: tests/style.scm
> PASS: tests/texlive.scm
> PASS: tests/transformations.scm
> PASS: tests/ui.scm
> SKIP: tests/union.scm
> SKIP: tests/upstream.scm
> PASS: tests/utils.scm
> PASS: tests/uuid.scm
> PASS: tests/workers.scm
> PASS: tests/go.scm
> PASS: tests/guix-build.sh
> SKIP: tests/guix-build-branch.sh
> PASS: tests/guix-download.sh
> SKIP: tests/guix-git-authenticate.sh
> PASS: tests/guix-hash.sh
> SKIP: tests/guix-pack.sh
> SKIP: tests/guix-pack-localstatedir.sh
> SKIP: tests/guix-pack-relocatable.sh
> PASS: tests/guix-package.sh
> PASS: tests/guix-package-aliases.sh
> SKIP: tests/guix-package-net.sh
> FAIL: tests/guix-system.sh
> SKIP: tests/guix-home.sh
> PASS: tests/guix-archive.sh
> PASS: tests/guix-authenticate.sh
> PASS: tests/guix-environment.sh
> SKIP: tests/guix-environment-container.sh
> PASS: tests/guix-shell.sh
> PASS: tests/guix-graph.sh
> SKIP: tests/guix-describe.sh
> PASS: tests/guix-repl.sh
> PASS: tests/guix-lint.sh
> PASS: tests/guix-gc.sh
> PASS: tests/guix-daemon.sh
> ============================================================================
> Testsuite summary for GNU Guix 1.3.0-16.10ceb3e
> ============================================================================
> # TOTAL: 2075
> # PASS:  1968
> # SKIP:  104
> # XFAIL: 1
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to bug-guix <at> gnu.org
> ============================================================================
> make[4]: *** [Makefile:6408: test-suite.log] Error 1
> make[4]: Leaving directory
> '/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source' make[3]: ***
> [Makefile:6516: check-TESTS] Error 2 make[3]: Leaving directory
> '/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source' make[2]: ***
> [Makefile:6765: check-am] Error 2 make[2]: Leaving directory
> '/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source' make[1]: ***
> [Makefile:6293: check-recursive] Error 1 make[1]: Leaving directory
> '/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source' make: ***
> [Makefile:6767: check] Error 2
> 
> Test suite failed, dumping logs.
> 
> --- ./test-suite.log
> --------------------------------------------------------
> 
> =================================================
>    GNU Guix 1.3.0-16.10ceb3e: ./test-suite.log
> =================================================
> 
> # TOTAL: 2075
> # PASS:  1968
> # SKIP:  104
> # XFAIL: 1
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
[...]
> ;;; (truth ("linux-gate.so.1"
> "/gnu/store/g64a68qy52ca2jsxh83s77f9bapja3bh-guile-3.0.7/lib/libguile-3.0.so.1"
> "/gnu/store/5vvazsd8rh0wlinglskwkr7071lh0gb9-libgc-8.0.4/lib/libgc.so.1"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libpthread.so.0"
> "/gnu/store/srz34zllfncr9iap93p8j1s8pj3rzy8n-libffi-3.3/lib/libffi.so.7"
> "/gnu/store/1kfjmskgg1623zyw2836cl5kb6s40mpn-libunistring-0.9.10/lib/libunistring.so.2"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libcrypt.so.1"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libdl.so.2"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libm.so.6"
> "/gnu/store/4vafjcwi9vlks5y67naf9gdia9l42pfz-gcc-10.3.0-lib/lib/libgcc_s.so.1"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libc.so.6"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/ld-linux.so.2"))
> 
> ;;; (needed
> ("/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libc.so.6"
> "/gnu/store/4vafjcwi9vlks5y67naf9gdia9l42pfz-gcc-10.3.0-lib/lib/libgcc_s.so.1"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libm.so.6"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libdl.so.2"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libcrypt.so.1"
> "/gnu/store/1kfjmskgg1623zyw2836cl5kb6s40mpn-libunistring-0.9.10/lib/libunistring.so.2"
> "/gnu/store/srz34zllfncr9iap93p8j1s8pj3rzy8n-libffi-3.3/lib/libffi.so.7"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libpthread.so.0"
> "/gnu/store/5vvazsd8rh0wlinglskwkr7071lh0gb9-libgc-8.0.4/lib/libgc.so.1"
> "/gnu/store/g64a68qy52ca2jsxh83s77f9bapja3bh-guile-3.0.7/lib/libguile-3.0.so.1"
> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/ld-linux.so.2"))
> test-name: file-needed/recursive location:
> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source/tests/gremlin.scm:70
> source:
> + (test-assert
> +   "file-needed/recursive"
> +   (let* ((needed
> +            (file-needed/recursive %guile-executable))
> +          (pipe (dynamic-wind
> +                  (lambda ()
> +                    (setenv "LD_TRACE_LOADED_OBJECTS" "yup"))
> +                  (lambda ()
> +                    (open-pipe* OPEN_READ %guile-executable))
> +                  (lambda () (unsetenv "LD_TRACE_LOADED_OBJECTS")))))
> +     (define ldd-rx
> +       (make-regexp
> +         "^[[:blank:]]+([[:graph:]]+ => )?([[:graph:]]+) .*$"))
> +     (define (read-ldd-output port)
> +       (let loop ((result '()))
> +         (match (read-line port)
> +                ((? eof-object?) (reverse result))
> +                ((= (cut regexp-exec ldd-rx <>) m)
> +                 (if m
> +                   (loop (cons (match:substring m 2) result))
> +                   (loop result))))))
> +     (define ground-truth
> +       (remove
> +         (cut string-prefix? "linux-vdso.so" <>)
> +         (read-ldd-output pipe)))
> +     (and (zero? (close-pipe pipe))
> +          (lset= string=?
> +                 (pk 'truth ground-truth)
> +                 (pk 'needed needed)))))
> actual-value: #f
> result: FAIL
[...]
> ;;; (fail #f #f)
> test-name: hackage->guix-package test mixed layout
> location:
> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source/tests/hackage.scm:284
> source:
> + (test-assert
> +   "hackage->guix-package test mixed layout"
> +   (eval-test-with-cabal
> +     test-cabal-mixed-layout
> +     match-ghc-foo))
> actual-value: #f
> result: XFAIL
[...]
> FAIL: tests/guix-system
> =======================
> 
> accepted connection from pid 11528, user nixbld
> + set -e
> + guix system --version
> guix system (GNU Guix) 1.3.0-16.10ceb3e
> Copyright (C) 2021 the Guix authors
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html> This is free software: you are free
> to change and redistribute it. There is NO WARRANTY, to the extent
> permitted by law.
> + tmpfile=t-guix-system-11536
> + errorfile=t-guix-system-error-11536
> +
> tmpdir=/tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536
> + mkdir
> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536
> + trap 'rm -f "$tmpfile" "$errorfile" "$tmpdir"/*; rmdir "$tmpdir"'
> EXIT
> + cat
> + guix system vm t-guix-system-11536
> + cat t-guix-system-error-11536
> t-guix-system-11536:2:3: error: (operating-system): missing field
> initializers (bootloader host-name file-systems timezone)
> + grep 't-guix-system-11536:2:3:.*missing.* initializers'
> t-guix-system-error-11536 t-guix-system-11536:2:3: error:
> (operating-system): missing field initializers (bootloader host-name
> file-systems timezone)
> + cat
> + guix system vm t-guix-system-11536
> + cat t-guix-system-error-11536
> t-guix-system-11536:4:1: missing closing parenthesis
> + grep 't-guix-system-11536:4:1: missing closing paren'
> t-guix-system-error-11536 t-guix-system-11536:4:1: missing closing
> parenthesis
> + cat
> + guix system build t-guix-system-11536 -n
> + grep 't-guix-system-11536:3:2: .*module .*openssh.*not found'
> t-guix-system-error-11536 t-guix-system-11536:3:2: error: module (gnu
> services openssh) not found
> + grep 'Try.*use-service-modules ssh' t-guix-system-error-11536
> hint: Try adding `(use-service-modules ssh)'.
> + cat
> + guix system build t-guix-system-11536 -n
> + grep 't-guix-system-11536:3:2: .*module .*qemu.*not found'
> t-guix-system-error-11536 t-guix-system-11536:3:2: error: module (gnu
> packages qemu) not found
> + grep 'Try.*use-package-modules virtualization'
> t-guix-system-error-11536 hint: Try adding `(use-package-modules
> virtualization)'.
> + cat
> + guix system build t-guix-system-11536 -n
> ++ guile -c '(display (effective-version))'
> + test 3.0 = 3.0
> + grep 't-guix-system-11536:[0-9]\+:[0-9]\+:.*GRUB-config.*[Uu]nbound
> variable' t-guix-system-error-11536 t-guix-system-11536:9:15: error:
> GRUB-config: unbound variable
> + cat
> + guix system build t-guix-system-11536 -n
> + grep 't-guix-system-11536:3:[0-9]\+:.*%base-file-system.*invalid
> field specifier' t-guix-system-error-11536 t-guix-system-11536:3:0:
> error: %base-file-systems: invalid field specifier
> + OS_BASE='
>   (host-name "antelope")
>   (timezone "Europe/Paris")
>   (locale "en_US.UTF-8")
> 
>   (bootloader (bootloader-configuration
>                (bootloader grub-bootloader)
>                (targets (list "/dev/sdX"))))
>   (file-systems (cons (file-system
>                         (device (file-system-label "root"))
>                         (mount-point "/")
>                         (type "ext4"))
>                       %base-file-systems))
> '
> + cat
> + guix system vm t-guix-system-11536
> accepted connection from pid 11587, user nixbld
> + grep 'service '\''networking'\''.*more than once'
>   t-guix-system-error-11536 guix system: error: service 'networking'
>   provided more than once
> + cat
> + guix system build t-guix-system-11536
> accepted connection from pid 11594, user nixbld
> + grep 'service '\''buggy!'\''.*'\''does-not-exist'\''.*not provided'
>   t-guix-system-error-11536 guix system: error: service 'buggy!'
>   requires 'does-not-exist', which is not provided by any service
> + make_user_config users wheel
> + cat
> + guix system build t-guix-system-11536 -n
> accepted connection from pid 11601, user nixbld
> substitute: guix substitute: warning: ACL for archive imports seems to
>   be uninitialized, substitutes may be unavailable substitute: guix
>   substitute: warning: authentication and authorization of substitutes
>   disabled! The following derivations would be built:
[some very long content with mutilpe times messages about derivatins
having to be built]
>    /tmp/guix-tests/store/m5cw9sfv6phbx9k3idg2mbbg48qi4gz1-autoconf-2.71.drv
>    /tmp/guix-tests/store/4g4rsrhk6crmqbr4bb38fdih156g46yx-autoconf-2.71.tar.xz.drv
>    /tmp/guix-tests/store/jgmx7r2r45zn15ipwfiv43yxcqdsgxnm-partition.img.drv
> 
> guix system: warning: only 3.0 GiB of free space available on
> /tmp/guix-tests/store hint: Consider deleting old profile generations
> and collecting garbage, along these lines:
> 
>      guix gc --delete-generations=1m
> 
> + for example in gnu/system/examples/*.tmpl
> + echo gnu/system/examples/desktop.tmpl
> + grep hurd
> + target=
> + guix system -n disk-image gnu/system/examples/desktop.tmpl
> accepted connection from pid 11777, user nixbld
> guix system: warning: 'disk-image' is deprecated: use 'image' instead
> guix system: error: service 'xorg-server' provided more than once
> + rm -f t-guix-system-11536 t-guix-system-error-11536
> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536/config.scm
> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536/my-torrc
> + rmdir
> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536 FAIL
> tests/guix-system.sh (exit status: 1)

I've also attached the error log.

Denis.
[7ki609cvrzy8far8rgqbh1yp8arq5y-guix-1.3.0-16.10ceb3e.drv.bz2 (application/x-bzip, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Added indication that bug 52752 blocks53214 Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 14 Jan 2022 15:40:02 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 14 Jan 2022 21:45:02 GMT) Full text and rfc822 format available.

Notification sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
bug acknowledged by developer. (Fri, 14 Jan 2022 21:45:02 GMT) Full text and rfc822 format available.

Message #12 received at 52752-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Cc: 52752-done <at> debbugs.gnu.org
Subject: Re: bug#52752: guix build guix fails tests on i686
Date: Fri, 14 Jan 2022 22:44:35 +0100
Hi Denis,

Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org> skribis:

[...]

> [...]
>> ;;; (truth ("linux-gate.so.1"
>> "/gnu/store/g64a68qy52ca2jsxh83s77f9bapja3bh-guile-3.0.7/lib/libguile-3.0.so.1"
>> "/gnu/store/5vvazsd8rh0wlinglskwkr7071lh0gb9-libgc-8.0.4/lib/libgc.so.1"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libpthread.so.0"
>> "/gnu/store/srz34zllfncr9iap93p8j1s8pj3rzy8n-libffi-3.3/lib/libffi.so.7"
>> "/gnu/store/1kfjmskgg1623zyw2836cl5kb6s40mpn-libunistring-0.9.10/lib/libunistring.so.2"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libcrypt.so.1"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libdl.so.2"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libm.so.6"
>> "/gnu/store/4vafjcwi9vlks5y67naf9gdia9l42pfz-gcc-10.3.0-lib/lib/libgcc_s.so.1"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libc.so.6"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/ld-linux.so.2"))
>> 
>> ;;; (needed
>> ("/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libc.so.6"
>> "/gnu/store/4vafjcwi9vlks5y67naf9gdia9l42pfz-gcc-10.3.0-lib/lib/libgcc_s.so.1"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libm.so.6"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libdl.so.2"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libcrypt.so.1"
>> "/gnu/store/1kfjmskgg1623zyw2836cl5kb6s40mpn-libunistring-0.9.10/lib/libunistring.so.2"
>> "/gnu/store/srz34zllfncr9iap93p8j1s8pj3rzy8n-libffi-3.3/lib/libffi.so.7"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/libpthread.so.0"
>> "/gnu/store/5vvazsd8rh0wlinglskwkr7071lh0gb9-libgc-8.0.4/lib/libgc.so.1"
>> "/gnu/store/g64a68qy52ca2jsxh83s77f9bapja3bh-guile-3.0.7/lib/libguile-3.0.so.1"
>> "/gnu/store/mjdjgiz9k5rrbj440r16z6p5g33nr7d7-glibc-2.33/lib/ld-linux.so.2"))
>> test-name: file-needed/recursive location:
>> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/source/tests/gremlin.scm:70

According to vdso(7), what’s called “linux-vdso.so” on x86_64 and
several other architectures is called “linux-gate.so” on i386.

We don’t see this in the build farm because we perform i386 builds on
x86_64 machines (with an x86_64 kernel).

Anyway, fixed in e7ad192de008a6a21638def6eb973b9cc0c91116.

>> + guix system -n disk-image gnu/system/examples/desktop.tmpl
>> accepted connection from pid 11777, user nixbld
>> guix system: warning: 'disk-image' is deprecated: use 'image' instead
>> guix system: error: service 'xorg-server' provided more than once
>> + rm -f t-guix-system-11536 t-guix-system-error-11536
>> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536/config.scm
>> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536/my-torrc
>> + rmdir
>> /tmp/guix-build-guix-1.3.0-16.10ceb3e.drv-0/t-guix-system-11536 FAIL
>> tests/guix-system.sh (exit status: 1)

I believe this one was fixed by
dc2b90109bbc86dc0124813007d4aa935371cc9c.

Note that we have yet to update the ‘guix’ package for these changes to
actually fix ‘guix build guix’.  We’ll do that soon.

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#52752; Package guix. (Mon, 17 Jan 2022 19:42:02 GMT) Full text and rfc822 format available.

Message #15 received at 52752-done <at> debbugs.gnu.org (full text, mbox):

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 52752-done <at> debbugs.gnu.org
Subject: Re: bug#52752: guix build guix fails tests on i686
Date: Mon, 17 Jan 2022 20:41:31 +0100
[Message part 1 (text/plain, inline)]
On Fri, 14 Jan 2022 22:44:35 +0100
Ludovic Courtès <ludo <at> gnu.org> wrote:

> Hi Denis,
Hi,

Thanks a lot for fixing.

With master at the time of writing[1], I still have 3 failures, but
they seem different:
> PASS: tests/guix-download.sh
> FAIL: tests/guix-git-authenticate.sh
> PASS: tests/guix-hash.sh
> PASS: tests/guix-pack.sh
> PASS: tests/guix-pack-localstatedir.sh
> FAIL: tests/guix-pack-relocatable.sh
> PASS: tests/guix-package.sh
> PASS: tests/guix-package-aliases.sh
> PASS: tests/guix-package-net.sh
> PASS: tests/guix-system.sh
> FAIL: tests/guix-home.sh
> PASS: tests/guix-archive.sh
[...]
> ============================================================================
> Testsuite summary for GNU Guix 1.3.0.14265-5918f
> ============================================================================
> # TOTAL: 2109
> # PASS:  2096
> # SKIP:  9
> # XFAIL: 1
> # FAIL:  3
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to bug-guix <at> gnu.org
> ============================================================================
> make[4]: *** [Makefile:6569: test-suite.log] Error 1
> make[4]: Leaving directory '/home/gnutoo/work/projects/guix/guix'
> make[3]: *** [Makefile:6677: check-TESTS] Error 2
> make[3]: Leaving directory '/home/gnutoo/work/projects/guix/guix'
> make[2]: *** [Makefile:6926: check-am] Error 2
> make[2]: Leaving directory '/home/gnutoo/work/projects/guix/guix'
> make[1]: *** [Makefile:6454: check-recursive] Error 1
> make[1]: Leaving directory '/home/gnutoo/work/projects/guix/guix'
> make: *** [Makefile:6928: check] Error 2

To ran the tests under Guix System i686 in the Guix source with the
following commands[2]:
> $ guix shell -D guix
> $ make
> $ make check

I've attached the test-suite.log as suggested by the make check output.

References:
-----------
[1] b2f6b6f6b9df6bcc24794238e7e97357470af95d (gnu: Add font-plemoljp.)
[2] So it has the latest revision unlike guix build [...]

Denis.
[test-suite.log.xz (application/x-xz, attachment)]
[Message part 3 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 15 Feb 2022 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 42 days ago.

Previous Next


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