unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30715: qemu-minimal fails its tests
@ 2018-03-05 20:04 Andreas Enge
  2018-03-06 16:42 ` Marius Bakke
  2018-03-06 21:59 ` Andreas Enge
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Enge @ 2018-03-05 20:04 UTC (permalink / raw)
  To: 30715

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30715: qemu-minimal fails its tests
  2018-03-05 20:04 bug#30715: qemu-minimal fails its tests Andreas Enge
@ 2018-03-06 16:42 ` Marius Bakke
  2018-03-06 21:49   ` Andreas Enge
  2018-03-06 21:59 ` Andreas Enge
  1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2018-03-06 16:42 UTC (permalink / raw)
  To: Andreas Enge, 30715

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

Andreas Enge <andreas@enge.fr> writes:

> 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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30715: qemu-minimal fails its tests
  2018-03-06 16:42 ` Marius Bakke
@ 2018-03-06 21:49   ` Andreas Enge
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2018-03-06 21:49 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 30715

On Tue, Mar 06, 2018 at 05:42:56PM +0100, Marius Bakke wrote:
> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30715: qemu-minimal fails its tests
  2018-03-05 20:04 bug#30715: qemu-minimal fails its tests Andreas Enge
  2018-03-06 16:42 ` Marius Bakke
@ 2018-03-06 21:59 ` Andreas Enge
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2018-03-06 21:59 UTC (permalink / raw)
  To: 30715-done

On Mon, Mar 05, 2018 at 09:04:34PM +0100, Andreas Enge wrote:
> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-06 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 20:04 bug#30715: qemu-minimal fails its tests Andreas Enge
2018-03-06 16:42 ` Marius Bakke
2018-03-06 21:49   ` Andreas Enge
2018-03-06 21:59 ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).