DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot', '/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/qemu/qemu-native_9.0.1.bb:do_populate_sysroot', '/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.1.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/qa-extras2/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_sysroot']
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 'cmake-native', 'libtool-native', 'm4-native', 'qemu-helper-native', 'qemu-native', 'qemu-system-native', 'texinfo-dummy-native', 'openssl-native', 'libslirp-native', 'expat-native', 'gettext-native', 'glib-2.0-native', 'libxml2-native', 'ncurses-native', 'readline-native', 'util-linux-libuuid-native', 'util-linux-native', 'zlib-native', 'chrpath-native', 'createrepo-c-native', 'dnf-native', 'elfutils-native', 'file-native', 'flex-native', 'gnu-config-native', 'json-c-native', 'libcomps-native', 'libdnf-native', 'libedit-native', 'libmodulemd-native', 'librepo-native', 'llvm-native', 'lua-native', 'make-native', 'perl-native', 'pseudo-native', 'python3-build-native', 'python3-calver-native', 'python3-editables-native', 'python3-flit-core-native', 'python3-hatchling-native', 'python3-importlib-metadata-native', 'python3-iniparse-native', 'python3-installer-native', 'python3-mako-native', 'python3-markupsafe-native', 'python3-more-itertools-native', 'python3-packaging-native', 'python3-pathlib2-native', 'python3-pathspec-native', 'python3-pip-native', 'python3-pluggy-native', 'python3-pygments-native', 'python3-pyparsing-native', 'python3-pyproject-hooks-native', 'python3-setuptools-scm-native', 'python3-setuptools-native', 'python3-six-native', 'python3-toml-native', 'python3-tomli-native', 'python3-trove-classifiers-native', 'python3-typing-extensions-native', 'python3-wheel-native', 'python3-zipp-native', 'python3-native', 'rpm-native', 'swig-native', 'unfs3-native', 'bzip2-native', 'cpio-native', 'libarchive-native', 'libidn2-native', 'libnsl2-native', 'libsolv-native', 'libtirpc-native', 'lzlib-native', 'unzip-native', 'xz-native', 'zstd-native', 'gobject-introspection-native', 'libdrm-native', 'libepoxy-native', 'libsdl2-native', 'mesa-native', 'virglrenderer-native', 'wayland-protocols-native', 'wayland-native', 'xrandr-native', 'libpciaccess-native', 'libpthread-stubs-native', 'libx11-native', 'libxau-native', 'libxcb-native', 'libxdamage-native', 'libxdmcp-native', 'libxext-native', 'libxfixes-native', 'libxrandr-native', 'libxrender-native', 'libxshmfence-native', 'libxxf86vm-native', 'pixman-native', 'xtrans-native', 'xcb-proto-native', 'xorgproto-native', 'makedepend-native', 'util-macros-native', 'dtc-native', 'alsa-lib-native', 'libpng-native', 'acl-native', 'attr-native', 'curl-native', 'gdbm-native', 'gmp-native', 'gnutls-native', 'libtasn1-native', 'gpgme-native', 'libassuan-native', 'libcap-ng-native', 'libcap-native', 'libcheck-native', 'libffi-native', 'libgcrypt-native', 'libgpg-error-native', 'libmicrohttpd-native', 'libpcre2-native', 'libunistring-native', 'libyaml-native', 'nettle-native', 'popt-native', 'sqlite3-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_testimage
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_testimage(d)
     0003:
File: '/home/pokybuild/yocto-worker/qa-extras2/build/meta/classes-recipe/testimage.bbclass', lineno: 124, function: do_testimage
     0120:    dump-guest-memory {"paging":false,"protocol":"file:%s.img"}
     0121:}
     0122:
     0123:python do_testimage() {
 *** 0124:    testimage_main(d)
     0125:}
     0126:
     0127:addtask testimage
     0128:do_testimage[nostamp] = "1"
File: '/home/pokybuild/yocto-worker/qa-extras2/build/meta/classes-recipe/testimage.bbclass', lineno: 189, function: testimage_main
     0185:    from oeqa.core.target.qemu import supported_fstypes
     0186:    from oeqa.core.utils.test import getSuiteCases
     0187:    from oeqa.utils import make_logger_bitbake_compatible
     0188:    from oeqa.utils import get_json_result_dir
 *** 0189:    from oeqa.utils.postactions import run_failed_tests_post_actions
     0190:
     0191:    def sigterm_exception(signum, stackframe):
     0192:        """
     0193:        Catch SIGTERM from worker in order to stop qemu.
Exception:   File "/home/pokybuild/yocto-worker/qa-extras2/build/meta/lib/oeqa/utils/postactions.py", line 68
    cmd = f"tar zcf - {" ".join(artifacts_list)}"
                                                 ^
SyntaxError: f-string: expecting '}'

DEBUG: Python function do_testimage finished

Error details

Submitted on:
06/07/24 07:30
Error type:
Recipe
Task:
do_testimage
Recipe:
core-image-sato
Recipe version:
1.0-r0
Machine:
qemux86-64
Distro:
poky
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
universal/almalinux-9.4
Branch:
master-next
Commit:
7c7b73ee76b5d19e3735f5d2358c448f2f04bcf4
Build:
#187908
Submitter:
yp-ab-alma9-ty-2.yocto.io
Link back:
https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/9213
Similar errors:
9
Open a bug