Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. WARNING: gcc-runtime-9.3.0-r0 do_package: KeyError in ./package
  2. ERROR: gcc-runtime-9.3.0-r0 do_package: Error executing a python function in exec_python_func() autogenerated:
  3.  
  4. The stack trace of python calls that resulted in this exception/failure was:
  5. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  6. 0001:
  7. *** 0002:sstate_report_unihash(d)
  8. 0003:
  9. File: '/home/5267d0dea6/yocto/poky/meta/classes/sstate.bbclass', lineno: 833, function: sstate_report_unihash
  10. 0829: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  11. 0830:
  12. 0831: if report_unihash:
  13. 0832: ss = sstate_state_fromvars(d)
  14. *** 0833: report_unihash(os.getcwd(), ss['task'], d)
  15. 0834:}
  16. 0835:
  17. 0836:#
  18. 0837:# Shell function to decompress and prepare a package for installation
  19. File: '/home/5267d0dea6/yocto/poky/bitbake/lib/bb/siggen.py', lineno: 554, function: report_unihash
  20. 0550:
  21. 0551: if "." in self.method:
  22. 0552: (module, method) = self.method.rsplit('.', 1)
  23. 0553: locs['method'] = getattr(importlib.import_module(module), method)
  24. *** 0554: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  25. 0555: else:
  26. 0556: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  27. 0557:
  28. 0558: try:
  29. File: '/home/5267d0dea6/yocto/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  30. 0416: if extraglobals:
  31. 0417: ctx = copy.copy(ctx)
  32. 0418: for g in extraglobals:
  33. 0419: ctx[g] = extraglobals[g]
  34. *** 0420: return eval(source, ctx, locals)
  35. 0421:
  36. 0422:@contextmanager
  37. 0423:def fileslocked(files):
  38. 0424: """Context manager for locking and unlocking file locks."""
  39. File: '<string>', lineno: 1, function: <module>
  40. File "<string>", line 1, in <module>
  41.  
  42. File: '/home/5267d0dea6/yocto/poky/meta/lib/oe/sstatesig.py', lineno: 585, function: OEOuthashBasic
  43. 0581:
  44. 0582: update_hash("\n")
  45. 0583:
  46. 0584: # Process this directory and all its child files
  47. *** 0585: process(root)
  48. 0586: for f in files:
  49. 0587: if f == 'fixmepath':
  50. 0588: continue
  51. 0589: process(os.path.join(root, f))
  52. File: '/home/5267d0dea6/yocto/poky/meta/lib/oe/sstatesig.py', lineno: 548, function: process
  53. 0544: add_perm(stat.S_IXOTH, 'x')
  54. 0545:
  55. 0546: if include_owners:
  56. 0547: try:
  57. *** 0548: update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name)
  58. 0549: update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name)
  59. 0550: except KeyError:
  60. 0551: bb.warn("KeyError in %s" % path)
  61. 0552: raise
  62. Exception: KeyError: 'getpwuid(): uid not found: 1001'
  63.  
  64. ERROR: Logfile of failure stored in: /home/5267d0dea6/yocto/build/tmp/work/core2-64-poky-linux/gcc-runtime/9.3.0-r0/temp/log.do_package.10283
  65. ERROR: Task (/home/5267d0dea6/yocto/poky/meta/recipes-devtools/gcc/gcc-runtime_9.3.bb:do_package) failed with exit code '1'
  66. NOTE: Tasks Summary: Attempted 793 tasks of which 785 didn't need to be rerun and 1 failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement