From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <richard.purdie@linuxfoundation.org>,
<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 1/2] oeqa/runtime/ptest: Use a timeout with command, remove disabling
Date: Fri, 06 Mar 2026 15:28:30 +0100 [thread overview]
Message-ID: <DGVRQRFYS4K1.2U0TY96UT9IO6@bootlin.com> (raw)
In-Reply-To: <DGVOBJODEHCK.15P1KY3F0CAFC@bootlin.com>
On Fri Mar 6, 2026 at 12:47 PM CET, Mathieu Dubois-Briand wrote:
> On Wed Mar 4, 2026 at 7:41 PM CET, Richard Purdie via lists.openembedded.org wrote:
>> A simple 'which' call doesn't need the timeout disabling. This was likely
>> a copy and paste error and can be removed.
>>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>> ---
>> meta/lib/oeqa/runtime/cases/ptest.py | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/lib/oeqa/runtime/cases/ptest.py b/meta/lib/oeqa/runtime/cases/ptest.py
>> index 1a0782374d0..2887e136719 100644
>> --- a/meta/lib/oeqa/runtime/cases/ptest.py
>> +++ b/meta/lib/oeqa/runtime/cases/ptest.py
>> @@ -35,7 +35,7 @@ class PtestRunnerTest(OERuntimeTestCase):
>> self.do_ptestrunner()
>>
>> def do_ptestrunner(self):
>> - status, output = self.target.run('which ptest-runner', 0)
>> + status, output = self.target.run('which ptest-runner')
>> if status != 0:
>> self.skipTest("No -ptest packages are installed in the image")
>>
>
So, a bit more details. I had 4 builds with this patch, because it was
in two branches and tried some rebuilds. All 4 builds failed, but the
failing packages were not always the same:
WARNING: core-image-ptest-openssh-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
WARNING: core-image-ptest-dpkg-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/1186
WARNING: core-image-ptest-openssh-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
WARNING: core-image-ptest-coreutils-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/1184
WARNING: core-image-ptest-dpkg-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
WARNING: core-image-ptest-coreutils-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
WARNING: core-image-ptest-gettext-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/1182
WARNING: core-image-ptest-dpkg-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
WARNING: core-image-ptest-coreutils-1.0-r0 do_testimage: Can not retrieve artifacts from test target: Error while fetching compressed artifacts
https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/1178
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-03-06 14:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 18:41 [PATCH 1/2] oeqa/runtime/ptest: Use a timeout with command, remove disabling Richard Purdie
2026-03-04 18:41 ` [PATCH 2/2] oeqa/runtime/ptest: Improve timeout values Richard Purdie
2026-03-06 11:47 ` [OE-core] [PATCH 1/2] oeqa/runtime/ptest: Use a timeout with command, remove disabling Mathieu Dubois-Briand
2026-03-06 14:28 ` Mathieu Dubois-Briand [this message]
2026-03-07 10:52 ` Richard Purdie
2026-03-10 2:14 ` Anibal Limon
2026-03-10 8:12 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DGVRQRFYS4K1.2U0TY96UT9IO6@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.