From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36840: Failing tests (tests/swh.scm tests/pypi.scm tests/gem.scm tests/crate.scm tests/cpan.scm) Date: Fri, 09 Aug 2019 11:20:38 +0200 Message-ID: <87ftmabspl.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 ([2001:470:142:3::10]:48362) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hw157-0001Bw-Kg for bug-guix@gnu.org; Fri, 09 Aug 2019 05:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hw155-0000xF-Sm for bug-guix@gnu.org; Fri, 09 Aug 2019 05:21:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33230) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hw154-0000s1-RV for bug-guix@gnu.org; Fri, 09 Aug 2019 05:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hw154-00070f-Eh for bug-guix@gnu.org; Fri, 09 Aug 2019 05:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (P.'s message of "Mon, 29 Jul 2019 16:15:59 +0000") 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: P Cc: 36840@debbugs.gnu.org Hello, P skribis: > commit: 767a0a18d88479c713f1b9b034bd06eedfe71a80 (or rather the previous = commit, there are some small unrelated changes in gnu/packages/idris.scm) > > make check TESTS=3D"tests/swh.scm tests/pypi.scm tests/gem.scm tests/crat= e.scm tests/cpan.scm" SCM_LOG_DRIVER_FLAGS=3D"--brief=3Dno" > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > GNU Guix 1.0.1.1832-23243: ./test-suite.log > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > # TOTAL: 21 > # PASS: 12 > # SKIP: 1 > # XFAIL: 0 > # FAIL: 8 > # XPASS: 0 > # ERROR: 0 The likely reason is that you=E2=80=99re using Guile-JSON 1.x instead of 3.= x, which is now required. If you=E2=80=99re using =E2=80=98guix environment=E2=80=99, you may need to= run: guix environment guix --ad-hoc guile-json@3 HTH! Ludo=E2=80=99.