From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#25256: A lot of tests failed when building guix 0.12.0 from source Date: Sat, 24 Dec 2016 16:36:14 -0500 Message-ID: <20161224213614.GA9504@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKu02-0005Vn-TM for bug-guix@gnu.org; Sat, 24 Dec 2016 16:37:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKtzz-0001pB-PQ for bug-guix@gnu.org; Sat, 24 Dec 2016 16:37:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38699) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cKtzy-0001p0-C8 for bug-guix@gnu.org; Sat, 24 Dec 2016 16:37:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cKtzy-0000ja-1y for bug-guix@gnu.org; Sat, 24 Dec 2016 16:37:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: 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: Alex Vong Cc: 25256@debbugs.gnu.org On Sat, Dec 24, 2016 at 06:56:24AM +0000, Alex Vong wrote: > Hello Guix, Hi! > Congratulation on guixsd moving to beta, maybe I should try it during > the holiday! > > A tarball with all the test logs archived is in the attachment. As > usual, the tests are run on Debian Testing with 'uname -a' outputting > 'Linux debian 4.8.0-2-amd64 #1 SMP Debian 4.8.11-1 (2016-12-02) x86_64 > GNU/Linux' Thanks for the report! I think something is fishy with the test set-up, although I'm not sure what. For example, this is the contents of guix-daemon.log: 1 + set -e 2 + guix-daemon --version 3 guix-daemon: unrecognized option '--version' 4 Try `guix-daemon --help' or `guix-daemon --usage' for more information. 5 FAIL tests/guix-daemon.sh (exit status: 64) My guix-daemon does accept the '--version' option. Can you say how you built Guix and give some more information about the environment the tests ran in? For example, did you use `guix environment`? For the record, I also tried it on Debian testing with a 4.8.x kernel on x86_64, and my only test failure is tests/syscalls.scm, which I'm going to look into :)