# Pastebin VEWcrKQW Loading cache: 100% |###################################################################| Time: 0:00:00 Loaded 2466 entries from dependency cache. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "1.49.2" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "3.2+snapshot-e35feed3b1886df33af72768b982d0e1ccc10211" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta-oe = "my-yocto:6ff4bd4f345b4e8030b9197d13097308df521576" meta meta-poky meta-yocto-bsp workspace = "my-yocto:e35feed3b1886df33af72768b982d0e1ccc10211" Initialising tasks: 100% |##############################################################| Time: 0:00:01 Sstate summary: Wanted 2 Local 0 Network 0 Missed 2 Current 1206 (0% match, 99% complete) NOTE: Executing Tasks ERROR: core-image-minimal-1.0-r0 do_rootfs: 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:do_rootfs(d) 0003: File: '/home/dorinda/Poky/meta/classes/image.bbclass', lineno: 247, function: do_rootfs 0243: progress_reporter.next_stage() 0244: 0245: # generate rootfs 0246: d.setVarFlag('REPRODUCIBLE_TIMESTAMP_ROOTFS', 'export', '1') *** 0247: create_rootfs(d, progress_reporter=progress_reporter, logcatcher=logcatcher) 0248: 0249: progress_reporter.finish() 0250:} 0251:do_rootfs[dirs] = "${TOPDIR}" File: '/home/dorinda/Poky/meta/lib/oe/rootfs.py', lineno: 375, function: create_rootfs 0371: 0372: img_type = d.getVar('IMAGE_PKGTYPE') 0373: 0374: cls = get_class_for_type(img_type) *** 0375: cls(d, manifest_dir, progress_reporter, logcatcher).create() 0376: os.environ.clear() 0377: os.environ.update(env_bkp) 0378: 0379: File: '/home/dorinda/Poky/meta/lib/oe/package_manager/rpm/rootfs.py', lineno: 27, function: __init__ 0023: ) 0024: 0025: self.inc_rpm_image_gen = self.d.getVar('INC_RPM_IMAGE_GEN') 0026: if self.inc_rpm_image_gen != "1": *** 0027: bb.utils.remove(self.image_rootfs, True) 0028: else: 0029: self.pm.recovery_packaging_data() 0030: bb.utils.remove(self.d.getVar('MULTILIB_TEMP_ROOTFS'), True) 0031: File: '/home/dorinda/Poky/bitbake/lib/bb/utils.py', lineno: 692, function: remove 0688: # shutil.rmtree(name) would be ideal but its too slow 0689: cmd = [] 0690: if ionice: 0691: cmd = ['ionice', '-c', '3'] *** 0692: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path)) 0693: return 0694: for name in glob.glob(path): 0695: try: 0696: os.unlink(name) File: '/usr/lib/python3.6/subprocess.py', lineno: 311, function: check_call 0307: if retcode: 0308: cmd = kwargs.get("args") 0309: if cmd is None: 0310: cmd = popenargs[0] *** 0311: raise CalledProcessError(retcode, cmd) 0312: return 0 0313: 0314: 0315:def check_output(*popenargs, timeout=None, **kwargs): Exception: subprocess.CalledProcessError: Command '['rm', '-rf', '/home/dorinda/Poky/build/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/rootfs']' died with . ERROR: Logfile of failure stored in: /home/dorinda/Poky/build/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/temp/log.do_rootfs.9961 ERROR: Task (/home/dorinda/Poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs) failed with exit code '1' NOTE: Tasks Summary: Attempted 3353 tasks of which 3352 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 1 seconds Summary: 1 task failed: /home/dorinda/Poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs Summary: There was 1 ERROR message shown, returning a non-zero exit code.