|
From: | Ricardo Wurmus |
Subject: | Re: guix fails to build on aarch64 |
Date: | Fri, 17 Dec 2021 09:59:04 +0100 |
User-agent: | mu4e 1.6.10; emacs 28.0.50 |
Vagrant Cascadian <vagrant@debian.org> writes: > test-name: file-needed/recursive > location: > /tmp/guix-build-guix-1.3.0-14.2a621f1.drv-0/source/tests/gremlin.scm:70 > source: … > + (and (zero? (close-pipe pipe)) > + (lset= string=? > + (pk 'truth ground-truth) > + (pk 'needed needed))))) > actual-value: #f > result: FAIL Did the logs not contain the values for truth and needed? That would mean that the test already failed to close the pipe. -- Ricardo
[Prev in Thread] | Current Thread | [Next in Thread] |