From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 09 17:59:41 2016 Received: (at submit) by debbugs.gnu.org; 9 Feb 2016 22:59:41 +0000 Received: from localhost ([127.0.0.1]:33996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTHG1-0002Ql-GX for submit@debbugs.gnu.org; Tue, 09 Feb 2016 17:59:41 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:37221) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTHFz-0002Qc-CX for submit@debbugs.gnu.org; Tue, 09 Feb 2016 17:59:39 -0500 Received: from localhost (unknown [193.170.94.190]) by dd1012.kasserver.com (Postfix) with ESMTPSA id E4AFC1CA092C for ; Tue, 9 Feb 2016 23:59:35 +0100 (CET) Date: Tue, 9 Feb 2016 23:59:34 +0100 From: Danny Milosavljevic To: submit@debbugs.gnu.org Subject: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces" Message-ID: <20160209235934.5f410f19@scratchpost.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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)