bug-guix
[Top][All Lists]
Advanced

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

bug#29363: Single test failure building Guix


From: Ludovic Courtès
Subject: bug#29363: Single test failure building Guix
Date: Mon, 20 Nov 2017 16:55:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Rutger,

Rutger Helling <address@hidden> skribis:

> test-name: dead path can be explicitly collected
> location: 
> /tmp/guix-build-guix-0.13.0-10.0b4c385.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

I didn’t experience this on my laptop.  Is it reproducible if you run
“guix build guix” a second time?

Thanks,
Ludo’.





reply via email to

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