From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: ecordonnier@snap.com
Cc: poky@lists.yoctoproject.org
Subject: Re: [poky] [PATCH] poky-alt: enable minidebuginfo
Date: Sat, 8 Jun 2024 19:35:25 +0200 [thread overview]
Message-ID: <2024060817352536c2c18d@mail.local> (raw)
In-Reply-To: <20240604114647.2897172-1-ecordonnier@snap.com>
Hello,
This causes failures on anything that is not x86:
https://autobuilder.yoctoproject.org/typhoon/#/builders/107/builds/6257/steps/15/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/6204/steps/15/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/131/builds/4448/steps/15/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/110/builds/7960/steps/14/logs/stdio
Traceback (most recent call last):
File "/home/pokybuild/yocto-worker/qemuarm64-alt/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/pokybuild/yocto-worker/qemuarm64-alt/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/pokybuild/yocto-worker/qemuarm64-alt/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/pokybuild/yocto-worker/qemuarm64-alt/build/meta/lib/oeqa/runtime/cases/systemd.py", line 159, in test_systemd_coredump_minidebuginfo
self.assertEqual(status, 0, msg='MiniDebugInfo Test failed: %s' % output)
AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found.
-- Notice: 1 systemd-coredump@.service unit is running, output may be incomplete.
On 04/06/2024 13:46:47+0200, Etienne Cordonnier via lists.yoctoproject.org wrote:
> From: Etienne Cordonnier <ecordonnier@snap.com>
>
> Enable minidebuginfo in poky-alt in order to increase test coverage in CI and reduce potential bitrotting.
>
> Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
> ---
> meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
> index 3e10251..b38a332 100644
> --- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
> +++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
> @@ -1,5 +1,5 @@
> # Add extra DISTRO_FEATUREs
> -DISTRO_FEATURES:append = " pam usrmerge"
> +DISTRO_FEATURES:append = " minidebuginfo pam usrmerge"
>
> # Use our alternate kernel version
> PREFERRED_VERSION_linux-yocto = "6.6%"
> --
> 2.36.1.vfs.0.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#13364): https://lists.yoctoproject.org/g/poky/message/13364
> Mute This Topic: https://lists.yoctoproject.org/mt/106480591/3617179
> Group Owner: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2024-06-08 17:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-04 11:46 [PATCH] poky-alt: enable minidebuginfo ecordonnier
2024-06-08 17:35 ` Alexandre Belloni [this message]
2024-06-10 12:43 ` [poky] " Etienne Cordonnier
[not found] ` <17D7A530C052D9E2.15678@lists.yoctoproject.org>
2024-07-01 9:28 ` Etienne Cordonnier
2024-07-01 9:31 ` Alexander Kanavin
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=2024060817352536c2c18d@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=ecordonnier@snap.com \
--cc=poky@lists.yoctoproject.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.