Advertisement
Guest User

Untitled

a guest
Nov 17th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.13 KB | None | 0 0
  1. Loading cache: 100% |##########################################################################################################################################################################################################################| Time: 0:00:01
  2. Loaded 3185 entries from dependency cache.
  3. Parsing recipes: 100% |########################################################################################################################################################################################################################| Time: 0:00:00
  4. Parsing of 2099 .bb files complete (2096 cached, 3 parsed). 3192 targets, 84 skipped, 0 masked, 0 errors.
  5. NOTE: Resolving any missing task queue dependencies
  6. NOTE: preferred version 1.14 of go-runtime not available (for item go-runtime)
  7. NOTE: versions of go-runtime available: 1.14.7
  8. NOTE: preferred version 1.14 of go-runtime not available (for item virtual/x86_64-poky-linux-go-runtime)
  9. NOTE: versions of go-runtime available: 1.14.7
  10. NOTE: preferred version 1.14 of go-runtime not available (for item go-runtime-dev)
  11. NOTE: versions of go-runtime available: 1.14.7
  12.  
  13. Build Configuration:
  14. BB_VERSION = "1.46.0"
  15. BUILD_SYS = "x86_64-linux"
  16. NATIVELSBSTRING = "universal"
  17. TARGET_SYS = "x86_64-poky-linux"
  18. MACHINE = "custom-hardware--qemux86-64"
  19. DISTRO = "customdistro"
  20. DISTRO_VERSION = "0.0.1"
  21. TUNE_FEATURES = "m64 core2"
  22. TARGET_FPU = ""
  23. meta
  24. meta-poky
  25. meta-yocto-bsp = "HEAD:d3ad6a22dbb8b9a21d7fe11bf437a20dea95ec81"
  26. meta-customdistro = "HEAD:b8a7cb57ca799f9c433d4ef5c9eed117b614cf1b"
  27. meta-oe
  28. meta-python
  29. meta-networking = "HEAD:2a5c534d2b9f01e9c0f39701fccd7fc874945b1c"
  30.  
  31. Initialising tasks: 100% |#####################################################################################################################################################################################################################| Time: 0:00:05
  32. Sstate summary: Wanted 1715 Found 0 Missed 1715 Current 133 (0% match, 7% complete)
  33. NOTE: Executing Tasks
  34. ERROR: texinfo-dummy-native-1.0-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  35.  
  36. The stack trace of python calls that resulted in this exception/failure was:
  37. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  38. 0001:
  39. *** 0002:sstate_report_unihash(d)
  40. 0003:
  41. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  42. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  43. 0837:
  44. 0838: if report_unihash:
  45. 0839: ss = sstate_state_fromvars(d)
  46. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  47. 0841:}
  48. 0842:
  49. 0843:#
  50. 0844:# Shell function to decompress and prepare a package for installation
  51. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  52. 0551:
  53. 0552: if "." in self.method:
  54. 0553: (module, method) = self.method.rsplit('.', 1)
  55. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  56. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  57. 0556: else:
  58. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  59. 0558:
  60. 0559: try:
  61. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  62. 0416: if extraglobals:
  63. 0417: ctx = copy.copy(ctx)
  64. 0418: for g in extraglobals:
  65. 0419: ctx[g] = extraglobals[g]
  66. *** 0420: return eval(source, ctx, locals)
  67. 0421:
  68. 0422:@contextmanager
  69. 0423:def fileslocked(files):
  70. 0424: """Context manager for locking and unlocking file locks."""
  71. File: '<string>', lineno: 1, function: <module>
  72. File "<string>", line 1, in <module>
  73.  
  74. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  75. 0591: process(root)
  76. 0592: for f in files:
  77. 0593: if f == 'fixmepath':
  78. 0594: continue
  79. *** 0595: process(os.path.join(root, f))
  80. 0596: finally:
  81. 0597: os.chdir(prev_dir)
  82. 0598:
  83. 0599: return h.hexdigest()
  84. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  85. 0572: update_hash(" ")
  86. 0573: fh = hashlib.sha256()
  87. 0574: if stat.S_ISREG(s.st_mode):
  88. 0575: # Hash file contents
  89. *** 0576: with open(path, 'rb') as d:
  90. 0577: for chunk in iter(lambda: d.read(4096), b""):
  91. 0578: fh.update(chunk)
  92. 0579: update_hash(fh.hexdigest())
  93. 0580: else:
  94. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  95.  
  96. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/texinfo-dummy-native/1.0-r0/temp/log.do_deploy_source_date_epoch.39764
  97. ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch) failed with exit code '1'
  98. ERROR: gnu-config-native-20200117+gitAUTOINC+5256817ace-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  99.  
  100. The stack trace of python calls that resulted in this exception/failure was:
  101. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  102. 0001:
  103. *** 0002:sstate_report_unihash(d)
  104. 0003:
  105. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  106. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  107. 0837:
  108. 0838: if report_unihash:
  109. 0839: ss = sstate_state_fromvars(d)
  110. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  111. 0841:}
  112. 0842:
  113. 0843:#
  114. 0844:# Shell function to decompress and prepare a package for installation
  115. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  116. 0551:
  117. 0552: if "." in self.method:
  118. 0553: (module, method) = self.method.rsplit('.', 1)
  119. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  120. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  121. 0556: else:
  122. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  123. 0558:
  124. 0559: try:
  125. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  126. 0416: if extraglobals:
  127. 0417: ctx = copy.copy(ctx)
  128. 0418: for g in extraglobals:
  129. 0419: ctx[g] = extraglobals[g]
  130. *** 0420: return eval(source, ctx, locals)
  131. 0421:
  132. 0422:@contextmanager
  133. 0423:def fileslocked(files):
  134. 0424: """Context manager for locking and unlocking file locks."""
  135. File: '<string>', lineno: 1, function: <module>
  136. File "<string>", line 1, in <module>
  137.  
  138. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  139. 0591: process(root)
  140. 0592: for f in files:
  141. 0593: if f == 'fixmepath':
  142. 0594: continue
  143. *** 0595: process(os.path.join(root, f))
  144. 0596: finally:
  145. 0597: os.chdir(prev_dir)
  146. 0598:
  147. 0599: return h.hexdigest()
  148. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  149. 0572: update_hash(" ")
  150. 0573: fh = hashlib.sha256()
  151. 0574: if stat.S_ISREG(s.st_mode):
  152. 0575: # Hash file contents
  153. *** 0576: with open(path, 'rb') as d:
  154. 0577: for chunk in iter(lambda: d.read(4096), b""):
  155. 0578: fh.update(chunk)
  156. 0579: update_hash(fh.hexdigest())
  157. 0580: else:
  158. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  159.  
  160. ERROR: gettext-minimal-native-0.20.1-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  161.  
  162. The stack trace of python calls that resulted in this exception/failure was:
  163. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  164. 0001:
  165. *** 0002:sstate_report_unihash(d)
  166. 0003:
  167. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  168. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  169. 0837:
  170. 0838: if report_unihash:
  171. 0839: ss = sstate_state_fromvars(d)
  172. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  173. 0841:}
  174. 0842:
  175. 0843:#
  176. 0844:# Shell function to decompress and prepare a package for installation
  177. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  178. 0551:
  179. 0552: if "." in self.method:
  180. 0553: (module, method) = self.method.rsplit('.', 1)
  181. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  182. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  183. 0556: else:
  184. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  185. 0558:
  186. 0559: try:
  187. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  188. 0416: if extraglobals:
  189. 0417: ctx = copy.copy(ctx)
  190. 0418: for g in extraglobals:
  191. 0419: ctx[g] = extraglobals[g]
  192. *** 0420: return eval(source, ctx, locals)
  193. 0421:
  194. 0422:@contextmanager
  195. 0423:def fileslocked(files):
  196. 0424: """Context manager for locking and unlocking file locks."""
  197. File: '<string>', lineno: 1, function: <module>
  198. File "<string>", line 1, in <module>
  199.  
  200. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  201. 0591: process(root)
  202. 0592: for f in files:
  203. 0593: if f == 'fixmepath':
  204. 0594: continue
  205. *** 0595: process(os.path.join(root, f))
  206. 0596: finally:
  207. 0597: os.chdir(prev_dir)
  208. 0598:
  209. 0599: return h.hexdigest()
  210. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  211. 0572: update_hash(" ")
  212. 0573: fh = hashlib.sha256()
  213. 0574: if stat.S_ISREG(s.st_mode):
  214. 0575: # Hash file contents
  215. *** 0576: with open(path, 'rb') as d:
  216. 0577: for chunk in iter(lambda: d.read(4096), b""):
  217. 0578: fh.update(chunk)
  218. 0579: update_hash(fh.hexdigest())
  219. 0580: else:
  220. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  221.  
  222. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/gnu-config-native/20200117+gitAUTOINC+5256817ace-r0/temp/log.do_deploy_source_date_epoch.39763
  223. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/gettext-minimal-native/0.20.1-r0/temp/log.do_deploy_source_date_epoch.39769
  224. ERROR: libtool-native-2.4.6-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  225.  
  226. The stack trace of python calls that resulted in this exception/failure was:
  227. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  228. 0001:
  229. *** 0002:sstate_report_unihash(d)
  230. 0003:
  231. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  232. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  233. 0837:
  234. 0838: if report_unihash:
  235. 0839: ss = sstate_state_fromvars(d)
  236. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  237. 0841:}
  238. 0842:
  239. 0843:#
  240. 0844:# Shell function to decompress and prepare a package for installation
  241. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  242. 0551:
  243. 0552: if "." in self.method:
  244. 0553: (module, method) = self.method.rsplit('.', 1)
  245. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  246. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  247. 0556: else:
  248. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  249. 0558:
  250. 0559: try:
  251. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  252. 0416: if extraglobals:
  253. 0417: ctx = copy.copy(ctx)
  254. 0418: for g in extraglobals:
  255. 0419: ctx[g] = extraglobals[g]
  256. *** 0420: return eval(source, ctx, locals)
  257. 0421:
  258. 0422:@contextmanager
  259. 0423:def fileslocked(files):
  260. 0424: """Context manager for locking and unlocking file locks."""
  261. File: '<string>', lineno: 1, function: <module>
  262. File "<string>", line 1, in <module>
  263.  
  264. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  265. 0591: process(root)
  266. 0592: for f in files:
  267. 0593: if f == 'fixmepath':
  268. 0594: continue
  269. *** 0595: process(os.path.join(root, f))
  270. 0596: finally:
  271. 0597: os.chdir(prev_dir)
  272. 0598:
  273. 0599: return h.hexdigest()
  274. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  275. 0572: update_hash(" ")
  276. 0573: fh = hashlib.sha256()
  277. 0574: if stat.S_ISREG(s.st_mode):
  278. 0575: # Hash file contents
  279. *** 0576: with open(path, 'rb') as d:
  280. 0577: for chunk in iter(lambda: d.read(4096), b""):
  281. 0578: fh.update(chunk)
  282. 0579: update_hash(fh.hexdigest())
  283. 0580: else:
  284. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  285.  
  286. ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch) failed with exit code '1'
  287. ERROR: m4-native-1.4.18-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  288.  
  289. The stack trace of python calls that resulted in this exception/failure was:
  290. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  291. 0001:
  292. *** 0002:sstate_report_unihash(d)
  293. 0003:
  294. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  295. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  296. 0837:
  297. 0838: if report_unihash:
  298. 0839: ss = sstate_state_fromvars(d)
  299. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  300. 0841:}
  301. 0842:
  302. 0843:#
  303. 0844:# Shell function to decompress and prepare a package for installation
  304. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  305. 0551:
  306. 0552: if "." in self.method:
  307. 0553: (module, method) = self.method.rsplit('.', 1)
  308. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  309. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  310. 0556: else:
  311. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  312. 0558:
  313. 0559: try:
  314. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  315. 0416: if extraglobals:
  316. 0417: ctx = copy.copy(ctx)
  317. 0418: for g in extraglobals:
  318. 0419: ctx[g] = extraglobals[g]
  319. *** 0420: return eval(source, ctx, locals)
  320. 0421:
  321. 0422:@contextmanager
  322. 0423:def fileslocked(files):
  323. 0424: """Context manager for locking and unlocking file locks."""
  324. File: '<string>', lineno: 1, function: <module>
  325. File "<string>", line 1, in <module>
  326.  
  327. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  328. 0591: process(root)
  329. 0592: for f in files:
  330. 0593: if f == 'fixmepath':
  331. 0594: continue
  332. *** 0595: process(os.path.join(root, f))
  333. 0596: finally:
  334. 0597: os.chdir(prev_dir)
  335. 0598:
  336. 0599: return h.hexdigest()
  337. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  338. 0572: update_hash(" ")
  339. 0573: fh = hashlib.sha256()
  340. 0574: if stat.S_ISREG(s.st_mode):
  341. 0575: # Hash file contents
  342. *** 0576: with open(path, 'rb') as d:
  343. 0577: for chunk in iter(lambda: d.read(4096), b""):
  344. 0578: fh.update(chunk)
  345. 0579: update_hash(fh.hexdigest())
  346. 0580: else:
  347. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  348.  
  349. ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-core/gettext/gettext-minimal-native_0.20.1.bb:do_deploy_source_date_epoch) failed with exit code '1'
  350. ERROR: autoconf-native-2.69-r11 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  351.  
  352. The stack trace of python calls that resulted in this exception/failure was:
  353. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  354. 0001:
  355. *** 0002:sstate_report_unihash(d)
  356. 0003:
  357. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  358. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  359. 0837:
  360. 0838: if report_unihash:
  361. 0839: ss = sstate_state_fromvars(d)
  362. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  363. 0841:}
  364. 0842:
  365. 0843:#
  366. 0844:# Shell function to decompress and prepare a package for installation
  367. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  368. 0551:
  369. 0552: if "." in self.method:
  370. 0553: (module, method) = self.method.rsplit('.', 1)
  371. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  372. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  373. 0556: else:
  374. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  375. 0558:
  376. 0559: try:
  377. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  378. 0416: if extraglobals:
  379. 0417: ctx = copy.copy(ctx)
  380. 0418: for g in extraglobals:
  381. 0419: ctx[g] = extraglobals[g]
  382. *** 0420: return eval(source, ctx, locals)
  383. 0421:
  384. 0422:@contextmanager
  385. 0423:def fileslocked(files):
  386. 0424: """Context manager for locking and unlocking file locks."""
  387. File: '<string>', lineno: 1, function: <module>
  388. File "<string>", line 1, in <module>
  389.  
  390. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  391. 0591: process(root)
  392. 0592: for f in files:
  393. 0593: if f == 'fixmepath':
  394. 0594: continue
  395. *** 0595: process(os.path.join(root, f))
  396. 0596: finally:
  397. 0597: os.chdir(prev_dir)
  398. 0598:
  399. 0599: return h.hexdigest()
  400. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  401. 0572: update_hash(" ")
  402. 0573: fh = hashlib.sha256()
  403. 0574: if stat.S_ISREG(s.st_mode):
  404. 0575: # Hash file contents
  405. *** 0576: with open(path, 'rb') as d:
  406. 0577: for chunk in iter(lambda: d.read(4096), b""):
  407. 0578: fh.update(chunk)
  408. 0579: update_hash(fh.hexdigest())
  409. 0580: else:
  410. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  411.  
  412. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/libtool-native/2.4.6-r0/temp/log.do_deploy_source_date_epoch.39768
  413. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/m4-native/1.4.18-r0/temp/log.do_deploy_source_date_epoch.39765
  414. ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_deploy_source_date_epoch) failed with exit code '1'
  415. ERROR: Task (/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_deploy_source_date_epoch) failed with exit code '1'
  416. ERROR: automake-native-1.16.1-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  417.  
  418. The stack trace of python calls that resulted in this exception/failure was:
  419. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  420. 0001:
  421. *** 0002:sstate_report_unihash(d)
  422. 0003:
  423. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  424. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  425. 0837:
  426. 0838: if report_unihash:
  427. 0839: ss = sstate_state_fromvars(d)
  428. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  429. 0841:}
  430. 0842:
  431. 0843:#
  432. 0844:# Shell function to decompress and prepare a package for installation
  433. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  434. 0551:
  435. 0552: if "." in self.method:
  436. 0553: (module, method) = self.method.rsplit('.', 1)
  437. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  438. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  439. 0556: else:
  440. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  441. 0558:
  442. 0559: try:
  443. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  444. 0416: if extraglobals:
  445. 0417: ctx = copy.copy(ctx)
  446. 0418: for g in extraglobals:
  447. 0419: ctx[g] = extraglobals[g]
  448. *** 0420: return eval(source, ctx, locals)
  449. 0421:
  450. 0422:@contextmanager
  451. 0423:def fileslocked(files):
  452. 0424: """Context manager for locking and unlocking file locks."""
  453. File: '<string>', lineno: 1, function: <module>
  454. File "<string>", line 1, in <module>
  455.  
  456. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  457. 0591: process(root)
  458. 0592: for f in files:
  459. 0593: if f == 'fixmepath':
  460. 0594: continue
  461. *** 0595: process(os.path.join(root, f))
  462. 0596: finally:
  463. 0597: os.chdir(prev_dir)
  464. 0598:
  465. 0599: return h.hexdigest()
  466. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  467. 0572: update_hash(" ")
  468. 0573: fh = hashlib.sha256()
  469. 0574: if stat.S_ISREG(s.st_mode):
  470. 0575: # Hash file contents
  471. *** 0576: with open(path, 'rb') as d:
  472. 0577: for chunk in iter(lambda: d.read(4096), b""):
  473. 0578: fh.update(chunk)
  474. 0579: update_hash(fh.hexdigest())
  475. 0580: else:
  476. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  477.  
  478. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/autoconf-native/2.69-r11/temp/log.do_deploy_source_date_epoch.39766
  479. ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_deploy_source_date_epoch) failed with exit code '1'
  480. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/automake-native/1.16.1-r0/temp/log.do_deploy_source_date_epoch.39767
  481. ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/automake/automake_1.16.1.bb:do_deploy_source_date_epoch) failed with exit code '1'
  482. ERROR: xz-native-5.2.4-r0 do_deploy_source_date_epoch: Error executing a python function in exec_python_func() autogenerated:
  483.  
  484. The stack trace of python calls that resulted in this exception/failure was:
  485. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  486. 0001:
  487. *** 0002:sstate_report_unihash(d)
  488. 0003:
  489. File: '/home/customdistrodistro/yocto/input/poky/meta/classes/sstate.bbclass', lineno: 840, function: sstate_report_unihash
  490. 0836: report_unihash = getattr(bb.parse.siggen, 'report_unihash', None)
  491. 0837:
  492. 0838: if report_unihash:
  493. 0839: ss = sstate_state_fromvars(d)
  494. *** 0840: report_unihash(os.getcwd(), ss['task'], d)
  495. 0841:}
  496. 0842:
  497. 0843:#
  498. 0844:# Shell function to decompress and prepare a package for installation
  499. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/siggen.py', lineno: 555, function: report_unihash
  500. 0551:
  501. 0552: if "." in self.method:
  502. 0553: (module, method) = self.method.rsplit('.', 1)
  503. 0554: locs['method'] = getattr(importlib.import_module(module), method)
  504. *** 0555: outhash = bb.utils.better_eval('method(path, sigfile, task, d)', locs)
  505. 0556: else:
  506. 0557: outhash = bb.utils.better_eval(self.method + '(path, sigfile, task, d)', locs)
  507. 0558:
  508. 0559: try:
  509. File: '/home/customdistrodistro/yocto/input/poky/bitbake/lib/bb/utils.py', lineno: 420, function: better_eval
  510. 0416: if extraglobals:
  511. 0417: ctx = copy.copy(ctx)
  512. 0418: for g in extraglobals:
  513. 0419: ctx[g] = extraglobals[g]
  514. *** 0420: return eval(source, ctx, locals)
  515. 0421:
  516. 0422:@contextmanager
  517. 0423:def fileslocked(files):
  518. 0424: """Context manager for locking and unlocking file locks."""
  519. File: '<string>', lineno: 1, function: <module>
  520. File "<string>", line 1, in <module>
  521.  
  522. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 595, function: OEOuthashBasic
  523. 0591: process(root)
  524. 0592: for f in files:
  525. 0593: if f == 'fixmepath':
  526. 0594: continue
  527. *** 0595: process(os.path.join(root, f))
  528. 0596: finally:
  529. 0597: os.chdir(prev_dir)
  530. 0598:
  531. 0599: return h.hexdigest()
  532. File: '/home/customdistrodistro/yocto/input/poky/meta/lib/oe/sstatesig.py', lineno: 576, function: process
  533. 0572: update_hash(" ")
  534. 0573: fh = hashlib.sha256()
  535. 0574: if stat.S_ISREG(s.st_mode):
  536. 0575: # Hash file contents
  537. *** 0576: with open(path, 'rb') as d:
  538. 0577: for chunk in iter(lambda: d.read(4096), b""):
  539. 0578: fh.update(chunk)
  540. 0579: update_hash(fh.hexdigest())
  541. 0580: else:
  542. Exception: FileNotFoundError: [Errno 2] No such file or directory: './deploy-source-date-epoch/deploy-source-date-epoch/__source_date_epoch.txt'
  543.  
  544. ERROR: Logfile of failure stored in: /home/customdistrodistro/yocto/output/build/tmp/work/x86_64-linux/xz-native/5.2.4-r0/temp/log.do_deploy_source_date_epoch.39770
  545. ERROR: Task (virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_deploy_source_date_epoch) failed with exit code '1'
  546. NOTE: Tasks Summary: Attempted 45 tasks of which 37 didn't need to be rerun and 8 failed.
  547. NOTE: Writing buildhistory
  548. NOTE: Writing buildhistory took: 1 seconds
  549.  
  550. Summary: 8 tasks failed:
  551. /home/customdistrodistro/yocto/input/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_deploy_source_date_epoch
  552. virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_deploy_source_date_epoch
  553. /home/customdistrodistro/yocto/input/poky/meta/recipes-core/gettext/gettext-minimal-native_0.20.1.bb:do_deploy_source_date_epoch
  554. /home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_deploy_source_date_epoch
  555. /home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_deploy_source_date_epoch
  556. virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_deploy_source_date_epoch
  557. virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-devtools/automake/automake_1.16.1.bb:do_deploy_source_date_epoch
  558. virtual:native:/home/customdistrodistro/yocto/input/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_deploy_source_date_epoch
  559. Summary: There were 8 ERROR messages shown, returning a non-zero exit code.
  560. customdistrodistro@docker-desktop:~/yocto/output/build$
  561.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement