unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25036: make check-system hangs.
@ 2016-11-26 16:42 John Darrington
  2016-11-27 22:58 ` Ludovic Courtès
  2019-02-13  1:27 ` Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: John Darrington @ 2016-11-26 16:42 UTC (permalink / raw)
  To: 25036

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

Whenever I run 

  make check-system TESTS=openssh

it gets as far as:


PASS: tests/test-filter-redirector
TEST: tests/postcopy-test... (pid=10426)
  /i386/postcopy:                                                      

and hangs there indefinitely.

J'

-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* bug#25036: make check-system hangs.
  2016-11-26 16:42 bug#25036: make check-system hangs John Darrington
@ 2016-11-27 22:58 ` Ludovic Courtès
  2016-11-29 11:18   ` John Darrington
  2017-03-11 13:52   ` Ludovic Courtès
  2019-02-13  1:27 ` Leo Famulari
  1 sibling, 2 replies; 5+ messages in thread
From: Ludovic Courtès @ 2016-11-27 22:58 UTC (permalink / raw)
  To: John Darrington; +Cc: 25036

John Darrington <john@darrington.wattle.id.au> skribis:

> Whenever I run 
>
>   make check-system TESTS=openssh
>
> it gets as far as:
>
>
> PASS: tests/test-filter-redirector
> TEST: tests/postcopy-test... (pid=10426)
>   /i386/postcopy:                                                      
>
> and hangs there indefinitely.

The above lines seem to come from the test suite QEMU, so what you’re
observing here is QEMU’s test suite hanging.

You’d have to find out which of the qemu* packages we provide is
failing.  On x86_64-linux, they build fine AFAIK:

  https://hydra.gnu.org/job/gnu/master/qemu-2.7.0.x86_64-linux
  https://hydra.gnu.org/job/gnu/master/qemu-minimal-2.7.0.x86_64-linux
  https://hydra.gnu.org/job/gnu/master/grub-2.02beta3.x86_64-linux (for 1.3)

TIA,
Ludo’.

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

* bug#25036: make check-system hangs.
  2016-11-27 22:58 ` Ludovic Courtès
@ 2016-11-29 11:18   ` John Darrington
  2017-03-11 13:52   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: John Darrington @ 2016-11-29 11:18 UTC (permalink / raw)
  To: Ludovic Court??s; +Cc: 25036, John Darrington

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

On Sun, Nov 27, 2016 at 11:58:39PM +0100, Ludovic Court??s wrote:
     John Darrington <john@darrington.wattle.id.au> skribis:
     
     > Whenever I run 
     >
     >   make check-system TESTS=openssh
     >
     > it gets as far as:
     >
     >
     > PASS: tests/test-filter-redirector
     > TEST: tests/postcopy-test... (pid=10426)
     >   /i386/postcopy:                                                      
     >
     > and hangs there indefinitely.
     
     The above lines seem to come from the test suite QEMU, so what you???re
     observing here is QEMU???s test suite hanging.
     
     You???d have to find out which of the qemu* packages we provide is
     failing.  
     
       https://hydra.gnu.org/job/gnu/master/qemu-minimal-2.7.0.x86_64-linux

You're right.  qemu-minimal hangs at this test.

J'
     

-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* bug#25036: make check-system hangs.
  2016-11-27 22:58 ` Ludovic Courtès
  2016-11-29 11:18   ` John Darrington
@ 2017-03-11 13:52   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-03-11 13:52 UTC (permalink / raw)
  To: John Darrington; +Cc: 25036

Hi John,

ludo@gnu.org (Ludovic Courtès) skribis:

> John Darrington <john@darrington.wattle.id.au> skribis:
>
>> Whenever I run 
>>
>>   make check-system TESTS=openssh
>>
>> it gets as far as:
>>
>>
>> PASS: tests/test-filter-redirector
>> TEST: tests/postcopy-test... (pid=10426)
>>   /i386/postcopy:                                                      
>>
>> and hangs there indefinitely.
>
> The above lines seem to come from the test suite QEMU, so what you’re
> observing here is QEMU’s test suite hanging.
>
> You’d have to find out which of the qemu* packages we provide is
> failing.  On x86_64-linux, they build fine AFAIK:
>
>   https://hydra.gnu.org/job/gnu/master/qemu-2.7.0.x86_64-linux
>   https://hydra.gnu.org/job/gnu/master/qemu-minimal-2.7.0.x86_64-linux
>   https://hydra.gnu.org/job/gnu/master/grub-2.02beta3.x86_64-linux (for 1.3)

Do you still experience this hang?  We don’t seem to have this problem
on Hydra.

Ludo’.

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

* bug#25036: make check-system hangs.
  2016-11-26 16:42 bug#25036: make check-system hangs John Darrington
  2016-11-27 22:58 ` Ludovic Courtès
@ 2019-02-13  1:27 ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2019-02-13  1:27 UTC (permalink / raw)
  To: 25036-done

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

Closing because we no longer have QEMU 2.7.0 and haven't reproduced the
issue on the build farm.

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

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

end of thread, other threads:[~2019-02-13  1:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-26 16:42 bug#25036: make check-system hangs John Darrington
2016-11-27 22:58 ` Ludovic Courtès
2016-11-29 11:18   ` John Darrington
2017-03-11 13:52   ` Ludovic Courtès
2019-02-13  1:27 ` Leo Famulari

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).