Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/temp/log.do_deploy_source_date_epoch.10467
- DEBUG: Executing python function sstate_task_prefunc
- DEBUG: Python function sstate_task_prefunc finished
- DEBUG: Executing shell function do_deploy_source_date_epoch
- Deploying SDE from /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/source-date-epoch/__source_date_epoch.txt -> /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/deploy-source-date-epoch.
- DEBUG: Shell function do_deploy_source_date_epoch finished
- DEBUG: Executing python function sstate_task_postfunc
- NOTE: Using umask 0o002 (not 22) for sstate packaging
- DEBUG: Executing python function sstate_hardcode_path
- NOTE: Removing hardcoded paths from sstate package: 'grep -Irl -e /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/recipe-sysroot -e /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/recipe-sysroot-native -e /home/customdistrodistro/yocto/output/build/tmp/hosttools /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/sstate-build-deploy_source_date_epoch/ | xargs grep -l -e '/home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/recipe-sysroot-native' -e '/home/customdistrodistro/yocto/output/build/tmp/hosttools' | tee /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/sstate-build-deploy_source_date_epoch/fixmepath | xargs --no-run-if-empty sed -i -e 's:/home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:/home/customdistrodistro/yocto/output/build/tmp/hosttools:FIXME_HOSTTOOLS_DIR:g''
- grep: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/sstate-build-deploy_source_date_epoch/deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt: No such file or directory
- DEBUG: Python function sstate_hardcode_path finished
- DEBUG: Executing python function sstate_report_unihash
- ERROR: 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: <module>
- 0001:
- *** 0002:sstate_report_unihash(d)
- 0003:
- File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
- 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
- 0837:
- 0838: if report_unihash:
- 0839: ss = sstate_state_fromvars(d)
- *** 0840: report_unihash(os.getcwd(), ss['task'], d)
- 0841:}
- 0842:
- 0843:#
- 0844:# Shell function to decompress and prepare a package for installation
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
- 0551:
- 0552: if "." in self.method:
- 0553: (module, method) = self.method.rsplit('.', 1)
- 0554: locs['method'] = getattr(importlib.import_module(module), method)
- *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
- 0556: else:
- 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
- 0558:
- 0559: try:
- File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
- 0416: if extraglobals:
- 0417: ctx = copy.copy(ctx)
- 0418: for g in extraglobals:
- 0419: ctx[g] = extraglobals[g]
- *** 0420: return eval(source, ctx, locals)
- 0421:
- 0422:@contextmanager
- 0423:def fileslocked(files):
- 0424: """Context manager for locking and unlocking file locks."""
- File: '<string>', lineno: 1, function: <module>
- File "<string>", line 1, in <module>
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
- 0591: process(root)
- 0592: for f in files:
- 0593: if f == 'fixmepath':
- 0594: continue
- *** 0595: process(os.path.join(root, f))
- 0596: finally:
- 0597: os.chdir(prev_dir)
- 0598:
- 0599: return h.hexdigest()
- File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
- 0572: update_hash(" ")
- 0573: fh = hashlib.sha256()
- 0574: if stat.S_ISREG(s.st_mode):
- 0575: # Hash file contents
- *** 0576: with open(path, 'rb') as d:
- 0577: for chunk in iter(lambda: d.read(4096), b""):
- 0578: fh.update(chunk)
- 0579: update_hash(fh.hexdigest())
- 0580: else:
- Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
- DEBUG: Python function sstate_report_unihash finished
- DEBUG: Python function sstate_task_postfunc finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement