1. DEBUG: Executing python function sstate_task_prefunc
  2. DEBUG: Python function sstate_task_prefunc finished
  3. DEBUG: Executing python function do_populate_sysroot
  4. DEBUG: Executing shell function sysroot_stage_all
  5. DEBUG: Shell function sysroot_stage_all finished
  6. DEBUG: Python function do_populate_sysroot finished
  7. DEBUG: Executing python function do_qa_staging
  8. NOTE: QA checking staging
  9. DEBUG: Python function do_qa_staging finished
  10. DEBUG: Executing python function sstate_task_postfunc
  11. DEBUG: Staging files from /OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sysroot-destdir to /OE//sysroots/MACHINE
  12. DEBUG: Preparing tree /OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sysroot-destdir for packaging at /OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sstate-build-populate-sysroot/sysroot-destdir
  13. ERROR: Error executing a python function in /OE//oe-core/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb:
  14. CalledProcessError: Command 'cp -al /OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sysroot-destdir/* /OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sstate-build-populate-sysroot/sysroot-destdir' returned non-zero exit status 1 with output cp: cannot create directory `/OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sstate-build-populate-sysroot/sysroot-destdir/usr/share': File exists
  15. cp: cannot create directory `/OE//work/armv7a-vfp-neon-oe-linux-gnueabi/sysvinit/2.88dsf-r11/sstate-build-populate-sysroot/sysroot-destdir/usr/include': File exists
  16.  
  17.  
  18. ERROR: The stack trace of python calls that resulted in this exception/failure was:
  19. ERROR: File "sstate_task_postfunc", line 10, in <module>
  20. ERROR:
  21. ERROR: File "sstate_task_postfunc", line 7, in sstate_task_postfunc
  22. ERROR:
  23. ERROR: File "sstate.bbclass", line 45, in sstate_package
  24. ERROR:
  25. ERROR: File "/OE//oe-core/meta/lib/oe/path.py", line 94, in copyhardlinktree
  26. ERROR: check_output(cmd, shell=True, stderr=subprocess.STDOUT)
  27. ERROR:
  28. ERROR: File "/OE//oe-core/meta/lib/oe/path.py", line 155, in check_output
  29. ERROR: raise CalledProcessError(retcode, cmd, output=output)
  30. ERROR:
  31. ERROR: The code that was being executed was:
  32. ERROR: 0006: bb.build.exec_func(intercept, d)
  33. ERROR: 0007: sstate_package(shared_state, d)
  34. ERROR: 0008:
  35. ERROR: 0009:
  36. ERROR: *** 0010:sstate_task_postfunc(d)
  37. ERROR: 0011:
  38. ERROR: [From file: 'sstate_task_postfunc', lineno: 10, function: <module>]
  39. ERROR: 0003: shared_state = sstate_state_fromvars(d)
  40. ERROR: 0004: sstate_install(shared_state, d)
  41. ERROR: 0005: for intercept in shared_state['interceptfuncs']:
  42. ERROR: 0006: bb.build.exec_func(intercept, d)
  43. ERROR: *** 0007: sstate_package(shared_state, d)
  44. ERROR: 0008:
  45. ERROR: 0009:
  46. ERROR: 0010:sstate_task_postfunc(d)
  47. ERROR: 0011:
  48. ERROR: [From file: 'sstate_task_postfunc', lineno: 7, function: sstate_task_postfunc]
  49. ERROR: 0041: srcpath = os.path.join(walkroot, dir)
  50. ERROR: 0042: dstpath = srcpath.replace(state[1], sstatebuild + state[0])
  51. ERROR: 0043: make_relative_symlink(srcpath, dstpath, d)
  52. ERROR: 0044: bb.debug(2, "Preparing tree %s for packaging at %s" % (state[1], sstatebuild + state[0]))
  53. ERROR: *** 0045: oe.path.copyhardlinktree(state[1], sstatebuild + state[0])
  54. ERROR: 0046:
  55. ERROR: 0047: workdir = d.getVar('WORKDIR', True)
  56. ERROR: 0048: for plain in ss['plaindirs']:
  57. ERROR: 0049: pdir = plain.replace(workdir, sstatebuild)
  58. ERROR: [From file: 'sstate.bbclass', lineno: 45, function: sstate_package]
  59. DEBUG: Python function sstate_task_postfunc finished
  60. ERROR: Function failed: sstate_task_postfunc