From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Vong Subject: bug#21410: [TEST-FAIL] 2 tests failed when running `make check' on Debian Date: Fri, 4 Sep 2015 14:44:40 +0800 Message-ID: <20150904144440.2f14182d@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXlLy-0004Ir-Gy for bug-guix@gnu.org; Fri, 04 Sep 2015 03:24:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXlLu-0001lp-Iq for bug-guix@gnu.org; Fri, 04 Sep 2015 03:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXlLu-0001ll-FO for bug-guix@gnu.org; Fri, 04 Sep 2015 03:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZXlLu-0003mv-4h for bug-guix@gnu.org; Fri, 04 Sep 2015 03:24:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXkk6-0005oq-4C for bug-guix@gnu.org; Fri, 04 Sep 2015 02:44:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXkk1-0000aM-3s for bug-guix@gnu.org; Fri, 04 Sep 2015 02:44:58 -0400 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:32770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXkk0-0000Zx-Nf for bug-guix@gnu.org; Fri, 04 Sep 2015 02:44:53 -0400 Received: by pacex6 with SMTP id ex6so15196657pac.0 for ; Thu, 03 Sep 2015 23:44:51 -0700 (PDT) Received: from debian (1-64-82-094.static.netvigator.com. [1.64.82.94]) by smtp.gmail.com with ESMTPSA id eh4sm1219646pbd.27.2015.09.03.23.44.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Sep 2015 23:44:51 -0700 (PDT) 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: 21410@debbugs.gnu.org Hi everyone, I tried to compile Guix on Debian Sid, the compilation succeeded, but the 2 of the tests in the Testsuit failed. The following is what commands I have run, all commands are run as non-root: $ git clone git://git.savannah.gnu.org/guix.git $ cd guix $ ./bootstrap $ ./configure $ make -j4 $ make -j4 check The Testsuite summary (test-suite.log) is inlined below: ====================================== GNU Guix 0.8.3: ./test-suite.log ====================================== # TOTAL: 47 # PASS: 45 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: tests/syscalls ==================== ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/2.0/ccache/srfi/srfi-64.go ERROR: In procedure primitive-load: ERROR: In procedure scm_i_lreadparen: tests/syscalls.scm:128:14: end of file %%%% Starting test syscalls (Writing full log to "syscalls.log") tests/syscalls.scm:85: FAIL clone tests/syscalls.scm:98: FAIL setns ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/2.0/ccache/srfi/srfi-64.go %%%% Starting test syscalls (Writing full log to "syscalls.log") tests/syscalls.scm:85: FAIL clone tests/syscalls.scm:98: FAIL setns tests/syscalls.scm:127: FAIL pivot-root # of expected passes 15 # of unexpected failures 3 FAIL: tests/containers ====================== %%%% Starting test containers (Writing full log to "containers.log") tests/containers.scm:37: FAIL call-with-container, user namespace tests/containers.scm:45: FAIL call-with-container, uts namespace tests/containers.scm:55: FAIL call-with-container, pid namespace tests/containers.scm:70: FAIL call-with-container, mnt namespace tests/containers.scm:77: FAIL call-with-container, all namespaces tests/containers.scm:83: FAIL container-excursion # of unexpected failures 6 ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /usr/lib/x86_64-linux-gnu/guile/2.0/ccache/srfi/srfi-64.go FAIL tests/containers.scm (exit status: 1)