From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: Re: failing cuirass i686 tests Date: Thu, 25 Jul 2019 14:01:45 +0200 Message-ID: References: <9E629FBB-CF78-4D98-B087-03C3FB9F7C81@vllmrt.net> <87r26g4ska.fsf@devup.no> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57516) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqcRb-0001My-D8 for guix-devel@gnu.org; Thu, 25 Jul 2019 08:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqcRZ-0000GM-BN for guix-devel@gnu.org; Thu, 25 Jul 2019 08:01:59 -0400 Received: from mx2a.mailbox.org ([2001:67c:2050:104:0:2:25:2]:9810 helo=mx2.mailbox.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hqcRX-0000Fd-QO for guix-devel@gnu.org; Thu, 25 Jul 2019 08:01:57 -0400 In-Reply-To: <87r26g4ska.fsf@devup.no> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org On 23. Jul 2019, at 18:35, Marius Bakke wrote: >=20 > Robert Vollmert writes: >=20 >> There are a couple of tests that fail (on master, but also the = haskell updates >> branch), compare >>=20 >> http://ci.guix.gnu.org/eval/6534?status=3Dfailed >>=20 >> They all seem to fail with the following: >>=20 >> %%%% Starting test basic (Writing full log to "basic.log") >> marionette is ready >> /gnu/store/s3w6pmyi8gxqpq4gd36qzavd2dsgamgb-installed-os-builder:1: = FAIL shell and user commands >>=20 >> Any idea what=E2=80=99s going wrong? Anyone working on fixing this? = Is there a way to >> get at that full log in =E2=80=9Cbasic.log=E2=80=9D? How would I run = this test locally? Two updates here: 1. I=E2=80=99ve seen a similar failure on x86_64 now: http://ci.guix.gnu.org/build/1520368/details So it seems it=E2=80=99s not i686 specific, just fails more frequently = then. 2. The failing test "FAIL shell and user commands=E2=80=9D runs basic = commands guix/ls/grep/info. Judging by the test output, those do run = successfully. The order of the output seems to be mixed up, but it looks the same as when = the tests pass. My guess is therefore that it=E2=80=99s rather a problem with the = testing infrastructure rather than with that test specifically. >=20 > You can run system tests locally like so: >=20 > make check-system TESTS=3Dinstalled-os >=20 > To change build parameters (e.g. to add #:system) you need to edit > build-aux/run-system-tests.scm. Thanks! This takes awfully long on my system unfortunately.