[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xen-4.15-testing test] 173498: regressions - FAIL


  • To: Juergen Gross <jgross@xxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Wed, 12 Oct 2022 08:39:10 +0200
  • 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=kiR3lOtyI7kl4wiASiFNsVg7dyJSUlAYC9iNTt2HI+I=; b=oGdaGMyTouQ7Lq9oOZIJVlr9rMlK6hVnfFWkuMFrFCeyjsYP0I6wso2+He7ihjyuSN6uruFzJa2FNAb2sYKEEYZyYHhvi4i7ljQq0wqy5f0yKinzy3/CPxIF3W/wBWFxiz1lmqhoHrY0fGV+QiZ/J8X8KRIifPjCUEJRqwhPWAKd4qXc4IVGFJG8AgfRcxB9iPxSJu0ZgmqGVctGb1IJHDJJRQfuMz5sZ2zdfh+MPyYIGHDy7OYM/gr7XNhPZ1dFpvlH/BZnSxzH/NuG7ieFxNfxIpchBDJRn9l8T2HATVEcAFfOSmZfYMb4aatTf5YoJe6EIuX7yYZwEuYTccDcEQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZHmzNYFAg1TK06fK2D6m8O6lfP0qfG+yjoAX6X59ONW3uR6JiStQLpqVC39YMr5ILCc3A3ImvjLB2tSSWznM9WhanagFkZk/phdcKDeNzRFWmT58x/YNRTXCn0iatYPI24B70wxr/QHJvJzCZkF41Q+Tc6Bjq6MTMLLm0bXZoh4F+vXBJUAZjbF5D4bej2OfEgxzYICoSX0CIHX1nwK2Kyu5o69CnktmMEo34AOF448iuv7MxqooG831/7fl2wUsMHwnBKNDfev5UOIW4GTRdjUhWhyvKLD7h8f6yqTFEVepOFNn/3LcYiyLD1d0cKet2H4CCzwTfaj5qREpMIU7uA==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Julien Grall <julien@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, osstest service owner <osstest-admin@xxxxxxxxxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>
  • Delivery-date: Wed, 12 Oct 2022 06:39:19 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 12.10.2022 08:34, Juergen Gross wrote:
> On 12.10.22 08:28, Jan Beulich wrote:
>> On 12.10.2022 04:42, Henry Wang wrote:
>>>> -----Original Message-----
>>>> Subject: [xen-4.15-testing test] 173498: regressions - FAIL
>>>>
>>>> flight 173498 xen-4.15-testing real [real]
>>>> http://logs.test-lab.xenproject.org/osstest/logs/173498/
>>>>
>>>> Regressions :-(
>>>
>>> I think these regressions are from the backporting happened yesterday,
>>> see below...
>>>
>>>>
>>>> Tests which did not succeed and are blocking,
>>>> including tests which could not be run:
>>>>   build-arm64                   6 xen-build                fail REGR. vs. 
>>>> 172547
>>>>   build-arm64-xsm               6 xen-build                fail REGR. vs. 
>>>> 172547
>>>>   build-amd64                   6 xen-build                fail REGR. vs. 
>>>> 172547
>>>>   build-armhf                   6 xen-build                fail REGR. vs. 
>>>> 172547
>>>
>>> ...The arm/arm64 regression is from the backporting of commit:
>>> xen/arm, libxl: Implement XEN_DOMCTL_shadow_op for Arm
>>>
>>> The issue is:
>>> In 4.16, commit
>>> 2107cc76db3a libxc: split xc_logdirty_control() from xc_shadow_control()
>>> changes the prototype of xc_shadow_control(), and hence the calling of
>>> xc_shadow_control() in 4.13, 4.14 and 4.15 does not match the calling of
>>> xc_shadow_control() in 4.16 and after.
>>
>> So did I commit a wrong patch, or were the patches for the older branches
>> wrong already in xsa.git?
>>
>>>>   build-i386                    6 xen-build                fail REGR. vs. 
>>>> 172547
>>>>   build-i386-xsm                6 xen-build                fail REGR. vs. 
>>>> 172547
>>>>   build-amd64-xsm               6 xen-build                fail REGR. vs. 
>>>> 172547
>>>
>>> I think the x86 regression is from the backporting of commit:
>>> xen/gnttab: fix gnttab_acquire_resource()
>>>
>>> As the error message is:
>>> make[5]: Entering directory 
>>> '/home/osstest/build.173498.build-amd64/xen/tools/tests/resource'
>>> test-resource.c: In function 'test_gnttab':
>>> test-resource.c:74:19: error: 'gnttab' undeclared (first use in this 
>>> function)
>>>           (void **)&gnttab, PROT_READ | PROT_WRITE, 0);
>>>                     ^~~~~~
>>
>> Hmm, I'm pretty sure I did a local build test of tools/ with this in place.
>> I'm not in the office today, so I won't be able to do anything about it
>> right away.
> 
> Maybe you didn't build tools/tests?

I'd need to check, but yes, that's the suspicion.

> I can send a fix.

That would be great, thanks.

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.