Advertisement
RobertBerger

Untitled

Jun 22nd, 2021
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. ERROR: /workdir/3rd-party/aries/sources/poky/meta/recipes-bsp/opensbi/opensbi_0.9.bb: Execution of event handler 'defaultstaging_taskhandler' failed | ETA: 0:01:04
  2. Traceback (most recent call last):
  3. File "/workdir/3rd-party/aries/sources/poky/bitbake/lib/bb/data_smart.py", line 403, in DataSmart.expandWithRefs(s=' ${@riscv_get_do_compile_depends(d)}', varname='do_compile[depends]'):
  4. try:
  5. > s = __expand_python_regexp__.sub(varparse.python_sub, s)
  6. except SyntaxError as e:
  7. File "/workdir/3rd-party/aries/sources/poky/bitbake/lib/bb/data_smart.py", line 132, in VariableParse.python_sub(match=<_sre.SRE_Match object; span=(1, 36), match='${@riscv_get_do_compile_
  8. depends(d)}'>):
  9. self.contains[k].update(parser.contains[k])
  10. > value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
  11. return str(value)
  12. File "/workdir/3rd-party/aries/sources/poky/bitbake/lib/bb/utils.py", line 427, in better_eval(source=<code object <module> at 0x7ff61a6e1390, file "Var <do_compile[depends]>", line 1>, lo
  13. cals={'d': <bb.data_smart.DataSmart object at 0x7ff61a959780>}, extraglobals={'d': <bb.data_smart.DataSmart object at 0x7ff61a959780>}):
  14. ctx[g] = extraglobals[g]
  15. > return eval(source, ctx, locals)
  16.  
  17. File "Var <do_compile[depends]>", line 1, in <module>
  18. File "/workdir/3rd-party/aries/sources/poky/meta/recipes-bsp/opensbi/opensbi-payloads.inc", line 26, in riscv_get_do_compile_depends(d=<bb.data_smart.DataSmart object at 0x7ff61a959780>):
  19.  
  20. > if sbi_fdt is not None and 'u-boot.bin' in sbi_payload:
  21. return "virtual/kernel:do_deploy virtual/bootloader:do_deploy"
  22. bb.data_smart.ExpansionError: Failure expanding variable do_compile[depends], expression was ${@riscv_get_do_compile_depends(d)} which triggered exception TypeError: argument of type 'NoneType' is not iterable
  23.  
  24. ERROR: ExpansionError during parsing /workdir/3rd-party/aries/sources/poky/meta/recipes-bsp/opensbi/opensbi_0.9.bb
  25. Traceback (most recent call last):
  26. File "/workdir/3rd-party/aries/sources/poky/bitbake/lib/bb/data_smart.py", line 403, in DataSmart.expandWithRefs(s=' ${@riscv_get_do_compile_depends(d)}', varname='do_compile[depends]'):
  27. try:
  28. > s = __expand_python_regexp__.sub(varparse.python_sub, s)
  29. except SyntaxError as e:
  30. File "/workdir/3rd-party/aries/sources/poky/bitbake/lib/bb/data_smart.py", line 132, in VariableParse.python_sub(match=<_sre.SRE_Match object; span=(1, 36), match='${@riscv_get_do_compile_depends(d)}'>):
  31. self.contains[k].update(parser.contains[k])
  32. > value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
  33. return str(value)
  34. File "/workdir/3rd-party/aries/sources/poky/bitbake/lib/bb/utils.py", line 427, in better_eval(source=<code object <module> at 0x7ff61a6e1390, file "Var <do_compile[depends]>", line 1>, locals={'d': <bb.data_smart.DataSmart object at 0x7ff61a959780>}, extraglobals={'d': <bb.data_smart.DataSmart object at 0x7ff61a959780>}):
  35. ctx[g] = extraglobals[g]
  36. > return eval(source, ctx, locals)
  37.  
  38. File "Var <do_compile[depends]>", line 1, in <module>
  39. File "/workdir/3rd-party/aries/sources/poky/meta/recipes-bsp/opensbi/opensbi-payloads.inc", line 26, in riscv_get_do_compile_depends(d=<bb.data_smart.DataSmart object at 0x7ff61a959780>):
  40.  
  41. > if sbi_fdt is not None and 'u-boot.bin' in sbi_payload:
  42. return "virtual/kernel:do_deploy virtual/bootloader:do_deploy"
  43. bb.data_smart.ExpansionError: Failure expanding variable do_compile[depends], expression was ${@riscv_get_do_compile_depends(d)} which triggered exception TypeError: argument of type 'NoneType' is not iterable
  44.  
  45.  
  46. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement