From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#21280: test failures: nar, syscalls, containers Date: Mon, 17 Aug 2015 11:42:30 -0400 Message-ID: References: <1439783007.1743108.357849649.18351DEC@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRMZ0-0003Fo-S6 for bug-guix@gnu.org; Mon, 17 Aug 2015 11:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRMYw-00057W-Sj for bug-guix@gnu.org; Mon, 17 Aug 2015 11:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRMYw-000575-QC for bug-guix@gnu.org; Mon, 17 Aug 2015 11:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZRMYw-0004zO-1h for bug-guix@gnu.org; Mon, 17 Aug 2015 11:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1439783007.1743108.357849649.18351DEC@webmail.messagingengine.com> 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: Leo Famulari Cc: 21280@debbugs.gnu.org On Sun, Aug 16, 2015 at 11:43 PM, Leo Famulari wrote: > Running `make check` on HEAD ( commit 4e014373 ), I got failures for > tests/nar.scm, tests/syscalls.scm, and tests/containers.scm. > > The same tests also failed when I checked out tag v0.8.3 but I don't > have those > logs anymore. Let me know if you want them. > > I've attached test-suite.log and the logs for the failed modules. > > Let me know if you need more tests. Thanks for the report. I'm going to look into the issues with the container and syscall tests. Which version of Linux[-libre] are you using? It looks like you're using a kernel that doesn't properly support containers, which we should detect and skip tests accordingly. - Dave