Re: xen | Failed pipeline for staging | 6a47ba2f

2023-04-28 Thread Stefano Stabellini
On Fri, 28 Apr 2023, GitLab wrote: > Pipeline #852233694 triggered by > [568538936b4ac45a343cb3a4ab0c6cda?s=48&d=identicon] > Ganis > had 3 failed jobs > Failed jobs > ✖ > test > qemu-smoke-dom0less-arm64-gcc This is a real failure on staging. Unfortunately it is intermittent. It usually happens o

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-04-29 Thread andrew . cooper3
On 29/04/2023 4:05 am, Stefano Stabellini wrote: > On Fri, 28 Apr 2023, GitLab wrote: >> Pipeline #852233694 triggered by >> [568538936b4ac45a343cb3a4ab0c6cda?s=48&d=identicon] >> Ganis >> had 3 failed jobs >> Failed jobs >> ✖ >> test >> qemu-smoke-dom0less-arm64-gcc > This is a real failure on sta

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-04-29 Thread Marek Marczykowski-Górecki
On Sat, Apr 29, 2023 at 12:41:26PM +0100, andrew.coop...@citrix.com wrote: > On 29/04/2023 4:05 am, Stefano Stabellini wrote: > > On Fri, 28 Apr 2023, GitLab wrote: > >> Pipeline #852233694 triggered by > >> [568538936b4ac45a343cb3a4ab0c6cda?s=48&d=identicon] > >> Ganis > >> had 3 failed jobs > >>

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-04-29 Thread andrew . cooper3
On 29/04/2023 2:34 pm, Marek Marczykowski-Górecki wrote: > On Sat, Apr 29, 2023 at 12:41:26PM +0100, andrew.coop...@citrix.com wrote: >> On 29/04/2023 4:05 am, Stefano Stabellini wrote: >>> On Fri, 28 Apr 2023, GitLab wrote: Pipeline #852233694 triggered by [568538936b4ac45a343cb3a4ab0c6c

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-04-29 Thread Stefano Stabellini
On Sat, 29 Apr 2023, andrew.coop...@citrix.com wrote: > On 29/04/2023 4:05 am, Stefano Stabellini wrote: > > On Fri, 28 Apr 2023, GitLab wrote: > >> Pipeline #852233694 triggered by > >> [568538936b4ac45a343cb3a4ab0c6cda?s=48&d=identicon] > >> Ganis > >> had 3 failed jobs > >> Failed jobs > >> ✖ >

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-05-01 Thread Stefano Stabellini
On Sat, 29 Apr 2023, Stefano Stabellini wrote: > Your guess was correct. I have done more bisecting today. The culprit is > the following commit (I reverted only this commit and ran 25 tests > successfully, usually it fails in less than 5): > > e522c98c3tools: Refactor console/io.c to avoid us

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-05-01 Thread Jan Beulich
On 02.05.2023 05:59, Stefano Stabellini wrote: > xen: fix broken XEN_SYSCTL_getdomaininfolist hypercall > > XEN_SYSCTL_getdomaininfolist doesn't actually update the guest > num_domains field, only its local copy. Fix that. This isn't true, at least not always / unconditionally. "copyback" is what

Re: xen | Failed pipeline for staging | 6a47ba2f

2023-05-02 Thread Alejandro Vallejo
On Tue, May 02, 2023 at 08:53:31AM +0200, Jan Beulich wrote: > I'm also having a hard time seeing what failure case the test ended > up encountering: There are only two errors which can occur - one > from the XSM hook (which is mishandled, and I'll make a separate > patch for that) and the other fr

dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread andrew . cooper3
Hello, After what seems like an unreasonable amount of debugging, we've tracked down exactly what is going wrong here. https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/4219721944 Of note is the smoke.serial log around: io: IN 0x90fec250 d0 20230503 14:20:42 INTRODUCE (1 233473 1 ) o

Re: dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread Julien Grall
Hi, On 03/05/2023 15:38, andrew.coop...@citrix.com wrote: Hello, After what seems like an unreasonable amount of debugging, we've tracked down exactly what is going wrong here. https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/4219721944 Of note is the smoke.serial log around: io: IN

Re: dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread Juergen Gross
On 03.05.23 17:15, Julien Grall wrote: Hi, On 03/05/2023 15:38, andrew.coop...@citrix.com wrote: Hello, After what seems like an unreasonable amount of debugging, we've tracked down exactly what is going wrong here. https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/4219721944 Of note

Re: dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread andrew . cooper3
On 03/05/2023 4:22 pm, Juergen Gross wrote: > On 03.05.23 17:15, Julien Grall wrote: >> Hi, >> >> On 03/05/2023 15:38, andrew.coop...@citrix.com wrote: >>> Hello, >>> >>> After what seems like an unreasonable amount of debugging, we've >>> tracked >>> down exactly what is going wrong here. >>> >>>

Re: dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread Stefano Stabellini
On Wed, 3 May 2023, Julien Grall wrote: > On 03/05/2023 15:38, andrew.coop...@citrix.com wrote: > > Hello, > > > > After what seems like an unreasonable amount of debugging, we've tracked > > down exactly what is going wrong here. > > > > https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/4

Re: dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread andrew . cooper3
On 03/05/2023 10:53 pm, Stefano Stabellini wrote: > On Wed, 3 May 2023, Julien Grall wrote: >> On 03/05/2023 15:38, andrew.coop...@citrix.com wrote: >>> Hello, >>> >>> After what seems like an unreasonable amount of debugging, we've tracked >>> down exactly what is going wrong here. >>> >>> https:/

Re: dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 6a47ba2f

2023-05-03 Thread Stefano Stabellini
On Wed, 3 May 2023, andrew.coop...@citrix.com wrote: > On 03/05/2023 10:53 pm, Stefano Stabellini wrote: > > On Wed, 3 May 2023, Julien Grall wrote: > >> On 03/05/2023 15:38, andrew.coop...@citrix.com wrote: > >>> Hello, > >>> > >>> After what seems like an unreasonable amount of debugging, we've t