qemu-minimal fails its tests

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Marius Bakke
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 7 years ago
(address . bug-guix@gnu.org)
20180305200434.GA2418@jurong
Hello,

trying to do a "./pre-inst-env guix system reconfigure" using the recent
git checkout 0ebc1b934d39b6c924cbe17fd37ceb2b201e9ac2 on my x86_64 virtual
machine results in the following error:

TEST: tests/qom-test... (pid=15434)
/mips64el/qom/boston: qemu-system-mips64el: cannot set up guest memory 'boston.ddr': Cannot allocate memory
Broken pipe
FAIL
GTester: last random seed: R02Sd3c0490c8b666ccab1db97138a9db879
(pid=15440)
/mips64el/qom/none: OK
/mips64el/qom/mips: OK
/mips64el/qom/magnum: OK
/mips64el/qom/mipssim: OK
/mips64el/qom/malta: OK
/mips64el/qom/pica61: OK
/mips64el/qom/fulong2e: OK
FAIL: tests/qom-test
TEST: tests/test-hmp... (pid=15463)
/mips64el/hmp/boston: qemu-system-mips64el: cannot set up guest memory 'boston.ddr': Cannot allocate memory
Broken pipe
FAIL
GTester: last random seed: R02Sc4139b0a69c57a2ebaf419364d79262e
(pid=15469)
/mips64el/hmp/none: OK
/mips64el/hmp/mips: OK
/mips64el/hmp/magnum: OK
/mips64el/hmp/mipssim: OK
/mips64el/hmp/malta: OK
/mips64el/hmp/pica61: OK
/mips64el/hmp/fulong2e: OK
FAIL: tests/test-hmp
make: *** [/tmp/guix-build-qemu-minimal-2.10.2.drv-0/qemu-2.10.2/tests/Makefile.include:837: check-qtest-mips64el] Error 1
phase `check' failed after 871.0 seconds
builder for `/gnu/store/d5mkvgcyix959dlgka43qf66d1252hv8-qemu-minimal-2.10.2.drv' failed with exit code 1
cannot build derivation `/gnu/store/frr618fvww67npki8phxcxpcgg6l7dfh-grub-2.02.drv': 1 dependencies couldn't be built
guix system: error: build failed: build of `/gnu/store/frr618fvww67npki8phxcxpcgg6l7dfh-grub-2.02.drv' failed

Andreas
Marius Bakke wrote 7 years ago
87d10h17fz.fsf@fastmail.com
Andreas Enge <andreas@enge.fr> writes:

Toggle quote (12 lines)
> Hello,
>
> trying to do a "./pre-inst-env guix system reconfigure" using the recent
> git checkout 0ebc1b934d39b6c924cbe17fd37ceb2b201e9ac2 on my x86_64 virtual
> machine results in the following error:
>
> TEST: tests/qom-test... (pid=15434)
> /mips64el/qom/boston: qemu-system-mips64el: cannot set up guest memory 'boston.ddr': Cannot allocate memory
> Broken pipe
> FAIL


How much memory does this machine have? Can you try to set up some swap
space?
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqexRAACgkQoqBt8qM6
VPq+pQf+O7wx7m8t7Q8q9J2ps0di+QtPYTZ3jVJPye7KoL5nnCgCT0oDukza7nEs
xMiOUFrjBPyHMdhJctTMHVhaqfV/HVTFV4r990JiBpd4y/VmhyDB33KVwvMtblP+
zY5+IBTjTotSubXF5a1LFUgMEtpQnof7BIdAyCbMGe/VB4Nhb5Gx+1Ayx9qZc0r0
z9X0Sl0JRNipr5iu5baNyhqjbI77i6gC1JPLl22DjdygeedinBredrM5tEXk35IM
rgFc/L6RpACPrldcamudq5yitBAVEj5azPPdUhUl4uVd+heHmKxA9FtAFmAmSbkU
c2XqGK/fb4yu+vpi/CnR576gleiAQw==
=iU33
-----END PGP SIGNATURE-----

Andreas Enge wrote 7 years ago
(name . Marius Bakke)(address . mbakke@fastmail.com)(address . 30715@debbugs.gnu.org)
20180306214929.GA1959@jurong
On Tue, Mar 06, 2018 at 05:42:56PM +0100, Marius Bakke wrote:
Toggle quote (3 lines)
> How much memory does this machine have? Can you try to set up some swap
> space?

There is 1 GB of main memory according to /proc/meminfo, and there should
also be 500 MB of swap space. Maybe this is not enough?

Andreas
Andreas Enge wrote 7 years ago
(address . 30715-done@debbugs.gnu.org)
20180306215920.GA1897@jurong
On Mon, Mar 05, 2018 at 09:04:34PM +0100, Andreas Enge wrote:
Toggle quote (2 lines)
> builder for `/gnu/store/d5mkvgcyix959dlgka43qf66d1252hv8-qemu-minimal-2.10.2.drv' failed with exit code 1

After updating to a more recent git checkout, qemu-minimal is downloaded from
hydra:
/gnu/store/8l47i793wnddcp476cc819hzndhmpwdb-qemu-minimal-2.10.2

Given that the problem was likely to be a lack of memory in my machine,
I am closing this bug.

Thanks,

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30715@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30715
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help