bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27034: guix system init error


From: Ludovic Courtès
Subject: bug#27034: guix system init error
Date: Tue, 28 Nov 2017 15:18:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Quiliro <address@hidden> 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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]