From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27034: guix system init error Date: Tue, 28 Nov 2017 15:18:38 +0100 Message-ID: <87tvxezdtt.fsf@gnu.org> References: <20170522204919.3fba3de2@riseup.net> <20170523043554.GA12886@jasmine> <20170523010352.7384555d@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJgj6-0005CF-Mw for bug-guix@gnu.org; Tue, 28 Nov 2017 09:19:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJgj0-00066O-Kc for bug-guix@gnu.org; Tue, 28 Nov 2017 09:19:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53201) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJgj0-00066E-Ga for bug-guix@gnu.org; Tue, 28 Nov 2017 09:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJgj0-0005vK-9j for bug-guix@gnu.org; Tue, 28 Nov 2017 09:19:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20170523010352.7384555d@riseup.net> (quiliro@riseup.net's message of "Tue, 23 May 2017 01:03:52 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Quiliro Cc: 27034-done@debbugs.gnu.org Quiliro 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 , which should be fixed for good with the switch from unionfs to overlayfs: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29100 Closing! Ludo=E2=80=99.