From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30476: failing test-suite Date: Fri, 16 Feb 2018 14:00:20 +0100 Message-ID: <878tbtozrv.fsf@gnu.org> References: <873721s27b.fsf@gnu.org> <40111d94-43df-1c0d-3cdb-36b8cf99b0cc@uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emfdY-0002y3-AP for bug-guix@gnu.org; Fri, 16 Feb 2018 08:01:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emfdO-00062w-MR for bug-guix@gnu.org; Fri, 16 Feb 2018 08:01:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37879) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emfdO-00062c-Is for bug-guix@gnu.org; Fri, 16 Feb 2018 08:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emfdO-0000Kf-AQ for bug-guix@gnu.org; Fri, 16 Feb 2018 08:01:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <40111d94-43df-1c0d-3cdb-36b8cf99b0cc@uni-bremen.de> (Martin Castillo's message of "Fri, 16 Feb 2018 12:51:23 +0100") 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: Martin Castillo Cc: 30476@debbugs.gnu.org Martin Castillo skribis: > ++ guix build superseded -d > accepted connection from pid 22991, user pi > random seed for tests: 1518709083 > guix build: package 'superseded' has been superseded by 'bar' > ++ guix build bar -d > accepted connection from pid 23282, user pi > random seed for tests: 1518709358 > + test /home/pi/code/guix/test-tmp/store/y6l76g4i1m2q0ckliw4941x4sa0wa24w-bar-9001.drv = '' > + rm -rf t-guix-build-10577 > FAIL tests/guix-build.sh (exit status: 1) This one looks fishy, I don’t see how it could happen (see tests/guix-build.sh). Is it reproducible? You can run “make check TESTS=tests/guix-build.sh” to run just this test. > In guix/scripts/package.scm: > 250:34 5 (_ # ) > In srfi/srfi-1.scm: > 466:18 4 (fold # ) > In guix/ui.scm: > 1161:13 3 (_ _ 0) > 1040:23 2 (texi->plain-text _) > In texinfo.scm: > 1131:22 1 (parse _) > 966:36 0 (loop # (*fragment*) # ) > > texinfo.scm:966:36: In procedure loop: > texinfo.scm:966:36: Throw to key `parser-error' with args `(#f "Unknown command" ifdtool)'. This one was fixed in commit ec0f3d0a5bdc1f56308aeff5dabfbb3ab18b9810. Thanks, Ludo’.