DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['virtual:native:/disks/2/yocto-worker/qa-extras/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/disks/2/yocto-worker/qa-extras/build/meta/recipes-devtools/rpm/rpm_4.20.1.bb:do_populate_sysroot']
NOTE: Installed into sysroot: ['gettext-minimal-native', 'cmake-native', 'libtool-native', 'texinfo-dummy-native', 'openssl-native', 'expat-native', 'ncurses-native', 'readline-native', 'util-linux-libuuid-native', 'zlib-native', 'elfutils-native', 'file-native', 'json-c-native', 'libedit-native', 'lua-native', 'make-native', 'perl-native', 'python3-native', 'rpm-native', 'bzip2-native', 'libarchive-native', 'libidn2-native', 'lzlib-native', 'xz-native', 'zstd-native', 'acl-native', 'attr-native', 'curl-native', 'gdbm-native', 'gmp-native', 'gnutls-native', 'libtasn1-native', 'libcap-native', 'libffi-native', 'libgcrypt-native', 'libgpg-error-native', 'libmicrohttpd-native', 'libunistring-native', 'nettle-native', 'popt-native', 'sqlite3-native']
NOTE: Skipping as already exists in sysroot: ['pseudo-native']
DEBUG: sed -e 's:^[^/]*/:TOPDIR/tmp/work/core2-64-poky-linux/ttyrun/2.38.0/recipe-sysroot-native/:g' TOPDIR/tmp/sysroots-components/x86_64/libtool-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/openssl-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/ncurses-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/elfutils-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/lua-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/perl-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/python3-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/rpm-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/curl-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/gmp-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/libgcrypt-native/fixmepath TOPDIR/tmp/sysroots-components/x86_64/libgpg-error-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:TOPDIR/tmp/work/core2-64-poky-linux/ttyrun/2.38.0/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:TOPDIR/tmp/work/core2-64-poky-linux/ttyrun/2.38.0/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/core2-64-poky-linux/ttyrun/2.38.0/pseudo/:g' -e 's:FIXME_LOGFIFO:TOPDIR/tmp/work/core2-64-poky-linux/ttyrun/2.38.0/temp/fifo.3556862: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_write_rpm
DEBUG: Executing python function read_subpackage_metadata
DEBUG: Python function read_subpackage_metadata finished
DEBUG: Executing python function do_package_rpm
DEBUG: Executing python function write_specfile
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:write_specfile(d)
0003:
File: '/disks/2/yocto-worker/qa-extras/build/meta/classes-global/package_rpm.bbclass', lineno: 359, function: write_specfile
0355: localdata.setVar('PKG', pkgname)
0356:
0357: localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + pkg)
0358:
*** 0359: conffiles = oe.package.get_conffiles(pkg, d)
0360:
0361: splitname = pkgname
0362:
0363: splitsummary = (localdata.getVar('SUMMARY') or localdata.getVar('DESCRIPTION') or ".")
File: '/disks/2/yocto-worker/qa-extras/build/meta/lib/oe/package.py', lineno: 599, function: get_conffiles
0595:def get_conffiles(pkg, d):
0596: pkgdest = d.getVar('PKGDEST')
0597: root = os.path.join(pkgdest, pkg)
0598: cwd = os.getcwd()
*** 0599: os.chdir(root)
0600:
0601: conffiles = d.getVar('CONFFILES:%s' % pkg);
0602: if conffiles == None:
0603: conffiles = d.getVar('CONFFILES')
Exception: FileNotFoundError: [Errno 2] No such file or directory: 'TOPDIR/tmp/work/core2-64-poky-linux/ttyrun/2.38.0/packages-split/ttyrun-src'
DEBUG: Python function write_specfile finished
DEBUG: Python function do_package_rpm finished
DEBUG: Python function do_package_write_rpm finished