All of lore.kernel.org
 help / color / mirror / Atom feed
* core-image-weston testimage fails
@ 2020-09-05  5:17 Khem Raj
  2020-09-05  7:20 ` Alexander Kanavin
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2020-09-05  5:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer, Alexander Kanavin

Hi Alex

I am seeing below error with core-image-weston/qemuarm64 using oe-core
master. Any ideas before I debug this?

NOTE: ======================================================================
NOTE: FAIL: test_weston_can_initialize_new_wayland_compositor
(weston.WestonTest)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
  File "/mnt/b/yoe/master/sources/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py",
line 36, in wrapped_f
    return func(*args, **kwargs)
  File "/mnt/b/yoe/master/sources/openembedded-core/meta/lib/oeqa/runtime/cases/weston.py",
line 69, in test_weston_can_initialize_new_wayland_compositor
    self.assertTrue(new_wl_processes, msg='Could not get new
weston-desktop-shell processes (%s, try_cnt:%s) weston log: %s' %
(new_wl_processes, try_cnt, weston_log))
AssertionError: [] is not true : Could not get new
weston-desktop-shell processes ([], try_cnt:5) weston log: Date:
2020-09-05 UTC
[05:06:35.986] weston 8.0.0
               https://wayland.freedesktop.org
               Bug reports to:
https://gitlab.freedesktop.org/wayland/weston/issues/
               Build: 8.0.0
[05:06:35.988] Command line: weston --log=/tmp/weston.log
[05:06:35.989] OS: Linux, 5.8.5-yocto-standard, #1 SMP PREEMPT Thu Sep
3 20:37:49 UTC 2020, aarch64
[05:06:35.991] Using config file '/etc/xdg/weston/weston.ini'
[05:06:35.994] Output repaint window is 7 ms maximum.
[05:06:35.997] Loading module '/usr/lib/libweston-8/fbdev-backend.so'
[05:06:36.004] initializing fbdev backend
[05:06:36.029] logind: not running in a systemd session
[05:06:36.029] logind: cannot setup systemd-logind helper (-61), using
legacy fallback
[05:06:36.029] <stdin> not a vt
[05:06:36.029] if running weston from ssh, use --tty to specify a tty
[05:06:36.030] fatal: fbdev backend should be run using weston-launch
binary, or your system should provide the logind D-Bus API.
[05:06:36.030] fatal: failed to create compositor backend

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: core-image-weston testimage fails
  2020-09-05  5:17 core-image-weston testimage fails Khem Raj
@ 2020-09-05  7:20 ` Alexander Kanavin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2020-09-05  7:20 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2420 bytes --]

Hello Khem,

No idea, other than maybe it’s a out of memory situation?

Alex

On Sat 5. Sep 2020 at 7.17, Khem Raj <raj.khem@gmail.com> wrote:

> Hi Alex
>
>
>
> I am seeing below error with core-image-weston/qemuarm64 using oe-core
>
> master. Any ideas before I debug this?
>
>
>
> NOTE:
> ======================================================================
>
> NOTE: FAIL: test_weston_can_initialize_new_wayland_compositor
>
> (weston.WestonTest)
>
> NOTE:
> ----------------------------------------------------------------------
>
> NOTE: Traceback (most recent call last):
>
>   File
> "/mnt/b/yoe/master/sources/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py",
>
> line 36, in wrapped_f
>
>     return func(*args, **kwargs)
>
>   File
> "/mnt/b/yoe/master/sources/openembedded-core/meta/lib/oeqa/runtime/cases/weston.py",
>
> line 69, in test_weston_can_initialize_new_wayland_compositor
>
>     self.assertTrue(new_wl_processes, msg='Could not get new
>
> weston-desktop-shell processes (%s, try_cnt:%s) weston log: %s' %
>
> (new_wl_processes, try_cnt, weston_log))
>
> AssertionError: [] is not true : Could not get new
>
> weston-desktop-shell processes ([], try_cnt:5) weston log: Date:
>
> 2020-09-05 UTC
>
> [05:06:35.986] weston 8.0.0
>
>                https://wayland.freedesktop.org
>
>                Bug reports to:
>
> https://gitlab.freedesktop.org/wayland/weston/issues/
>
>                Build: 8.0.0
>
> [05:06:35.988] Command line: weston --log=/tmp/weston.log
>
> [05:06:35.989] OS: Linux, 5.8.5-yocto-standard, #1 SMP PREEMPT Thu Sep
>
> 3 20:37:49 UTC 2020, aarch64
>
> [05:06:35.991] Using config file '/etc/xdg/weston/weston.ini'
>
> [05:06:35.994] Output repaint window is 7 ms maximum.
>
> [05:06:35.997] Loading module '/usr/lib/libweston-8/fbdev-backend.so'
>
> [05:06:36.004] initializing fbdev backend
>
> [05:06:36.029] logind: not running in a systemd session
>
> [05:06:36.029] logind: cannot setup systemd-logind helper (-61), using
>
> legacy fallback
>
> [05:06:36.029] <stdin> not a vt
>
> [05:06:36.029] if running weston from ssh, use --tty to specify a tty
>
> [05:06:36.030] fatal: fbdev backend should be run using weston-launch
>
> binary, or your system should provide the logind D-Bus API.
>
> [05:06:36.030] fatal: failed to create compositor backend
>
>

[-- Attachment #2: Type: text/html, Size: 3124 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-05  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05  5:17 core-image-weston testimage fails Khem Raj
2020-09-05  7:20 ` Alexander Kanavin

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.