DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/srv/pokybuild/yocto-worker/qemux86-world-alt/build/meta/recipes-devtools/binutils/binutils-cross_2.43.1.bb:do_populate_sysroot', 'virtual:native:/srv/pokybuild/yocto-worker/qemux86-world-alt/build/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-x86_64', '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
DEBUG: Executing python function read_subpackage_metadata
DEBUG: Python function read_subpackage_metadata finished
NOTE: Checking Package: gperf-staticdev
NOTE: Checking Package: gperf-dev
NOTE: Checking Package: gperf-src
NOTE: Checking Package: gperf-doc
NOTE: Checking Package: gperf-dbg
NOTE: x86_64-poky-linux-objdump -p TOPDIR/tmp/work/core2-64-poky-linux/gperf/3.1/packages-split/gperf-dbg/usr/bin/.debug/gperf
NOTE: Checking Package: gperf-locale
NOTE: Checking Package: gperf
NOTE: x86_64-poky-linux-objdump -p TOPDIR/tmp/work/core2-64-poky-linux/gperf/3.1/packages-split/gperf/usr/bin/gperf
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/qemux86-world-alt/build/meta/classes-global/insane.bbclass', lineno: 1160, function: do_package_qa
1156: oe.qa.handle_error("pkgname",
1157: "%s doesn't match the [a-z0-9.+-]+ regex" % package, d)
1158:
1159: checks = parse_test_matrix("QAPATHTEST", skip, d)
*** 1160: package_qa_walk(checks, package, d)
1161:
1162: checks = parse_test_matrix("QAPKGTEST", skip, d)
1163: for func in checks:
1164: func(package, d)
File: '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/meta/classes-global/insane.bbclass', lineno: 802, function: package_qa_walk
0798: elf = elves.get(path)
0799: if elf:
0800: elf.open()
0801: for func in checkfuncs:
*** 0802: func(path, package, d, elf)
0803: if elf:
0804: elf.close()
0805:
0806:def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d):
File: '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/meta/classes-global/insane.bbclass', lineno: 435, function: package_qa_check_buildpaths
0431: if stat.S_ISLNK(mode) or stat.S_ISBLK(mode) or stat.S_ISFIFO(mode) or stat.S_ISCHR(mode) or stat.S_ISSOCK(mode):
0432: return
0433:
0434: tmpdir = bytes(d.getVar('TMPDIR'), encoding="utf-8")
*** 0435: with open(path, 'rb') as f:
0436: file_content = f.read()
0437: if tmpdir in file_content:
0438: path = package_qa_clean_path(path, d, name)
0439: oe.qa.handle_error("buildpaths", "File %s in package %s contains reference to TMPDIR" % (path, name), d)
Exception: FileNotFoundError: [Errno 2] No such file or directory: 'TOPDIR/tmp/work/core2-64-poky-linux/gperf/3.1/packages-split/gperf/DEBIAN/control'
DEBUG: Python function do_package_qa finished