DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/musl-qemuarm64/build/layers/openembedded-core/meta/recipes-devtools/binutils/binutils-cross_2.46.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/musl-qemuarm64/build/layers/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot']
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 'binutils-cross-aarch64', 'libtool-native', 'm4-native', 'texinfo-dummy-native', 'zlib-native', 'flex-native', 'gnu-config-native', 'pseudo-native', 'xz-native', 'attr-native', 'sqlite3-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_package_qa
ERROR: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_package_qa(d)
0003:
File: '/srv/pokybuild/yocto-worker/musl-qemuarm64/build/layers/openembedded-core/meta/classes-global/insane.bbclass', lineno: 1114, function: do_package_qa
1110:python do_package_qa () {
1111: import oe.packagedata
1112:
1113: # Check for obsolete license references in main LICENSE (packages are checked below for any changes)
*** 1114: main_licenses = oe.license.list_licenses(d.getVar('LICENSE'))
1115: obsolete = set(oe.license.obsolete_license_list()) & main_licenses
1116: if obsolete:
1117: oe.qa.handle_error("obsolete-license", "Recipe LICENSE includes obsolete licenses %s" % ' '.join(obsolete), d)
1118:
File: '/srv/pokybuild/yocto-worker/musl-qemuarm64/build/layers/openembedded-core/meta/lib/oe/license.py', lineno: 250, function: list_licenses
0246: visitor = ListVisitor()
0247: try:
0248: visitor.visit_string(licensestr)
0249: except SyntaxError as exc:
*** 0250: raise LicenseSyntaxError(licensestr, exc)
0251: return visitor.licenses
0252:
0253:def apply_pkg_license_exception(pkg, bad_licenses, exceptions):
0254: """Return remaining bad licenses after removing any package exceptions"""
Exception: oe.license.LicenseSyntaxError: error in 'MIT && Adobe-Display-PostScript && BSD-3-Clause && DEC-3-Clause && HPND && HPND-Netrek && HPND-sell-MIT-disclaimer-xserver && HPND-sell-variant && HPND-UC && ICU && ISC && MIT-open-group && NTP && SGI-B-2.0 && SMLNJ && X11 && X11-no-permit-persons && X11-swapped': invalid syntax (<unknown>, line 1)
DEBUG: Python function do_package_qa finished