public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* aarch64: buildbot failure since fe05e1cb
@ 2017-11-15 14:35 Siddhesh Poyarekar
  2017-11-15 14:49 ` Adhemerval Zanella
  0 siblings, 1 reply; 6+ messages in thread
From: Siddhesh Poyarekar @ 2017-11-15 14:35 UTC (permalink / raw)
  To: libc-alpha; +Cc: Adhemerval Zanella

Hi Adhemerval,

It looks like glibc make check has been failing in the aarch64 buildbot
slave[1] since fe05e1cb that you committed on 20th October.  It looks
like a failure in tst-spawn2.  Can you please take a look?

Thanks,
Siddhesh

[1]
http://glibc-buildbot.reserved-bit.com/builders/glibc-aarch64-linux/builds/760

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

* Re: aarch64: buildbot failure since fe05e1cb
  2017-11-15 14:35 aarch64: buildbot failure since fe05e1cb Siddhesh Poyarekar
@ 2017-11-15 14:49 ` Adhemerval Zanella
  2017-11-15 14:55   ` Siddhesh Poyarekar
  0 siblings, 1 reply; 6+ messages in thread
From: Adhemerval Zanella @ 2017-11-15 14:49 UTC (permalink / raw)
  To: Siddhesh Poyarekar, libc-alpha



On 15/11/2017 12:34, Siddhesh Poyarekar wrote:
> Hi Adhemerval,
> 
> It looks like glibc make check has been failing in the aarch64 buildbot
> slave[1] since fe05e1cb that you committed on 20th October.  It looks
> like a failure in tst-spawn2.  Can you please take a look?
> 
> Thanks,
> Siddhesh
> 
> [1]
> http://glibc-buildbot.reserved-bit.com/builders/glibc-aarch64-linux/builds/760
> 

It was reported failures in all architectures in fact and I changed back
to old semantic of not using WNOHANG on aa95a2414e4. Is it still failing?

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

* Re: aarch64: buildbot failure since fe05e1cb
  2017-11-15 14:49 ` Adhemerval Zanella
@ 2017-11-15 14:55   ` Siddhesh Poyarekar
  2017-11-15 15:26     ` Szabolcs Nagy
  2017-11-15 15:38     ` Adhemerval Zanella
  0 siblings, 2 replies; 6+ messages in thread
From: Siddhesh Poyarekar @ 2017-11-15 14:55 UTC (permalink / raw)
  To: Adhemerval Zanella, libc-alpha

On Wednesday 15 November 2017 08:18 PM, Adhemerval Zanella wrote:
>> [1]
>> http://glibc-buildbot.reserved-bit.com/builders/glibc-aarch64-linux/builds/760
>>
> 
> It was reported failures in all architectures in fact and I changed back
> to old semantic of not using WNOHANG on aa95a2414e4. Is it still failing?

Yes, all checks since this one have been failing.

Siddhesh

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

* Re: aarch64: buildbot failure since fe05e1cb
  2017-11-15 14:55   ` Siddhesh Poyarekar
@ 2017-11-15 15:26     ` Szabolcs Nagy
  2017-11-15 15:38     ` Adhemerval Zanella
  1 sibling, 0 replies; 6+ messages in thread
From: Szabolcs Nagy @ 2017-11-15 15:26 UTC (permalink / raw)
  To: Siddhesh Poyarekar, Adhemerval Zanella, libc-alpha; +Cc: nd

On 15/11/17 14:54, Siddhesh Poyarekar wrote:
> On Wednesday 15 November 2017 08:18 PM, Adhemerval Zanella wrote:
>>> [1]
>>> http://glibc-buildbot.reserved-bit.com/builders/glibc-aarch64-linux/builds/760
>>>
>>
>> It was reported failures in all architectures in fact and I changed back
>> to old semantic of not using WNOHANG on aa95a2414e4. Is it still failing?
> 
> Yes, all checks since this one have been failing.
> 

does not fail for me after the WNOHANG fix.

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

* Re: aarch64: buildbot failure since fe05e1cb
  2017-11-15 14:55   ` Siddhesh Poyarekar
  2017-11-15 15:26     ` Szabolcs Nagy
@ 2017-11-15 15:38     ` Adhemerval Zanella
  2017-11-15 15:57       ` Siddhesh Poyarekar
  1 sibling, 1 reply; 6+ messages in thread
From: Adhemerval Zanella @ 2017-11-15 15:38 UTC (permalink / raw)
  To: Siddhesh Poyarekar, libc-alpha



On 15/11/2017 12:54, Siddhesh Poyarekar wrote:
> On Wednesday 15 November 2017 08:18 PM, Adhemerval Zanella wrote:
>>> [1]
>>> http://glibc-buildbot.reserved-bit.com/builders/glibc-aarch64-linux/builds/760
>>>
>>
>> It was reported failures in all architectures in fact and I changed back
>> to old semantic of not using WNOHANG on aa95a2414e4. Is it still failing?
> 
> Yes, all checks since this one have been failing.
> 
> Siddhesh
> 

It is really unexpected because the semantic of spawni should be equal 
to the one before fe05e1cb. I am trying to reproduce it on my aarch64 
environment (4.4.0-62-generic), but without much success.  Also I am 
not seeing this issue on powerpc64le (which Tulio raised an issue with
fe05e1cb), neither on sparc64 (which I also observed intermittent 
failures). I am also checking on powerpc and arm.

In fact I did see an issue on aarch64, but it is unrelated to the
spawni itself. I am running test-spawn2 in a continuous loop on a
container system and after 26556 I got a 'Cannot fork' message
(most likely due a pid limit from container).

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

* Re: aarch64: buildbot failure since fe05e1cb
  2017-11-15 15:38     ` Adhemerval Zanella
@ 2017-11-15 15:57       ` Siddhesh Poyarekar
  0 siblings, 0 replies; 6+ messages in thread
From: Siddhesh Poyarekar @ 2017-11-15 15:57 UTC (permalink / raw)
  To: Adhemerval Zanella, libc-alpha

On Wednesday 15 November 2017 09:08 PM, Adhemerval Zanella wrote:
> It is really unexpected because the semantic of spawni should be equal 
> to the one before fe05e1cb. I am trying to reproduce it on my aarch64 
> environment (4.4.0-62-generic), but without much success.  Also I am 
> not seeing this issue on powerpc64le (which Tulio raised an issue with
> fe05e1cb), neither on sparc64 (which I also observed intermittent 
> failures). I am also checking on powerpc and arm.
> 
> In fact I did see an issue on aarch64, but it is unrelated to the
> spawni itself. I am running test-spawn2 in a continuous loop on a
> container system and after 26556 I got a 'Cannot fork' message
> (most likely due a pid limit from container).

I just broke the buildbot while doing an upgrade, so I guess I'll have
to look into this over the weekend.  I'll let the list know if I find
anything.

Thanks,
Siddhesh

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

end of thread, other threads:[~2017-11-15 15:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 14:35 aarch64: buildbot failure since fe05e1cb Siddhesh Poyarekar
2017-11-15 14:49 ` Adhemerval Zanella
2017-11-15 14:55   ` Siddhesh Poyarekar
2017-11-15 15:26     ` Szabolcs Nagy
2017-11-15 15:38     ` Adhemerval Zanella
2017-11-15 15:57       ` Siddhesh Poyarekar

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