From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25476: pivot-root test fails on Ubuntu 16.04 Date: Thu, 19 Jan 2017 17:23:08 +0100 Message-ID: <87shofuihf.fsf@gnu.org> References: <1484760171.3242.7.camel@tourbillion-technology.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUFVN-0004Cr-Gu for bug-guix@gnu.org; Thu, 19 Jan 2017 11:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUFVK-0008Ht-Ar for bug-guix@gnu.org; Thu, 19 Jan 2017 11:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37515) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cUFVK-0008Hp-7Q for bug-guix@gnu.org; Thu, 19 Jan 2017 11:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cUFVK-0006xd-1V for bug-guix@gnu.org; Thu, 19 Jan 2017 11:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1484760171.3242.7.camel@tourbillion-technology.com> (Paul Garlick's message of "Wed, 18 Jan 2017 17:22:51 +0000") 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: Paul Garlick Cc: 25476@debbugs.gnu.org Hi! Paul Garlick skribis: > I have noticed that the pivot-root test on my development system has > started to fail. =C2=A0After running 'make check' the result: FAIL is > recorded for the syscalls.scm test. > > I have recently updated the system. =C2=A0It is running Ubuntu 16.04. > =C2=A0Previously, the test passed. =C2=A0Now: > > $ uname -r > 4.4.0-59-generic That=E2=80=99s on Git master, right? Could you post tests/syscalls.log? This test is known to be problematic with recent kernels, as written above it: --8<---------------cut here---------------start------------->8--- ;; XXX: Skip this test when running Linux > 4.7.5 to work around ;; . (when (or (not perform-container-tests?) (version>? (utsname:release (uname)) "4.7.5")) (test-skip 1)) --8<---------------cut here---------------end--------------->8--- AFAIK this particular problem was introduced around 4.7.5, as discussed in the bug report above, but maybe Ubuntu=E2=80=99s 4.4 has it too? Thanks for your report! Ludo=E2=80=99.