Bug#762588: glib-networking: FTBFS[kfreebsd]: testsuite race conditions

2014-10-10 Thread Michael Biebl
Hi Steven,

Am 23.09.2014 um 14:58 schrieb Steven Chamberlain:
 Package: glib-networking
 Version: 2.41.92-2
 Severity: serious
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 Hi,
 
 glib-networking has failed 4 attempts to build on kfreebsd-amd64 due to
 testsuite errors.
 
 Firstly, please `export VERBOSE=1` before running `make check`.  There
 is much more detail recorded about failures than is currently output in
 the build log.
 
 I was able to reproduce issues locally about 15% of the time, suggesting
 a race condition, in three different tests:
 
 /tls/connection/client-auth-rehandshake: **
 GLib-Net:ERROR:connection.c:413:on_client_connection_close_finish: 
 assertion failed (error == NULL): Error closing socket: Connection reset by 
 peer (g-io-error-quark, 0)
 Aborted
 
 /tls/connection/read-time-out-then-write: **
 GLib-Net:ERROR:connection.c:217:on_server_close_finish: assertion failed 
 (error == NULL): Error closing socket: Connection reset by peer 
 (g-io-error-quark, 0)
 Aborted
 
 /tls/connection/close-during-handshake: **
 GLib-Net:ERROR:connection.c:215:on_server_close_finish: assertion failed: 
 (error != NULL)
 Aborted


Is there interest from the porters team to help fix this issue?

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#762588: glib-networking: FTBFS[kfreebsd]: testsuite race conditions

2014-10-10 Thread Christoph Egger
Hi Michael!

Michael Biebl em...@michaelbiebl.de writes:
 Is there interest from the porters team to help fix this issue?

As Emilio Pozuelo Monfort could trigger the problem on linux-amd64 as
well (doing 152 iterations of the testsuite I was told on irc) I expect
porterwork won't help here much -- the reace seems to just be a tad more
likley on bsd

  Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#762588: glib-networking: FTBFS[kfreebsd]: testsuite race conditions

2014-10-10 Thread Michael Biebl
Hi,

Am 10.10.2014 um 18:51 schrieb Christoph Egger:
 Hi Michael!
 
 Michael Biebl em...@michaelbiebl.de writes:
 Is there interest from the porters team to help fix this issue?
 
 As Emilio Pozuelo Monfort could trigger the problem on linux-amd64 as
 well (doing 152 iterations of the testsuite I was told on irc) I expect
 porterwork won't help here much -- the reace seems to just be a tad more
 likley on bsd

Ok, I wasn't aware of that.
Emilio, could you summarise your findings and add it to this bug report?


Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#762588: glib-networking: FTBFS[kfreebsd]: testsuite race conditions

2014-10-10 Thread Emilio Pozuelo Monfort

Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=737955

On 10/10/14 18:23, Michael Biebl wrote:

Hi Steven,

Am 23.09.2014 um 14:58 schrieb Steven Chamberlain:

Package: glib-networking
Version: 2.41.92-2
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

glib-networking has failed 4 attempts to build on kfreebsd-amd64 due to
testsuite errors.

Firstly, please `export VERBOSE=1` before running `make check`.  There
is much more detail recorded about failures than is currently output in
the build log.

I was able to reproduce issues locally about 15% of the time, suggesting
a race condition, in three different tests:

 /tls/connection/client-auth-rehandshake: **
 GLib-Net:ERROR:connection.c:413:on_client_connection_close_finish: 
assertion failed (error == NULL): Error closing socket: Connection reset by 
peer (g-io-error-quark, 0)
 Aborted

 /tls/connection/read-time-out-then-write: **
 GLib-Net:ERROR:connection.c:217:on_server_close_finish: assertion failed 
(error == NULL): Error closing socket: Connection reset by peer 
(g-io-error-quark, 0)
 Aborted

 /tls/connection/close-during-handshake: **
 GLib-Net:ERROR:connection.c:215:on_server_close_finish: assertion failed: 
(error != NULL)
 Aborted



Is there interest from the porters team to help fix this issue?


I tried to reproduce this and ended with a bunch of failures, see

https://bugzilla.gnome.org/show_bug.cgi?id=737955

We may want to disable this particular test (connection) as it seems to be flaky 
at the moment.


Emilio


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#762588: glib-networking: FTBFS[kfreebsd]: testsuite race conditions

2014-09-23 Thread Steven Chamberlain
Package: glib-networking
Version: 2.41.92-2
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

glib-networking has failed 4 attempts to build on kfreebsd-amd64 due to
testsuite errors.

Firstly, please `export VERBOSE=1` before running `make check`.  There
is much more detail recorded about failures than is currently output in
the build log.

I was able to reproduce issues locally about 15% of the time, suggesting
a race condition, in three different tests:

/tls/connection/client-auth-rehandshake: **
GLib-Net:ERROR:connection.c:413:on_client_connection_close_finish: 
assertion failed (error == NULL): Error closing socket: Connection reset by 
peer (g-io-error-quark, 0)
Aborted

/tls/connection/read-time-out-then-write: **
GLib-Net:ERROR:connection.c:217:on_server_close_finish: assertion failed 
(error == NULL): Error closing socket: Connection reset by peer 
(g-io-error-quark, 0)
Aborted

/tls/connection/close-during-handshake: **
GLib-Net:ERROR:connection.c:215:on_server_close_finish: assertion failed: 
(error != NULL)
Aborted

Thanks.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org