[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-5.4 test] 174684: regressions - FAIL
- To: Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 10 Nov 2022 09:18:02 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=RXy8ox5LfHt1uiC0vqAPAoNcGahR2Lyw6PIIp80UN1c=; b=HGi4Qpz1XyxaK8tMI0rp6wm2oh2HefymCVCwc09R5t3yb6enRikE5PyGu0TpwCW1wPQDUTwWTcd4hT0N/l4b+4vpi1mnlrQuKMv9s7lC4s7+NJomGFiOc8xyLjtMwvxf2kKtMV5vc0GVbFkJEfZK0M9mXcQj7obshVDoR5sF03MAWuWk3RZMbRMfTfWdZ2Cx1VDID3pq3J19PTl+ViCpnNTkczc3YIoHBByfwLlwcXJzqc9SdZA5BwsUNZVZGUB75RqnLRs8Prp0xH1V5nwIK6k/GFJ1jOHh9xzcywx2bQTkd3hnylBJxugZCXpzwo1B//ScHoos70MOOlIIg1x7QA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TpNzGYyq8RFcDidnfGqmU9tbBK+ozJ90XtnM3dCUYXpNmlrCDwl59jug2b0M7rD8PBIKb0LoMgeDcdLNUJ1OAgYuwI2E4YuYS3zLD1PD2sXUXYCWLoDdWXCPyn8/LONxU91+1Hrf27JDkx1UvXktyDioA2sYpAdCXCKYAStFJZE0rUIqqRt/5qmIKbTJiwmuvVInj6RJTwDyYtJeiEn4sFZa13pMHOVu93dUoGpcXtAhHygu5dTMICsgeYS4Aw6D3v+knmUppeEVWzhx0D/7+yAy8uMkro+m6zPw7i950N16VCu0RSmFPvjz/w6/8nRFN00yH+aWGc1AnnonaxaPow==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: osstest service owner <osstest-admin@xxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 10 Nov 2022 08:18:13 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10.11.2022 03:48, osstest service owner wrote:
> flight 174684 linux-5.4 real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/174684/
>
> Regressions :-(
>
> Tests which did not succeed and are blocking,
> including tests which could not be run:
> test-armhf-armhf-xl-credit2 18 guest-start/debian.repeat fail REGR. vs.
> 174540
This now looks to be failing relatively frequently (about every other flight),
and I'd rather suspect it to point at a hypervisor issue than a Linux one.
Looking at the log I found
(XEN) d5v0: vGICD: unhandled word write 0xffffffff to ICACTIVER0
(XEN) arch/arm/traps.c:1985:d5v1 HSR=0x80000006 pc=00000000 gva=0
gpa=0000000000000000
(XEN) arch/arm/traps.c:1985:d5v1 HSR=0x80000006 pc=0x00000c gva=0xc
gpa=0x0000000000000c
(XEN) arch/arm/traps.c:1985:d5v1 HSR=0x80000006 pc=0x00000c gva=0xc
gpa=0x0000000000000c
with the last two messages then repeated over and over, many dozen times a
second. Which makes me wonder whether that verbosity alone is causing a
problem.
Jan
|