Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- Traceback (most recent call last):
- 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]'):
- try:
- > s = __expand_python_regexp__.sub(varparse.python_sub, s)
- except SyntaxError as e:
- 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)}'>):
- self.contains[k].update(parser.contains[k])
- > value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
- return str(value)
- 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
- cals={'d': <bb.data_smart.DataSmart object at 0x7ff61a959780>}, extraglobals={'d': <bb.data_smart.DataSmart object at 0x7ff61a959780>}):
- ctx[g] = extraglobals[g]
- > return eval(source, ctx, locals)
- File "Var <do_compile[depends]>", line 1, in <module>
- 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>):
- > if sbi_fdt is not None and 'u-boot.bin' in sbi_payload:
- return "virtual/kernel:do_deploy virtual/bootloader:do_deploy"
- 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
- ERROR: ExpansionError during parsing /workdir/3rd-party/aries/sources/poky/meta/recipes-bsp/opensbi/opensbi_0.9.bb
- Traceback (most recent call last):
- 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]'):
- try:
- > s = __expand_python_regexp__.sub(varparse.python_sub, s)
- except SyntaxError as e:
- 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)}'>):
- self.contains[k].update(parser.contains[k])
- > value = utils.better_eval(codeobj, DataContext(self.d), {'d' : self.d})
- return str(value)
- 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>}):
- ctx[g] = extraglobals[g]
- > return eval(source, ctx, locals)
- File "Var <do_compile[depends]>", line 1, in <module>
- 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>):
- > if sbi_fdt is not None and 'u-boot.bin' in sbi_payload:
- return "virtual/kernel:do_deploy virtual/bootloader:do_deploy"
- 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
- Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement