Advertisement
Guest User

Untitled

a guest
Nov 17th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. 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
  2.  
  3. DEBUG: Executing python function sstate_task_prefunc
  4. DEBUG: Python function sstate_task_prefunc finished
  5. DEBUG: Executing shell function do_deploy_source_date_epoch
  6. 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.
  7. DEBUG: Shell function do_deploy_source_date_epoch finished
  8. DEBUG: Executing python function sstate_task_postfunc
  9. NOTE: Using umask 0o002 (not 22) for sstate packaging
  10. DEBUG: Executing python function sstate_hardcode_path
  11. 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''
  12. 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
  13. DEBUG: Python function sstate_hardcode_path finished
  14. DEBUG: Executing python function sstate_report_unihash
  15. ERROR: Error executing a python function in exec_python_func() autogenerated:
  16.  
  17. The stack trace of python calls that resulted in this exception/failure was:
  18. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  19. 0001:
  20. *** 0002:sstate_report_unihash(d)
  21. 0003:
  22. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  23. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  24. 0837:
  25. 0838: if report_unihash:
  26. 0839: ss = sstate_state_fromvars(d)
  27. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  28. 0841:}
  29. 0842:
  30. 0843:#
  31. 0844:# Shell function to decompress and prepare a package for installation
  32. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  33. 0551:
  34. 0552: if "." in self.method:
  35. 0553: (module, method) = self.method.rsplit('.', 1)
  36. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  37. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  38. 0556: else:
  39. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  40. 0558:
  41. 0559: try:
  42. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  43. 0416: if extraglobals:
  44. 0417: ctx = copy.copy(ctx)
  45. 0418: for g in extraglobals:
  46. 0419: ctx[g] = extraglobals[g]
  47. *** 0420: return eval(source, ctx, locals)
  48. 0421:
  49. 0422:@contextmanager
  50. 0423:def fileslocked(files):
  51. 0424: """Context manager for locking and unlocking file locks."""
  52. File: '<string>', lineno: 1, function: <module>
  53. File "<string>", line 1, in <module>
  54.  
  55. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  56. 0591: process(root)
  57. 0592: for f in files:
  58. 0593: if f == 'fixmepath':
  59. 0594: continue
  60. *** 0595: process(os.path.join(root, f))
  61. 0596: finally:
  62. 0597: os.chdir(prev_dir)
  63. 0598:
  64. 0599: return h.hexdigest()
  65. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  66. 0572: update_hash(" ")
  67. 0573: fh = hashlib.sha256()
  68. 0574: if stat.S_ISREG(s.st_mode):
  69. 0575: # Hash file contents
  70. *** 0576: with open(path, 'rb') as d:
  71. 0577: for chunk in iter(lambda: d.read(4096), b""):
  72. 0578: fh.update(chunk)
  73. 0579: update_hash(fh.hexdigest())
  74. 0580: else:
  75. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  76.  
  77. DEBUG: Python function sstate_report_unihash finished
  78. DEBUG: Python function sstate_task_postfunc finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement