On 13/04/2025 2:47 pm, Marek Marczykowski-Górecki wrote: > The previous attempt has correct diagnosis, but added -notransfer flag > in a wrong place - it should be used in the first (outer) match out of > two, not the second (inner) one. > > Fixes: 1e12cbd6af2c ("CI: fix waiting for final test message") > Signed-off-by: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> > This actually fixes the issue described in the referenced commit. When > that issue happens, it can be seen as a complete console output (up to > Alpine login prompt), but test still failed. > But that is not all the issues, sometimes it hangs really in the middle > of dom0 boot, for example with last lines as: > > [ 1.816052] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 > Poking KASLR using RDRAND RDTSC... > [ 1.818089] Dynamic Preempt: voluntary > [ 1.818251] rcu: Preemptible hierarchical RCU implementation. > [ 1.818254] rcu: RCU event tracing is ena > > and sits there for over 120s. > > It's unclear to me yet whether it's a real dom0 hang, or an issue with > grabbing console output. Debugging... This is now the only failure I've been encountering, given the extensive runs over the weekend. ~Andrew