DEBUG: Executing python function do_compile
ERROR: Error executing a python function in exec_func_python() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:do_compile(d)
     0003:
File: '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/meta/classes-recipe/kernel-fit-image.bbclass', lineno: 60, function: do_compile
     0056:        oe.types.boolean(d.getVar('FIT_SIGN_INDIVIDUAL')), d.getVar('UBOOT_SIGN_IMG_KEYNAME')
     0057:    )
     0058:
     0059:    # Prepare a kernel image section.
 *** 0060:    shutil.copyfile(os.path.join(kernel_deploydir, "linux.bin"), "linux.bin")
     0061:    with open(os.path.join(kernel_deploydir, "linux_comp")) as linux_comp_f:
     0062:        linux_comp = linux_comp_f.read()
     0063:    root_node.fitimage_emit_section_kernel("kernel-1", "linux.bin", linux_comp,
     0064:        d.getVar('UBOOT_LOADADDRESS'), d.getVar('UBOOT_ENTRYPOINT'),
File: '/usr/lib/python3.11/shutil.py', lineno: 256, function: copyfile
     0252:
     0253:    if not follow_symlinks and _islink(src):
     0254:        os.symlink(os.readlink(src), dst)
     0255:    else:
 *** 0256:        with open(src, 'rb') as fsrc:
     0257:            try:
     0258:                with open(dst, 'wb') as fdst:
     0259:                    # macOS
     0260:                    if _HAS_FCOPYFILE:
Exception: FileNotFoundError: [Errno 2] No such file or directory: 'TOPDIR/tmp/deploy/images/qemux86-64/linux.bin'

DEBUG: Python function do_compile finished

Error details

Submitted on:
04/06/25 02:43
Error type:
Recipe
Task:
do_compile
Recipe:
linux-yocto-fitimage
Recipe version:
1.0-r0
Machine:
qemux86-64
Distro:
poky-altcfg
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
debian-12/debian-12
Branch:
mathieu/master-next
Commit:
d75d792ee2d241969bc466612ec1939b6740499c
Build:
#207145
Submitter:
yp-ab-debian12-vk-7
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/17/builds/1616
Similar errors:
10
Open a bug