GNU bug report logs - #40527
qemu 4.2.0 test suite hangs on i686-linux

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Date: Thu, 9 Apr 2020 20:20:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 40527 in the body.
You can then email your comments to 40527 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#40527; Package guix. (Thu, 09 Apr 2020 20:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 09 Apr 2020 20:20:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: bug-guix <at> gnu.org
Subject: qemu 4.2.0 test suite hangs on i686-linux
Date: Thu, 09 Apr 2020 22:19:22 +0200
The test suite of QEMU 4.2.0 systematically hangs on i686-linux:

--8<---------------cut here---------------start------------->8---
MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}  QTEST_QEMU_BINARY=i386-softmmu/qemu-system-i386 QTEST_QEMU_IMG=qemu-img tests/migration-test -m=quick -k --tap < /dev/null | ./scripts/tap-driver.pl --test-name="migration-test" 
PASS 1 migration-test /i386/migration/deprecated
PASS 2 migration-test /i386/migration/bad_dest
PASS 3 migration-test /i386/migration/fd_proto
PASS 4 migration-test /i386/migration/validate_uuid
PASS 5 migration-test /i386/migration/validate_uuid_error
PASS 6 migration-test /i386/migration/validate_uuid_src_not_set
PASS 7 migration-test /i386/migration/validate_uuid_dst_not_set
building of `/gnu/store/3k4ncd7d41va4kflila981246ai83xzi-qemu-minimal-4.2.0.drv' timed out after 3600 seconds of silence
--8<---------------cut here---------------end--------------->8---

The process tree at that point looks like this:

--8<---------------cut here---------------start------------->8---
$ pstree -p |grep  -A50 8930
            |-guix-daemon(32573)-+-guix-daemon(8165)-+-guile(8930)-+-117(1351)
            |                    |                   |             |-117(1375)
            |                    |                   |             |-117(1405)
            |                    |                   |             |-117(1443)
            |                    |                   |             |-117(1477)
            |                    |                   |             |-117(1516)
            |                    |                   |             |-117(1534)
            |                    |                   |             |-117(1559)
            |                    |                   |             |-140(2420)
            |                    |                   |             |-140(2445)
            |                    |                   |             |-140(2468)
            |                    |                   |             |-140(2491)
            |                    |                   |             |-140(2522)
            |                    |                   |             |-140(2553)
            |                    |                   |             |-141(2630)
            |                    |                   |             |-141(2654)
            |                    |                   |             |-141(2678)
            |                    |                   |             |-141(2706)
            |                    |                   |             |-141(2724)
            |                    |                   |             |-141(2742)
            |                    |                   |             |-141(2760)
            |                    |                   |             |-141(2788)
            |                    |                   |             |-141(2811)
            |                    |                   |             |-141(2829)
            |                    |                   |             |-141(2847)
            |                    |                   |             |-141(2865)
            |                    |                   |             |-141(2883)
            |                    |                   |             |-141(2906)
[…]
--8<---------------cut here---------------end--------------->8---

Ludo’.




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Tue, 16 Mar 2021 01:18:01 GMT) Full text and rfc822 format available.

Notification sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
bug acknowledged by developer. (Tue, 16 Mar 2021 01:18:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Cc: 40527-done <at> debbugs.gnu.org
Subject: Re: bug#40527: qemu 4.2.0 test suite hangs on i686-linux
Date: Mon, 15 Mar 2021 21:17:43 -0400
Hello,

Ludovic Courtès <ludovic.courtes <at> inria.fr> writes:

> The test suite of QEMU 4.2.0 systematically hangs on i686-linux:
>
> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}  QTEST_QEMU_BINARY=i386-softmmu/qemu-system-i386 QTEST_QEMU_IMG=qemu-img tests/migration-test -m=quick -k --tap < /dev/null | ./scripts/tap-driver.pl --test-name="migration-test" 
> PASS 1 migration-test /i386/migration/deprecated
> PASS 2 migration-test /i386/migration/bad_dest
> PASS 3 migration-test /i386/migration/fd_proto
> PASS 4 migration-test /i386/migration/validate_uuid
> PASS 5 migration-test /i386/migration/validate_uuid_error
> PASS 6 migration-test /i386/migration/validate_uuid_src_not_set
> PASS 7 migration-test /i386/migration/validate_uuid_dst_not_set
> building of `/gnu/store/3k4ncd7d41va4kflila981246ai83xzi-qemu-minimal-4.2.0.drv' timed out after 3600 seconds of silence
>
>
> The process tree at that point looks like this:
>
> $ pstree -p |grep  -A50 8930
>             |-guix-daemon(32573)-+-guix-daemon(8165)-+-guile(8930)-+-117(1351)
>             |                    |                   |             |-117(1375)
>             |                    |                   |             |-117(1405)
>             |                    |                   |             |-117(1443)
>             |                    |                   |             |-117(1477)
>             |                    |                   |             |-117(1516)
>             |                    |                   |             |-117(1534)
>             |                    |                   |             |-117(1559)
>             |                    |                   |             |-140(2420)
>             |                    |                   |             |-140(2445)
>             |                    |                   |             |-140(2468)
>             |                    |                   |             |-140(2491)
>             |                    |                   |             |-140(2522)
>             |                    |                   |             |-140(2553)
>             |                    |                   |             |-141(2630)
>             |                    |                   |             |-141(2654)
>             |                    |                   |             |-141(2678)
>             |                    |                   |             |-141(2706)
>             |                    |                   |             |-141(2724)
>             |                    |                   |             |-141(2742)
>             |                    |                   |             |-141(2760)
>             |                    |                   |             |-141(2788)
>             |                    |                   |             |-141(2811)
>             |                    |                   |             |-141(2829)
>             |                    |                   |             |-141(2847)
>             |                    |                   |             |-141(2865)
>             |                    |                   |             |-141(2883)
>             |                    |                   |             |-141(2906)
> […]
>
> Ludo’.

With QEMU 5.2.0 on master that seems to no longer be the case;

$ guix build -s i686-linux qemu

builds normally.

Closing.

Thanks for the report!

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Apr 2021 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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