From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24060: Test (tests/publish.scm) still fails after fix Date: Sat, 30 Jul 2016 11:16:51 +0200 Message-ID: <87ziozwkn0.fsf@gnu.org> References: <87r3ajs7p2.fsf@gmail.com> <87twf94ug1.fsf@gmail.com> <87y44lv4sf.fsf@gnu.org> <8737mrr1xm.fsf@gmail.com> 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]:36847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTQPG-00025h-Jx for bug-guix@gnu.org; Sat, 30 Jul 2016 05:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTQPC-0006sA-EB for bug-guix@gnu.org; Sat, 30 Jul 2016 05:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTQPC-0006s6-Aw for bug-guix@gnu.org; Sat, 30 Jul 2016 05:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bTQPC-0006m2-52 for bug-guix@gnu.org; Sat, 30 Jul 2016 05:18:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8737mrr1xm.fsf@gmail.com> (Chris Marusich's message of "Sat, 30 Jul 2016 00:59:49 -0700") 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: Chris Marusich Cc: 24060@debbugs.gnu.org Chris Marusich skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Is this new failure systematic, or does it occur randomly? > > I've tried running the test over 100 times, and it failed every time. > I've also tested it in a QEMU guest running GuixSD, and it still fails. > I will see if I can reproduce it on a totally different physical > computer and get back to you. Oh. Weird because =E2=80=98guix build guix=E2=80=99 doesn=E2=80=99t have t= his problem AFAICS. >> I wonder if this could be a remnant of . >> Does commenting out the =E2=80=9C/nar/gzip/*=E2=80=9D test hide the prob= lem? > > Commenting out that test-equals section did not hide the problem. Could you also comment out "/*.narinfo with compression" and see? We need to find out which of the tests triggers the Guile crash; it=E2=80= =99s most likely one of the recently-added tests. Thanks, Ludo=E2=80=99.