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 failure: tests/publish.scm Date: Tue, 26 Jul 2016 23:08:35 +0200 Message-ID: <871t2g150s.fsf@gnu.org> References: <87r3ajs7p2.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]:57726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS9b9-0007Is-5p for bug-guix@gnu.org; Tue, 26 Jul 2016 17:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS9b4-0008KQ-R7 for bug-guix@gnu.org; Tue, 26 Jul 2016 17:09:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS9b4-0008KM-NN for bug-guix@gnu.org; Tue, 26 Jul 2016 17:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bS9b4-0008CG-J3 for bug-guix@gnu.org; Tue, 26 Jul 2016 17:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r3ajs7p2.fsf@gmail.com> (Chris Marusich's message of "Sun, 24 Jul 2016 02:31:53 -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 Hello! Chris Marusich skribis: > test-name: /nar/gzip/* > location: /home/marusich/guix/tests/publish.scm:163 > source: > + (test-equal > + "/nar/gzip/*" > + "bar" > + (call-with-temporary-output-file > + (lambda (temp port) > + (let ((nar (http-get-port > + (publish-uri > + (string-append "/nar/gzip/" (basename %item)))))) > + (call-with-gzip-input-port > + nar > + (cut restore-file <> temp))) > + (call-with-input-file temp read-string)))) > GET /nar/gzip/z8qsg9bmmjzgfi0bbgls1wxd0wmhhm2i-item > expected-value: bar > actual-value: #f > actual-error: > + (srfi-34 > + #] 27616f0>) > result: FAIL I fail to reproduce it with =E2=80=98make -j=E2=80=99 on my 4-core laptop. = Is it easy to reproduce for you? Does the zlib test always pass, as per: while make check TESTS=3Dtests/zlib.scm ; do : ; done ? Thanks, Ludo=E2=80=99.