From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34945: Guix repository `make check` failing tests Date: Tue, 26 Mar 2019 11:10:31 +0100 Message-ID: <87h8bqhroo.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8j2t-0000oM-Uv for bug-guix@gnu.org; Tue, 26 Mar 2019 06:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8j2s-0005AZ-Vn for bug-guix@gnu.org; Tue, 26 Mar 2019 06:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8j2s-0005AO-Nt for bug-guix@gnu.org; Tue, 26 Mar 2019 06:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8j2s-0000cA-Fm for bug-guix@gnu.org; Tue, 26 Mar 2019 06:11:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (mikadoZero's message of "Fri, 22 Mar 2019 09:40:16 -0400") 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: mikadoZero Cc: 34945-done@debbugs.gnu.org Hello, mikadoZero skribis: > FAIL: tests/scripts > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > test-name: parse-command-line > location: /home/guix/u/guix/guix/tests/scripts.scm:31 > source: > + (test-equal > + "parse-command-line" > + '((argument . "bar") > + (argument . "foo") > + (cores . 10) > + (substitutes? . #f) > + (keep-failed? . #t) > + (max-jobs . 77) > + (cores . 42)) > + (with-environment-variable > + "GUIX_BUILD_OPTIONS" > + "-c 42 -M 77" > + (parse-command-line > + '("--keep-failed" > + "--no-substitutes" > + "--cores=3D10" > + "foo" > + "bar") > + %standard-build-options > + (list '())))) > expected-value: ((argument . "bar") (argument . "foo") (cores . 10) (subs= titutes? . #f) (keep-failed? . #t) (max-jobs . 77) (cores . 42)) > actual-value: #f > actual-error: > + (unbound-variable > + #f > + "Unbound variable: ~S" > + (with-environment-variable) > + #f) > result: FAIL Fixed in 7b7e4e89c8a1a34e166a2755493e48035e8a78ab. > FAIL: tests/pack > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > test-name: self-contained-tarball > location: /home/guix/u/guix/guix/tests/pack.scm:58 > source: > + (test-assert > + "self-contained-tarball" [...] > ;;; (binlink "/gnu/store/h3jhm791rbhni78wcfx43mpi0k3ddy9j-guile-bootstrap= -2.0/bin") > > ;;; (guilelink "gnu/store/hjnd6yskqkyxb4np3hm0x2q2sakgqkzm-profile/bin") > builder for `/gnu/store/0snjjbp96yrgrx0vqyhibkab02iqhzrb-check-tarball.dr= v' failed to produce output path `/gnu/store/id4yn32jlzpzi60n0szf5ajdi49ha6= af-check-tarball' > actual-value: #f > actual-error: > + (srfi-34 > + #) > result: FAIL Fixed in 9c2e58564f3c8b53ce86d5791e3ea5818e1a4fd6. Thanks, Ludo=E2=80=99.