Advertisement
Guest User

Untitled

a guest
Nov 17th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. $ cat /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/temp/log.do_deploy_source_date_epoch.40056
  2.  
  3.  
  4. DEBUG: Executing python function sstate_task_prefunc
  5. DEBUG: Python function sstate_task_prefunc finished
  6. DEBUG: Executing shell function do_deploy_source_date_epoch
  7. Deploying SDE from /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/source-date-epoch/__source_date_epoch.txt -> /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/deploy-source-date-epoch.
  8. DEBUG: Shell function do_deploy_source_date_epoch finished
  9. DEBUG: Executing python function sstate_task_postfunc
  10. NOTE: Using umask 0o002 (not 22) for sstate packaging
  11. rm: cannot remove '/home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/sstate-build-deploy_source_date_epoch/deploy-source-date-epoch/deploy-source-date-epoch': Directory not empty
  12. ERROR: Error executing a python function in exec_python_func() autogenerated:
  13.  
  14. The stack trace of python calls that resulted in this exception/failure was:
  15. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  16. 0001:
  17. *** 0002:sstate_task_postfunc(d)
  18. 0003:
  19. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 766, function: sstate_task_postfunc
  20. 0762:
  21. 0763: omask = os.umask(0o002)
  22. 0764: if omask != 0o002:
  23. 0765: bb.note("Using umask 0o002 (not %0o) for sstate packaging" % omask)
  24. *** 0766: sstate_package(shared_state, d)
  25. 0767: os.umask(omask)
  26. 0768:
  27. 0769: sstateinst = d.getVar("SSTATE_INSTDIR")
  28. 0770: d.setVar('SSTATE_FIXMEDIR', shared_state['fixmedir'])
  29. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 642, function: sstate_package
  30. 0638: tmpdir = d.getVar('TMPDIR')
  31. 0639:
  32. 0640: sstatebuild = d.expand("${WORKDIR}/sstate-build-%s/" % ss['task'])
  33. 0641: d.setVar("SSTATE_CURRTASK", ss['task'])
  34. *** 0642: bb.utils.remove(sstatebuild, recurse=True)
  35. 0643: bb.utils.mkdirhier(sstatebuild)
  36. 0644: for state in ss['dirs']:
  37. 0645: if not os.path.exists(state[1]):
  38. 0646: continue
  39. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 700, function: remove
  40. 0696: # shutil.rmtree(name) would be ideal but its too slow
  41. 0697: cmd = []
  42. 0698: if ionice:
  43. 0699: cmd = ['ionice', '-c', '3']
  44. *** 0700: subprocess.check_call(cmd + ['rm', '-rf'] + glob.glob(path))
  45. 0701: return
  46. 0702: for name in glob.glob(path):
  47. 0703: try:
  48. 0704: os.unlink(name)
  49. File: '/usr/lib/python3.6/subprocess.py', lineno: 311, function: check_call
  50. 0307: if retcode:
  51. 0308: cmd = kwargs.get("args")
  52. 0309: if cmd is None:
  53. 0310: cmd = popenargs[0]
  54. *** 0311: raise CalledProcessError(retcode, cmd)
  55. 0312: return 0
  56. 0313:
  57. 0314:
  58. 0315:def check_output(*popenargs, timeout=None, **kwargs):
  59. Exception: subprocess.CalledProcessError: Command '['rm', '-rf', '/home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/sstate-build-deploy_source_date_epoch/']' returned non-zero exit status 1.
  60.  
  61. DEBUG: Python function sstate_task_postfunc finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement