GNU bug report logs - #20965
qemu non-deterministic test failures

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Thu, 2 Jul 2015 16:47:02 UTC

Severity: normal

Tags: fixed

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20965 in the body.
You can then email your comments to 20965 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#20965; Package guix. (Thu, 02 Jul 2015 16:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 02 Jul 2015 16:47:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: qemu non-deterministic test failures
Date: Thu, 02 Jul 2015 12:46:26 -0400
I've seen at least two occurrences of a non-deterministic test failure
in qemu for x86_64 on hydra.  Both are essentially the same, except for
the random seed.  Here's the relevant log tail of the most recent one:

--8<---------------cut here---------------start------------->8---
GTESTER check-qtest-arm
socket_accept failed: Resource temporarily unavailable
**
ERROR:tests/libqtest.c:192:qtest_init: assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
GTester: last random seed: R02S68ad7b4ad35e64a4283ad867738ae469
/tmp/nix-build-qemu-2.3.0.drv-0/qemu-2.3.0/tests/Makefile:416: recipe for target 'check-qtest-aarch64' failed
make: *** [check-qtest-aarch64] Error 1
make: *** Waiting for unfinished jobs....
phase `check' failed after 117 seconds
builder for `/gnu/store/fv3kfpi3j7vg692ibkfaw6rvid1yabvj-qemu-2.3.0.drv' failed with exit code 1
@ build-failed /gnu/store/fv3kfpi3j7vg692ibkfaw6rvid1yabvj-qemu-2.3.0.drv - 1 builder for `/gnu/store/fv3kfpi3j7vg692ibkfaw6rvid1yabvj-qemu-2.3.0.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/fv3kfpi3j7vg692ibkfaw6rvid1yabvj-qemu-2.3.0.drv' failed
--8<---------------cut here---------------end--------------->8---

The excerpt above was from the first attempt of the following build:

  http://hydra.gnu.org/build/557468

After restarting the build, the second attempt succeeded.

I saved a full log from another similar failure on 10 June 2015, but I
neglected to save the other details.  Here's the relevant tail:

--8<---------------cut here---------------start------------->8---
GTESTER check-qtest-arm
socket_accept failed: Resource temporarily unavailable
**
ERROR:tests/libqtest.c:192:qtest_init: assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
GTester: last random seed: R02Sf42b4c6eb1ed085e2ce450c1f51f3505
/tmp/nix-build-qemu-2.3.0.drv-1/qemu-2.3.0/tests/Makefile:416: recipe for target 'check-qtest-aarch64' failed
make: *** [check-qtest-aarch64] Error 1
make: *** Waiting for unfinished jobs....
socket_accept failed: Resource temporarily unavailable
**
ERROR:tests/libqtest.c:192:qtest_init: assertion failed: (s->fd >= 0 && s->qmp_fd >= 0)
GTester: last random seed: R02S126fc36a13df8d61829c432073f209f0
/tmp/nix-build-qemu-2.3.0.drv-1/qemu-2.3.0/tests/Makefile:416: recipe for target 'check-qtest-arm' failed
make: *** [check-qtest-arm] Error 1
phase `check' failed after 155 seconds
builder for `/gnu/store/m0p5fjhy4jfqff7m720qw1ybv740a2jk-qemu-2.3.0.drv' failed with exit code 1
@ build-failed /gnu/store/m0p5fjhy4jfqff7m720qw1ybv740a2jk-qemu-2.3.0.drv - 1 builder for `/gnu/store/m0p5fjhy4jfqff7m720qw1ybv740a2jk-qemu-2.3.0.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/m0p5fjhy4jfqff7m720qw1ybv740a2jk-qemu-2.3.0.drv' failed
--8<---------------cut here---------------end--------------->8---

      Mark




Added tag(s) fixed. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sat, 21 May 2016 18:22:01 GMT) Full text and rfc822 format available.

bug marked as fixed in version 0.10.0, send any further explanations to 20965 <at> debbugs.gnu.org and Mark H Weaver <mhw <at> netris.org> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sat, 21 May 2016 18:22:02 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 0.10.0 and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 May 2016 20:50:02 GMT) Full text and rfc822 format available.

Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Fri, 09 Feb 2018 22:06:01 GMT) Full text and rfc822 format available.

Notification sent to Mark H Weaver <mhw <at> netris.org>:
bug acknowledged by developer. (Fri, 09 Feb 2018 22:06:02 GMT) Full text and rfc822 format available.

Message #16 received at 20965-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 20965-done <at> debbugs.gnu.org
Subject: Re: qemu non-deterministic test failures
Date: Fri, 9 Feb 2018 23:05:38 +0100
The bug was tagged as fixed, but not closed; closing it now.

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Mar 2018 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.