DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/recipes-devtools/qemu/qemu_2.12.0.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/recipes-extended/cpio/cpio_2.12.bb:do_populate_sysroot']
NOTE: Installed into sysroot: ['qemu-helper-native', 'cpio-native']
NOTE: Skipping as already exists in sysroot: ['qemu-native', 'createrepo-c-native', 'quilt-native', 'xz-native', 'expat-native', 'pkgconfig-native', 'sqlite3-native', 'python3-native', 'file-native', 'libxml2-native', 'openssl-native', 'ninja-native', 'zlib-native', 'glib-2.0-native', 'cmake-native', 'curl-native', 'rpm-native', 'alsa-lib-native', 'pixman-native', 'dtc-native', 'libsdl2-native', 'libtool-native', 'gnu-config-native', 'autoconf-native', 'texinfo-dummy-native', 'automake-native', 'gettext-minimal-native', 'bzip2-native', 'readline-native', 'gdbm-native', 'cryptodev-linux-native', 'makedepend-native', 're2c-native', 'util-linux-native', 'libpcre-native', 'libffi-native', 'gtk-doc-native', 'db-native', 'popt-native', 'libarchive-native', 'dbus-native', 'elfutils-native', 'nss-native', 'libpng-native', 'util-macros-native', 'bison-native', 'flex-native', 'libxrender-native', 'libxrandr-native', 'libxext-native', 'libx11-native', 'm4-native', 'ncurses-native', 'xorgproto-native', 'lzo-native', 'e2fsprogs-native', 'autoconf-archive-native', 'nspr-native', 'libxcb-native', 'xtrans-native', 'attr-native', 'libxau-native', 'libpthread-stubs-native', 'xcb-proto-native', 'libxdmcp-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_testimage
NOTE: Executing 'TOPDIR/tmp/work/qemux86_64-poky-linux-gnux32/core-image-sato/1.0-r0/recipe-sysroot-native/usr/bin/createrepo_c --update -q TOPDIR/tmp/work/qemux86_64-poky-linux-gnux32/core-image-sato/1.0-r0/oe-testimage-repo/noarch' ...
NOTE: Executing 'TOPDIR/tmp/work/qemux86_64-poky-linux-gnux32/core-image-sato/1.0-r0/recipe-sysroot-native/usr/bin/createrepo_c --update -q TOPDIR/tmp/work/qemux86_64-poky-linux-gnux32/core-image-sato/1.0-r0/oe-testimage-repo/x86_64_x32' ...
NOTE: Executing 'TOPDIR/tmp/work/qemux86_64-poky-linux-gnux32/core-image-sato/1.0-r0/recipe-sysroot-native/usr/bin/createrepo_c --update -q TOPDIR/tmp/work/qemux86_64-poky-linux-gnux32/core-image-sato/1.0-r0/oe-testimage-repo/qemux86_64' ...
ERROR: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_testimage(d)
0003:
File: '/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/classes/testimage.bbclass', lineno: 125, function: do_testimage
0121: netstat -an
0122:}
0123:
0124:python do_testimage() {
*** 0125: testimage_main(d)
0126:}
0127:
0128:addtask testimage
0129:do_testimage[nostamp] = "1"
File: '/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/classes/testimage.bbclass', lineno: 185, function: testimage_main
0181: # ones of the current environment because some tests require them.
0182: updateTestData(d, td, d.getVar('TESTIMAGE_UPDATE_VARS').split())
0183:
0184: image_manifest = "%s.manifest" % image_name
*** 0185: image_packages = OERuntimeTestContextExecutor.readPackagesManifest(image_manifest)
0186:
0187: extract_dir = d.getVar("TEST_EXTRACTED_DIR")
0188:
0189: # Get machine
File: '/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x32/build/meta/lib/oeqa/runtime/context.py', lineno: 191, function: readPackagesManifest
0187:
0188: @staticmethod
0189: def readPackagesManifest(manifest):
0190: if not manifest or not os.path.exists(manifest):
*** 0191: raise OSError("Manifest file not exists: %s" % manifest)
0192:
0193: image_packages = set()
0194: with open(manifest, 'r') as f:
0195: for line in f.readlines():
Exception: OSError: Manifest file not exists: TOPDIR/tmp/deploy/images/qemux86-64/core-image-sato-qemux86-64.manifest
DEBUG: Python function do_testimage finished
ERROR: Function failed: do_testimage