GNU bug report logs -
#37748
'guix' fails tests on non-x86_64 systems
Previous Next
Reported by: Marius Bakke <mbakke <at> fastmail.com>
Date: Mon, 14 Oct 2019 16:31:02 UTC
Severity: important
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 15 Oct 2019 07:31:33 +0200
with message-id <87imoqlglm.fsf <at> gnu.org>
and subject line Re: bug#37748: 'guix' fails tests on non-x86_64 systems
has caused the debbugs.gnu.org bug report #37748,
regarding 'guix' fails tests on non-x86_64 systems
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
37748: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37748
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
The 'guix' package fails a single test on all architectures except
x86_64:
https://ci.guix.gnu.org/search?query=guix-1.0.1-7+spec%3Aguix-master
Here is a more stable URL with a log file:
https://ci.guix.gnu.org/build/1823863/details
Test output:
test-name: fold-available-packages with/without cache
location: /tmp/guix-build-guix-1.0.1-7.fc1fe72.drv-0/source/tests/packages.scm:1110
source:
+ (test-assert
+ "fold-available-packages with/without cache"
+ (let ()
+ (define no-cache
+ (fold-available-packages
+ (lambda* (name version result #:rest rest)
+ (cons (cons* name version rest) result))
+ '()))
+ (define from-cache
+ (call-with-temporary-directory
+ (lambda (cache)
+ (generate-package-cache cache)
+ (mock ((guix describe) current-profile (const cache))
+ (mock ((gnu packages)
+ cache-is-authoritative?
+ (const #t))
+ (fold-available-packages
+ (lambda* (name version result #:rest rest)
+ (cons (cons* name version rest) result))
+ '()))))))
+ (and (equal?
+ (delete-duplicates from-cache)
+ from-cache)
+ (lset= equal? no-cache from-cache))))
actual-value: #f
result: FAIL
[Message part 3 (message/rfc822, inline)]
Ludovic Courtès <ludo <at> gnu.org> skribis:
> Marius Bakke <mbakke <at> fastmail.com> skribis:
>
>> test-name: fold-available-packages with/without cache
>> location: /tmp/guix-build-guix-1.0.1-7.fc1fe72.drv-0/source/tests/packages.scm:1110
>> source:
>> + (test-assert
>> + "fold-available-packages with/without cache"
>> + (let ()
>> + (define no-cache
>> + (fold-available-packages
>> + (lambda* (name version result #:rest rest)
>> + (cons (cons* name version rest) result))
>> + '()))
>> + (define from-cache
>> + (call-with-temporary-directory
>> + (lambda (cache)
>> + (generate-package-cache cache)
>> + (mock ((guix describe) current-profile (const cache))
>> + (mock ((gnu packages)
>> + cache-is-authoritative?
>> + (const #t))
>> + (fold-available-packages
>> + (lambda* (name version result #:rest rest)
>> + (cons (cons* name version rest) result))
>> + '()))))))
>> + (and (equal?
>> + (delete-duplicates from-cache)
>> + from-cache)
>> + (lset= equal? no-cache from-cache))))
>> actual-value: #f
>> result: FAIL
>
> Oops! Commit 88da011592a679776088b64b8d11575563c3f867 fixes it.
>
> I’m testing ‘guix’ packages updated to that commit and will push
> tomorrow if everything goes well and nobody beats me at it.
Done in 062158cd7e89ccd40381ca96ce016c841507cedb.
Ludo'.
This bug report was last modified 5 years and 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.