Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Ross Burton <ross.burton@arm.com>
Cc: "bruce.ashfield@gmail.com" <bruce.ashfield@gmail.com>,
	Richard Purdie <richard.purdie@linuxfoundation.org>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 00/15] kernel: consolidated pull request
Date: Mon, 10 Jul 2023 22:59:02 +0200	[thread overview]
Message-ID: <20230710205902398898f0@mail.local> (raw)
In-Reply-To: <CDACE6FE-F991-4E69-BC69-B1BEC6B6B761@arm.com>

Hello,

On 10/07/2023 14:54:50+0000, Ross Burton wrote:
> On 10 Jul 2023, at 04:20, Bruce Ashfield via lists.openembedded.org <bruce.ashfield=gmail.com@lists.openembedded.org> wrote:
> > Here's the latest queued kernel changes. There are the expectd -stable updates
> > 6.1, but those of course aren't the most interesting part of this queue.
> 
> 
> I’ve not triaged them yet as it’s still building, but https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5577 is just this branch on top of master and has some new failures/warnings.
> 

It mostly worked on my branch, there is this new failure though:

https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/7413/steps/12/logs/stdio

Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/runtime/cases/parselogs.py", line 393, in test_parselogs
    self.assertEqual(errcount, 0, msg=self.msg)
AssertionError: 4 != 0 : No ignore list found for this machine, using default
No ignore list found for this machine, using default
No ignore list found for this machine, using default
No ignore list found for this machine, using default
No ignore list found for this machine, using default
No ignore list found for this machine, using default
No ignore list found for this machine, using default
No ignore list found for this machine, using default
Log: /home/pokybuild/yocto-worker/qemuarm-oecore/build/build/tmp-glibc/work/qemuarm-oe-linux-gnueabi/core-image-sato/1.0-r0/target_logs/Xorg.0.log
-----------------------
Central error: [    17.416] (II) FBDEV(0): 	mode "640x480" test failed
***********************
[    17.381] 	compiled for 1.21.1.8, module version = 0.0.2
[    17.381] 	ABI class: X.Org Video Driver, version 25.2
[    17.384] (II) FBDEV(0): using default device
[    17.389] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[    17.389] (==) FBDEV(0): RGB weight 888
[    17.389] (==) FBDEV(0): Default visual is TrueColor
[    17.403] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[    17.406] (II) FBDEV(0): hardware: virtio_gpudrmfb (video memory: 4000kB)
[    17.407] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[    17.411] (II) FBDEV(0): checking modes against framebuffer device...
[    17.416] (II) FBDEV(0): 	mode "640x480" test failed
[    17.417] (II) FBDEV(0): 	mode "640x480" test failed
[    17.418] (II) FBDEV(0): 	mode "640x480" test failed
[    17.419] (II) FBDEV(0): 	mode "640x480" test failed
[    17.441] (II) FBDEV(0): 	mode "640x480" not found
[    17.442] (II) FBDEV(0): checking modes against monitor...
[    17.444] (II) FBDEV(0): Virtual size is 1280x800 (pitch 1280)
[    17.445] (**) FBDEV(0):  Built-in mode "current"
[    17.446] (==) FBDEV(0): DPI set to (96, 96)
[    17.447] (II) Loading sub module "fb"
[    17.448] (II) LoadModule: "fb"

> Ross

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#184081): https://lists.openembedded.org/g/openembedded-core/message/184081
> Mute This Topic: https://lists.openembedded.org/mt/100051814/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


  reply	other threads:[~2023-07-10 20:59 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10  3:20 [PATCH 00/15] kernel: consolidated pull request bruce.ashfield
2023-07-10  3:20 ` [PATCH 01/15] linux-yocto/6.1: update to v6.1.36 bruce.ashfield
2023-07-10  3:20 ` [PATCH 02/15] linux-yocto/6.1: update to v6.1.37 bruce.ashfield
2023-07-10  3:20 ` [PATCH 03/15] linux-libc-headers: bump to 6.4 bruce.ashfield
2023-07-10  3:20 ` [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+ bruce.ashfield
2023-10-10 11:44   ` [OE-core] " Rasmus Villemoes
2023-10-10 12:31     ` Bruce Ashfield
2023-10-10 14:37       ` Rasmus Villemoes
2023-10-10 14:58         ` Bruce Ashfield
2023-07-10  3:20 ` [PATCH 05/15] kernel: fix localversion in v6.3+ bruce.ashfield
2023-07-10  3:20 ` [PATCH 06/15] linux-yocto: introduce 6.4 reference kernel recipes bruce.ashfield
2023-07-10  3:20 ` [PATCH 07/15] linux-yocto/6.4: update to latest bruce.ashfield
2023-07-10  3:20 ` [PATCH 08/15] linux-yocto/6.4: aufs6 integration bruce.ashfield
2023-07-10  3:20 ` [PATCH 09/15] linux-yocto/6.4: refresh configuration bruce.ashfield
2023-07-10  3:20 ` [PATCH 10/15] linux-yocto-rt/6.4: integrate -rt6 bruce.ashfield
2023-07-10  3:20 ` [PATCH 11/15] linux-yocto/6.4: update to v6.4.2 bruce.ashfield
2023-07-10  3:20 ` [PATCH 12/15] linux-yocto/6.1: update to v6.1.38 bruce.ashfield
2023-07-10  3:20 ` [PATCH 13/15] conf/machine: set preferred kernel to be 6.4 bruce.ashfield
2023-07-10  3:20 ` [PATCH 14/15] poky/poky-tiny: set preferred linux-yocto version to 6.4 bruce.ashfield
2023-07-10  3:20 ` [PATCH 15/15] linux-yocto-tiny/6.4: fix configuration warnings (HID) bruce.ashfield
2023-07-10 14:54 ` [OE-core] [PATCH 00/15] kernel: consolidated pull request Ross Burton
2023-07-10 20:59   ` Alexandre Belloni [this message]
2023-07-10 22:58     ` Bruce Ashfield
     [not found]     ` <1770A3C5B7BBB722.31955@lists.openembedded.org>
2023-07-10 23:11       ` Bruce Ashfield
     [not found]   ` <17709D3D34AB3A9D.28523@lists.openembedded.org>
2023-07-10 21:16     ` Alexandre Belloni

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=20230710205902398898f0@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=ross.burton@arm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox