All of lore.kernel.org
 help / color / mirror / Atom feed
* ERROR: Task (.../kernel-module-something.bb:do_package) failed with exit code '134'
@ 2021-09-27 17:44 Vasyl Vavrychuk
  2021-09-28 17:15 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Vasyl Vavrychuk @ 2021-09-27 17:44 UTC (permalink / raw)
  To: openembedded-core

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

I have external kernel module recipe, let's call it kernel-module-something.bb.

Sometimes, it fails with

ERROR: Task (.../kernel-module-something.bb:do_package) failed with exit code '134'

I have checked pseudo.log, it looks like this

inode mismatch: '.../kernel-module-something/1.0-r0/image/lib/modules/5.10.25-yocto-standard/extra/something.ko' ino 240205743 in db, 240631184 in request.
creat ignored for existing file '.../kernel-module-something/1.0-r0/image/lib/modules/5.10.25-yocto-standard/extra/something.ko'.
inode mismatch: '.../kernel-module-something/1.0-r0/image/lib/modules/5.10.25-yocto-standard/extra/something.ko' ino 240205743 in db, 240631184 in request.
...
a lot of inode mismatch prints
...
inode mismatch: '.../kernel-module-something/1.0-r0/sstate-build-package/package/lib/modules/5.10.25-yocto-standard/extra/something.ko' ino 240207118 in db, 240631442 in request.
path mismatch [2 links]: ino 240631442 db '.../kernel-module-something/1.0-r0/sstate-build-package/packages-split/kernel-module-something-5.10.25-yocto-standard/lib/modules/5.10.25-yocto-standard/extra/something.ko' req '.../kernel-module-something/1.0-r0/sstate-build-package/package/lib/modules/5.10.25-yocto-standard/extra/something.ko'.

Can't debug it further since it is rarely reproducible, next run failure will be some consequence of this, and after cleansstate this won't be reproducible for a while.

My recipe is simple:

inherit module

SRC_URI = " \
file://Kbuild \
file://Makefile \
file://something.c \
file://something.h \
"

S = "${WORKDIR}"

KERNEL_MODULE_AUTOLOAD = "something"

Using Yocto 3.1.10.

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

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

end of thread, other threads:[~2021-10-30 21:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 17:44 ERROR: Task (.../kernel-module-something.bb:do_package) failed with exit code '134' Vasyl Vavrychuk
2021-09-28 17:15 ` [OE-core] " Richard Purdie
2021-10-30 20:21   ` Vasyl Vavrychuk
2021-10-30 21:46     ` Richard Purdie

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.