DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/wic/build/layers/openembedded-core/meta/recipes-devtools/binutils/binutils-cross_2.46.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/wic/build/layers/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot']
NOTE: Installed into sysroot: ['binutils-cross-x86_64', 'm4-native', 'zlib-native', 'flex-native', 'gnu-config-native']
NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 'libtool-native', 'texinfo-dummy-native', 'pseudo-native', 'xz-native', 'attr-native', 'sqlite3-native']
DEBUG: sed -e 's:^[^/]*/:TOPDIR/tmp/work/x86-64-v3-poky-linux/xserver-xorg/21.1.22/recipe-sysroot-native/:g' TOPDIR/tmp/sysroots-components/x86_64/gnu-config-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:TOPDIR/tmp/work/x86-64-v3-poky-linux/xserver-xorg/21.1.22/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:TOPDIR/tmp/work/x86-64-v3-poky-linux/xserver-xorg/21.1.22/recipe-sysroot-native:g' -e 's:FIXME_PSEUDO_SYSROOT:TOPDIR/tmp/sysroots-components/x86_64/pseudo-native:g' -e 's:FIXME_HOSTTOOLS_DIR:TOPDIR/tmp/hosttools:g' -e 's:FIXME_PKGDATA_DIR:TOPDIR/tmp/pkgdata/qemux86-64:g' -e 's:FIXME_PSEUDO_LOCALSTATEDIR:TOPDIR/tmp/work/x86-64-v3-poky-linux/xserver-xorg/21.1.22/pseudo/:g' -e 's:FIXME_LOGFIFO:TOPDIR/tmp/work/x86-64-v3-poky-linux/xserver-xorg/21.1.22/temp/fifo.690294:g'
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/wic/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/wic/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