From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: bug#22475: guix make check FAIL Date: Wed, 27 Jan 2016 16:53:40 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOSSy-0003vv-4E for bug-guix@gnu.org; Wed, 27 Jan 2016 10:57:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOSSs-0006iN-LQ for bug-guix@gnu.org; Wed, 27 Jan 2016 10:57:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOSSs-0006iJ-Hm for bug-guix@gnu.org; Wed, 27 Jan 2016 10:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aOSSs-0004E7-Cg for bug-guix@gnu.org; Wed, 27 Jan 2016 10:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOSSM-0003Dk-Jm for bug-guix@gnu.org; Wed, 27 Jan 2016 10:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOSSI-0006Uz-Ui for bug-guix@gnu.org; Wed, 27 Jan 2016 10:56:30 -0500 Received: from smtp5.openmailbox.org ([62.4.1.39]:38533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOSSI-0006Us-J2 for bug-guix@gnu.org; Wed, 27 Jan 2016 10:56:26 -0500 Received: from www.openmailbox.org (openmailbox-b2 [10.91.69.220]) by mail2.openmailbox.org (Postfix) with ESMTP id DF5C72AC11A8 for ; Wed, 27 Jan 2016 16:53:40 +0100 (CET) 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22475@debbugs.gnu.org Hi, i clone guix from git(in GuixSD), and when run 'make check' display FAIL message. But the command './pre-inst-env' works. These are the commands that run: git clone git://git.savannah.gnu.org/guix.git guix environment guix ./bootstrap ./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ --localstatedir=/var make make check this is the error message: PASS: tests/base32.scm PASS: tests/base64.scm PASS: tests/cpio.scm PASS: tests/hash.scm PASS: tests/pk-crypto.scm PASS: tests/pki.scm PASS: tests/sets.scm PASS: tests/gnu-maintenance.scm PASS: tests/substitute.scm PASS: tests/builders.scm PASS: tests/derivations.scm PASS: tests/ui.scm PASS: tests/records.scm PASS: tests/utils.scm PASS: tests/build-utils.scm PASS: tests/packages.scm PASS: tests/snix.scm PASS: tests/hackage.scm PASS: tests/cran.scm PASS: tests/elpa.scm FAIL: tests/store.scm PASS: tests/monads.scm PASS: tests/gexp.scm PASS: tests/nar.scm PASS: tests/union.scm PASS: tests/profiles.scm PASS: tests/syscalls.scm PASS: tests/gremlin.scm FAIL: tests/lint.scm PASS: tests/publish.scm PASS: tests/scripts.scm PASS: tests/size.scm PASS: tests/graph.scm PASS: tests/challenge.scm PASS: tests/cve.scm PASS: tests/file-systems.scm PASS: tests/system.scm PASS: tests/services.scm PASS: tests/containers.scm PASS: tests/import-utils.scm PASS: tests/pypi.scm PASS: tests/cpan.scm PASS: tests/gem.scm PASS: tests/guix-build.sh FAIL: tests/guix-download.sh PASS: tests/guix-hash.sh PASS: tests/guix-package.sh PASS: tests/guix-package-net.sh PASS: tests/guix-system.sh PASS: tests/guix-archive.sh PASS: tests/guix-authenticate.sh PASS: tests/guix-environment.sh PASS: tests/guix-environment-container.sh PASS: tests/guix-graph.sh PASS: tests/guix-lint.sh PASS: tests/guix-register.sh PASS: tests/guix-gc.sh PASS: tests/guix-daemon.sh ============================================================================ Testsuite summary for GNU Guix 0.9.1 ============================================================================ # TOTAL: 58 # PASS: 55 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to bug-guix@gnu.org ============================================================================ Makefile:3929: recipe for target 'test-suite.log' failed make[4]: *** [test-suite.log] Error 1 make[4]: Leaving directory '/home/bob/guix' Makefile:4035: recipe for target 'check-TESTS' failed make[3]: *** [check-TESTS] Error 2 make[3]: Leaving directory '/home/bob/guix' Makefile:4278: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 make[2]: Leaving directory '/home/bob/guix' Makefile:3815: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/home/bob/guix' Makefile:4280: recipe for target 'check' failed make: *** [check] Error 2 PASS: tests/base32.scm PASS: tests/base64.scm PASS: tests/cpio.scm PASS: tests/hash.scm PASS: tests/pk-crypto.scm PASS: tests/pki.scm PASS: tests/sets.scm PASS: tests/gnu-maintenance.scm PASS: tests/substitute.scm PASS: tests/builders.scm PASS: tests/derivations.scm PASS: tests/ui.scm PASS: tests/records.scm PASS: tests/utils.scm PASS: tests/build-utils.scm PASS: tests/packages.scm PASS: tests/snix.scm PASS: tests/hackage.scm PASS: tests/cran.scm PASS: tests/elpa.scm FAIL: tests/store.scm PASS: tests/monads.scm PASS: tests/gexp.scm PASS: tests/nar.scm PASS: tests/union.scm PASS: tests/profiles.scm PASS: tests/syscalls.scm PASS: tests/gremlin.scm FAIL: tests/lint.scm PASS: tests/publish.scm PASS: tests/scripts.scm PASS: tests/size.scm PASS: tests/graph.scm PASS: tests/challenge.scm PASS: tests/cve.scm PASS: tests/file-systems.scm PASS: tests/system.scm PASS: tests/services.scm PASS: tests/containers.scm PASS: tests/import-utils.scm PASS: tests/pypi.scm PASS: tests/cpan.scm PASS: tests/gem.scm PASS: tests/guix-build.sh FAIL: tests/guix-download.sh PASS: tests/guix-hash.sh PASS: tests/guix-package.sh PASS: tests/guix-package-net.sh PASS: tests/guix-system.sh PASS: tests/guix-archive.sh PASS: tests/guix-authenticate.sh PASS: tests/guix-environment.sh PASS: tests/guix-environment-container.sh PASS: tests/guix-graph.sh PASS: tests/guix-lint.sh PASS: tests/guix-register.sh PASS: tests/guix-gc.sh PASS: tests/guix-daemon.sh ============================================================================ Testsuite summary for GNU Guix 0.9.1 ============================================================================ # TOTAL: 58 # PASS: 55 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to bug-guix@gnu.org ============================================================================ Makefile:3929: recipe for target 'test-suite.log' failed make[4]: *** [test-suite.log] Error 1 make[4]: Leaving directory '/home/bob/guix' Makefile:4035: recipe for target 'check-TESTS' failed make[3]: *** [check-TESTS] Error 2 make[3]: Leaving directory '/home/bob/guix' Makefile:4278: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 make[2]: Leaving directory '/home/bob/guix' Makefile:3815: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/home/bob/guix' Makefile:4280: recipe for target 'check' failed make: *** [check] Error 2 regards