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: Florian Weimer <fweimer at redhat dot com>, Carlos O'Donell <carlos at redhat dot com>
- Cc: nd <nd at arm dot com>, Steve Ellcey <sellcey at marvell dot com>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Tue, 30 Jul 2019 15:33:03 +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=7yvq5S6fNhHsPLAa+0eO2xFw05SeCu7UYbSklxq6OEs=; b=fuw6TUG8eyYwSr6hTnWQI1A/THlf+Aojm39I+xGHuCVW695ljkq2VVXokUPm2yYNiOrMmxbVuwbWTDKL9eRsUvs86bU0a6ipfWuPcw/Iy3P3rImf37fa+yBYbPJsxAtf6CrkirwVL5QI7kND8/8tuA93STH5W3D0NsiGyjZg9b1WaCgKvE7wzcA4FhJtMCm91wmKx4w/TATLAMk3hC3B1hE7eRQwOXpIxbbnQbeKxo5Qsn3M98NiBm5pzwJZfkK2FVbgiojZgeOgh1jUvRW5NUl3htPzAt8BOZTqFicgpvHyj/26oUnAQrb9sgVuXE9Zm61PcZeSldQGiTp/X12l5Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R+Rl5jSTGk8AL9HH6iZU6QjR02GWMwNge0MiiMQ7MMd9h1xA2Qa1CqohPrGzrCRp9DBG/4Tw+OwilX4au+uXbVnETSvwWC6jglYNsg1vnItBZFBPjae5dxIBvky1zvu6dMNz0484tfTWEEzL0cK3XbeSNv8itXLkyNC0Z6DUENYrN7VaVWMVpMLgdrzysaKKw26ZPMZSvCsAhHSVoWamAqrFr2zmGyvEj1/Dbv9mekY++P/pmSIfOz54tpbErTvEEKZmZFxcaI4SrzEqafCljwo/scsvlZsh346puHpgkzkGf6eTENtD4LtbAr8kiWYl5/z5KKJYbi8eBMfJpt6Wog==
- 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> <e0648e03-6598-7ab4-9f7e-826b3f93082a@arm.com> <7ead3ea4-964f-df39-0da1-03fe1f8c2005@redhat.com> <87tvb4zueh.fsf@oldenburg2.str.redhat.com>
On 29/07/2019 17:18, Florian Weimer wrote:
> * Carlos O'Donell:
>> On 7/29/19 11:20 AM, Szabolcs Nagy wrote:
>>> On 29/07/2019 14:42, Carlos O'Donell wrote:
>>>> On 7/29/19 4:18 AM, Szabolcs Nagy wrote:
>>>
>>> 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.
>>
>> Florian,
>>
>> Any idea?
>
> Some test failures may be due to iptables/nftables issues. In the past,
> support_enter_network_namespace in support/resolv_test.c worked around
> that because there was no connection tracking in the new namespace.
>
> Does the kernel log anything about connection tracking table overflow?
>
> These tests do not print anything on success. You can run them with
> --verbose to get some logging.
i could not reproduce the failures, i did not see anything weird
in kernel logs.
the aarch64 buildbot is now green.