NOTE: "attempted to execute unexpectedly and should have been setscened" errors indicate this may be caused by missing sstate artifacts that were likely produced in earlier builds, but have been subsequently deleted for some reason. ERROR: yoe-simple-image-1.0-r0 do_populate_sdk_ext: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: 0001: *** 0002:copy_buildsystem(d) 0003: File: '/mnt/a/yoe/sources/openembedded-core/meta/classes/populate_sdk_ext.bbclass', lineno: 415, function: copy_buildsystem 0411: sdk_ext_type = d.getVar('SDK_EXT_TYPE') 0412: if sdk_ext_type != 'minimal' or sdk_include_toolchain or derivative: 0413: # Create the filtered task list used to generate the sstate cache shipped with the SDK 0414: tasklistfn = d.getVar('WORKDIR') + '/tasklist.txt' *** 0415: create_filtered_tasklist(d, baseoutpath, tasklistfn, conf_initpath) 0416: else: 0417: tasklistfn = None 0418: 0419: # Add packagedata if enabled File: '/mnt/a/yoe/sources/openembedded-core/meta/classes/populate_sdk_ext.bbclass', lineno: 179, function: create_filtered_tasklist 0175: # Clean out residue of running bitbake, which check_sstate_task_list() 0176: # will effectively do 0177: clean_esdk_builddir(d, sdkbasepath) 0178: finally: *** 0179: os.replace(sdkbasepath + '/conf/local.conf.bak', sdkbasepath + '/conf/local.conf') 0180: 0181:python copy_buildsystem () { 0182: import re 0183: import shutil Exception: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/a/yoe/build/tmp/work/raspberrypi3_64-yoe-linux/yoe-simple-image/1.0-r0/sdk-ext/image//opt/yoe/2.6/conf/local.conf.bak' -> '/mnt/a/yoe/build/tmp/work/raspberrypi3_64-yoe-linux/yoe-simple-image/1.0-r0/sdk-ext/image//opt/yoe/2.6/conf/local.conf' ERROR: yoe-simple-image-1.0-r0 do_populate_sdk_ext: Function failed: copy_buildsystem