On Mon, Sep 21, 2026, 8:12 PM Trevor Gamblin via lists.openembedded.org
<[email protected]> wrote:

> On Fri Sep 18, 2026 at 5:07 AM EDT, João Marcos Costa wrote:
> > Timeouts have been observed (very frequently in the past weeks)
> > in the autobuilder, and a bug [1] was filed at Bugzilla.
> >
> > For now, it's not quite clear what specific test case is causing the
> timeout.
> >
> > [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=16162
>
> After modifying the gnutls ptest so that it outputs rough test durations
> (in ms)
> and collecting a log, these seem to be the worst offenders:
>
> |tgamblin@megalith
> ~/workspace/ypbuilds/poky-qemuriscv64/layers/openembedded-core (master)$
> grep 'PASS:' tests.log | sort -t'(' -k2 -n -r
> |PASS: mini-record-2 (187880ms)
> |PASS: record-retvals (145390ms)
> |PASS: rng-op-key (63820ms)
> |PASS: rng-op-random (63330ms)
> |PASS: rng-op-nonce (63260ms)
> |PASS: dtls-rehandshake-cert (61360ms)
> |PASS: dtls-rehandshake-cert-2 (61230ms)
> |PASS: dtls-rehandshake-anon (61030ms)
> |PASS: mini-loss-time (60130ms)
> |PASS: mini-dtls-hello-verify-48 (30050ms)
> |PASS: tls12-ffdhe (27790ms)
> |PASS: x509sign-verify-rsa (18460ms)
> |PASS: x509sign-verify-ecdsa (16050ms)
>
> mini-record-2 is longest runtime by far, and is consistent with what the
> Bugzilla bug shows - if you build core-image-ptest-gnutls and watch the
> output,
> mini-record-2 comes after mini-record, which is the last on that runs
> before the
> AB log timeouts. Do you want to submit a narrower patch, which
> conditionally
> disables mini-record-2 and record-retvals for riscv64?
>

Or relax the timeout a bit


> >
> > Signed-off-by: João Marcos Costa <[email protected]>
> > ---
> >  meta/conf/distro/include/ptest-packagelists.inc | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/conf/distro/include/ptest-packagelists.inc
> b/meta/conf/distro/include/ptest-packagelists.inc
> > index 79e27f617b..9b264657bb 100644
> > --- a/meta/conf/distro/include/ptest-packagelists.inc
> > +++ b/meta/conf/distro/include/ptest-packagelists.inc
> > @@ -163,8 +163,8 @@ PTESTS_PROBLEMS:append:riscv32 = " lttng-tools
> strace"
> >  PTESTS_SLOW:append:libc-musl = " libc-test"
> >
> >  # These tests don't yet pass for riscv64
> > -PTESTS_SLOW:remove:riscv64 = "tcl tcl8 python3-cffi strace lttng-tools
> python3-numpy perl glib-2.0 zstd"
> > -PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace
> lttng-tools python3-numpy perl glib-2.0 zstd"
> > +PTESTS_SLOW:remove:riscv64 = "tcl tcl8 python3-cffi strace lttng-tools
> python3-numpy perl glib-2.0 zstd gnutls"
> > +PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace
> lttng-tools python3-numpy perl glib-2.0 zstd gnutls"
> >
> >  # These tests don't yet pass for musl qemuarm64
> >  PTESTS_SLOW:remove:libc-musl:qemuarm64 = "strace perl gnutls glib-2.0"
>
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#246368): 
https://lists.openembedded.org/g/openembedded-core/message/246368
Mute This Topic: https://lists.openembedded.org/mt/121311542/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to