From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Clemmer Subject: bug#33223: In vm-image >>> 'guix package -i' >>> "-python-3.6.5.drv... -Killed" Date: Thu, 01 Nov 2018 09:45:12 -0400 Message-ID: References: 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]:57105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIDIU-0004FF-2J for bug-guix@gnu.org; Thu, 01 Nov 2018 09:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIDIQ-0008IK-2k for bug-guix@gnu.org; Thu, 01 Nov 2018 09:46:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53548) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gIDIP-0008I1-Tm for bug-guix@gnu.org; Thu, 01 Nov 2018 09:46:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gIDIP-0003d7-Me for bug-guix@gnu.org; Thu, 01 Nov 2018 09:46:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 33223@debbugs.gnu.org Hello! G=C3=A1bor Boskovits writes: > George Clemmer ezt =C3=ADrta (id=C5=91pont: 2018. nov.= 1., Cs, 3:11): >> >> In a 'guix system vm-image' VM produced using Guix from Git >> v0.15.0-3097-gc16913d34 >> g1@sysi53 ~$ guix package -i emacs-no-x >> building /gnu/store/phy1nbsmlml06lkjixjw2dfb4k6wi5al-python-3.6.5.drv... >> -Killed > I just came across this in a guix-help thread, there it seems that the > VM does not have enough resources to build python3. Can that be the > case here? Thanks. The image was built by ... guix system vm-image -M 4 -c 4 --image-size=3D20GB ... and run with 'qemu ... -m 5120'. Based on your comment I tried '-m 20G' and now the GiB Mem shown in top grows to 98.7/19.6, the VM crashes, and there is no "Killed" message ;-O Yes it's out of resources. But commit 7a06cdfa8 worked a day earlier. Why is ...-python-3.6.5.drv... suddenly so hungry? Can Guix infrastructure issues explain this? - TIA, George