From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces" Date: Tue, 9 Feb 2016 23:59:34 +0100 Message-ID: <20160209235934.5f410f19@scratchpost.org> 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]:44019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTHGS-00047R-5r for bug-guix@gnu.org; Tue, 09 Feb 2016 18:00:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTHGM-0007od-VM for bug-guix@gnu.org; Tue, 09 Feb 2016 18:00:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTHGM-0007np-Oh for bug-guix@gnu.org; Tue, 09 Feb 2016 18:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aTHGM-0002Rs-DB for bug-guix@gnu.org; Tue, 09 Feb 2016 18:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: 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: 22612@debbugs.gnu.org Package: guix Version: git from an hour ago When I bootstrap guix using git clone, `guix environment guix`, ./bootstrap && ./configure --localstatedir=/var && make check starting from GuixSD, then I get at the make check: ... FAIL: tests/syscalls.scm ... # TOTAL: 59 # PASS: 58 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 File "tests/syscalls.log" contains: %%%% Starting test syscalls (Writing full log to "syscalls.log") ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/lib/guile/2.0/ccache/srfi/srfi-64.go %%%% Starting test syscalls (Writing full log to "syscalls.log") ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/lib/guile/2.0/ccache/srfi/srfi-64.go %%%% Starting test syscalls (Writing full log to "syscalls.log") ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/lib/guile/2.0/ccache/srfi/srfi-64.go %%%% Starting test syscalls (Writing full log to "syscalls.log") ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/lib/guile/2.0/ccache/srfi/srfi-64.go %%%% Starting test syscalls (Writing full log to "syscalls.log") tests/syscalls.scm:220: FAIL network-interfaces returns one or more interfaces # of expected passes 17 # of unexpected failures 1 ;;; note: source file ./srfi/srfi-64.scm ;;; newer than compiled /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/lib/guile/2.0/ccache/srfi/srfi-64.go ./test-env: line 1: 4319 Terminated "/home/dannym/src/guix/pre-inst-env" "/home/dannym/src/guix/guix-daemon" --disable-chroot --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL" FAIL tests/syscalls.scm (exit status: 1)