This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Aarch64 test results and questions
- From: Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>
- To: Carlos O'Donell <carlos at redhat dot com>, Steve Ellcey <sellcey at marvell dot com>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Cc: nd <nd at arm dot com>
- Date: Mon, 29 Jul 2019 15:20:13 +0000
- Subject: Re: Aarch64 test results and questions
- Arc-authentication-results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=arm.com;dmarc=pass action=none header.from=arm.com;dkim=pass header.d=arm.com;arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1RQOPmPGsCJuVlhYhfL597yYpfG+Fn3gzBOkFgmR+Q8=; b=JrZcKjhEXZsR272rdRUoi6JxcRF9qqADLHd5fYt8Gl2RuvhjaDn4eZfclIzn4FPhTQw0LCot1G+d/ghp39w+xc94AKEsHfrn4fRrsQMz2ZkIs5Kg/GTPN1S1+bmJ8Tok4HtuLSobxLVJ1ZOu+kGtwlap3QIUVTSTWpntbkQCvKaC/EqCH/LVIk3Ug05HgyBiILHhi0+cDV8b59jT/yRfPij4p+x0T2NLrrt0psXMl/UpfWUL9Zkvk4H3fJWpyp1Z3nYV6KsaNAfrTxFt4baiZYi7BixS3WMRZgKvkUE/XuDAHzT+BcAI7Cx2J1rwWqa8ub3eFXZi+AugtEZiGYyjDw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZJSB3BBtFiAxqEjqFV6JTPjV8P9IrV5fej830vQzhdufQkLV9RDHflrZyNI2xSpIbyYZ8XA4Q3AuYC7g585l7BQi8gxmRujpcZ0F8kJqT8zApYUXEXneIuzKZd4IZBwhXd16PSOWCDjXNuLM0m+yK6ZmrCtr18oY29WRQ17DDoI0A1eeJkzopqqK3/rY7n8+YAnF9DMWR79kAkygx8ShQLdEUZfHr+mdppkgy0CR6PI6tvcnTfsSN+So4zig990RBsA+l56cNSuA0VlbKlEyWy1MOHx6hcobBB4jYaiglrMwreGB1DiFnwj3ck0/lZfrIkAdoXygpagsDidopEjitw==
- Original-authentication-results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs dot Nagy at arm dot com;
- References: <ff17c402f36f20d29b92e92cb58304d892e06e9c.camel@marvell.com> <8ea11315-0d39-6bed-9303-e0dc5bbb32c6@arm.com> <d8d30c3a-d2b2-2946-063d-ef9364a8c304@redhat.com>
On 29/07/2019 14:42, Carlos O'Donell wrote:
> On 7/29/19 4:18 AM, Szabolcs Nagy wrote:
>> On 26/07/2019 17:43, Steve Ellcey wrote:
>>> tst-nss-files-hosts-long may be PR 24816, I am not running in a docker,
>>> I am on a native system. The failure is:
>>>
>>> error: tst-nss-files-hosts-long.c:35: ahostsv4 failed
>>> error: 1 test failures
>>
>> will be fixed once
>> https://sourceware.org/ml/libc-alpha/2019-07/msg00564.html
>> is committed.
>>
>> i hope it will be committed before the release.
>>
>
> Should be fixed now. Please re-test.
the aarch64 buildbot is red because
FAIL: resolv/tst-resolv-search
FAIL: resolv/tst-resolv-trailing
both are timeouts (i haven't seen them before):
$ cat resolv/tst-resolv-search.out
Timed out: killed the child process
Termination time: 2019-07-29T15:09:55.891714
Last write to standard output: 2019-07-29T15:09:35.886436
$ cat resolv/tst-resolv-trailing.out
Timed out: killed the child process
Termination time: 2019-07-29T15:10:16.632413
Last write to standard output: 2019-07-29T15:09:56.626538
i'm not sure if these just intermittent failures or real,
but at least the nss/tst-nss-files-hosts-long failure is
gone now.