GNU bug report logs -
#27034
tests/store.scm test failures on the installation unionfs
Previous Next
Reported by: Quiliro <quiliro <at> riseup.net>
Date: Tue, 23 May 2017 01:51:01 UTC
Severity: important
Merged with 27035
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #46 received at 27034-done <at> debbugs.gnu.org (full text, mbox):
Quiliro <quiliro <at> riseup.net> skribis:
> test-name: dead path can be explicitly collected
> location: /tmp/guix-build-guix-0.13.0.drv-0/source/tests/store.scm:178
> source:
> + (test-assert
> + "dead path can be explicitly collected"
> + (let ((p (add-text-to-store
> + %store
> + "random-text"
> + (random-text)
> + '())))
> + (let-values
> + (((paths freed) (delete-paths %store (list p))))
> + (and (equal? paths (list p))
> + (> freed 0)
> + (not (file-exists? p))))))
> actual-value: #f
> result: FAIL
[...]
> + finding garbage collector roots...
> removing stale temporary roots file `/tmp/guix-tests/var/12270/temproots/.fuse_hidden0000ea9c000016c6'
> deleting unused links...
> finding garbage collector roots...
> removing stale temporary roots file `/tmp/guix-tests/var/12270/temproots/.fuse_hidden0000ea9c000016fe'
> deleting unused links...
> finding garbage collector roots...
> removing stale temporary roots file `/tmp/guix-tests/var/12270/temproots/.fuse_hidden0000ea9c0000170c'
> deleting unused links...
This all seemed to be the same issue as
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23056>, which should be
fixed for good with the switch from unionfs to overlayfs:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29100
Closing!
Ludo’.
This bug report was last modified 7 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.