From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28111: qemu testsuite fails Date: Thu, 18 Jan 2018 18:03:33 +0100 Message-ID: <87o9lr6qvu.fsf@gnu.org> References: <20170816185317.3udxvtcclqkoqwkx@abyayala> <20170816193516.gb624goutduaj4rn@abyayala> <87bmhsi6ig.fsf@gnu.org> <873734hul6.fsf@gnu.org> <87wp0fa20f.fsf@gnu.org> <87tvvjtjau.fsf@gnu.org> <87607z6u5m.fsf@gnu.org> 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]:36925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecDbj-0008Ga-Ct for bug-guix@gnu.org; Thu, 18 Jan 2018 12:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecDbe-00081b-7x for bug-guix@gnu.org; Thu, 18 Jan 2018 12:04:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53940) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecDbe-000813-5N for bug-guix@gnu.org; Thu, 18 Jan 2018 12:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ecDbd-00041Y-Jc for bug-guix@gnu.org; Thu, 18 Jan 2018 12:04:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87607z6u5m.fsf@gnu.org> (Mathieu Lirzin's message of "Thu, 18 Jan 2018 16:52:53 +0100") 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: Mathieu Lirzin Cc: 28111@debbugs.gnu.org Mathieu Lirzin skribis: > Mathieu Lirzin writes: > >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >>> Mathieu Lirzin skribis: >>> >>>> My previous snippet didn't include the actual error >>>> >>>> TEST: tests/test-hmp... (pid=3D27743) >>>> /arm/hmp/integratorcp: = OK >>>> /arm/hmp/nuri: = qemu-system-arm: cannot set up guest memory 'exynos4210.dram0': Cannot all= ocate memory >>>> Broken pipe >>>> FAIL >>>> GTester: last random seed: R02S53adf2b44f1ff46cb48bd55ebce8854c >>>> (pid=3D27751) >>>> /arm/hmp/mps2-an511: = OK >>>> /arm/hmp/verdex: = OK >>>> /arm/hmp/ast2500-evb: = OK >>>> /arm/hmp/smdkc210: = qemu-system-arm: cannot set up guest memory 'exynos4210.dram0': Cannot all= ocate memory >>>> Broken pipe >>>> FAIL >>>> >>>> I have tried to build QEMU again with the same guix version and succee= d. >>>> So Like previously reported this is underterministic. >>> >>> Could the initial error be the result of insufficient memory? >> >> Maybe. I don't recall if I was doing something memory intensive while >> compiling. Given that I have 8Gb of RAM and that, QEMU test suite seems >> quite greedy. > > Ohh I think the memory issue might be related to the fact I running the > commands from Emacs shell-mode. I have encoutered a memory issue with > Emacs when running =E2=80=98guix system build=E2=80=99. After the compil= ation process > stopped Emacs was still using more than 5Gb of RAM. Oh yes, that could definitely be the culprit. :-/ I guess we can close this bug and reopen it if this diagnosis turned out to be wrong. Ludo=E2=80=99.